/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758099942
Updated: 2025-09-17 09:05:42

*/

/***
* class: .sticky-header
*/
div.sticky-header {
	--header-height: 130px;
	--shrink-header-to: 0.6;
	--transition: all 0.4s ease-out;
	background-color: rgba(255, 255, 255, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
div.sticky-header.elementor-sticky--effects:not(.elementor-sticky__spacer) {
	background-color: rgba(255, 255, 255, .8) !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
div.sticky-header:not(.elementor-sticky__spacer) > .e-con-inner {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
div.sticky-header.elementor-sticky--effects:not(.elementor-sticky__spacer) > .e-con-inner {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	div.sticky-header:not(.elementor-sticky__spacer) {
		--header-height: 70px;
	}
	div.sticky-header.elementor-sticky--effects:not(.elementor-sticky__spacer) .logo img {
		max-width: 60px;
	}
}

/***
* class: .logo
*/
div.sticky-header .logo img {
	transition: var(--transition);
}
div.sticky-header.elementor-sticky--effects:not(.elementor-sticky__spacer) .logo img {
	/*transform: scale(.8);*/
	max-width: 100px;
}

#menu-1-67ea305 li.menu-item-399 ul.sub-menu {
	background: #FFF;
	border-radius: 0 0 15px 15px;
}

@media only screen and (min-width: 1367px) and (max-width: 1753px) {
	.elementor-element-ea52e66 {
		background-size: 100% 100% !important;
	}
}

#search-filter-input-radio-0 .search-filter-input-radio {
	padding: 15px 0;
}
#search-filter-input-radio-0 label span.search-filter-input-radio__control {
	display: none;
}
#search-filter-input-radio-0 label span.search-filter-input-radio__label {
	padding: 0;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: 18px;
	color: var( --e-global-color-text );
}

.faqs details.e-n-accordion-item {
	border-bottom: 1px solid #D4D4D4;
}
.faqs details summary.e-n-accordion-item-title {
	padding: 30px 0;
}

.icon-grid .elementor-icon {
	border: 2px solid var( --e-global-color-primary );
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#search-filter-input-radio-0 .search-filter-input-radio {
		padding: 10px 0;
	}
	#search-filter-input-radio-0 label span.search-filter-input-radio__label {
		font-size: 15px;
	}
}