.elementor-263 .elementor-element.elementor-element-3cd9281:not(.elementor-motion-effects-element-type-background), .elementor-263 .elementor-element.elementor-element-3cd9281 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-263 .elementor-element.elementor-element-3cd9281{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:8px 0px 8px 0px;z-index:5;}.elementor-263 .elementor-element.elementor-element-3cd9281 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-263 .elementor-element.elementor-element-2c20cec.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-263 .elementor-element.elementor-element-2c20cec.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-263 .elementor-element.elementor-element-2c20cec.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-263 .elementor-element.elementor-element-cf4aafb{width:auto;max-width:auto;align-self:center;}.elementor-263 .elementor-element.elementor-element-cf4aafb .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );font-style:var( --e-global-typography-text-font-style );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-e3c55af );}.elementor-263 .elementor-element.elementor-element-e6d7dc7 .elementor-button{background-color:var( --e-global-color-1df8476 );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );line-height:var( --e-global-typography-accent-line-height );fill:var( --e-global-color-fcc4f00 );color:var( --e-global-color-fcc4f00 );padding:0px 0px 0px 0px;}.elementor-263 .elementor-element.elementor-element-e6d7dc7{width:auto;max-width:auto;padding:0px 0px 0px 16px;align-self:center;}.elementor-263 .elementor-element.elementor-element-e6d7dc7 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-263 .elementor-element.elementor-element-e6d7dc7 .elementor-button .elementor-button-content-wrapper{gap:10px;}.elementor-263 .elementor-element.elementor-element-e888f4a{--display:flex;--margin-top:0px;--margin-bottom:-80px;--margin-left:0px;--margin-right:0px;--z-index:5;}.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-263 .elementor-element.elementor-element-e888f4a{--content-width:1600px;}}@media(max-width:1024px){.elementor-263 .elementor-element.elementor-element-cf4aafb .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-263 .elementor-element.elementor-element-e6d7dc7 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-263 .elementor-element.elementor-element-e888f4a{--margin-top:0px;--margin-bottom:-76px;--margin-left:0px;--margin-right:0px;--padding-top:16px;--padding-bottom:16px;--padding-left:32px;--padding-right:32px;}}@media(max-width:767px){.elementor-263 .elementor-element.elementor-element-cf4aafb .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-263 .elementor-element.elementor-element-e6d7dc7 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-263 .elementor-element.elementor-element-e888f4a{--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}}/* Start custom CSS for html, class: .elementor-element-70970ba */:root {
    --brand-primary: #019975;
    --text-white: #ffffff;
    --text-dark: #333333;
}

/* --- Base Layout --- */
.ah-header-wrapper {
    background: transparent !important;
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 99999;
    font-family: sans-serif;
}

.header-container-boxed {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* This padding maintains the actual visual height of the bar */
    padding: 12px 20px; 
    justify-content: space-between;
}

/* --- Logo: Maximum Scale with Stable Header Height --- */
.header-logo {
    display: flex;
    align-items: center;
    position: relative;
}

.header-logo img {
    /* Significant Increase for Desktop: 160px */
    height: 160px; 
    width: auto;
    display: block;
    object-fit: contain;
    
    /* Aggressive negative margins keep the header container from expanding */
    margin-top: -55px;
    margin-bottom: -55px;
    
    image-rendering: -webkit-optimize-contrast;
    position: relative;
    z-index: 100;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.25));
}

/* --- Desktop Navigation --- */
.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: 20px;
    align-items: center;
}

.nav-links li a {
    text-decoration: none;
    color: var(--text-white);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.nav-links li a:hover {
    color: var(--brand-primary);
}

/* Desktop Dropdown */
.has-dropdown { position: relative; }
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    min-width: 240px;
    list-style: none;
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-top: 3px solid var(--brand-primary);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
}

.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li a {
    color: var(--text-dark) !important;
    padding: 10px 20px;
    display: block;
    font-size: 13px;
    text-transform: none;
    text-shadow: none;
}

/* Desktop CTA */
.desktop-book-btn {
    background: var(--brand-primary);
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

/* --- Mobile Components --- */
.hamburger-icon, .mobile-drawer-header, .mobile-only-item {
    display: none;
}

@media (max-width: 1024px) {
    .desktop-book-btn { display: none; }
    
    .header-logo img {
        /* Significant Increase for Mobile: 130px */
        height: 130px;
        /* Adjusted margins for mobile stability */
        margin-top: -40px;
        margin-bottom: -40px;
        /* Kept left alignment from previous request */
        margin-left: -15px; 
    }

    .header-right {
        display: flex !important;
        align-items: center;
    }

    /* High-Visibility Hamburger */
    .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;
        margin: 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;
        box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    }

    /* Mobile Side Drawer Style */
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        transition: 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
        box-shadow: -10px 0 30px rgba(0,0,0,0.1);
        overflow-y: auto;
        z-index: 100010;
        padding: 0;
    }

    .nav-links.is-active { right: 0; }

    .mobile-drawer-header {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        background: #f8f8f8;
        border-bottom: 1px solid #eee;
    }

    .menu-tag { font-weight: 800; color: #333; font-size: 13px; letter-spacing: 1px; }
    .close-btn { color: var(--brand-primary); font-size: 26px; cursor: pointer; }

    .nav-links li { width: 100%; }
    .nav-links li a {
        color: var(--text-dark) !important;
        padding: 15px 20px;
        border-bottom: 1px solid #f5f5f5;
        display: block;
        text-shadow: none;
    }

    .dropdown-menu {
        position: static;
        display: none;
        background: #fafafa;
        box-shadow: none;
        padding: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .dropdown-open .dropdown-menu { display: block; }

    .mobile-only-item { display: block; padding: 20px; }
    .mobile-book-btn {
        background: var(--brand-primary);
        color: #FFFFFF !important;
        text-align: center;
        padding: 14px !important;
        border-radius: 6px;
        display: block;
    }
}

.lock-scroll { overflow: hidden; }/* End custom CSS */