/* ────────────────────────────────────────────────────────────────
   Site header — desktop (.only-header) + mobile (.only-header-mobile)
   Fixed-scroll behavior, active-state indicators, mobile slidermobile
   marquee, submenu chevron swaps, and layout tweaks. Paired with
   assets/js/header.js which drives fixed-state + marquee animation.
   Icon URLs are resolved relative to this file so they work on
   localhost/northland/ and on the live host without env-specific paths.
   ──────────────────────────────────────────────────────────────── */

.only-header-mobile .menu-is-active.hfe-dropdown {
    height: 100vh;
}
.only-header-mobile.is-fixed #menu-1-ee51f2b {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
	.only-header-mobile.is-fixed  #menu-1-ee51f2b {
			height: 90vh;
	}
.only-header-mobile #menu-1-ee51f2b {
    display: flex;
    flex-direction: column;
    height: 78vh;
}
.only-header-mobile #menu-item-2785 {
    margin-top: auto !important;
    width: 100%;
    padding: 20px 15px 10px;
    box-sizing: border-box;
}
	@media (min-width: 1025px) {
		#menu-item-2785 {
			display: none;
		}
	}
.only-header-mobile #menu-item-2785 a.hfe-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    color: #fff !important;
    background: #54751A;
    border: 1px solid #54751A !important;
    border-radius: 4px;

    padding: 15px 30px;

    font-family: "Spline Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;

    margin: 0;
}
	.only-header-mobile .menu-is-active {
    position: relative;
}

.only-header-mobile .menu-is-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: -1;
    transition: background-color .3s ease;
}

.only-header-mobile .elementor-widget-navigation-menu nav.hfe-dropdown ul {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 10;
}
	@media (max-width: 1852px) {
		.only-header .current-menu-ancestor a.hfe-menu-item {
				border-bottom: 3px solid #fff;
		}
	.only-header .current_page_parent a.hfe-menu-item {
			border-bottom: 3px solid #fff;
	}
		.only-header.is-fixed li.current-menu-item > a.hfe-menu-item {
			border-bottom: 3px solid #882A2A;
	}
		.only-header.is-fixed .hfe-nav-menu .hfe-menu-item:hover {
			color: #882A2A !important;
			font-weight: 700;
			border-bottom: 3px solid #882A2A;
		}
		.only-header .hfe-nav-menu .hfe-menu-item:hover {
			color: #fff !important;
			font-weight: 700;
			border-bottom: 3px solid #fff;
		}
		.only-header .menu-item.current-menu-item a.hfe-menu-item {
				border-bottom: 3px solid #fff;
		}
		.only-header.is-fixed .menu-item.current-menu-item a.hfe-menu-item {
				border-bottom: 3px solid #882A2A;
		}
		.only-header.is-fixed li.current-menu-parent > .hfe-has-submenu-container > a, .only-header.is-fixed li.current-menu-ancestor > .hfe-has-submenu-container > a, .only-header.is-fixed li.current_page_parent > .hfe-has-submenu-container > a, .only-header.is-fixed li.current_page_ancestor > .hfe-has-submenu-container > a {
			border-bottom: 3px solid #882A2A;
		}
	}
@media (min-width: 1852px) {
    .only-header ul#menu-1-c10f59d {
        width: auto !important;
        display: flex;
        flex-wrap: nowrap;
    }
    .only-header .hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
        width: fit-content !important;
    }

    /* Base setup for all menu items */
    .only-header .hfe-nav-menu .hfe-menu-item {
        position: relative;
    }
    .only-header .hfe-nav-menu .hfe-menu-item::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -28px;
        width: 100%;
        height: 3px;
        background: transparent; /* hidden by default */
        transition: background-color .3s ease;
        opacity: 1 !important;
    }

    /* --- NORMAL HEADER (White) --- */
    .only-header:not(.is-fixed) .hfe-nav-menu .hfe-menu-item:hover::before,
    .only-header:not(.is-fixed) .current-menu-ancestor.parent-has-child a.hfe-menu-item::before,
    .only-header:not(.is-fixed) .current_page_parent a.hfe-menu-item::before,
    .only-header:not(.is-fixed) .menu-item.current-menu-item a.hfe-menu-item::before {
        background: #fff;
    }

    /* --- FIXED HEADER (Red) --- */
    .only-header.is-fixed .hfe-nav-menu .hfe-menu-item:hover::before,
    .only-header.is-fixed .current-menu-ancestor.parent-has-child a.hfe-menu-item::before,
    .only-header.is-fixed .current_page_parent a.hfe-menu-item::before,
    .only-header.is-fixed .menu-item.current-menu-item a.hfe-menu-item::before {
        background: #882A2A;
    }
}
.only-header .current_page_parent a.hfe-menu-item {
    color: #fff !important;
    font-weight: 700 !important;
}

