/* 1. Home Page — Top (Non-Sticky): Transparent overlay, white logo & menu */
.home .elementor-location-header {
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: transparent !important;
}

.home .elementor-location-header .elementor-nav-menu .main-menu-link,
.home .elementor-location-header .elementor-nav-menu .main-menu-link span {
    color: #ffffff !important;
}

.home .elementor-location-header .elementor-nav-menu--main .sub-arrow svg,
.home .elementor-location-header .elementor-nav-menu--main .has-submenu-icon svg path {
    fill: #ffffff !important;
}

.home .elementor-location-header .elementor-widget-image img {
    filter: brightness(0) invert(1) !important;
}

/* 2. Home Page — Sticky: White bg, natural logo & black menu
   NOTE: elementor-sticky--effects is on the inner container, not the header —
   these rules come after section 1 and win by source order (same specificity). */
.home .elementor-sticky--effects {
    background-color: #ffffff !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.home .elementor-sticky--effects .elementor-nav-menu .menu-link,
.home .elementor-sticky--effects .elementor-nav-menu .menu-link *,
.home .elementor-sticky--effects .elementor-nav-menu .main-menu-link,
.home .elementor-sticky--effects .elementor-nav-menu .main-menu-link span {
    color: #000000 !important;
}

.home .elementor-sticky--effects .elementor-nav-menu--main .sub-arrow svg,
.home .elementor-sticky--effects .elementor-nav-menu--main .has-submenu-icon svg path {
    fill: #000000 !important;
}

.home .elementor-sticky--effects .elementor-widget-image img {
    filter: none !important;
}

/* 3. Other Pages — Top & Sticky: White bg, natural logo & black menu */
body:not(.home) .elementor-location-header {
    background-color: #ffffff !important;
}

body:not(.home) .elementor-location-header .elementor-nav-menu .menu-link,
body:not(.home) .elementor-location-header .elementor-nav-menu .menu-link * {
    color: #000000 !important;
    padding: 3px 10px;
}

body:not(.home) .elementor-location-header .elementor-nav-menu--main .sub-arrow svg,
body:not(.home) .elementor-location-header .elementor-nav-menu--main .has-submenu-icon svg path {
    fill: #000000 !important;
}

body:not(.home) .elementor-location-header .elementor-widget-image img {
    filter: none !important;
}

/* 4. Other Pages — Sticky: White bg & shadow on the fixed inner container */
body:not(.home) .elementor-sticky--effects {
    background-color: #ffffff !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Cancel theme negative margins & force full width on the header and its container */
.elementor-location-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.elementor-location-header>.e-con {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

/* 5. Submenu Dropdown — White background, black text on all pages/states */
.elementor-location-header .elementor-nav-menu--main .sub-menu {
    background-color: hsl(0deg 0% 100% / 92%) !important;
    border-radius: 10px;
	border: 1px #d0d0d0 solid;
	padding: 14px 0;
}

.home .elementor-location-header .elementor-nav-menu--main .sub-menu .menu-link.sub-menu-link,
.home .elementor-location-header .elementor-nav-menu--main .sub-menu .menu-link.sub-menu-link span {
    color: #000000 !important;
    padding:5px 10px;
}
.home .elementor-location-header .elementor-nav-menu--main .sub-menu .menu-link.sub-menu-link:hover,
.home .elementor-location-header .elementor-nav-menu--main .sub-menu .menu-link.sub-menu-link span:hover {
    color: #0057d9 !important;
}

/* 6. Menu Icon Adjustments */
.elementor-location-header .elementor-nav-menu .sub-arrow {
    display: none !important;
}

.search-holder{
	display: none;
}