
/* ---------- TOP BAR ---------- */
.header-top {
    background: #16332d;
    padding: 10px 0;
}

.header-top .top-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap;
}

.header-top .left-column {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    flex: 1 1 auto;
    min-width: 0;
}

.header-top .weathre-box,
.header-top .email-box {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #fff !important;
    font-size: 14px !important;
    min-width: 0;
    overflow-wrap: break-word;
}

.header-top .weathre-box i,
.header-top .email-box i {
    color: #f7941d !important;
    font-size: 14px !important;
    flex: 0 0 auto;
}

.header-top .weathre-box a,
.header-top .email-box a {
    color: #fff !important;
    text-decoration: none !important;
}

.header-top .right-column {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    flex: 0 0 auto;
    margin-left: 16px !important;
}

.header-top .info-list li {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

.header-top .info-list li i {
    color: #f7941d !important;
}

.header-top .info-list li a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

/* ---------- GOOGLE TRANSLATE DROPDOWN ---------- */
.google-translate-box {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

/* Show Google's "Powered by Google Translate" text, styled to fit the header */
.google-translate-box .goog-te-gadget {
    font-size: 11px !important;
    color: #fff !important;
    line-height: 1.3 !important;
}

.google-translate-box .goog-te-gadget > span > a {
    color: #fff !important;
    text-decoration: none !important;
}

.google-translate-box .goog-te-gadget .goog-te-combo {
    font-size: 13px !important;
    line-height: 1.2 !important;
    color: #16332d !important;
    background: #fff !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    border: none !important;
    cursor: pointer !important;
    max-width: 150px;
    flex-shrink: 0 !important;
    margin-left: 6px !important;
}

/* Keep only Google's stray icon/arrow graphic hidden (not affected by font-size,
   since it's a background image) - the wordmark text above now stays visible */
.google-translate-box .goog-te-gadget-icon,
.google-translate-box .goog-te-gadget > span > a img,
.google-translate-box .goog-te-gadget-simple .goog-te-menu-value img,
.google-translate-box .goog-te-gadget img {
    display: none !important;
}

/* Google injects a top banner + tooltip on the page - keep the layout from jumping */
.goog-te-banner-frame.skiptranslate,
.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight,
body > .skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}

@media (max-width: 991px) {
    .header-top {
        display: none !important;
    }
}


/* ---------- MAIN / LOWER HEADER ---------- */
.header-lower {
    background:
        radial-gradient(circle at 8% 50%, rgba(247, 200, 118, 0.85) 0%, rgba(247, 200, 118, 0) 45%),
        linear-gradient(90deg, #f9dca0 0%, #fbe6bd 20%, #fdefd6 45%, #fdf6ea 70%, #fefaf1 100%);
    padding: 8px 0;
    position: relative;
    line-height: 0;
}

.main-header figure {
    margin: 0 !important;
}

.header-lower .outer-box {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    flex-wrap: nowrap;
}

.header-lower .logo-box {
    float: none !important;
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
}

.header-lower .logo-box .logo {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-lower .logo-box img {
    display: block !important;
    width: 185px !important;
    height: auto !important;
    object-fit: contain !important;
}

.header-lower .logo-box .site-title {
    color: #c81f2b;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .5px;
    white-space: nowrap;
    line-height: 1.3;
    margin: 0;
}

.header-lower .menu-area,
.header-lower .action-box,
.header-lower .main-menu {
    line-height: normal;
}

.header-lower .menu-area {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 30px !important;
    min-width: 0;
}

.header-lower .main-menu .navigation {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 30px !important;
    margin: 0 !important;
    list-style: none;
    padding: 0;
    flex-wrap: nowrap;
}

.header-lower .main-menu .navigation > li {
    float: none !important;
    display: block !important;
}

.header-lower .main-menu .navigation > li > a {
    display: block !important;
    padding: 4px 0 !important;
    white-space: nowrap !important;
    color: #1c1c1c !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: .3px;
    text-decoration: none;
}

.header-lower .main-menu .navigation > li.current > a,
.header-lower .main-menu .navigation > li > a:hover {
    color: #16332d !important;
}


/* ---------- ACTION AREA (Membership button + Call widget) ---------- */
.header-lower .action-box {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    flex: 0 0 auto !important;
}

.membership-btn {
    background: #f0793c !important;
    color: #fff !important;
    padding: 14px 26px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: .5px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .2s ease;
    border: none !important;
    cursor: pointer;
    font-family: inherit;
    display: inline-block;
}

.membership-btn:hover {
    background: #e0672b !important;
    color: #fff !important;
}

.call-widget {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    gap: 10px !important;
}

.call-widget .call-icon {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #e7d9c4 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

.call-widget .call-icon svg {
    color: #16332d !important;
    display: block !important;
}

.call-widget .call-text {
    line-height: 1.3;
    white-space: nowrap;
}

.call-widget .call-text .label {
    display: block;
    font-size: 13px;
    color: #4a4a4a;
    font-weight: 500;
}

.call-widget .call-text .number {
    display: block;
    font-size: 15px;
    color: #16332d;
    font-weight: 800;
}


@media (min-width: 992px) {
    .header-lower .nav-box,
    .header-lower .mobile-nav-toggler {
        display: none !important;
    }
}


@media (max-width: 991px) {

    .header-lower {
        padding: 6px 0;
    }

    .header-lower .outer-box {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .header-lower .logo-box img {
        width: 120px !important;
        height: auto !important;
        image-rendering: -webkit-optimize-contrast;
    }

    .header-lower .logo-box .site-title {
        font-size: 11px;
    }

    .header-lower .main-menu,
    .header-lower .action-box {
        display: none !important;
    }

    .header-lower .menu-area {
        flex: 0 0 auto !important;
    }

    .header-lower .nav-box {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        border-radius: 8px !important;
        background: #fff !important;
        border: 1px solid rgba(22,51,45,.12) !important;
        box-shadow: 0 2px 6px rgba(0,0,0,.08);
        cursor: pointer;
    }

    .header-lower .nav-box svg {
        color: #16332d !important;
        pointer-events: none;
    }
}

/* ---------- "IN-BETWEEN" LAPTOP FIX (992px - 1439px) ----------
   This is the range that was causing the menu / membership button /
   call widget / contact info to overlap or get cut off on
   laptop-size screens. Everything below scales text & spacing down
   in steps instead of clipping. */

@media (min-width: 992px) and (max-width: 1199px) {

    .header-lower .menu-area {
        gap: 14px !important;
    }

    .header-lower .main-menu,
    .header-lower .action-box {
        display: flex !important;
    }

    .header-lower .main-menu .navigation {
        gap: 12px !important;
    }

    .header-lower .main-menu .navigation > li > a {
        font-size: 13px !important;
    }

    .header-lower .action-box {
        gap: 8px !important;
    }

    .header-lower .membership-btn {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }

    .call-widget .call-icon {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
    }

    /* keep the phone number visible, just drop the "Call Us" label to save space */
    .call-widget .call-text {
        display: block !important;
    }

    .call-widget .call-text .label {
        display: none !important;
    }

    .call-widget .call-text .number {
        font-size: 11.5px !important;
        white-space: nowrap !important;
    }

    .sticky-header .logo-box img {
        width: 80px !important;
    }

    .sticky-header .main-menu .navigation {
        gap: 14px !important;
    }

    .sticky-header .action-box {
        gap: 8px !important;
    }

    .sticky-header .call-widget .call-text {
        display: block !important;
    }

    .sticky-header .call-widget .call-text .label {
        display: none !important;
    }

    .sticky-header .call-widget .call-text .number {
        font-size: 11px !important;
        white-space: nowrap !important;
    }

    /* header-top: keep everything on one line, just shrink it */
    .header-top .top-inner {
        flex-wrap: wrap;
        row-gap: 6px;
    }

    .header-top .left-column {
        gap: 14px !important;
        flex-wrap: wrap;
        row-gap: 4px;
    }

    .header-top .weathre-box,
    .header-top .email-box {
        font-size: 11.5px !important;
    }

    .header-top .info-list li {
        font-size: 11.5px !important;
    }

    .google-translate-box .goog-te-gadget .goog-te-combo {
        font-size: 11px !important;
        padding: 3px 6px !important;
        max-width: 110px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {

    .header-lower .menu-area {
        gap: 18px !important;
    }

    .header-lower .main-menu .navigation {
        gap: 16px !important;
    }

    .header-lower .main-menu .navigation > li > a {
        font-size: 14px !important;
    }

    .header-lower .action-box {
        gap: 12px !important;
    }

    .header-lower .membership-btn {
        padding: 11px 16px !important;
        font-size: 12.5px !important;
    }

    .call-widget .call-text .number {
        font-size: 13.5px !important;
    }

    .header-top .left-column {
        gap: 18px !important;
    }

    .header-top .weathre-box,
    .header-top .email-box {
        font-size: 13px !important;
    }

    .google-translate-box .goog-te-gadget .goog-te-combo {
        max-width: 130px;
    }
}


/* ==========================================
   MOBILE SIDEBAR DRAWER (opened by hamburger icon)
   ========================================== */
.xs-sidebar-group {
    position: relative !important;
    z-index: 100000 !important;
    pointer-events: none;
}

.xs-sidebar-group .xs-overlay {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0,0,0,.55) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 2147483646 !important;
}

.xs-sidebar-group.sc-active {
    pointer-events: auto !important;
}

.xs-sidebar-group.sc-active .xs-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.xs-sidebar-widget {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100dvh !important;
    width: 66vw !important;
    max-width: 280px !important;
    min-width: 220px !important;
    background: #16332d !important;
    transform: translate3d(100%, 0, 0) !important;
    pointer-events: none !important;
    transition: transform .35s ease, opacity .25s ease, visibility .35s ease;
    z-index: 2147483647 !important;
    display: block !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-shadow: -6px 0 24px rgba(0,0,0,.35);
    -webkit-overflow-scrolling: touch;
}

.xs-sidebar-group.sc-active .xs-sidebar-widget {
    transform: translate3d(0, 0, 0) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.xs-sidebar-widget .sidebar-textwidget,
.xs-sidebar-widget .sidebar-info-contents,
.xs-sidebar-widget .content-inner {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.xs-sidebar-widget .sidebar-info-contents {
    min-height: 100%;
}

.xs-sidebar-widget .sidebar-nav-links,
.xs-sidebar-widget .sidebar-nav-links li,
.xs-sidebar-widget .sidebar-nav-links a,
.xs-sidebar-widget .contact-info,
.xs-sidebar-widget .contact-info ul,
.xs-sidebar-widget .contact-info li {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Sidebar header row: logo LEFT, close cross RIGHT */
.xs-sidebar-widget .widget-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 18px;
    text-align: left;
}

.xs-sidebar-widget .widget-heading .heading-logo {
    display: flex;
    align-items: center;
}

.xs-sidebar-widget .widget-heading .heading-logo img {
    /* width: 90px; */
    width: 266px !important;
    height: auto;
    display: block;
}

.xs-sidebar-widget .close-side-widget {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #fff;
    color: #e8442c;
    font-size: 18px;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    flex: 0 0 auto;
}

.xs-sidebar-widget .sidebar-info-contents {
    padding: 6px 30px 40px;
    text-align: center;
}

.xs-sidebar-widget .sidebar-site-title {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 22px;
}

.xs-sidebar-widget .sidebar-tagline {
    color: #9aa5b5;
    font-size: 14.5px;
    line-height: 1.7;
    margin: 0 0 30px;
}

.xs-sidebar-widget .sidebar-nav-links {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: block !important;
    text-align: left;
}

.xs-sidebar-widget .sidebar-nav-links li {
    display: block !important;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.xs-sidebar-widget .sidebar-nav-links a {
    display: block !important;
    padding: 14px 2px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .4px;
    text-decoration: none;
    font-size: 15px;
}

.xs-sidebar-widget .sidebar-nav-links a:hover {
    color: #f0793c;
}

.xs-sidebar-widget .contact-info {
    text-align: left;
}

.xs-sidebar-widget .contact-info h4 {
    color: #9aa5b5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0 0 16px;
}

.xs-sidebar-widget .contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block !important;
}

.xs-sidebar-widget .contact-info li {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: #4fd1c5;
    line-height: 1.6;
    margin-bottom: 10px;
}

.xs-sidebar-widget .contact-info li i {
    color: #4fd1c5;
    margin-top: 3px;
    flex: 0 0 auto;
}

.xs-sidebar-widget .contact-info a {
    color: #4fd1c5;
    text-decoration: none;
}


/* ---------- HARD MOBILE DRAWER OVERRIDE ---------- */
@media (max-width: 991px) {
    .xs-sidebar-group {
        display: block !important;
        position: static !important;
        z-index: 2147483646 !important;
    }

    .xs-sidebar-group .xs-overlay {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        display: block !important;
        z-index: 2147483646 !important;
        background: rgba(0,0,0,.55) !important;
    }

    .xs-sidebar-group .xs-sidebar-widget {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        width: 66vw !important;
        min-width: 220px !important;
        max-width: 280px !important;
        height: 100vh !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 2147483647 !important;
        /* background: #16332d !important; */
        background: #c58e3b !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        /* transform alone already moves this off-screen - visibility:hidden/
           opacity:0 here was the rule actually winning the cascade (it's more
           specific than the plain .xs-sidebar-widget rule) and it stopped the
           Google Translate widget inside from ever laying itself out. */
        transform: translate3d(100%,0,0) !important;
        pointer-events: none !important;
    }

    .xs-sidebar-group.sc-active .xs-sidebar-widget {
        transform: translate3d(0,0,0) !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .xs-sidebar-widget .widget-heading {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        position: relative !important;
        z-index: 3 !important;
        padding: 14px 16px !important;
    }

    .xs-sidebar-widget .widget-heading .heading-logo img {
        /* width: 95px !important; */
        width: 266px !important;
        height: auto !important;
    }

    .xs-sidebar-widget .sidebar-info-contents {
        display: block !important;
        /* padding: 0 28px 35px !important; */
        padding: 0px 0px 40px !important;
        text-align: center !important;
    }

    .xs-sidebar-widget .sidebar-site-title {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin: 0 0 38px !important;
        white-space: nowrap !important;
    }

    .xs-sidebar-widget .sidebar-tagline {
        text-align: left !important;
        font-size: 13px !important;
        line-height: 1.7 !important;
        margin: 0 0 36px !important;
    }

    .xs-sidebar-widget .sidebar-nav-links {
        display: block !important;
        width: 100% !important;
        margin: 0 0 42px !important;
        padding: 0 !important;
    }

    .xs-sidebar-widget .sidebar-nav-links li {
        display: block !important;
        width: 100% !important;
    }

    .xs-sidebar-widget .sidebar-nav-links a {
        display: block !important;
        padding: 11px 0 !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        text-align: left !important;
    }

    .xs-sidebar-widget .contact-info {
        display: block !important;
        text-align: left !important;
    }

    .xs-sidebar-widget .contact-info h4 {
        font-size: 11px !important;
        margin-bottom: 18px !important;
    }

    .xs-sidebar-widget .contact-info li {
        font-size: 11.5px !important;
        line-height: 1.7 !important;
    }

    #mobileSidebarToggle {
        position: relative !important;
        z-index: 10 !important;
        display: flex !important;
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent !important;
        cursor: pointer !important;
    }
}

/* ==========================================
   STICKY HEADER (desktop only)
   ========================================== */
.sticky-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background:
        radial-gradient(circle at 8% 50%, rgba(247, 200, 118, 0.85) 0%, rgba(247, 200, 118, 0) 45%),
        linear-gradient(90deg, #f9dca0 0%, #fbe6bd 20%, #fdefd6 45%, #fdf6ea 70%, #fefaf1 100%) !important;
    box-shadow: 0 2px 14px rgba(0,0,0,.1);
    transform: translateY(-100%);
    transition: transform .35s ease;
    z-index: 9999 !important;
    padding: 8px 0;
}

.main-header.fixed-header .sticky-header {
    transform: translateY(0) !important;
}

.sticky-header .outer-box {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 85px;
}

.sticky-header .logo-box img {
    width: 105px !important;
    height: auto !important;
    object-fit: contain !important;
}

.sticky-header .menu-area {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 26px !important;
}

.sticky-header .main-menu {
    flex: 1 1 auto;
    display: flex !important;
    justify-content: center !important;
}

.sticky-header .main-menu .navigation {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 26px !important;
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

.sticky-header .main-menu .navigation > li > a {
    color: #1c1c1c !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none;
    white-space: nowrap;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li > a:hover {
    color: #f0793c !important;
}

.sticky-header .action-box {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex: 0 0 auto !important;
}

.sticky-header .membership-btn {
    padding: 11px 20px !important;
    font-size: 13px !important;
}

.sticky-header .call-widget .call-icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
}

@media (max-width: 991px) {
    .sticky-header {
        display: none !important;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {

    .header-lower .outer-box {
        flex-wrap: nowrap !important;
    }

    .header-lower .logo-box img {
        /* width: 100px !important; */
        width: 175px !important;
        height: auto !important;
    }

    .header-lower .menu-area {
        gap: 14px !important;
    }

    .header-lower .main-menu,
    .header-lower .action-box {
        display: flex !important;
    }

    .header-lower .main-menu .navigation {
        gap: 12px !important;
    }

    .header-lower .main-menu .navigation > li > a {
        font-size: 13px !important;
    }

    .header-lower .action-box {
        gap: 8px !important;
    }

    .header-lower .membership-btn {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }

    .call-widget .call-icon {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
    }

    /* keep the phone number visible, just drop the "Call Us" label to save space */
    .call-widget .call-text {
        display: block !important;
    }

    .call-widget .call-text .label {
        display: none !important;
    }

    .call-widget .call-text .number {
        font-size: 11.5px !important;
        white-space: nowrap !important;
    }

    .sticky-header .logo-box img {
        width: 80px !important;
    }

    .sticky-header .main-menu .navigation {
        gap: 14px !important;
    }

    .sticky-header .action-box {
        gap: 8px !important;
    }

    .sticky-header .call-widget .call-text {
        display: block !important;
    }

    .sticky-header .call-widget .call-text .label {
        display: none !important;
    }

    .sticky-header .call-widget .call-text .number {
        font-size: 11px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 991px) {

    /* Keep mobile header visible while scrolling */
    .main-header {
        position: relative !important;
        z-index: 99990 !important;
    }

    .header-lower {
        position: sticky !important;
        position: -webkit-sticky !important;
        top: 0 !important;
        z-index: 99990 !important;
        width: 100% !important;
        background:
            radial-gradient(circle at 8% 50%, rgba(247, 200, 118, 0.85) 0%, rgba(247, 200, 118, 0) 45%),
            linear-gradient(90deg, #f9dca0 0%, #fbe6bd 20%, #fdefd6 45%, #fdf6ea 70%, #fefaf1 100%) !important;
        box-shadow: 0 2px 10px rgba(0,0,0,.12) !important;
    }

    .header-lower .outer-box {
        min-height: 58px !important;
    }

    /* Logo stays on the LEFT */
    .header-lower .logo-box {
        margin-right: auto !important;
        flex: 0 0 auto !important;
    }

    .header-lower .logo-box img {
        width: 130px !important;
        max-width: 130px !important;
        height: auto !important;
        image-rendering: -webkit-optimize-contrast;
    }

    /* Hamburger stays in the RIGHT corner */
    .header-lower .menu-area {
        margin-left: auto !important;
        width: auto !important;
        flex: 0 0 auto !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }

    .header-lower .nav-box {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 1px solid #f0793c !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #16332d !important;
        box-shadow: none !important;
        cursor: pointer !important;
        position: relative !important;
        z-index: 999999 !important;
    }

    .header-lower .nav-box svg {
        display: block !important;
        width: 21px !important;
        height: 21px !important;
        color: #16332d !important;
        stroke: #16332d !important;
        pointer-events: none !important;
    }

    /* =====================================================
       SIDEBAR
       ===================================================== */
    .xs-sidebar-group {
        position: fixed !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 2147483000 !important;
        pointer-events: none !important;
    }

    .xs-sidebar-group.sc-active {
        pointer-events: auto !important;
    }

    .xs-sidebar-group .xs-overlay {
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0,0,0,.58) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        z-index: 2147483000 !important;
    }

    .xs-sidebar-group.sc-active .xs-overlay {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .xs-sidebar-widget {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 78vw !important;
        max-width: 330px !important;
        min-width: 250px !important;
        height: 100vh !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;

        /* Requested sidebar background - dark green, matches site theme */
        background: #16332d !important;

        /* translateX(100%) alone already moves this fully off-screen;
           we deliberately do NOT also set visibility:hidden/opacity:0 here -
           doing so stopped the Google Translate widget inside the sidebar
           from ever laying itself out, so its dropdown had no language
           options the first time the drawer was opened. */
        transform: translate3d(100%,0,0) !important;
        pointer-events: none !important;

        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;

        z-index: 2147483001 !important;
        box-shadow: -8px 0 25px rgba(0,0,0,.35) !important;
    }

    .xs-sidebar-group.sc-active .xs-sidebar-widget {
        transform: translate3d(0,0,0) !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    /* Sidebar header row: logo LEFT, close cross RIGHT (normal flow, not absolute) */
    .xs-sidebar-widget .widget-heading {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        height: auto !important;
        padding: 18px 18px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        text-align: left !important;
        z-index: 20 !important;
        background: transparent !important;
    }

    .xs-sidebar-widget .widget-heading .heading-logo {
        display: flex !important;
        align-items: center !important;
    }

    .xs-sidebar-widget .widget-heading .heading-logo img {
        /* width: 110px !important; */
        
        max-width: 55% !important;
        height: auto !important;
        display: block !important;
    }

    .xs-sidebar-widget .close-side-widget {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0 !important;
        background: #fff !important;
        color: #16332d !important;
        font-size: 25px !important;
        line-height: 34px !important;
        font-weight: 400 !important;
        text-decoration: none !important;
        box-shadow: none !important;
    }

    .sidebar-textwidget {
        padding: 2px 30px !important;
    }


    /* Sidebar content starts below the header row (normal flow) */
    .xs-sidebar-widget .sidebar-textwidget,
    .xs-sidebar-widget .sidebar-info-contents,
    .xs-sidebar-widget .content-inner {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .xs-sidebar-widget .sidebar-info-contents {
        padding: 10px 20px 40px !important;
        min-height: 100% !important;
        text-align: left !important;
    }

    .xs-sidebar-widget .sidebar-site-title {
        /* color: #fff !important; */
        color: #16332d !important;
        text-align: left !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        letter-spacing: .7px !important;
        margin: 0 0 18px !important;
    }

    .xs-sidebar-widget .sidebar-tagline {
        /* color: rgba(255,255,255,.78) !important; */
        color: #16332d !important;
        text-align: left !important;
        font-size: 14px !important;
        line-height: 1.65 !important;
        margin: 0 0 25px !important;
    }

    /* QUICK LINKS */
    .xs-sidebar-widget .sidebar-nav-links {
        display: block !important;
        width: 100% !important;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 0 30px !important;
        text-align: left !important;
    }

    .xs-sidebar-widget .sidebar-nav-links li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.13) !important;
    }

    .xs-sidebar-widget .sidebar-nav-links a {
        display: block !important;
        width: 100% !important;
        padding: 12px 0 !important;
        /* color: #fff !important; */
        color: #16332d !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        font-weight: 500 !important;
        text-decoration: none !important;
        text-transform: none !important;
    }

    .xs-sidebar-widget .sidebar-nav-links a:hover,
    .xs-sidebar-widget .sidebar-nav-links a:focus {
        color: #f0793c !important;
    }

    /* CONTACT US */
    .xs-sidebar-widget .contact-info {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
    }

    .xs-sidebar-widget .contact-info h4 {
        /* color: rgba(255,255,255,.65) !important; */
        color: #16332d !important;
        font-size: 12px !important;
        letter-spacing: 2px !important;
        margin: 0 0 15px !important;
    }

    .xs-sidebar-widget .contact-info ul {
        display: block !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .xs-sidebar-widget .contact-info li {
        display: flex !important;
        align-items: flex-start !important;
        gap: 9px !important;
        margin: 0 0 12px !important;
        /* color: #fff !important; */
        color: #16332d !important;
        font-size: 12px !important;
        line-height: 1.6 !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

    .xs-sidebar-widget .contact-info li span,
    .xs-sidebar-widget .contact-info li a {
        min-width: 0 !important;
        flex: 1 1 auto !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
    }

    .xs-sidebar-widget .contact-info li i {
        /* color: #f0793c !important; */
        color: #16332d !important;
        flex: 0 0 auto !important;
        margin-top: 3px !important;
    }

    .xs-sidebar-widget .contact-info a {
        /* color: #fff !important; */
        color: #16332d !important;
        text-decoration: none !important;
    }

    /* Google Translate inside the mobile sidebar */
    .sidebar-google-translate {
        margin: 4px 0 26px !important;
    }

    .sidebar-google-translate .goog-te-gadget .goog-te-combo {
        width: 100% !important;
        max-width: 100% !important;
        color: #16332d !important;
        background: #fff !important;
        padding: 8px 10px !important;
    }

    /* Prevent the old theme's mobile drawer styles from hiding content */
    .xs-sidebar-widget *,
    .xs-sidebar-widget .sidebar-info-contents *,
    .xs-sidebar-widget .content-inner * {
        visibility: visible;
    }
}

/* Very small phones */
@media (max-width: 380px) {
    .header-lower .logo-box img {
        width: 105px !important;
        max-width: 105px !important;
    }

    .xs-sidebar-widget {
        width: 82vw !important;
        min-width: 235px !important;
    }

    .xs-sidebar-widget .sidebar-info-contents {
        /* padding-left: 17px !important; */
        padding-left: 0px !important;
        padding-right: 17px !important;
    }
}