.only-header    .parent-has-child ul.sub-menu {
    margin: 0px 5px 0px !important;
}
    .only-header .hfe-nav-menu .parent-has-child .menu-item i.fa {
        rotate: 275deg;
    position: relative;
    content: url(../../../../uploads/2026/04/Vector-6.svg) !important;
    display: inline-block;
    transition: opacity .3s ease, transform .3s ease;
}
.only-header-mobile .hfe-has-submenu-container.menu-active.sub-menu-active a,
.only-header-mobile .hfe-sub-menu-item-active {
    font-weight: 700 !important;
    color: #882A2A !important;
    border-bottom: 3px solid #882A2A !important;
}
.only-header .sub-menu .menu-item.current-menu-item a.hfe-sub-menu-item.hfe-sub-menu-item-active {
    font-weight: 700;
}
.only-header .menu-item.current-menu-item a.hfe-menu-item {
    color: #fff !Important;
    font-weight: 700 !important;
}
.hfe-nav-menu .menu-item i.fa {
    position: relative;
    content: url('../../../../uploads/2026/05/whitesvg.svg');
    display: inline-block;
    transition: opacity .3s ease, transform .3s ease;
}

/* HOVER — ONLY when NOT fixed */
.only-header:not(.is-fixed) .hfe-nav-menu .menu-item:hover i.fa,
.only-header-mobile:not(.is-fixed) .hfe-nav-menu .menu-item:hover i.fa {
    content: url('../../../../uploads/2026/05/whitesvg.svg');
}

/* FIXED HEADER ICON */
.only-header.is-fixed .hfe-nav-menu .menu-item i.fa,
.only-header-mobile.is-fixed .hfe-nav-menu .menu-item i.fa {
    content: url('../../../../uploads/2026/04/Vector-6.svg');
}
    .current-menu-ancestor a.hfe-menu-item {
    color: #fff !important;
    font-weight: 700 !important;
}



/* ==================================================
   ACTIVE TOP-LEVEL MENU
================================================== */

.only-header.is-fixed li.current-menu-item > a.hfe-menu-item,
.only-header.is-fixed li.current-menu-item > .hfe-has-submenu-container > a,
.only-header.is-fixed li.current_page_item > .hfe-has-submenu-container > a,
.only-header.is-fixed li.current-menu-parent > .hfe-has-submenu-container > a,
.only-header.is-fixed li.current-menu-ancestor > .hfe-has-submenu-container > a,
.only-header.is-fixed li.current_page_parent > .hfe-has-submenu-container > a,
.only-header.is-fixed li.current_page_ancestor > .hfe-has-submenu-container > a {
    color: #882A2A !important;
    font-weight: 700 !important;
}

/* ==================================================
   ACTIVE SUBMENU LINKS
================================================== */

.only-header li.current-menu-item > a.hfe-sub-menu-item,
.only-header li.current-menu-parent > a.hfe-sub-menu-item,
.only-header li.current-menu-ancestor > a.hfe-sub-menu-item,
.only-header li.current_page_item > a.hfe-sub-menu-item,
.only-header li.current_page_parent > a.hfe-sub-menu-item,
.only-header li.current_page_ancestor > a.hfe-sub-menu-item,

.only-header li.current-menu-item > .hfe-has-submenu-container > a.hfe-sub-menu-item,
.only-header li.current-menu-parent > .hfe-has-submenu-container > a.hfe-sub-menu-item,
.only-header li.current-menu-ancestor > .hfe-has-submenu-container > a.hfe-sub-menu-item,
.only-header li.current_page_item > .hfe-has-submenu-container > a.hfe-sub-menu-item,
.only-header li.current_page_parent > .hfe-has-submenu-container > a.hfe-sub-menu-item,
.only-header li.current_page_ancestor > .hfe-has-submenu-container > a.hfe-sub-menu-item {
    color: #882A2A !important;
    font-weight: 700 !important;
}

