/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:focus-visible {
	outline: none;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

#vector-content h2 {
	font-family: 'Inter';
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	color: #1E1E1E;
	display: flex;
  align-items: center;
  gap: 16px;
	margin-bottom: 24px;
}

#vector-content p {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #5A5A5A;
	margin-bottom: 40px;
}

#vector-content h3 {
	font-family: 'Inter';
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: #1E1E1E;
	margin-bottom: 24px;
}

#vector-content ul li {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #1E1E1E;
	display: flex;
  align-items: center;
  gap: 12px;
	margin-bottom: 16px;
}

.vector-dropdown-wrapper label {
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 6px;
	display: block;
}

#vector-select {
	border: 1px solid #D9D9D9;
	border-radius: 8px;
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 14px;
	max-width: 100%;
}

#vector-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white; 
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L6 6.5L11 1.5" stroke="%23667085" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 8px;
}

#vector-select:focus {
    border-color: #303030 !important;
    box-shadow: none;
}

.vector-column1 {
	width: 25%;
	margin-right: 5%;
	float: left;
}

.vector-column2 {
	width: 70%;
	float: left;	
}

@media (max-width: 992px) {
	#vector-content h2 {
		font-size: 24px;
		line-height: 32px;
	}

	#vector-content p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 32px;
	}

	#vector-content h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.vector-column1 {
		width: 100%;
		margin-right: 0%;
		float: unset;
		margin-bottom: 40px;
	}

	.vector-column2 {
		width: 100%;
		float: unset;	
	}
}

#section-unlock, #section-content, #preloader-container {
	display: none;
}

#vector-content ul {
	padding-left: 0px;
}

#stickyheaders {
	transition : transform 0.34s ease;
}

.headerup {
	transform: translateY(-72px);
}

@media (max-width: 768px) {
	.headerup {
		transform: translateY(-56px);
	}	
}

body.home #stickyheaders {
    background-color: transparent !important;
}

body.home #stickyheaders.elementor-sticky--effects {
	background-color: #fff !important;
}

@media (max-width: 768px) {
	body.home #stickyheaders {
		background-color: #f4f4f8 !important;
	}
}

ul.cats-tags {
	list-style: none;
	padding-left: 0px;
	display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

ul.cats-tags li.cat-list {
    color: #53389E;
    border-radius: 8px;
    background: #F4EBFF;
    padding: 2px 8px;
    border: 1px solid #E9D7FE;
	color: #53389E;
	font-weight: 500;
	font-family: 'Geist';
	font-size: 12px;
	line-height: 18px;
}

ul.cats-tags li.tag-list {
    background: #F5F5F5;
    padding: 2px 8px;
    border: 1px solid #E9EAEB;
    border-radius: 8px;
	font-weight: 500;
	font-family: 'Geist';
	font-size: 12px;
	line-height: 18px;
}