.elementor-55 .elementor-element.elementor-element-b7cb9fb:not(.elementor-motion-effects-element-type-background), .elementor-55 .elementor-element.elementor-element-b7cb9fb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#253C56;}.elementor-55 .elementor-element.elementor-element-b7cb9fb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:8px 0px 8px 0px;z-index:10;}.elementor-55 .elementor-element.elementor-element-b7cb9fb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-55 .elementor-element.elementor-element-08d8ac1.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-55 .elementor-element.elementor-element-08d8ac1.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-55 .elementor-element.elementor-element-08d8ac1.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-55 .elementor-element.elementor-element-3222684{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-55 .elementor-element.elementor-element-c241d6b{--display:flex;}.elementor-55 .elementor-element.elementor-element-c241d6b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-55 .elementor-element.elementor-element-ddff4e3{z-index:10;}.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-55 .elementor-element.elementor-element-c241d6b{--width:98.14%;}}@media(max-width:767px){.elementor-55 .elementor-element.elementor-element-3222684{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-ddff4e3 */:root {
    --brand-primary: #019975;
    --cta-gold: #F9C300;
    --cta-hover: #253C56;
    --menu-hover: #253C56;
    --text-white: #ffffff;
    --text-dark: #333333;
    --global-font: 'Poppins', sans-serif;
}

/* --- Base Layout --- */
.ah-header-wrapper {
    background: transparent !important;
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 99999;
    font-family: var(--global-font) !important;
}

.header-container-boxed {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 12px 20px; 
    justify-content: space-between;
}

.header-logo img {
    height: 160px; 
    width: auto;
    display: block;
    object-fit: contain;
    margin-top: -55px;
    margin-bottom: -55px;
    /* Updated z-index */
    z-index: 300;
    position: relative;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.25));
}

.header-nav {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
}

.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    align-items: center;
}

.nav-links li a {
    text-decoration: none;
    color: var(--text-white);
    font-size: 14px;
    font-weight: 400; 
    text-transform: uppercase;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.nav-links li a:hover { color: var(--menu-hover) !important; }

/* Button with thin font weight */
.desktop-book-btn {
    background: var(--cta-gold) !important;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s ease;
}

.desktop-book-btn:hover { background: var(--cta-hover) !important; }

/* --- Mobile Components --- */
.hamburger-icon, .mobile-drawer-header { display: none; }

@media (max-width: 1024px) {
    .desktop-book-btn { display: none; }
    
    .header-logo img {
        height: 130px;
        margin-top: -40px;
        margin-bottom: -40px;
        margin-left: -15px; 
    }

    .hamburger-icon {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 30px !important;
        height: 22px !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        cursor: pointer;
        z-index: 100005 !important;
    }

    .hamburger-icon span {
        display: block !important;
        width: 100% !important;
        height: 3px !important;
        background-color: var(--text-white) !important;
        border-radius: 3px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        transition: 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
        z-index: 100010;
    }

    .nav-links.is-active { right: 0; }

    .mobile-drawer-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #f5f5f5;
    }

    .close-btn {
        background: transparent !important;
        border: none !important;
        font-size: 28px;
        cursor: pointer;
        color: #253C56 !important;
    }

    .nav-links li { width: 100%; border-bottom: 1px solid #f5f5f5; }

    .nav-links li a {
        color: var(--text-dark) !important;
        padding: 20px;
        display: block;
        font-weight: 600;
    }

    .nav-links li:hover { background: #f0f0f0; }
}

.lock-scroll { overflow: hidden; }/* End custom CSS */