.elementor-199 .elementor-element.elementor-element-cb853d1{--display:flex;--min-height:120px;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-199 .elementor-element.elementor-element-cb853d1:not(.elementor-motion-effects-element-type-background), .elementor-199 .elementor-element.elementor-element-cb853d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A192F;}.elementor-199 .elementor-element.elementor-element-b1ca229{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-199 .elementor-element.elementor-element-cb853d1{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-b1ca229 *//* --- 1. GLOBAL LAYOUT --- */
.husk-ultra-header {
    background-color: #0A1128;
    width: 100%;
    z-index: 9999;
    padding: 30px 0; /* Adjust this to change the overall height of the bar */
}

.husk-header-lock {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center !important; /* FORCES ALL CHILDREN TO THE MIDDLE LINE */
}

/* --- 2. LOGO ALIGNMENT --- */
.husk-brand-box {
    display: flex;
    align-items: center;
}

.husk-logo-text {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1; /* Prevents text from floating high */
}

/* --- 3. MENU ALIGNMENT --- */
.husk-ul-list {
    display: flex;
    gap: 30px;
    list-style: none !important;
    margin: 0;
    padding: 0;
    align-items: center; /* Centers the menu links vertically */
}

.husk-ul-list a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1;
}

/* --- 4. ACTION BOX ALIGNMENT --- */
.husk-action-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.husk-phone-large {
    color: #FFFFFF;
    font-size: 13px;
}

.husk-btn-premium {
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    padding: 12px 24px;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
}

/* --- 5. MOBILE FIREWALL --- */
@media (min-width: 1025px) {
    .husk-mobile-icon, .husk-close-x, .mobile-only-link {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .husk-mobile-icon {
        display: block !important;
        color: white;
        font-size: 28px;
        cursor: pointer;
    }

    #huskDesktopActions { display: none !important; }

    .husk-nav-box {
        display: none; 
        position: fixed;
        top: 0; left: 0;
        width: 100vw; height: 100vh;
        background: #0A1128;
        z-index: 1000000 !important;
        padding-top: 100px;
    }

    .husk-show-mobile { display: flex !important; flex-direction: column; }

    .husk-close-x {
        position: absolute;
        top: 25px; right: 35px;
        color: white; font-size: 35px;
        cursor: pointer;
    }

    .husk-ul-list { flex-direction: column !important; gap: 25px; }
    .husk-ul-list a { font-size: 18px !important; }
    .mobile-only-link { display: block !important; margin-top: 20px; }
}/* End custom CSS */