.elementor-kit-5{--e-global-color-primary:#020617;--e-global-color-secondary:#64748B;--e-global-color-text:#0F172A;--e-global-color-accent:#06B6D4;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1px;color:#F8FAFC;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#06B6D4;font-family:"Inter", Sans-serif;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#FFFFFF;border-style:none;border-radius:50px 50px 50px 50px;padding:14px 28px 14px 28px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#020617;color:#FFFFFF;border-style:none;border-radius:50px 50px 50px 50px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-accent );}.elementor-kit-5 a:hover{color:var( --e-global-color-accent );}.elementor-kit-5 h1{color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:56px;font-weight:700;letter-spacing:-1px;}.elementor-kit-5 h2{color:#FFFFFF;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h3{color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:28px;font-weight:600;line-height:1.3em;}.elementor-kit-5 h4{color:#D3D3D3;font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-5 h5{color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;}.elementor-kit-5 h6{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:28px;max-width:28px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5 h6{letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:38px;}.elementor-kit-5 h3{font-size:22px;}.elementor-kit-5 h4{font-size:18px;}.elementor-kit-5 h5{font-size:14px;line-height:1.5em;}.elementor-kit-5 h6{letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- APP-STYLE MASTER HEADER (CLEAN VERSION) --- */

:root {
    --app-blue: #06B6D4;
    --app-dark: #020617;
    --app-glass: rgba(255, 255, 255, 0.96);
}

/* ===== HEADER BASE ===== */
.site-header {
    position: fixed !important;
    top: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 94% !important;
    max-width: 1400px !important;
    min-height: 65px !important;
    border-radius: 100px !important;
    background: var(--app-glass) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    z-index: 9999 !important;
}

/* ===== LOGO (DESKTOP) ===== */
/* ===== LOGO: HIGH VISIBILITY (DESKTOP) ===== */
.site-header .site-branding {
    position: absolute !important;
    left: 45px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    
    /* Forces the container to be wide enough for the full logo */
    width: auto !important;
    max-width: 280px !important; 
    display: flex !important;
    align-items: center !important;
    z-index: 100 !important;
}
.site-header .site-branding a,
.site-header .site-branding img {
    /* Industry standard height for premium headers */
    height: 52px !important; 
    max-height: 52px !important;
    
    /* This overrides the theme's width limits */
    width: auto !important; 
    max-width: none !important; 
    
    display: block !important;
    object-fit: contain !important;
}


/* ===== NAVIGATION ===== */
.site-header .site-navigation {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.site-header .site-navigation ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Menu spacing */
.site-header .site-navigation ul li {
    margin: 0 15px !important;
}

/* Menu links */
.site-header .site-navigation ul li a {
    color: var(--app-dark) !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    padding: 5px 2px !important;
    position: relative !important;
}

/* Hover + active */
.site-header .site-navigation ul li a:hover,
.site-header .site-navigation ul li.current-menu-item a {
    color: var(--app-blue) !important;
}

/* Active dot */
.site-header .site-navigation ul li.current-menu-item a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: var(--app-blue);
    border-radius: 50%;
}

/* ===== CTA BUTTON ===== */
.site-header .site-navigation ul li.nav-cta-button {
    position: absolute !important;
    right: 30px !important;
    margin: 0 !important;
}

.site-header .site-navigation ul li.nav-cta-button a {
    background: var(--app-blue) !important;
    color: #FFF !important;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

.site-header .site-navigation ul li.nav-cta-button a:hover {
    background: var(--app-dark) !important;
    transform: translateY(-3px) scale(1.05) !important;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 1024px) {

    .site-header {
        display: flex !important;
        justify-content: space-between !important; /* FIXED TYPO */
        align-items: center !important;
        width: 92% !important;
        padding: 0 20px !important;
    }

   /* Logo (MOBILE/TABLET) */
    .site-header .site-branding {
        position: relative !important;
        left: 0 !important;
        top: 5px !important;
        transform: none !important;
    }
    .site-header .site-branding img {
        height: 42px !important;
        max-height: 42px !important;
        width: auto !important;
    }

    /* Nav */
    .site-header .site-navigation {
        width: auto !important;
    }

    /* ===== HAMBURGER FIX (FINAL) ===== */
    header button[aria-expanded] {
        border-radius: 0 !important;   /* ✅ square */
        /*background: #020617 !important;*/
        width: 35px !important;
        height: 35px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: none !important;
    }

}
/* --- THE "WRAPPER" FIX: FORCING THE BACKGROUND --- */

@media (max-width: 1024px) {
    
    /* 1. MAKE THE NAV CONTAINER INVISIBLE (It causes the clipping) */
    #site-header .site-navigation-dropdown {
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        display: block !important;
        height: auto !important;
        overflow: visible !important; /* IMPORTANT: Prevents clipping */
    }

    /* 2. APPLY THE WHITE CARD TO THE LIST (UL) INSTEAD */
    #site-header .site-navigation-dropdown ul#menu-main-menu-1 {
        display: block !important;
        position: absolute !important;
        
        /* Positioned below the header bar */
        top: 5px !important; 
        /*left: 5% !important;*/
        width: 100% !important;
        
        /* THE SOLID WHITE CARD */
        background-color: #FFFFFF !important; 
        background: #FFFFFF !important;
        border-radius: 35px !important;
        /*padding: 25px 0 !important;*/
        box-shadow: 0 25px 60px rgba(0,0,0,0.25) !important;
        border: 1px solid rgba(6, 182, 212, 0.15) !important;
        
        z-index: 999999 !important;
        margin: 0 !important;
        height: auto !important; /* Ensures it grows with the links */
    }

    /* 3. RESET LINKS AND REMOVE THEME OVERLAYS */
    #site-header .site-navigation-dropdown ul li {
        display: block !important;
        width: 100% !important;
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid #F1F5F9 !important;
    }

    #site-header .site-navigation-dropdown ul li a {
        display: block !important;
        padding: 18px 0 !important;
        color: #020617 !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        font-size: 14px !important;
        text-align: center !important;
        background: transparent !important;
    }

    /* Cyan text for active/hover */
    #site-header .site-navigation-dropdown ul li.current-menu-item a,
    #site-header .site-navigation-dropdown ul li a:hover {
        color: #06B6D4 !important;
        background: transparent !important;
    }

    /* 4. THE FREE QUOTE BUTTON */
    #site-header .site-navigation-dropdown ul li.nav-cta-button {
        border-bottom: none !important;
        padding: 15px 30px !important;
    }

    #site-header .site-navigation-dropdown ul li.nav-cta-button a {
        background: #06B6D4 !important;
        color: #FFFFFF !important;
        border-radius: 100px !important;
        padding: 15px !important;
        font-weight: 900 !important;
        max-width: 250px !important;
        margin: 0 auto !important;
    }
}/* End custom CSS */