/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2026 | 06:22:44 */
/* Home Top */
body.home .my-header.home-header{
    background: rgba(255,255,255,.04) !important;
}
body .my-header a.ekit-menu-nav-link{
cursor:pointer;
}

body.home .my-header.home-header a.ekit-menu-nav-link{
    color:#fff !important;
}

body.home .my-header.home-header .elementskit-submenu-indicator{
    fill:#fff !important;
}
.my-header .logo-column .elementor-widget-image{
max-width:120px !important;
width:100%;
}
.my-header .logo-column a{
max-width:100%;
width:100%;
}
body.home .my-header.home-header .logo-column img{
    filter: brightness(0) invert(1);
}

/* Home Scrolled (same as other pages) */

body.home .my-header:not(.home-header) a.ekit-menu-nav-link{
    color:#000 !important;
}

body.home .my-header:not(.home-header) .elementskit-submenu-indicator{
    fill:#000 !important;
}

body.home .my-header:not(.home-header) .logo-column img{
    filter:none;
}
.my-header{
backdrop-filter:blur(10px);
}
/* body.home .ekit-template-content-header .elementor-66 .my-header.elementor-sticky--active a.ekit-menu-nav-link{
color:#000 !important;
}
body.home .my-header.elementor-sticky--active .elementskit-submenu-indicator{
    fill:#000 !important;
} */

body.home .ekit-template-content-header .elementor-66 .my-header #menu-nav-menu-1 .elementskit-submenu-indicator{
fill:#18181B !important;
}
body.home .ekit-template-content-header .elementor-66 .my-header #menu-nav-menu-1 a.ekit-menu-nav-link{
color:#18181B !important;
}

/* body.home .ekit-template-content-header .elementor-66 .my-header .elementskit-submenu-indicator{
fill:#FFF !important;
margin-top:2.5px !important;
} */
@media screen and (max-width:768px){
	.myheader .fit-content{
    max-width:fit-content;
	width:fit-content;
}
}
@media screen and (max-width:500px){
	body.home .my-header.home-header .logo-column img{
    filter:unset !important;
}
}