/* ==================================================
   SUBMENU ACTIVE / HOVER BORDER
================================================== */

.only-header .sub-menu .menu-item:hover,
.only-header .sub-menu .menu-item.current-menu-item,
.only-header .sub-menu .menu-item.current-menu-parent,
.only-header .sub-menu .menu-item.current-menu-ancestor,
.only-header .sub-menu .menu-item.current_page_item,
.only-header .sub-menu .menu-item.current_page_parent,
.only-header .sub-menu .menu-item.current_page_ancestor {
    border-bottom: 3px solid #882A2A !important;
}
@media (max-width: 1852px) {
    .only-header .menu-item.current-menu-item a.hfe-menu-item {
        border-bottom: 3px solid #fff;
    }
    .only-header.is-fixed .elementor-button-icon path {
        stroke: #090E12;
    }
    .only-header.is-fixed .phone-number span {
        color: #090E12 !important;
    }
}

.only-header .sub-menu .menu-item:hover > a,
.only-header .sub-menu .menu-item:hover > .hfe-has-submenu-container > a {
    font-weight: 700 !important;
}

.only-header.is-fixed .hfe-nav-menu .hfe-menu-item,
.only-header-mobile.is-fixed .hfe-nav-menu .hfe-menu-item {
    color: #090E12 !important;
}

.only-header img,
.only-header-mobile img {
    transition: opacity .35s ease, transform .35s ease;
}

.only-header img#image-fixed,
.only-header-mobile img#image-fixed {
    opacity: 0;
}

.only-header.is-fixed img#default,
.only-header-mobile.is-fixed img#default {
    opacity: 0;
    display: none;
}

.only-header.is-fixed img#image-fixed,
.only-header-mobile.is-fixed img#image-fixed {
    opacity: 1;
}

.only-header-mobile.is-fixed .phone-number span {
    color: #090E12 !important;
}

.only-header-mobile.is-fixed .hfe-nav-menu .hfe-menu-item:hover {
    color: #882A2A !important;
    border-bottom: 3px solid #882A2A;
}

.only-header-mobile .hfe-nav-menu .hfe-menu-item {
    border-bottom: 3px solid transparent;
    transition: color .3s ease, border-color .3s ease, background-color .3s ease;
}

.only-header-mobile .hfe-nav-menu .hfe-menu-item:hover {
    color: #fff;
    border-bottom: 3px solid #fff;
}

/* ========================= SMOOTH HEADER ========================= */
.only-header .hfe-sub-menu-item {
    text-wrap: nowrap;
}
.only-header ul.sub-menu {
    margin-left: 1px !important;
    margin-top: 2px !important;
}

.only-header *,
.only-header-mobile * {
    transition: color .28s ease, background-color .35s ease, border-color .35s ease, opacity .35s ease, transform .35s cubic-bezier(0.22,1,0.36,1);
}

.only-header,
.only-header-mobile {
    width: 100%;
    will-change: transform, background-color, opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: background-color .45s ease-in-out, box-shadow .45s ease-in-out, opacity .4s ease-in-out, transform .45s cubic-bezier(0.22,1,0.36,1);
}

/* FIXED STATE */
.only-header.is-fixed,
.only-header-mobile.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 6px 30px rgba(0,0,0,.06);
    opacity: 1;
    transform: translateY(0);
}

/* REMOVE BOUNCE */
.only-header,
.only-header-mobile {
    animation: none !important;
}

/* MOBILE NAV */
.only-header-mobile .hfe-nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.only-header-mobile.is-fixed .hfe-nav-menu-icon svg {
    fill: #882A2A !important;
}

@media (max-width: 1919px) {
    .remove-border .hfe-layout-horizontal {
        border-top: 0 !important;
    }
    .only-header .hfe-layout-horizontal {
        border-top: 1px solid rgba(0,0,0,0.2);
    }
}

