/* Trekking mega menu — white panel, green active accent, width matches .container */
.site-shell .navigation .navbar {
    position: static;
}
.site-shell .navigation .main-nav-bar .container {
    position: relative;
}
.site-shell .navigation .navbar-collapse,
.site-shell .navigation .navbar-nav,
.site-shell .navigation .navbar-nav > .nav-item.has-mega-menu {
    position: static;
    overflow: visible;
}
.site-shell .navigation .mega-menu.mega-menu--sidebar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1080;
    display: block !important;
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 !important;
    border: 0;
    background: #fff !important;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease, visibility .15s ease;
}
.site-shell .navigation .has-mega-menu:hover > .mega-menu--sidebar,
.site-shell .navigation .has-mega-menu:focus-within > .mega-menu--sidebar,
.site-shell .navigation .mega-menu--sidebar:hover,
.site-shell .navigation .mega-menu--sidebar:focus-within {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.site-shell .navigation .mega-menu--sidebar ul {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
    list-style: none;
}
.site-shell .navigation .mega-menu__shell {
    border: 1px solid #d4e8f5;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(22, 51, 67, .14);
    overflow: hidden;
}
.site-shell .navigation .mega-menu__layout {
    display: flex;
    align-items: stretch;
    min-height: 0;
    background: #fff;
}
.site-shell .navigation .mega-menu__sidebar {
    flex: 0 0 260px;
    max-width: 260px;
    border-right: 1px solid #e8eef2;
    background: #fff;
}
.site-shell .navigation .mega-menu__categories {
    margin: 0;
    padding: 6px 0;
    list-style: none;
}
.site-shell .navigation .mega-menu__categories > li {
    display: block;
    float: none !important;
    width: 100% !important;
}
.site-shell .navigation .mega-menu__category {
    display: block;
    width: 100%;
    padding: 11px 18px 11px 20px;
    border: 0;
    border-left: 3px solid transparent;
    background: #fff;
    color: #163343;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    text-transform: none;
    cursor: pointer;
}
.site-shell .navigation .mega-menu__category:hover,
.site-shell .navigation .mega-menu__category:focus-visible {
    outline: none;
    background: #fff;
    color: var(--hh-primary, #1f7f39);
}
.site-shell .navigation .mega-menu__category.is-active {
    border-left-color: var(--hh-primary, #1f7f39);
    background: #fff;
    color: var(--hh-primary, #1f7f39);
}
.site-shell .navigation .mega-menu__panels {
    flex: 1 1 auto;
    min-width: 0;
    padding: 20px 24px 18px;
    background: #fff;
}
.site-shell .navigation .mega-menu__panel {
    display: none;
    flex-direction: column;
    gap: 16px;
    background: #fff;
}
.site-shell .navigation .mega-menu__panel.is-active {
    display: flex;
}
.site-shell .navigation .mega-menu__trips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 32px;
}
.site-shell .navigation .mega-menu__trip-link {
    display: block;
    padding: 4px 0;
    border-bottom: 0 !important;
    color: #0f6096 !important;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
}
.site-shell .navigation .mega-menu__trip-link:hover,
.site-shell .navigation .mega-menu__trip-link:focus-visible {
    color: var(--hh-primary, #1f7f39) !important;
    text-decoration: underline;
}
.site-shell .navigation .mega-menu__cta {
    align-self: flex-start;
    margin-top: 6px;
    padding: 10px 18px;
    border-radius: 3px;
    background: #163343;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.3;
    text-decoration: none;
    text-transform: none;
}
.site-shell .navigation .mega-menu__cta:hover,
.site-shell .navigation .mega-menu__cta:focus-visible {
    background: var(--hh-primary, #1f7f39);
    color: #fff !important;
}
.site-shell .navigation .mega-menu__footer {
    display: flex;
    justify-content: center;
    padding: 8px 16px 12px;
    border-top: 1px solid #e8eef2;
    background: #fff;
}
.site-shell .navigation .mega-menu__review img {
    display: block;
    width: auto;
    max-width: 246px;
    height: auto;
}
@media (max-width: 991.98px) {
    .site-shell .navigation .mega-menu__sidebar {
        flex-basis: 210px;
        max-width: 210px;
    }
    .site-shell .navigation .mega-menu__trips {
        grid-template-columns: 1fr;
    }
    .site-shell .small-nav .top-m-icon {
        display: inline-flex;
        flex-shrink: 0;
        align-items: center;
        gap: 6px;
        margin-left: auto;
    }
    .site-shell .small-nav .top-m-icon a {
        position: relative;
        display: inline-flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: auto !important;
        height: 32px;
        padding: 0 8px;
        overflow: visible;
        border: 1px solid #ccebd6;
        border-radius: 999px;
        background: #f2fbf5;
        color: var(--hh-primary, #1f7f39);
        text-decoration: none;
    }
    .site-shell .small-nav .top-m-icon a span {
        position: static !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        clip: auto !important;
        color: inherit;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
    }
    .site-shell .small-nav .top-m-icon a.mobile-whatsapp-link {
        background: #25d366;
        border-color: #25d366;
        color: #fff;
    }
    .site-shell .small-nav .top-m-icon a.mobile-whatsapp-link i {
        margin: 0 !important;
        color: #fff;
        font-family: "Font Awesome 6 Brands";
        font-size: 14px;
        font-weight: 400;
    }
    .site-shell .small-nav .top-m-icon a[href^="mailto"] {
        width: 32px !important;
        padding: 0;
        border-radius: 50%;
    }
    .site-shell .small-nav .top-m-icon a i {
        margin: 0 !important;
        color: currentColor;
        font-size: 14px;
        line-height: 1;
    }
    .site-shell .for-phone-contact ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .site-shell .for-phone-contact .mobile-whatsapp-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
    }
    .site-shell .for-phone-contact .mobile-whatsapp-link i {
        background: #fff;
        color: #25d366;
    }
}
@media (max-width: 420px) {
    .site-shell .small-nav .navbar-brand img {
        max-width: 140px;
        height: 36px;
    }
    .site-shell .small-nav .top-m-icon {
        gap: 5px;
    }
    .site-shell .small-nav .top-m-icon a {
        height: 30px;
        padding: 0 7px;
    }
    .site-shell .small-nav .top-m-icon a span {
        font-size: 10px;
    }
    .site-shell .small-nav .top-m-icon a[href^="mailto"] {
        width: 30px !important;
        padding: 0;
    }
}