/* ========================= MOBILE ========================= */
@media (max-width: 1024px) {
nav.menu-is-active .hfe-nav-menu li.current-menu-item > a.hfe-menu-item,
nav.menu-is-active .hfe-nav-menu li.current-menu-item > .hfe-has-submenu-container > a.hfe-menu-item,

nav.menu-is-active .hfe-nav-menu li.current_page_item > a.hfe-menu-item,
nav.menu-is-active .hfe-nav-menu li.current_page_item > .hfe-has-submenu-container > a.hfe-menu-item,

nav.menu-is-active .hfe-nav-menu li.current-menu-parent > a.hfe-menu-item,
nav.menu-is-active .hfe-nav-menu li.current-menu-parent > .hfe-has-submenu-container > a.hfe-menu-item,

nav.menu-is-active .hfe-nav-menu li.current-menu-ancestor > a.hfe-menu-item,
nav.menu-is-active .hfe-nav-menu li.current-menu-ancestor > .hfe-has-submenu-container > a.hfe-menu-item,

nav.menu-is-active .hfe-nav-menu li.current_page_parent > a.hfe-menu-item,
nav.menu-is-active .hfe-nav-menu li.current_page_parent > .hfe-has-submenu-container > a.hfe-menu-item,

nav.menu-is-active .hfe-nav-menu li.current_page_ancestor > a.hfe-menu-item,
nav.menu-is-active .hfe-nav-menu li.current_page_ancestor > .hfe-has-submenu-container > a.hfe-menu-item {
    color: #882A2A !important;
    border-bottom: 3px solid #882A2A !important;
    font-weight: 700 !important;
}
li.current-menu-parent > .hfe-has-submenu-container > a,
li.current-menu-ancestor > .hfe-has-submenu-container > a {
    font-weight: 700 !important;
    color: #882A2A !important;
    border-bottom: 3px solid #882A2A !important;
}
/* ==================================================
   MOBILE HOVER / FOCUS
================================================== */

.only-header-mobile .hfe-nav-menu .hfe-menu-item:hover,
.only-header-mobile .hfe-nav-menu .hfe-menu-item:focus,
.only-header-mobile .hfe-nav-menu .hfe-menu-item:focus-visible {
    color: #882A2A !important;
    border-bottom: 3px solid #882A2A !important;
    font-weight: 700 !important;
}
    .slidermobile .elementor-icon-list-item:nth-child(4) .elementor-icon-list-icon {
        --e-icon-list-icon-size: 20px !important;
    }
    .slidermobile .elementor-icon-list-item:nth-child(4) {
        padding-right: 20px !important;
    }

    .only-header-mobile .hfe-nav-menu .menu-item i.fa {
        content: url(../../../../uploads/2026/04/Vector-6.svg) !important;
    }

    .only-header-mobile.is-fixed .hfe-nav-menu .hfe-menu-item {
        color: #000 !important;
    }

    .only-header-mobile.is-fixed {
        top: 0 !important;
    }

    .only-header.is-fixed {
        display: none;
    }

    .only-header .menu-item a.hfe-menu-item:hover {
        color: #000 !important;
    }

    .menu-item a.hfe-menu-item {
        background-color: transparent;
    }

    .only-header.is-fixed .menu-item a.hfe-menu-item {
        background-color: #020101;
    }

    /* ============================================================
       ULTRA SMOOTH MOBILE SLIDER – FIXED LOOP & DEFAULT SIZES
       ============================================================ */
    .slidermobile {
        overflow: hidden;
        width: 100%;
        position: relative;
        contain: layout paint style;
        will-change: transform;
        transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
    }

    .slidermobile ul.elementor-icon-list-items {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none;
        width: max-content;
        will-change: transform;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px;
        /* no transition – JS drives the animation */
    }

    .slidermobile ul.elementor-icon-list-items li {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 12px;
        font-size: inherit;
        line-height: 1.4;
        white-space: nowrap;
    }

    .slidermobile ul.elementor-icon-list-items li .elementor-icon-list-icon {
        flex: 0 0 auto;
        width: auto;
        height: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transform: none;
        font-size: inherit;
        line-height: 0;
    }

    .slidermobile ul.elementor-icon-list-items li .elementor-icon-list-icon svg {
        width: auto !important;
        height: auto !important;
        max-width: none !important;
        display: block;
        transform: none;
        /* keeps the original 6x6 size */
    }

    .slidermobile ul.elementor-icon-list-items li .elementor-icon-list-text {
        flex: 0 0 auto;
        font-size: inherit;
        font-weight: 500;
        color: #1a1a2e;
        white-space: nowrap;
    }

    .slidermobile .sub-menu .menu-item:hover a {
        font-weight: 600;
    }

    .only-header-mobile .hfe-sub-menu-item:hover {
        font-weight: 600 !important;
    }
}
</content>
</invoke>