/* Public-site finishing layer; loaded after the legacy stylesheet. */
.site-shell {
    --hh-primary: var(--primary-color, #1f7f39);
    --hh-primary-dark: #176f30;
    --hh-primary-soft: #edf8f0;
    --hh-blue: #065299;
    --hh-heading: #173342;
    --hh-text: #4d626f;
    --hh-muted: #70818b;
    --hh-border: #dfe8ed;
    --hh-soft: #f5f9fb;
    --hh-radius: 12px;
    --hh-shadow-sm: 0 5px 16px rgba(23, 51, 66, .07);
    --hh-shadow: 0 12px 34px rgba(23, 51, 66, .11);
    background: #fff;
    color: var(--hh-text);
    font-family: var(--body-font, 'Mulish', sans-serif);
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.site-shell *, .site-shell *::before, .site-shell *::after { box-sizing: border-box; }
.site-shell h1, .site-shell h2, .site-shell h3, .site-shell h4, .site-shell h5, .site-shell h6 {
    font-family: var(--heading-font, 'Poppins', sans-serif);
    letter-spacing: -.018em;
}
.site-shell p { color: var(--hh-text); font-family: var(--body-font, 'Mulish', sans-serif); font-size: 16px; line-height: 1.5; }
.site-shell a, .site-shell button, .site-shell input, .site-shell select, .site-shell textarea {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.site-shell a:focus-visible, .site-shell button:focus-visible, .site-shell input:focus-visible,
.site-shell select:focus-visible, .site-shell textarea:focus-visible {
    outline: 3px solid rgba(35, 137, 64, .25);
    outline-offset: 3px;
}
.site-shell img { max-width: 100%; }
.site-shell .container { padding-left: 20px; padding-right: 20px; }

/* Header */
.site-shell > .top-header--utility {
    min-height: 0;
    padding: 3px 0;
    border-bottom: 1px solid var(--hh-border);
    background: linear-gradient(180deg, #f9fbfc 0%, #f4f8fa 100%);
    box-shadow: inset 0 -1px 0 rgba(23, 51, 66, .02);
}
.site-shell > .top-header--utility .row,
.site-shell > .top-header--utility .col-md-12,
.site-shell > .top-header--utility .left-section,
.site-shell > .top-header--utility .right-section { display: flex; min-height: 28px; align-items: center; }
.site-shell > .top-header--utility .top-content {
    display: flex;
    width: 100%;
    min-height: 28px;
    align-items: center;
    justify-content: space-between;
}
.site-shell > .top-header--utility ul {
    display: flex;
    min-height: 28px;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-shell > .top-header--utility li,
.site-shell > .top-header--utility .top-content .left-section ul li,
.site-shell > .top-header--utility .top-content .right-section ul li {
    display: inline-flex;
    height: 100%;
    margin: 0;
    padding: 0 !important;
    align-items: center;
    list-style: none;
}
.site-shell > .top-header--utility .follow-label { margin-right: 4px; color: var(--hh-heading); font-size: 12px; font-weight: 700; line-height: 1; }
.site-shell > .top-header--utility .social-item a {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce6eb;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 9px rgba(23, 51, 66, .06);
    color: var(--hh-blue);
    line-height: 1;
}
.site-shell > .top-header--utility .social-item a i {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: inherit;
    font-size: 12px;
    line-height: 1;
}
.site-shell > .top-header--utility .social-item a:hover,
.site-shell > .top-header--utility .social-item a:focus-visible { border-color: rgba(31, 127, 57, .35); box-shadow: 0 5px 12px rgba(23, 51, 66, .1); color: var(--hh-primary); transform: translateY(-1px); }
.site-shell > .top-header--utility .utility-contact-actions ul { gap: 0; }
.site-shell > .top-header--utility .utility-contact-actions li { padding: 0; }
.site-shell > .top-header--utility .utility-contact-link {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    gap: 7px;
    padding: 0 14px;
    border-left: 1px solid var(--hh-border);
    color: var(--hh-heading);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}
.site-shell > .top-header--utility .utility-contact-link i { margin: 0 !important; padding: 0 !important; color: var(--hh-blue); font-size: 14px; line-height: 1; }
.site-shell > .top-header--utility .utility-contact-link--whatsapp i { color: #1f9d55; font-size: 15px; }
.site-shell > .top-header--utility .utility-contact-link:hover,
.site-shell > .top-header--utility .utility-contact-link:focus-visible { background: #fff; color: var(--hh-primary); }
.site-shell > .top-header--utility .utility-search-trigger {
    display: inline-flex;
    width: 34px;
    height: 28px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-left: 1px solid var(--hh-border);
    background: transparent;
    color: var(--hh-blue);
    cursor: pointer;
    line-height: 1;
}
.site-shell > .top-header--utility .utility-search-trigger i { margin: 0; font-size: 14px; line-height: 1; }
.site-shell > .top-header--utility .utility-search-trigger:hover,
.site-shell > .top-header--utility .utility-search-trigger:focus-visible { background: #fff; color: var(--hh-primary); }
.site-shell > .top-header--deposit {
    min-height: 40px;
    border: 0 !important;
    background: linear-gradient(90deg, #075989, var(--hh-blue)) !important;
}
.site-shell > .top-header--deposit .row, .site-shell > .top-header--deposit .top-content { min-height: 40px; }
.site-shell > .top-header--deposit .top-content p {
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
    white-space: nowrap;
}
.site-shell > .top-header--deposit .btn-success {
    min-height: 30px !important;
    padding: 6px 11px !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    border-radius: 999px !important;
    background: var(--hh-primary) !important;
    box-shadow: 0 4px 12px rgba(7, 38, 57, .18);
    font-size: 12px !important;
    text-decoration: none !important;
}
.site-shell > .navigation > .top-header {
    min-height: 92px;
    max-height: none;
    padding: 10px 0;
    background: #fff;
}
.site-shell > .navigation > .top-header .row { align-items: center; }
.site-shell > .navigation > .top-header .header-brand { display: flex; justify-content: flex-start; }
.site-shell > .navigation > .top-header .header-review { display: flex; align-items: center; justify-content: center; }
.site-shell > .navigation > .top-header .header-customize { display: flex; justify-content: flex-end; }
.site-shell > .navigation > .top-header .header-contact-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    min-height: 72px;
    text-align: right;
}
.site-shell > .navigation > .top-header .header-open-text {
    color: #ef1f22;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}
.site-shell > .navigation > .top-header .header-contact-lines {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.site-shell > .navigation > .top-header .header-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #173342;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    white-space: nowrap;
}
.site-shell > .navigation > .top-header .header-phone-link i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #54bf6b;
    color: #fff;
    font-size: 18px;
}
.site-shell > .navigation > .top-header .header-phone-link--whatsapp i {
    background: #35b766;
}
.site-shell > .navigation > .top-header .header-phone-link:hover,
.site-shell > .navigation > .top-header .header-phone-link:focus-visible {
    color: #075989;
}
.site-shell > .navigation > .top-header .header-action-group { display: flex; width: 100%; align-items: center; justify-content: flex-end; }
.site-shell > .navigation > .top-header .customize-trip a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--hh-primary);
    box-shadow: 0 8px 20px rgba(31, 127, 57, .2);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.site-shell > .navigation > .top-header .customize-trip a:hover,
.site-shell > .navigation > .top-header .customize-trip a:focus-visible { background: var(--hh-primary-dark); transform: translateY(-1px); }
.site-shell > .navigation > .top-header .tripadvisor-cls {
    display: inline-flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
}
.site-shell > .navigation > .top-header .tripadvisor-cls img { width: auto; max-width: 84px; height: 72px; object-fit: contain; }
.site-shell > .navigation > .top-header .tripadvisor-fallback-icon { color: #00aa6c; font-size: 17px; font-weight: 700; }
.site-shell > .navigation > .top-header .tripadvisor-fallback-icon i { margin-right: 7px; font-size: 22px; }
.site-shell #nv-left-srch-box { background: linear-gradient(135deg, #075989, #173342); }
.site-shell #nv-left-srch-box .header-search-panel__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-family: var(--heading-font, 'Poppins', sans-serif);
    font-size: 18px;
    font-weight: 700;
}
.site-shell #nv-left-srch-box .header-search-panel__close {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    cursor: pointer;
}
.site-shell #nv-left-srch-box .header-search-panel__close:hover,
.site-shell #nv-left-srch-box .header-search-panel__close:focus-visible { background: rgba(255, 255, 255, .18); }
.site-shell .desktop-logo {
    display: block;
    width: min(100%, 352px);
    height: 64px;
    object-fit: contain;
    object-position: left center;
}
.site-shell > .navigation > .top-header .col-md-2 img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    border: 1px solid #edf1f3;
    border-radius: 10px !important;
}
.site-shell .navigation .top-header .call-now { flex-direction: column; align-items: flex-start; gap: 4px; margin: 0; }
.site-shell .navigation .top-header .call-now li { margin: 0; }
.site-shell .navigation .top-header .call-now li a,
.site-shell .navigation .top-header .call-now li:last-child a {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    color: var(--hh-heading);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
.site-shell .navigation .top-header .call-now li i {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 7px 18px rgba(35, 137, 64, .2);
}
.site-shell .navigation .top-header .call-now .inq {
    color: var(--hh-heading);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}
.site-shell .navigation .top-header .call-now li:last-child a span {
    margin: 0 0 1px;
    color: #c62f35;
    font-size: 12px;
    font-weight: 700;
}
.site-shell > .navigation > .navbar, .site-shell #nvd .navbar {
    min-height: 48px;
    padding: 0;
    border: 0;
    background: var(--hh-primary) !important;
    box-shadow: 0 6px 18px rgba(13, 58, 31, .14);
}
.site-shell .navigation .navbar-collapse, .site-shell .navigation .navbar-nav { align-items: stretch; }
.site-shell .navigation .navbar-nav { margin-bottom: 0 !important; }
.site-shell .navigation .navbar-nav > .nav-item { display: flex; align-items: stretch; }
.site-shell .navigation .navbar-nav > .nav-item > .nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    border-right: 1px solid rgba(255, 255, 255, .11);
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1.25;
    text-transform: uppercase;
}
.site-shell .navigation .navbar-nav > .nav-item > .nav-link:hover,
.site-shell .navigation .navbar-nav > .nav-item > .nav-link:focus,
.site-shell .navigation .navbar-nav > .nav-item > .nav-link.show {
    background: rgba(255, 255, 255, .13);
    color: #fff !important;
}
.site-shell .navigation .dropdown-menu {
    min-width: 260px;
    padding: 8px;
    border: 1px solid rgba(23, 51, 66, .1);
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(23, 51, 66, .16);
}
.site-shell .navigation .dropdown-item, .site-shell .navigation .second-drop a, .site-shell .navigation .third-drop a {
    min-height: 38px;
    padding: 9px 12px;
    border-radius: 7px;
    color: var(--hh-heading) !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}
.site-shell .navigation .dropdown-item:hover, .site-shell .navigation .dropdown-item:focus,
.site-shell .navigation .second-drop a:hover, .site-shell .navigation .third-drop a:hover {
    background: var(--hh-primary-soft);
    color: var(--hh-primary) !important;
}
.site-shell .nav-ajax-search__toggle { width: 48px; height: 48px; background: rgba(5, 70, 31, .2); }
.site-shell .nav-ajax-search__toggle:hover, .site-shell .nav-ajax-search__toggle:focus { background: rgba(5, 70, 31, .38); }

/* Hero */
.site-shell .my-slider-ban { height: clamp(430px, 68vh, 620px); background: #e9f0f3; }
.site-shell .my-slider-ban::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(8, 28, 40, .5), rgba(8, 28, 40, .08) 58%, rgba(8, 28, 40, .12));
    content: '';
    pointer-events: none;
}
.site-shell .my-slider-ban .slick-list, .site-shell .my-slider-ban .slick-track, .site-shell .my-slider-ban .my-ban { height: 100%; }
.site-shell .my-slider-ban .my-ban .ban-overlay { z-index: 3; }
.site-shell .my-slider-ban .my-ban .ban-overlay .content { width: min(45%, 590px); margin-right: max(7vw, 60px); }
.site-shell .my-slider-ban .my-ban .ban-overlay h2 {
    max-width: 560px;
    margin: 0 0 12px;
    font-size: clamp(2rem, 3.4vw, 3.35rem);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.13;
    text-shadow: 0 3px 20px rgba(0, 0, 0, .3);
}
.site-shell .my-slider-ban .my-ban .ban-overlay p {
    max-width: 540px;
    color: rgba(255, 255, 255, .94);
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}
.site-shell .my-slider-ban .my-ban .ban-overlay .ban-link { margin-top: 24px; }
.site-shell .my-slider-ban .my-ban .ban-overlay .ban-link:hover { margin-left: 0; }
.site-shell .my-slider-ban .my-ban .ban-overlay .ban-link a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 8px;
    box-shadow: 0 9px 22px rgba(4, 29, 14, .2);
    font-size: 13px;
    font-weight: 700;
}

/* Shared section rhythm */
.site-shell .welcome, .site-shell .top-regions, .site-shell .plan-trip, .site-shell .testi, .site-shell .blog {
    padding-top: 64px;
    padding-bottom: 64px;
}
.site-shell .special-pack { padding: 0 0 64px; }
.site-shell .special-pack .s-title {
    margin-bottom: 36px;
    padding: 38px 0;
    background: linear-gradient(135deg, var(--hh-primary), var(--hh-primary-dark));
}
.site-shell .welcome .title, .site-shell .top-regions .title, .site-shell .testi .title,
.site-shell .top-city .title, .site-shell .blog .title { margin-bottom: 26px; }
.site-shell .welcome .title h1, .site-shell .top-regions .title h2, .site-shell .testi .title h2,
.site-shell .top-city .title h1, .site-shell .blog .title h2, .site-shell .special-pack .title h2,
.site-shell .plan-trip .title h2 {
    font-size: clamp(1.65rem, 2.35vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.28;
}
.site-shell .welcome .title strong {
    display: inline-block;
    margin-bottom: 7px;
    color: var(--hh-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.site-shell .welcome .title h1, .site-shell .top-regions .title h2, .site-shell .testi .title h2,
.site-shell .top-city .title h1, .site-shell .blog .title h2 { color: var(--hh-heading); }
.site-shell .welcome p {
    max-width: 1050px;
    margin-bottom: 16px;
    padding: 0;
    color: var(--hh-text);
    font-size: 16px;
    line-height: 1.8;
}
.site-shell .welcome .lilnk { margin-top: 24px; }
.site-shell .welcome .lilnk a {
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 8px;
    background: var(--hh-primary);
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
}
.site-shell .welcome .lilnk a:hover { padding: 11px 18px; background: var(--hh-primary-dark); transform: translateY(-2px); }
.site-shell .special-pack .title h2, .site-shell .special-pack .title h2 span, .site-shell .plan-trip .title h2 { color: #fff; }
.site-shell .special-pack .title p, .site-shell .plan-trip .title p {
    max-width: 760px;
    margin: 6px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
}

/* Cards */
.site-shell .card, .site-shell .package, .site-shell .blog .content, .site-shell .responsive .res-1,
.site-shell .destination-activity-card, .site-shell .activity-region-card, .site-shell .team-member-card {
    border: 1px solid var(--hh-border) !important;
    border-radius: var(--hh-radius) !important;
    background: #fff;
    box-shadow: var(--hh-shadow-sm);
    overflow: hidden;
}
.site-shell .package, .site-shell .blog .content, .site-shell .responsive .res-1,
.site-shell .destination-activity-card, .site-shell .activity-region-card, .site-shell .team-member-card {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.site-shell .package:hover, .site-shell .blog .content:hover, .site-shell .responsive .res-1:hover,
.site-shell .destination-activity-card:hover, .site-shell .activity-region-card:hover, .site-shell .team-member-card:hover {
    border-color: #cbdce4 !important;
    box-shadow: var(--hh-shadow);
    transform: translateY(-4px);
}
.site-shell .special-pack .row > .col, .site-shell .special-pack .row > [class*='col-'],
.site-shell .homepage-region-cards .row > [class*='col-'], .site-shell .blog .row > [class*='col-'] {
    margin-bottom: 24px !important;
}
.site-shell .special-pack .package { padding-bottom: 0; }
.site-shell .special-pack .package .package-img { aspect-ratio: 16 / 10; height: auto; background: #e9f0f3; }
.site-shell .special-pack .package .package-img img { width: 100%; height: 100%; object-fit: cover; }
.site-shell .special-pack .package > p {
    min-height: auto;
    margin: 0;
    padding: 16px 16px 0;
    color: var(--hh-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45 !important;
}
.site-shell .special-pack .package .pack-title {
    min-height: 52px;
    margin: 0;
    padding: 9px 16px 12px;
    color: var(--hh-heading) !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42;
}
.site-shell .special-pack .package .pack-title:hover { color: var(--hh-primary) !important; }
.site-shell .special-pack .package .min-down { min-height: 30px; }
.site-shell .special-pack .package .rev h6 {
    margin: 0;
    padding: 0 16px 12px;
    color: var(--hh-muted);
    font-size: 12px;
    line-height: 1.4;
}
.site-shell .special-pack .package .pack-down {
    min-height: 68px;
    margin: 0;
    padding: 13px 16px;
    border-top: 1px solid #edf2f5;
}
.site-shell .special-pack .package .pack-down h6, .site-shell .special-pack .package .pack-down .p1 .prc h3 { color: var(--hh-heading); }
.site-shell .special-pack .package .peop { top: 12px; left: 12px; padding: 0; }
.site-shell .special-pack .package .peop a, .site-shell .special-pack .package .peop .gurnt {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: 0 5px 14px rgba(15, 45, 28, .18);
    font-size: 11px !important;
}
.site-shell .homepage-region-cards .package .all-down { padding: 18px; }
.site-shell .homepage-region-cards .package .package-title { color: var(--hh-heading); font-size: 18px; }

/* Inner pages */
.site-shell .new-page, .site-shell .com-back, .site-shell div.breadcrumb, .site-shell .breadcrumb-div.breadcrumb {
    margin-bottom: 0;
    border-bottom: 1px solid var(--hh-border);
    background: var(--hh-soft) !important;
}
.site-shell .new-page .com-back-1, .site-shell .com-back .com-back-1, .site-shell .com-back-1 { padding-top: 12px; padding-bottom: 12px; }
.site-shell .com-back-1 ul li, .site-shell .com-back-1 ul li a { font-size: 13px; line-height: 1.45; }
.site-shell .pack-details, .site-shell .about-us, .site-shell .contact-details, .site-shell .blog.my-blog,
.site-shell .teams, .site-shell .stories.main-block, .site-shell .destination-content-wrap,
.site-shell .activity-region-summary, .site-shell .region.activity-page { background: var(--hh-soft); }
.site-shell .breadcrumb + .region { margin-top: 0; }
.site-shell .pack-details > .container > .row > .col-md-8 > .content,
.site-shell .pack-details .side-section-main .side-section,
.site-shell .about-us .content, .site-shell .contact-details .contact1, .site-shell .contact-details .contact-form,
.site-shell .blog-sidebar, .site-shell .dlist, .site-shell .destination-content {
    border: 1px solid var(--hh-border);
    border-radius: var(--hh-radius);
    background: #fff;
    box-shadow: var(--hh-shadow-sm);
}
.site-shell .pack-details > .container > .row > .col-md-8 > .content { padding: 24px; }
.site-shell .about-us .content,
.site-shell .cms-page__content {
    padding: 28px 30px 32px;
}
.site-shell .pack-details .content p, .site-shell .pack-details .content li, .site-shell .about-us .content p,
.site-shell .blog-article-body p, .site-shell .blog-article-body li {
    color: var(--hh-text);
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.site-shell .pack-details .content > h2, .site-shell .pack-details .content > h3,
.site-shell .about-us .content h1, .site-shell .about-us .content h2, .site-shell .about-us .content h3,
.site-shell .blog-article-body h2, .site-shell .blog-article-body h3 {
    margin-top: 30px;
    margin-bottom: 13px;
    color: var(--hh-heading);
    line-height: 1.35;
}
.site-shell .pack-details .content > h2:first-child, .site-shell .pack-details .content > h3:first-child,
.site-shell .about-us .content h1:first-child,
.site-shell .about-us .content > *:first-child { margin-top: 0; }
.site-shell .about-us .content p strong em,
.site-shell .about-us .content p em strong,
.site-shell .cms-page__content > p:has(> strong:only-child),
.site-shell .cms-page__content > p:has(> em:only-child),
.site-shell .cms-page__content > p:has(> strong > em:only-child),
.site-shell .cms-page__content > p:has(> em > strong:only-child) {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: .35rem;
    color: var(--hh-heading);
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
}
.site-shell .cms-page {
    padding-top: 36px;
    padding-bottom: 48px;
}
.site-shell .cms-page__sidebar {
    border: 1px solid var(--hh-border);
    border-radius: var(--hh-radius);
    background: #fff;
    box-shadow: var(--hh-shadow-sm);
    padding: 22px 20px;
}
.site-shell .cms-page__sidebar-title {
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--hh-primary);
    color: var(--hh-heading);
    font-size: 1.1rem;
    font-weight: 700;
}
.site-shell .cms-page__sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-shell .cms-page__sidebar-list li {
    border-bottom: 1px solid var(--hh-border);
}
.site-shell .cms-page__sidebar-list li:last-child { border-bottom: 0; }
.site-shell .cms-page__sidebar-list a {
    display: block;
    padding: 11px 0;
    color: var(--hh-heading);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.site-shell .cms-page__sidebar-list a:hover { color: var(--hh-primary); }

/* Activity / region collection pages */
.site-shell .activity-page-breadcrumb,
.site-shell .breadcrumb.activity-page-breadcrumb {
    margin-bottom: 0;
    border-bottom: 1px solid var(--hh-border);
    background: var(--hh-soft) !important;
}
.site-shell .breadcrumb.activity-page-breadcrumb + .region.activity-page,
.site-shell .region.activity-page {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 40px;
    background: var(--hh-soft);
}
.site-shell .activity-page > .container > .row > .col-md-12 > .content {
    border: 1px solid var(--hh-border);
    border-radius: var(--hh-radius);
    background: #fff;
    box-shadow: var(--hh-shadow-sm);
    padding: 28px 30px 32px;
}
.site-shell .activity-page .page-title {
    margin: 0 0 18px;
    color: var(--hh-heading);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 700;
    line-height: 1.25;
}
.site-shell .activity-page .featured-image {
    margin: 0 0 22px;
    max-height: 480px;
    overflow: hidden;
    border: 1px solid var(--hh-border);
    border-radius: 10px;
    background: #f3f7f9;
}
.site-shell .activity-page .featured-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
}
.site-shell .activity-page .content p,
.site-shell .activity-page .content li {
    color: var(--hh-text);
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.site-shell .activity-page .content > h2,
.site-shell .activity-page .content > h3 {
    margin-top: 1.75rem;
    margin-bottom: .75rem;
    color: var(--hh-heading);
    line-height: 1.35;
}
.site-shell .activity-page .activity-region-summary {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    background: transparent;
}
.site-shell .activity-page .activity-page-trips,
.site-shell .activity-page .special-pack {
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 0;
    background: transparent;
}
.site-shell .activity-page .special-pack .title h2 {
    margin-bottom: 0;
    color: var(--hh-heading);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 700;
    line-height: 1.3;
}

/* Trip altitude chart + route map side by side */
.site-shell .pack-details .trip-visuals {
    margin: 28px 0 32px;
}
.site-shell .pack-details .trip-visuals__pane {
    min-width: 0;
}
.site-shell .pack-details .trip-visuals__pane h2 {
    margin: 0 0 14px;
    color: var(--hh-heading);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 700;
    line-height: 1.35;
}
.site-shell .pack-details .trip-visuals--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}
.site-shell .pack-details .trip-visuals__pane--chart #chartContainer {
    border: 1px solid var(--hh-border);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.site-shell .pack-details .trip-visuals__pane--map .route-map {
    border: 1px solid var(--hh-border);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding: 8px;
}
.site-shell .pack-details .trip-visuals__pane--map .route-map img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.site-shell .pack-details .trip-visuals__frame {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: inherit;
    position: relative;
    cursor: zoom-in;
}
.site-shell .pack-details .trip-visuals__frame:focus-visible {
    outline: 2px solid var(--hh-primary, #c41e3a);
    outline-offset: 3px;
}
.site-shell .pack-details .trip-visuals__zoom-hint {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.72);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.site-shell .pack-details .trip-visuals__frame:hover .trip-visuals__zoom-hint,
.site-shell .pack-details .trip-visuals__frame:focus-visible .trip-visuals__zoom-hint {
    opacity: 1;
    transform: translateY(0);
}
.trip-visual-zoom-modal .modal-body {
    padding: 0;
    background: #f8fafc;
}
.trip-visual-zoom-modal__chart,
.trip-visual-zoom-modal__image {
    display: block;
    width: 100%;
}
.trip-visual-zoom-modal__chart {
    padding: 12px;
}
.trip-visual-zoom-modal__image {
    margin: 0 auto;
    max-height: 78vh;
    object-fit: contain;
}
.trip-visual-zoom-modal #tripVisualZoomChart {
    border: 1px solid var(--hh-border, #e5e7eb);
    border-radius: 10px;
    background: #fff;
}
@media (max-width: 991.98px) {
	.site-shell > .top-header--utility { display: none; }
    .site-shell .pack-details .trip-visuals--split {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .site-shell .pack-details .trip-visuals--split #chartContainer {
        height: 360px !important;
    }
}

/* Booking form */
.site-shell .booking-page-banner { display: none; }
.site-shell .booking-reference-page { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 42px; padding-bottom: 64px; }
.site-shell .booking-reference-title { margin: 0 0 8px; color: #172a3a; font-size: clamp(2.15rem, 3vw, 2.75rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.2; }
.site-shell .booking-reference-intro { max-width: 760px; margin: 0 0 28px; color: var(--hh-muted); font-size: 15px; line-height: 1.6; }
.site-shell .booking-reference-grid { margin-top: 0; }
.site-shell .booking-reference-form { display: grid; gap: 24px; padding-right: 0; }
.site-shell .booking-reference-card {
    padding: 30px 32px;
    border: 1px solid #e1e7eb;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(23, 51, 66, .05);
}
.site-shell .booking-reference-card h2, .site-shell .booking-reference-summary-card > h2 {
    margin: 0 0 22px;
    color: #0759a8;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}
.site-shell .booking-reference-card .booking-reference-subheading { margin-top: 24px; padding-top: 22px; border-top: 1px solid #e5eaed; }
.site-shell .booking-reference-payment .form-check-label { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; }
.site-shell .booking-reference-payment input[type="radio"] { accent-color: #0759a8; }
.site-shell .booking-reference-card label {
    display: block;
    margin: 0 0 6px;
    color: #425763;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.3;
}
.site-shell .booking-reference-card .row { --bs-gutter-x: 20px; --bs-gutter-y: 16px; }
.site-shell .booking-reference-card .row > [class*="col-"] { min-width: 0; }
.site-shell .booking-reference-card .mb-3 > label:first-child { min-height: 16px; }
.site-shell .booking-reference-card input.form-control, .site-shell .booking-reference-card select.form-control, .site-shell .booking-reference-card textarea.form-control { width: 100%; }
.site-shell .booking-reference-card label > span { color: #cf3440; }
.site-shell .booking-reference-card .form-control, .site-shell .booking-reference-card .input-field {
    min-height: 52px;
    padding: 12px 13px;
    border: 1px solid #d7dee2;
    border-radius: 5px;
    background: #fff;
    color: var(--hh-heading);
    font-size: 15px;
    line-height: 1.35;
}
.site-shell .booking-reference-card textarea.form-control { min-height: 150px; resize: vertical; }
.site-shell .booking-reference-card .form-control:focus { border-color: #0759a8; box-shadow: 0 0 0 3px rgba(7, 89, 168, .1); }
.site-shell .booking-traveler-counter {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    min-height: 52px;
    overflow: hidden;
    border: 1px solid #b9d4e2;
    border-radius: 6px;
    background: #fff;
}
.site-shell .booking-traveler-counter .form-control {
    min-width: 0;
    height: 50px;
    min-height: 50px;
    padding: 8px;
    border: 0;
    border-right: 1px solid #d8e5eb;
    border-left: 1px solid #d8e5eb;
    border-radius: 0;
    box-shadow: none;
    font-weight: 800;
    text-align: center;
}
.site-shell .booking-traveler-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: #edf7fc;
    color: #0759a8;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.site-shell .booking-traveler-step:hover, .site-shell .booking-traveler-step:focus-visible { background: #dceff8; color: #064b8d; }
.site-shell .booking-inline-total {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 10px;
    padding: 11px 14px;
    border-radius: 6px;
    background: #eef8fd;
    color: var(--hh-heading);
    font-size: 13px;
}
.site-shell .booking-inline-total b { font-weight: 750; }
.site-shell .booking-inline-total span { color: #0759a8; font-size: 18px; font-weight: 900; }
.site-shell .booking-reference-card .error, .site-shell .booking-reference-card .help-block { display: block; margin-top: 5px; color: #c6313c; font-size: 12px; }
.site-shell .booking-reference-consent { margin-top: 3px; }
.site-shell .booking-reference-consent > label { display: flex; align-items: flex-start; gap: 8px; color: var(--hh-text); font-size: 13px; font-weight: 600; }
.site-shell .booking-reference-consent input { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 2px; accent-color: #0759a8; }
.site-shell .booking-reference-consent label > span { color: var(--hh-text); }
.site-shell .booking-reference-consent a { color: #0759a8; }
.site-shell .booking-reference-submit { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.site-shell .booking-reference-submit #submit-booking {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    background: #0759a8;
    box-shadow: 0 8px 18px rgba(7, 89, 168, .18);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.site-shell .booking-reference-submit #submit-booking:hover { background: #064b8d; }
.site-shell .booking-reference-submit #loader { display: none; }
.site-shell .booking-reference-summary { position: sticky; top: 78px; }
.site-shell .booking-reference-summary-card {
    padding: 24px 20px;
    border: 1px solid #e1e7eb !important;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(23, 51, 66, .08);
}
.site-shell .booking-reference-summary-card__intro { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; align-items: start; }
.site-shell .booking-reference-summary-card__intro img { width: 76px; height: 76px; margin: 0; border-radius: 4px; object-fit: cover; }
.site-shell .booking-reference-summary-card__intro h3 { margin: 0; padding: 0; color: #0759a8; font-size: 16px; font-weight: 800; line-height: 1.35; }
.site-shell .booking-reference-summary-card hr { margin: 16px 0; border-color: #e5e9ec; opacity: 1; }
.site-shell .booking-reference-summary-card > p { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0; padding: 8px 0; border-bottom: 1px dashed #e4eaed; color: #465965; font-size: 13px; }
.site-shell .booking-reference-summary-card > p b { color: #435563; font-weight: 700; }
.site-shell .booking-reference-summary-card .amount-div span { color: var(--hh-primary); font-weight: 800; }
.site-shell .booking-reference-summary-card > p.person_count,
.site-shell .booking-reference-summary-card > p.amount-div,
.site-shell .booking-reference-summary-card > p.payable-div {
    margin-top: 8px;
    padding: 12px 13px;
    border: 0;
    border-radius: 6px;
    background: #eef8fd;
}
.site-shell .booking-reference-summary-card > p.person_count span { color: var(--hh-heading); font-weight: 800; }
.site-shell .booking-reference-summary-card > p.amount-div span { color: #0759a8; font-size: 18px; font-weight: 900; }
.site-shell .booking-reference-summary-card > p.payable-div { background: #f1f8f3; }
.site-shell .booking-reference-summary-card > p.payable-div span { color: var(--hh-primary); font-weight: 850; }
.site-shell .booking-reference-summary-card #discount-rates { margin-top: 18px; }
.site-shell .booking-reference-summary-card #discount-rates h4 { padding: 0 !important; color: var(--hh-heading); font-size: 14px; font-weight: 800; }
.site-shell .booking-reference-summary-card #discount-rates ul { margin: 0; padding: 0; list-style: none; }
.site-shell .booking-reference-summary-card #discount-rates li { margin: 0; padding: 8px 0; border-bottom: 1px solid var(--hh-border); background: transparent; color: var(--hh-text); font-size: 12px; }
.site-shell .booking-reference-summary-card #discount-rates li span { color: inherit; }

/* Trip planner — single-card form */
.site-shell .trip-planner-page--single { padding: 38px 0 64px; background: #fff; }
.site-shell .trip-planner-page--single .trip-planner-layout { display: block; max-width: 1100px; margin: 0 auto; }
.site-shell .trip-planner-page--single .trip-planner-story { display: none; }
.site-shell .trip-planner-page--single .trip-planner-main { min-width: 0; }
.site-shell .trip-planner-page--single .trip-planner-intro { margin: 0 0 26px !important; text-align: left !important; }
.site-shell .trip-planner-page--single .trip-planner-eyebrow { margin: 0 0 5px; color: #0759a8; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.site-shell .trip-planner-page--single .trip-planner-title { margin: 0 0 8px; color: #172a3a; font-size: clamp(2.15rem, 3vw, 2.75rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.2; }
.site-shell .trip-planner-page--single .trip-planner-lead { max-width: 760px; margin: 0; color: var(--hh-muted); font-size: 15px; line-height: 1.6; }
.site-shell .trip-planner-page--single .trip-planner-shell { overflow: hidden; border: 1px solid #e1e7eb; border-radius: 4px; background: #fff; box-shadow: 0 1px 3px rgba(23, 51, 66, .08); }
.site-shell .trip-planner-page--single .trip-planner-steps { display: none; }
.site-shell .trip-planner-page--single .trip-planner-form { display: flex; flex-direction: column; }
.site-shell .trip-planner-page--single .trip-planner-panel { display: block !important; padding: 28px 32px; border-bottom: 1px solid #e5eaed; }
.site-shell .trip-planner-page--single .trip-planner-panel[data-step-panel="3"] { order: 1; }
.site-shell .trip-planner-page--single .trip-planner-panel[data-step-panel="1"] { order: 2; }
.site-shell .trip-planner-page--single .trip-planner-panel[data-step-panel="2"] { order: 3; }
.site-shell .trip-planner-page--single .trip-planner-panel[data-step-panel="4"] { order: 4; border-bottom: 0; }
.site-shell .trip-planner-page--single .trip-planner-panel > h2 { margin: 0 0 20px; color: #0759a8; font-size: 18px; font-weight: 800; line-height: 1.3; }
.site-shell .trip-planner-page--single label, .site-shell .trip-planner-page--single .trip-planner-label { display: block; margin-bottom: 6px; color: #425763; font-size: 12px; font-weight: 650; }
.site-shell .trip-planner-page--single .form-control {
    min-height: 52px;
    padding: 12px 13px;
    border: 1px solid #d7dee2;
    border-radius: 5px;
    background-color: #fff;
    color: var(--hh-heading);
    font-size: 15px;
}
.site-shell .trip-planner-page--single textarea.form-control { min-height: 150px; resize: vertical; }
.site-shell .trip-planner-page--single .form-control:focus { border-color: #0759a8; box-shadow: 0 0 0 3px rgba(7, 89, 168, .1); }
.site-shell .trip-planner-page--single .trip-planner-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.site-shell .trip-planner-page--single .trip-planner-cards--stack { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.site-shell .trip-planner-page--single .trip-planner-card {
    position: relative;
    display: flex;
    min-height: 92px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 14px;
    border: 1px solid #dbe3e7;
    border-radius: 6px;
    background: #fff;
    color: var(--hh-heading);
    text-align: center;
    cursor: pointer;
}
.site-shell .trip-planner-page--single .trip-planner-card:has(input:checked) { border-color: #0759a8; background: #f1f7fc; box-shadow: 0 0 0 2px rgba(7, 89, 168, .08); }
.site-shell .trip-planner-page--single .trip-planner-card input { position: absolute; top: 10px; right: 10px; accent-color: #0759a8; }
.site-shell .trip-planner-page--single .trip-planner-card__icon { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 50%; background: #eaf3f9; color: #0759a8; }
.site-shell .trip-planner-page--single .trip-planner-card strong { font-size: 13px; font-weight: 800; }
.site-shell .trip-planner-page--single .trip-planner-card small { color: var(--hh-muted); font-size: 10px; line-height: 1.35; }
.site-shell .trip-planner-page--single .trip-planner-card--wide { min-height: 82px; align-items: flex-start; padding: 15px 34px 15px 15px; text-align: left; }
.site-shell .trip-planner-page--single .trip-planner-card--accommodation { min-height: 82px; }
.site-shell .trip-planner-page--single .trip-planner-date-panel { padding: 18px; border: 1px solid #e2e9ed; border-radius: 6px; background: #f8fafb; }
.site-shell .trip-planner-page--single .trip-planner-error { min-height: 15px; margin-top: 4px; color: #c6313c; font-size: 11px; }
.site-shell .trip-planner-page--single .is-invalid { border-color: #c6313c; }
.site-shell .trip-planner-page--single .has-error { padding: 8px; border: 1px solid #c6313c; border-radius: 7px; }
.site-shell .trip-planner-page--single .trip-planner-actions { display: flex; align-items: center; justify-content: flex-end; margin-top: 24px; }
.site-shell .trip-planner-page--single .trip-planner-actions [data-step-next], .site-shell .trip-planner-page--single .trip-planner-actions [data-step-back] { display: none; }
.site-shell .trip-planner-page--single .trip-planner-btn--primary {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 10px 21px;
    border: 0;
    border-radius: 5px;
    background: #0759a8;
    box-shadow: 0 8px 18px rgba(7, 89, 168, .18);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.site-shell .trip-planner-page--single .trip-planner-btn--primary:hover { background: #064b8d; color: #fff; }
.site-shell .trip-planner-page--single .trip-planner-loader, .site-shell .trip-planner-page--single .trip-planner-response { margin: 0 32px 24px; }

@media (max-width: 991.98px) {
    .site-shell .booking-reference-summary { position: static; }
    .site-shell .trip-planner-page--single .trip-planner-cards, .site-shell .trip-planner-page--single .trip-planner-cards--stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
    .site-shell .booking-reference-page, .site-shell .trip-planner-page--single { padding-top: 28px; padding-bottom: 44px; }
    .site-shell .booking-reference-card, .site-shell .trip-planner-page--single .trip-planner-panel { padding: 22px 18px; }
    .site-shell .booking-reference-title, .site-shell .trip-planner-page--single .trip-planner-title { font-size: 2rem; }
    .site-shell .booking-reference-summary-card { padding: 21px 18px; }
}
@media (max-width: 480px) {
    .site-shell .trip-planner-page--single .trip-planner-cards, .site-shell .trip-planner-page--single .trip-planner-cards--stack { grid-template-columns: 1fr; }
    .site-shell .trip-planner-page--single .trip-planner-card { min-height: 76px; }
}

/* Blog post reading experience */
.site-shell .post-breadcrumb {
    border-bottom: 1px solid var(--hh-border);
    background: #f6f9fb;
}
.site-shell .post-breadcrumb ol {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    overflow: hidden;
}
.site-shell .post-breadcrumb li {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    color: var(--hh-muted);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.site-shell .post-breadcrumb li:not(:last-child)::after {
    margin-left: 8px;
    color: #aab8c0;
    content: '/';
}
.site-shell .post-breadcrumb li:last-child { overflow: hidden; text-overflow: ellipsis; }
.site-shell .post-breadcrumb a { color: var(--hh-blue); text-decoration: none; }
.site-shell .post-breadcrumb a:hover { color: var(--hh-primary); }
.site-shell .blog-post-page { padding: 42px 0 64px; background: var(--hh-soft); }
.site-shell .blog-post-hero { max-width: 970px; margin: 0 auto 28px; text-align: center; }
.site-shell .blog-post-hero__category {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    margin-bottom: 13px;
    padding: 5px 11px;
    border: 1px solid #cfe5d5;
    border-radius: 999px;
    background: #edf8f0;
    color: var(--hh-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
}
.site-shell .blog-post-hero h1 {
    margin: 0 auto 16px;
    color: var(--hh-heading);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.15;
}
.site-shell .blog-post-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 9px 18px;
    color: var(--hh-muted);
    font-size: 13px;
    font-weight: 600;
}
.site-shell .blog-post-hero__meta span { display: inline-flex; align-items: center; gap: 7px; }
.site-shell .blog-post-hero__meta i { color: var(--hh-primary); }
.site-shell .blog-post-article-card {
    overflow: hidden;
    border: 1px solid var(--hh-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--hh-shadow);
}
.site-shell .blog-post-featured-image { aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #e7eef2; }
.site-shell .blog-post-featured-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.site-shell .blog-post-article-card__inner { padding: 28px 32px 36px; }

.site-shell .blog-article-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--hh-border);
}
.site-shell .blog-audio-player { display: flex; min-width: 0; flex: 1; align-items: center; gap: 9px; }
.site-shell .blog-audio-player__label { display: inline-flex; align-items: center; gap: 6px; color: var(--hh-heading); font-size: 12px; font-weight: 800; }
.site-shell .blog-audio-player__label i { color: var(--hh-primary); }
.site-shell .blog-audio-btn {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #d8e5eb;
    border-radius: 50%;
    background: #fff;
    color: var(--hh-blue);
    cursor: pointer;
}
.site-shell .blog-audio-btn:hover:not(:disabled) { border-color: var(--hh-blue); background: #eef7fc; }
.site-shell .blog-audio-btn:disabled { cursor: not-allowed; opacity: .4; }
.site-shell .blog-audio-progress { position: relative; width: min(180px, 32vw); height: 5px; overflow: hidden; border-radius: 999px; background: #dfe9ee; }
.site-shell .blog-audio-progress__fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--hh-primary), #52b16a); }
.site-shell .blog-audio-stop-icon { width: 8px; height: 8px; border-radius: 1px; background: currentColor; }
.site-shell .blog-share-wrap { position: relative; }
.site-shell .blog-share-toggle {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border: 1px solid #d8e5eb;
    border-radius: 8px;
    background: #fff;
    color: var(--hh-heading);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}
.site-shell .blog-share-toggle:hover { border-color: var(--hh-blue); color: var(--hh-blue); }
.site-shell .blog-share-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 30;
    width: 190px;
    margin: 0;
    padding: 7px;
    border: 1px solid var(--hh-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 15px 34px rgba(23, 51, 66, .18);
    list-style: none;
}
.site-shell .blog-share-menu li { display: block; margin: 0; }
.site-shell .blog-share-menu a, .site-shell .blog-share-menu button {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: var(--hh-heading);
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}
.site-shell .blog-share-menu a:hover, .site-shell .blog-share-menu button:hover { background: #f0f7fa; color: var(--hh-blue); }
.site-shell .blog-share-menu i { width: 16px; color: var(--hh-primary); text-align: center; }

.site-shell .article-toc { overflow: hidden; margin: 20px 0 26px !important; border: 1px solid #dbe7ec; border-radius: 10px; background: #f7fafc; }
.site-shell .article-toc__toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 17px;
    border: 0;
    background: transparent;
    color: var(--hh-heading);
    text-align: left;
    cursor: pointer;
}
.site-shell .article-toc__heading, .site-shell .article-toc__meta, .site-shell .article-toc__action { display: flex; align-items: center; gap: 10px; }
.site-shell .article-toc__icon { display: inline-flex; width: 34px; height: 34px; flex: 0 0 34px; align-items: center; justify-content: center; border-radius: 8px; background: #e8f4fa; color: var(--hh-blue); }
.site-shell .article-toc__copy { display: grid; gap: 2px; }
.site-shell .article-toc__title { font-size: 14px; font-weight: 800; }
.site-shell .article-toc__subtitle, .site-shell .article-toc__count { color: var(--hh-muted); font-size: 11px; font-weight: 600; }
.site-shell .article-toc__action { color: var(--hh-blue); font-size: 12px; font-weight: 800; }
.site-shell .article-toc__action i { transition: transform .2s ease; }
.site-shell .article-toc.is-open .article-toc__action i { transform: rotate(180deg); }
.site-shell .article-toc__panel { padding: 4px 18px 18px 58px; border-top: 1px solid #e1ebef; }
.site-shell .article-toc__panel > ol { margin: 12px 0 0; padding-left: 20px; }
.site-shell .article-toc__panel ol { display: grid; gap: 7px; }
.site-shell .article-toc__panel li { color: var(--hh-muted); font-size: 13px; }
.site-shell .article-toc__panel a { color: var(--hh-text); font-weight: 650; line-height: 1.45; text-decoration: none; }
.site-shell .article-toc__panel a:hover, .site-shell .article-toc__panel .is-active-link { color: var(--hh-primary); }

.site-shell .blog-article-body { color: var(--hh-text); font-size: 17px; line-height: 1.78; }
.site-shell .blog-article-body > p:first-child { color: #334f5d; font-size: 18px; line-height: 1.75; }
.site-shell .blog-article-body p { margin: 0 0 20px; font-size: inherit; line-height: inherit; }
.site-shell .blog-article-body h2, .site-shell .blog-article-body h3, .site-shell .blog-article-body h4 { scroll-margin-top: 100px; color: var(--hh-heading); font-weight: 800; }
.site-shell .blog-article-body h2 { margin: 38px 0 14px; font-size: 27px; line-height: 1.3; }
.site-shell .blog-article-body h3 { margin: 30px 0 12px; font-size: 21px; line-height: 1.35; }
.site-shell .blog-article-body h4 { margin: 25px 0 10px; font-size: 18px; line-height: 1.4; }
.site-shell .blog-article-body ul, .site-shell .blog-article-body ol { margin: 0 0 22px; padding-left: 24px; }
.site-shell .blog-article-body li { display: list-item; margin: 0 0 9px; padding-left: 4px; font-size: inherit; line-height: 1.7; }
.site-shell .blog-article-body a { color: var(--hh-blue); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.site-shell .blog-article-body img { display: block; max-width: 100%; height: auto; margin: 26px auto; border-radius: 10px; box-shadow: 0 9px 25px rgba(23, 51, 66, .1); }
.site-shell .blog-article-body blockquote { margin: 28px 0; padding: 20px 22px; border: 0; border-left: 4px solid var(--hh-primary); border-radius: 0 9px 9px 0; background: #f0f8f2; color: var(--hh-heading); font-size: 18px; font-weight: 650; line-height: 1.65; }
.site-shell .blog-article-body blockquote p:last-child { margin-bottom: 0; }
.site-shell .blog-article-body iframe { width: 100%; max-width: 100%; margin: 24px 0; border: 0; border-radius: 10px; }
.site-shell .blog-article-body table { width: 100%; margin: 24px 0; border-collapse: separate; border: 1px solid var(--hh-border); border-spacing: 0; border-radius: 9px; overflow: hidden; font-size: 14px; }
.site-shell .blog-article-body th, .site-shell .blog-article-body td { padding: 11px 12px; border-right: 1px solid var(--hh-border); border-bottom: 1px solid var(--hh-border); text-align: left; }
.site-shell .blog-article-body th { background: #173342; color: #fff; font-weight: 800; }
.site-shell .blog-article-body tr:last-child td { border-bottom: 0; }
.site-shell .blog-article-body th:last-child, .site-shell .blog-article-body td:last-child { border-right: 0; }

.site-shell .blog-post-sidebar { position: sticky; top: 78px; display: grid; gap: 20px; }
.site-shell .blog-post-sidebar__section, .site-shell .blog-post-sidebar__help { border: 1px solid var(--hh-border); border-radius: 12px; background: #fff; box-shadow: var(--hh-shadow-sm); }
.site-shell .blog-post-sidebar__section { padding: 22px 20px 18px; }
.site-shell .blog-post-sidebar__heading { margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--hh-border); }
.site-shell .blog-post-sidebar__heading span { color: var(--hh-primary); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-shell .blog-post-sidebar__heading h2 { margin: 3px 0 0; color: var(--hh-heading); font-size: 20px; font-weight: 800; }
.site-shell .blog-post-sidebar__list { display: grid; gap: 14px; }
.site-shell .blog-post-sidebar-card { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 12px; padding-bottom: 14px; border-bottom: 1px solid #e8eef1; }
.site-shell .blog-post-sidebar-card:last-child { padding-bottom: 0; border-bottom: 0; }
.site-shell .blog-post-sidebar-card__image { display: block; height: 70px; overflow: hidden; border-radius: 8px; background: #e8eef1; }
.site-shell .blog-post-sidebar-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.site-shell .blog-post-sidebar-card:hover img { transform: scale(1.04); }
.site-shell .blog-post-sidebar-card h3 { margin: 0 0 6px; font-size: 13px; font-weight: 750; line-height: 1.4; }
.site-shell .blog-post-sidebar-card h3 a { color: var(--hh-heading); font-size: 13px !important; line-height: 1.4; text-decoration: none; }
.site-shell .blog-post-sidebar-card h3 a:hover { color: var(--hh-primary); }
.site-shell .blog-post-sidebar-card time { display: inline-flex; align-items: center; gap: 5px; color: var(--hh-muted); font-size: 10px; font-weight: 650; }
.site-shell .blog-post-sidebar-card time i { color: var(--hh-primary); }
.site-shell .blog-post-sidebar__all { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; padding-top: 14px; border-top: 1px solid var(--hh-border); color: var(--hh-blue); font-size: 12px; font-weight: 800; text-decoration: none; }
.site-shell .blog-post-sidebar__help { padding: 24px 22px; background: linear-gradient(145deg, #075989, #173342); color: #fff; }
.site-shell .blog-post-sidebar__help-icon { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; margin-bottom: 14px; border-radius: 10px; background: rgba(255, 255, 255, .13); color: #fff; }
.site-shell .blog-post-sidebar__help-eyebrow { margin: 0 0 4px !important; color: #a9d7ef !important; font-size: 10px !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-shell .blog-post-sidebar__help h2 { margin: 0 0 9px; color: #fff; font-size: 20px; font-weight: 800; line-height: 1.35; }
.site-shell .blog-post-sidebar__help > p:not(.blog-post-sidebar__help-eyebrow) { margin: 0 0 17px; color: rgba(255, 255, 255, .82); font-size: 13px; line-height: 1.6; }
.site-shell .blog-post-sidebar__help a { display: inline-flex; min-height: 38px; align-items: center; padding: 8px 14px; border-radius: 999px; background: var(--hh-primary); color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }

.site-shell .blog-recommended-trips { margin-top: 42px; padding-top: 32px; border-top: 1px solid var(--hh-border); }
.site-shell .blog-rec-trips__eyebrow, .site-shell .blog-post-cta__eyebrow { margin: 0 0 5px !important; color: var(--hh-primary) !important; font-size: 10px !important; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.site-shell .blog-rec-trips__title { margin: 0 0 6px; color: var(--hh-heading); font-size: 24px; font-weight: 800; }
.site-shell .blog-rec-trips__lead { margin: 0 0 18px !important; color: var(--hh-muted) !important; font-size: 14px !important; }
.site-shell .blog-rec-trips__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.site-shell .blog-rec-trips__grid--list { grid-template-columns: 1fr; }
.site-shell .blog-rec-trip-card { display: grid; grid-template-columns: 108px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--hh-border); border-radius: 10px; background: #fff; color: inherit; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.site-shell .blog-rec-trip-card:hover { border-color: #bdd8c5; box-shadow: var(--hh-shadow-sm); color: inherit; transform: translateY(-2px); }
.site-shell .blog-rec-trip-card__media, .site-shell .blog-rec-trip-card__media img { display: block; width: 100%; height: 100%; min-height: 126px; object-fit: cover; }
.site-shell .blog-rec-trip-card__body { display: flex; min-width: 0; flex-direction: column; padding: 12px; }
.site-shell .blog-rec-trip-card__title { color: var(--hh-heading); font-size: 13px; font-weight: 800; line-height: 1.4; }
.site-shell .blog-rec-trip-card__meta { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.site-shell .blog-rec-trip-card__chip { color: var(--hh-muted); font-size: 9px; font-weight: 700; }
.site-shell .blog-rec-trip-card__chip i { color: var(--hh-primary); }
.site-shell .blog-rec-trip-card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 10px; }
.site-shell .blog-rec-trip-card__price { color: var(--hh-primary); font-size: 10px; font-weight: 800; }
.site-shell .blog-rec-trip-card__price small { margin-left: 2px; font-size: 8px; }
.site-shell .blog-rec-trip-card__cta { color: var(--hh-blue); font-size: 9px; font-weight: 800; white-space: nowrap; }

.site-shell .blog-post-footer { margin-top: 42px !important; padding-top: 32px; border-top: 1px solid var(--hh-border); }
.site-shell .blog-post-cta { padding: 26px; border-radius: 12px; background: linear-gradient(135deg, #eef8f1, #f5fafc); text-align: center; }
.site-shell .blog-post-cta h2 { max-width: 600px; margin: 0 auto 10px; color: var(--hh-heading); font-size: 24px; font-weight: 800; line-height: 1.35; }
.site-shell .blog-post-cta__text { max-width: 620px; margin: 0 auto 18px !important; color: var(--hh-text) !important; font-size: 14px !important; line-height: 1.65 !important; }
.site-shell .blog-post-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.site-shell .blog-post-cta__btn { display: inline-flex; min-height: 40px; align-items: center; gap: 7px; padding: 8px 14px; border: 1px solid #cbdde5; border-radius: 999px; font-size: 12px; font-weight: 800; }
.site-shell .blog-post-cta__btn--primary { border-color: var(--hh-primary); background: var(--hh-primary); color: #fff; }
.site-shell .blog-post-cta__btn--primary:hover { background: var(--hh-primary-dark); color: #fff; }
.site-shell .blog-post-cta__btn--ghost { background: #fff; color: var(--hh-heading); }
.site-shell .blog-post-nav { margin-top: 26px; }
.site-shell .blog-post-nav__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.site-shell .blog-post-nav__header h3 { margin: 0; color: var(--hh-heading); font-size: 18px; font-weight: 800; }
.site-shell .blog-post-nav__all { color: var(--hh-blue); font-size: 11px; font-weight: 800; text-decoration: none; }
.site-shell .blog-post-nav__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.site-shell .blog-post-nav__card { display: flex; min-height: 84px; align-items: center; gap: 11px; overflow: hidden; border: 1px solid var(--hh-border); border-radius: 10px; color: var(--hh-heading); text-decoration: none; }
.site-shell .blog-post-nav__card:hover { border-color: #bdd8c5; color: var(--hh-primary); box-shadow: var(--hh-shadow-sm); }
.site-shell .blog-post-nav__thumb { width: 82px; height: 84px; flex: 0 0 82px; }
.site-shell .blog-post-nav__thumb img { width: 100%; height: 100%; object-fit: cover; }
.site-shell .blog-post-nav__content { display: grid; gap: 5px; min-width: 0; padding: 10px; }
.site-shell .blog-post-nav__label { color: var(--hh-muted); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.site-shell .blog-post-nav__title { display: -webkit-box; overflow: hidden; font-size: 12px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.site-shell .blog-post-nav__card--next { justify-content: flex-end; text-align: right; }

@media (max-width: 991.98px) {
    .site-shell .blog-post-page { padding-top: 32px; }
    .site-shell .blog-post-sidebar { position: static; grid-template-columns: minmax(0, 1.4fr) minmax(250px, .8fr); margin-top: 4px; }
}
@media (max-width: 767.98px) {
    .site-shell .post-breadcrumb li:nth-child(3):not(:last-child) { display: none; }
    .site-shell .blog-post-page { padding: 26px 0 42px; }
    .site-shell .blog-post-hero { margin-bottom: 22px; text-align: left; }
    .site-shell .blog-post-hero h1 { font-size: clamp(1.75rem, 8vw, 2.25rem); }
    .site-shell .blog-post-hero__meta { justify-content: flex-start; gap: 8px 14px; }
    .site-shell .blog-post-article-card__inner { padding: 22px 18px 28px; }
    .site-shell .blog-article-toolbar { align-items: flex-start; }
    .site-shell .blog-audio-player__label { display: none; }
    .site-shell .blog-audio-progress { width: min(120px, 28vw); }
    .site-shell .article-toc__subtitle, .site-shell .article-toc__count { display: none; }
    .site-shell .article-toc__panel { padding-left: 34px; }
    .site-shell .blog-article-body { font-size: 16px; line-height: 1.72; }
    .site-shell .blog-article-body > p:first-child { font-size: 17px; }
    .site-shell .blog-article-body h2 { margin-top: 32px; font-size: 23px; }
    .site-shell .blog-article-body h3 { font-size: 19px; }
    .site-shell .blog-article-body table { display: block; overflow-x: auto; white-space: nowrap; }
    .site-shell .blog-post-sidebar { grid-template-columns: 1fr; }
    .site-shell .blog-rec-trips__grid, .site-shell .blog-post-nav__grid { grid-template-columns: 1fr; }
    .site-shell .blog-post-nav__card--empty { display: none; }
}
@media (max-width: 420px) {
    .site-shell .blog-audio-progress { width: 74px; }
    .site-shell .blog-share-toggle span { display: none; }
    .site-shell .blog-share-toggle { width: 36px; justify-content: center; padding: 0; }
    .site-shell .article-toc__toggle { padding: 13px; }
    .site-shell .article-toc__action-text { display: none; }
    .site-shell .blog-rec-trip-card { grid-template-columns: 92px minmax(0, 1fr); }
    .site-shell .blog-post-cta { padding: 22px 16px; }
    .site-shell .blog-post-cta__actions { align-items: stretch; flex-direction: column; }
    .site-shell .blog-post-cta__btn { justify-content: center; }
}

/* Trip facts — light panel, icon + inline label: value */
.site-shell .pack-details .trip-facts.icon-all-top {
    position: relative;
    margin: 24px 0 28px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.site-shell .pack-details .trip-facts__title {
    margin: 0 0 12px;
    padding: 0;
    position: static;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    font-weight: 700;
    line-height: 1.3;
    color: #163343;
}
.site-shell .pack-details .trip-facts__panel {
    background: #e9f4fb;
    border: 1px solid #d4e8f5;
    border-radius: 4px;
    padding: 26px 28px 22px;
}
.site-shell .pack-details .trip-facts__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 28px;
    justify-content: initial;
    flex-wrap: initial;
}
.site-shell .pack-details .trip-facts__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.site-shell .pack-details .trip-facts__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-top: 1px;
    border-radius: 0;
    background: transparent;
    color: #0f6096;
}
.site-shell .pack-details .trip-facts__icon i {
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1;
    color: #0f6096 !important;
}
.site-shell .pack-details .trip-facts__line {
    margin: 0;
    min-width: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #0f6096;
}
.site-shell .pack-details .trip-facts__label {
    display: inline;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.55;
    text-transform: none;
    color: #0f6096;
}
.site-shell .pack-details .trip-facts__value {
    display: inline;
    color: #0f6096;
}
.site-shell .pack-details .trip-facts__value-text {
    display: inline;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    color: #0f6096;
    word-break: break-word;
}
.site-shell .pack-details .trip-facts .fact-info-bubble {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: -2px 0 0 4px;
    color: #0f6096;
    cursor: help;
    font-size: 14px;
    line-height: 1;
}
.site-shell .pack-details .trip-facts .fact-info-bubble__text {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    z-index: 5;
    display: none;
    width: max-content;
    max-width: 240px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #163343;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    transform: translateX(-50%);
    box-shadow: 0 8px 20px rgba(22, 51, 67, 0.2);
}
.site-shell .pack-details .trip-facts .fact-info-bubble:hover .fact-info-bubble__text,
.site-shell .pack-details .trip-facts .fact-info-bubble:focus .fact-info-bubble__text,
.site-shell .pack-details .trip-facts .fact-info-bubble:focus-visible .fact-info-bubble__text {
    display: block;
}
@media (max-width: 991.98px) {
    .site-shell .pack-details .trip-facts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 20px;
    }
    .site-shell .pack-details .trip-facts__panel {
        padding: 22px 20px 18px;
    }
}
@media (max-width: 575.98px) {
    .site-shell .pack-details .trip-facts__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .site-shell .pack-details .trip-facts__panel {
        padding: 18px 16px 16px;
    }
    .site-shell .pack-details .trip-facts__line,
    .site-shell .pack-details .trip-facts__label,
    .site-shell .pack-details .trip-facts__value-text {
        font-size: 14px;
    }
}

.site-shell .page-hero .d-overlay {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    left: 0;
    right: 0;
}
.site-shell .details-image, .site-shell .details-image .detail, .site-shell .details-image img { min-height: 280px; max-height: 420px; }
.site-shell .details-image img { width: 100%; object-fit: cover; }
.site-shell .details-image .trip-hero-original { display: block; width: 100%; height: 100%; }
.site-shell .d-overlay > h1, .site-shell .details-image h1 {
    font-size: clamp(1.9rem, 3.4vw, 3rem);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.2;
}
.site-shell .pack-details .content .accordion-item, .site-shell .contact-details #faqs .accordion-item {
    margin-bottom: 9px;
    border: 1px solid var(--hh-border) !important;
    border-radius: 8px !important;
    overflow: hidden;
}
.site-shell .pack-details .content .accordion-button, .site-shell .contact-details #faqs .accordion-button {
    min-height: 54px;
    margin: 0;
    padding: 14px 16px;
    background: #fff;
    color: var(--hh-heading);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}
.site-shell .pack-details .content .accordion-button:not(.collapsed),
.site-shell .contact-details #faqs .accordion-button:not(.collapsed) {
    background: var(--hh-primary-soft);
    color: var(--hh-primary-dark);
    box-shadow: inset 0 -1px 0 var(--hh-border);
}

/* Forms */
.site-shell .form-control, .site-shell .form-select, .site-shell input[type='text'],
.site-shell input[type='email'], .site-shell input[type='tel'], .site-shell input[type='number'],
.site-shell input[type='date'], .site-shell textarea, .site-shell select {
    min-height: 46px;
    padding: 10px 13px;
    border: 1px solid #cedbe2;
    border-radius: 8px;
    background-color: #fff;
    color: var(--hh-heading);
    font-size: 15px;
    line-height: 1.4;
}
.site-shell textarea.form-control, .site-shell textarea { min-height: 130px; resize: vertical; }
.site-shell .form-control:focus, .site-shell .form-select:focus, .site-shell input:focus,
.site-shell textarea:focus, .site-shell select:focus {
    border-color: var(--hh-primary);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(35, 137, 64, .12);
}
.site-shell .btn, .site-shell .btn-primary, .site-shell .btn-success, .site-shell button[type='submit'],
.site-shell input[type='submit'] {
    min-height: 42px;
    padding: 10px 17px;
    border-radius: 8px !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
.site-shell .btn-primary, .site-shell button[type='submit'], .site-shell input[type='submit'] {
    border-color: var(--hh-primary) !important;
    background: var(--hh-primary) !important;
    color: #fff !important;
}
.site-shell .btn-primary:hover, .site-shell .btn-primary:focus, .site-shell button[type='submit']:hover,
.site-shell input[type='submit']:hover {
    border-color: var(--hh-primary-dark) !important;
    background: var(--hh-primary-dark) !important;
    box-shadow: 0 8px 18px rgba(35, 137, 64, .18);
    transform: translateY(-1px);
}
.site-shell .contact-details { margin: 0; padding: 64px 0; }
.site-shell .contact-details .row { row-gap: 24px; }
.site-shell .contact-details .contact1, .site-shell .contact-details .contact-form { height: 100%; padding: 26px; }
.site-shell .contact-details .contact1 h1, .site-shell .contact-details .contact-form h2 {
    margin: 0 0 20px;
    color: var(--hh-heading);
    font-size: clamp(1.55rem, 2.2vw, 2rem);
    font-weight: 700;
    line-height: 1.3;
}
.site-shell .contact-details .contact1 ul {
    margin: 0;
    padding: 8px 18px;
    border: 1px solid #dcece1;
    border-radius: 8px;
    background: var(--hh-primary-soft);
}
.site-shell .contact-details .contact1 ul li { padding: 14px 0; border-bottom: 1px solid #dbe9df; }
.site-shell .contact-details .contact1 ul li:last-child { border-bottom: 0; }
.site-shell .contact-details .contact1 ul li h3 {
    color: var(--hh-heading);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .025em;
    text-transform: uppercase;
}
.site-shell .contact-details .contact1 ul li a {
    display: block;
    overflow-wrap: anywhere;
    color: var(--hh-text);
    font-size: 15px;
}
.site-shell .contact-details .contact1 ul li a:hover { color: var(--hh-primary); }

/* Footer */
.site-shell .pay-lgo {
    padding: 44px 0 30px;
    border-top: 1px solid var(--hh-border);
    background: var(--hh-soft);
}
.site-shell .pay-lgo .row { row-gap: 8px; }
.site-shell .pay-lgo .content { min-height: 100%; margin-bottom: 0; padding: 0; }
.site-shell .pay-lgo .affi { width: 100%; padding: 12px 0; }
.site-shell .pay-lgo h4 {
    margin: 0;
    padding: 0 0 12px;
    color: var(--hh-heading);
    font-size: 17px;
    font-weight: 700;
}
.site-shell .pay-lgo .affi ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.site-shell .pay-lgo .content ul li { margin: 0; box-shadow: none; }
.site-shell .pay-lgo .affi img { max-width: 130px; object-fit: contain; }

/* Trip card meta icons (Font Awesome replacements for missing SVG images) */
.site-shell .trip-meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    vertical-align: middle;
}
.site-shell .trip-meta-icon--duration {
    margin-right: 7px;
    color: var(--hh-primary);
    font-size: 22px;
}
.site-shell .trip-meta-icon--price {
    margin-right: 4px;
    color: #e6a700;
    font-size: 14px;
}
.site-shell .pack-down .p1 .trip-meta-icon--duration { font-size: 24px; }
.site-shell .pack-down .p1 .prc h3 .trip-meta-icon--price { font-size: 14px; }
.site-shell .tripadvisor-fallback-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 8px 12px;
    border: 1px solid #dfe8ed;
    border-radius: 8px;
    background: #fff;
    color: #34e0a1;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.site-shell .tripadvisor-fallback-icon i { font-size: 22px; color: #34e0a1; }

.site-shell > footer { padding: 56px 0 46px; background: var(--hh-primary); }
.site-shell > footer .row { row-gap: 26px; }
.site-shell > footer h4,
.site-shell > footer .footer-section-title {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}
.site-shell > footer h4::after,
.site-shell > footer .footer-section-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .85);
    content: '';
}
.site-shell > footer ul li {
    padding: 4px 0;
    color: #f4fff7;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}
.site-shell > footer ul li > i { width: 20px; color: #fff; }
.site-shell > footer ul li a { margin: 0; color: #fff; font-size: 14px; font-weight: 500; }
.site-shell > footer ul li span { color: #fff; }
.site-shell .pay-lgo .footer-section-title { margin: 0; padding: 20px 0; font-size: 20px; text-align: center; }
.site-shell > footer ul li a:hover { margin-left: 0; color: #fff; }
.site-shell > .copy-right {
    border-top: 1px solid rgba(255, 255, 255, .12) !important;
    background: var(--hh-primary-dark) !important;
}
.site-shell > .copy-right .copyright {
    min-height: 64px;
    margin: 0;
    padding: 16px 0;
    background: transparent;
    color: #eaf5ed;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}
.site-shell > .copy-right .copyright a { font-weight: 600; }

@media (max-width: 1199.98px) {
    .site-shell .navigation .navbar-nav > .nav-item > .nav-link { padding-right: 10px; padding-left: 10px; font-size: 12px; }
    .site-shell .my-slider-ban .my-ban .ban-overlay .content { width: 52%; margin-right: 5vw; }
}

@media (max-width: 991.98px) {
    .site-shell { padding-bottom: 62px; }
    .site-shell .container { padding-left: 16px; padding-right: 16px; }
    .site-shell .small-nav-wraper {
        border-bottom: 1px solid var(--hh-border);
        background: #fff;
        box-shadow: 0 7px 20px rgba(23, 51, 66, .1);
    }
    .site-shell .small-nav { padding: 7px 0; }
    .site-shell .small-nav .content > div {
        align-items: center !important;
        gap: 12px;
    }
    .site-shell .small-nav .navbar-brand {
        align-items: center;
        display: inline-flex;
        min-width: 0;
    }
    .site-shell .small-nav .navbar-brand img { width: auto; max-width: 190px; height: auto; max-height: 42px; object-fit: contain; }
    .site-shell .small-nav .top-m-icon {
        align-items: center;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 9px;
        justify-content: flex-end;
        margin-left: auto;
    }
    .site-shell .small-nav .top-m-icon a {
        align-items: center;
        background: #f2fbf5;
        border: 1px solid #ccebd6;
        border-radius: 50%;
        color: var(--hh-primary);
        display: inline-flex;
        height: 34px;
        justify-content: center;
        text-decoration: none;
        transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
        width: 34px;
    }
    .site-shell .small-nav .top-m-icon a:hover,
    .site-shell .small-nav .top-m-icon a:focus-visible {
        background: var(--hh-primary);
        border-color: var(--hh-primary);
        color: #fff;
        outline: 0;
        transform: translateY(-1px);
    }
    .site-shell .small-nav .top-m-icon a i {
        color: currentColor;
        font-size: 18px;
        line-height: 1;
        margin: 0;
    }
    .site-shell .small-nv-frm {
        align-items: stretch;
        gap: 8px;
        min-height: 52px;
        padding: 6px 10px;
        background: var(--hh-primary);
    }
    .site-shell .small-nv-frm .navbar-toggler {
        flex: 0 0 auto;
        min-width: 88px !important;
        min-height: 40px !important;
        padding: 8px 12px;
        border: 1px solid rgba(255, 255, 255, .35);
        border-radius: 8px;
        background: rgba(255, 255, 255, .08);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
    }
    .site-shell .small-nv-frm .navbar-toggler:hover,
    .site-shell .small-nv-frm .navbar-toggler:focus-visible {
        background: rgba(255, 255, 255, .16);
        outline: 0;
    }
    .site-shell .small-nv-frm .navbar-toggler span {
        align-items: center;
        gap: 8px;
        justify-content: center;
        line-height: 1;
    }
    .site-shell .small-nv-frm .navbar-toggler span i {
        margin-right: 0;
    }
    .site-shell .small-nv-frm .seach-form {
        flex: 1;
        min-width: 0;
        padding: 0 11px;
        border: 1px solid #cfe2ec;
        border-radius: 8px;
        background: #f6fbfd;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
    }
    .site-shell .small-nv-frm .seach-form > i {
        flex: 0 0 auto;
        color: var(--hh-blue);
        font-size: 18px;
        margin-right: 4px;
    }
    .site-shell .small-nv-frm .form-control,
    .site-shell .small-nv-frm .form-control:focus {
        min-height: 40px;
        padding: 7px 4px;
        background: transparent;
        color: var(--hh-heading);
        font-size: 15px;
    }
    .site-shell .small-nv-frm .form-control::placeholder {
        color: var(--hh-muted);
        opacity: 1;
    }
    .site-shell .my-slider-ban { height: clamp(360px, 54vh, 500px); aspect-ratio: auto; }
    .site-shell .my-slider-ban .my-ban .ban-overlay { align-items: flex-start; justify-content: center; padding: 32px; }
    .site-shell .my-slider-ban .my-ban .ban-overlay .content { width: min(78%, 560px); margin: 0; }
    .site-shell .welcome, .site-shell .top-regions, .site-shell .plan-trip, .site-shell .testi,
    .site-shell .blog, .site-shell .contact-details { padding-top: 48px; padding-bottom: 48px; }
    .site-shell .special-pack { padding-bottom: 48px; }
    .site-shell .special-pack .s-title { margin-bottom: 28px; padding: 30px 0; }
    .site-shell .pack-details > .container > .row > .col-md-8 > .content { padding: 20px; }
    .site-shell > footer { padding: 46px 0 36px; }
}

@media (max-width: 767.98px) {
    .site-shell p, .site-shell .welcome p, .site-shell .pack-details .content p,
    .site-shell .pack-details .content li, .site-shell .about-us .content p,
    .site-shell .blog-article-body p, .site-shell .blog-article-body li { font-family: 'Mulish', sans-serif; font-size: 16px; line-height: 1.5; }
    .site-shell .my-slider-ban { height: 400px; }
    .site-shell .my-slider-ban .my-ban .ban-overlay { justify-content: flex-end; padding: 28px 20px 42px; }
    .site-shell .my-slider-ban .my-ban .ban-overlay .content { width: 100%; margin: 0; }
    .site-shell .my-slider-ban .my-ban .ban-overlay h2 {
        margin-bottom: 10px;
        font-size: clamp(1.65rem, 8vw, 2.3rem);
        line-height: 1.18;
    }
    .site-shell .my-slider-ban .my-ban .ban-overlay p {
        display: block;
        max-width: 95%;
        overflow: hidden;
        color: rgba(255, 255, 255, .9);
        font-size: 14px;
        line-height: 1.55;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .site-shell .my-slider-ban .my-ban .ban-overlay .ban-link { margin-top: 16px; }
    .site-shell .welcome, .site-shell .top-regions, .site-shell .plan-trip, .site-shell .testi,
    .site-shell .blog, .site-shell .contact-details { padding-top: 38px; padding-bottom: 38px; }
    .site-shell .special-pack { padding-bottom: 38px; }
    .site-shell .welcome .title, .site-shell .top-regions .title, .site-shell .testi .title,
    .site-shell .top-city .title, .site-shell .blog .title { margin-bottom: 20px; }
    .site-shell .welcome .title h1, .site-shell .top-regions .title h2, .site-shell .testi .title h2,
    .site-shell .top-city .title h1, .site-shell .blog .title h2, .site-shell .special-pack .title h2,
    .site-shell .plan-trip .title h2 {
        font-size: 1.55rem !important;
        line-height: 1.3;
        text-align: left;
    }
    .site-shell .special-pack .s-title { margin-bottom: 22px; padding: 25px 0; }
    .site-shell .special-pack .row > .col, .site-shell .special-pack .row > [class*='col-'],
    .site-shell .homepage-region-cards .row > [class*='col-'], .site-shell .blog .row > [class*='col-'] {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 18px !important;
    }
    .site-shell .special-pack .package .package-img { aspect-ratio: 16 / 10; }
    .site-shell .special-pack .package .pack-title { min-height: 0; }
    .site-shell .pack-details > .container > .row > .col-md-8 > .content,
    .site-shell .about-us .content,
    .site-shell .contact-details .contact1, .site-shell .contact-details .contact-form,
    .site-shell .dlist, .site-shell .destination-content { padding: 18px; border-radius: 10px; }
    .site-shell .details-image, .site-shell .details-image .detail, .site-shell .details-image img {
        min-height: 220px;
        max-height: 280px;
    }
    .site-shell .d-overlay > h1, .site-shell .details-image h1 { font-size: 1.8rem; }
    .site-shell .form-control, .site-shell .form-select, .site-shell input[type='text'],
    .site-shell input[type='email'], .site-shell input[type='tel'], .site-shell input[type='number'],
    .site-shell input[type='date'], .site-shell select { min-height: 44px; font-size: 16px; }
    .site-shell .pay-lgo { padding: 32px 0 24px; }
    .site-shell > footer { padding: 38px 0 30px; }
    .site-shell > footer h4,
    .site-shell > footer .footer-section-title { margin-top: 0; margin-bottom: 15px; }
    .site-shell > .copy-right .copyright { gap: 8px; min-height: 76px; padding: 15px 0; text-align: center; }
}

@media (max-width: 420px) {
    .site-shell .small-nav .navbar-brand img { max-width: 158px; height: 38px; }
    .site-shell .small-nav .top-m-icon { gap: 6px; }
    .site-shell .small-nav .top-m-icon a { height: 30px; width: 30px; }
    .site-shell .small-nav .top-m-icon a i { font-size: 16px; }
    .site-shell .small-nv-frm {
        gap: 7px;
        padding: 6px 8px;
    }
    .site-shell .small-nv-frm .navbar-toggler {
        min-width: 82px !important;
        padding-right: 10px;
        padding-left: 10px;
    }
    .site-shell .small-nv-frm .form-control,
    .site-shell .small-nv-frm .form-control:focus {
        font-size: 14px;
    }
    .site-shell .my-slider-ban { height: 360px; }
    .site-shell .my-slider-ban .my-ban .ban-overlay { padding-right: 16px; padding-left: 16px; }
    .site-shell .special-pack .package .pack-down { align-items: flex-start; flex-direction: column; gap: 9px; }
    .site-shell .special-pack .package .pack-down .p1,
    .site-shell .special-pack .package .pack-down .p1 .prc { width: 100%; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    .site-shell *, .site-shell *::before, .site-shell *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Trip review horizontal carousel */
#trip-reviews .trip-review-carousel{
    position:relative;
}
#trip-reviews .trip-review-carousel__toolbar{
    align-items:center;
    display:flex;
    gap:14px;
    justify-content:flex-end;
    margin:0 0 12px;
    width:100%;
}
#trip-reviews .trip-review-carousel__status{
    color:#607783;
    font-size:13px;
    font-weight:700;
    margin-right:auto;
}
#trip-reviews .trip-review-carousel__controls{
    align-items:center;
    display:inline-flex;
    flex:0 0 auto;
    gap:8px;
}
#trip-reviews .trip-review-carousel__button{
    align-items:center;
    background:#fff;
    border:1px solid #bdd8e5;
    border-radius:50%;
    color:#075989;
    display:inline-flex;
    height:38px;
    justify-content:center;
    padding:0;
    transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
    width:38px;
}
#trip-reviews .trip-review-carousel__button:hover:not(:disabled),
#trip-reviews .trip-review-carousel__button:focus-visible{
    background:#075989;
    border-color:#075989;
    color:#fff;
    outline:0;
    transform:translateY(-1px);
}
#trip-reviews .trip-review-carousel__button:focus-visible{
    box-shadow:0 0 0 3px rgba(7,89,137,.2);
}
#trip-reviews .trip-review-carousel__button:disabled{
    cursor:not-allowed;
    opacity:.38;
}
#trip-reviews .comments .comments-list.trip-review-carousel__track{
    align-items:stretch;
    border:0!important;
    cursor:grab;
    display:flex!important;
    gap:18px;
    margin:0!important;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    padding:2px 2px 14px!important;
    scroll-behavior:smooth;
    scroll-padding-inline:2px;
    scroll-snap-type:x mandatory;
    scrollbar-color:#9fc7d9 #eaf3f7;
    scrollbar-width:thin;
}
#trip-reviews .comments .comments-list.trip-review-carousel__track:active{
    cursor:grabbing;
}
#trip-reviews .comments .comments-list.trip-review-carousel__track:focus-visible{
    border-radius:8px;
    outline:3px solid rgba(7,89,137,.2);
    outline-offset:3px;
}
#trip-reviews .trip-review-carousel__track::-webkit-scrollbar{
    height:7px;
}
#trip-reviews .trip-review-carousel__track::-webkit-scrollbar-track{
    background:#eaf3f7;
    border-radius:999px;
}
#trip-reviews .trip-review-carousel__track::-webkit-scrollbar-thumb{
    background:#9fc7d9;
    border-radius:999px;
}
#trip-reviews .comments .comments-list .trip-review-carousel__slide{
    display:flex;
    flex:0 0 calc((100% - 18px)/2);
    flex-direction:column;
    height:390px;
    min-width:0;
    overflow:hidden;
    scroll-snap-align:start;
    scroll-snap-stop:always;
}
#trip-reviews .trip-review-carousel__slide .testi-header{
    flex:0 0 auto;
}
#trip-reviews .trip-review-carousel__slide .comment-text{
    flex:1 1 auto;
    min-height:0;
    overflow-x:hidden;
    overflow-y:auto;
    padding-right:8px;
    scrollbar-color:#a9c8d6 #edf4f7;
    scrollbar-width:thin;
}
#trip-reviews .trip-review-carousel__slide .comment-text::-webkit-scrollbar{
    width:6px;
}
#trip-reviews .trip-review-carousel__slide .comment-text::-webkit-scrollbar-track{
    background:#edf4f7;
    border-radius:999px;
}
#trip-reviews .trip-review-carousel__slide .comment-text::-webkit-scrollbar-thumb{
    background:#a9c8d6;
    border-radius:999px;
}
#trip-reviews .trip-review-carousel[data-review-count="1"] .trip-review-carousel__controls{
    display:none;
}
#trip-reviews .trip-review-carousel[data-review-count="1"] .trip-review-carousel__slide{
    flex-basis:100%;
}
@media(max-width:991.98px){
    #trip-reviews .comments .comments-list .trip-review-carousel__slide{
        flex-basis:82%;
    }
}
@media(max-width:575.98px){
    #trip-reviews .trip-review-carousel__toolbar{
        margin-bottom:10px;
    }
    #trip-reviews .trip-review-carousel__button{
        height:36px;
        width:36px;
    }
    #trip-reviews .comments .comments-list .trip-review-carousel__slide{
        flex-basis:92%;
        height:360px;
    }
}
@media(prefers-reduced-motion:reduce){
    #trip-reviews .comments .comments-list.trip-review-carousel__track{
        scroll-behavior:auto;
    }
    #trip-reviews .trip-review-carousel__button{
        transition:none;
    }
}

/* WeTravel uses the same primary booking CTA in both sidebar variants. */
.booking-wetravel-embed{
    display:block;
    width:100%;
}
.booking-wetravel-embed [data-wetravel-booking-action]{
    border:0;
    cursor:pointer;
    margin:0!important;
    max-width:none!important;
    text-align:center;
    width:100%!important;
}
.booking-wetravel-embed .booking-btn-wetravel{
    align-items:center;
    background:#238940;
    border-radius:8px;
    color:#fff!important;
    display:flex;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    font-weight:700;
    justify-content:center;
    min-height:46px;
    padding:12px 16px;
    text-decoration:none!important;
}
.booking-wetravel-embed .booking-btn-wetravel:hover,
.booking-wetravel-embed .booking-btn-wetravel:focus{
    background:#1c6f34;
    color:#fff!important;
}

/* Environmental-style group price table for trip sidebars. */
.trip-group-rates-panel{
    background:#f8fbfd;
    border:1px solid #dbe8ef;
    border-radius:8px;
    margin:10px 0 2px;
    overflow:hidden;
}
.trip-group-rates-panel[hidden]{
    display:none!important;
}
.trip-group-rates-toggle{
    align-items:center;
    background:#fff;
    border:0;
    color:#173342;
    cursor:pointer;
    display:flex;
    font-size:13px;
    font-weight:800;
    gap:10px;
    justify-content:space-between;
    min-height:40px;
    padding:8px 11px;
    text-align:left;
    width:100%;
}
.trip-group-rates-toggle > span{
    align-items:center;
    display:inline-flex;
    gap:7px;
}
.trip-group-rates-toggle > span i,
.trip-group-rates-icon{
    color:#238940;
}
.trip-group-rates-toggle[aria-expanded="true"] .trip-group-rates-icon::before{
    content:"\f068";
}
.trip-group-rates-toggle[aria-expanded="false"] .trip-group-rates-icon::before{
    content:"\f067";
}
.trip-group-rates-toggle:focus-visible{
    box-shadow:inset 0 0 0 3px rgba(7,89,137,.18);
    outline:0;
}
.trip-group-rates-table-wrap{
    background:#fff;
    border-top:1px solid #e1ebf0;
    overflow:hidden;
}
.trip-group-rates-table{
    border-collapse:collapse;
    font-size:12px;
    margin:0;
    table-layout:fixed;
    width:100%;
}
.trip-group-rates-table th{
    background:#edf6fa;
    border-bottom:1px solid #dce8ee;
    color:#173342;
    font-size:12px;
    font-weight:800;
    padding:7px 10px;
    text-align:left;
}
.trip-group-rates-table td{
    border-top:1px solid #edf2f5;
    color:#4d626f;
    line-height:1.35;
    padding:7px 10px;
    text-align:left;
}
.trip-group-rates-table th:last-child,
.trip-group-rates-table td:last-child{
    color:#075989;
    font-weight:800;
    white-space:nowrap;
}

/* Trekking activity page: show every photograph without overlays or dimming. */
.activity-page--clear-images img{
    filter:none!important;
    mix-blend-mode:normal!important;
    opacity:1!important;
}
.activity-page--clear-images .featured-image::before,
.activity-page--clear-images .featured-image::after,
.activity-page--clear-images .activity-region-card::before,
.activity-page--clear-images .activity-region-card::after,
.activity-page--clear-images .activity-page-trips .package-img::before,
.activity-page--clear-images .activity-page-trips .package-img::after{
    background:none!important;
    content:none!important;
    display:none!important;
    opacity:0!important;
}
.activity-page--clear-images .activity-region-card{
    background:#fff;
    display:flex;
    flex-direction:column;
    min-height:0;
}
.activity-page--clear-images .activity-region-card img{
    aspect-ratio:16/10;
    flex:0 0 auto;
    height:auto;
    inset:auto;
    object-fit:cover;
    position:static;
    transform:none!important;
    transition:none;
    width:100%;
}
.activity-page--clear-images .activity-region-card__count{
    align-self:flex-start;
    margin:14px 16px 0;
    position:static;
}
.activity-page--clear-images .activity-region-card__body{
    bottom:auto;
    gap:6px;
    left:auto;
    padding:10px 16px 18px;
    position:static;
    right:auto;
}
.activity-page--clear-images .activity-region-card__body strong{
    color:#173342;
}
.activity-page--clear-images .activity-region-card__body small,
.activity-page--clear-images .activity-region-card:hover .activity-region-card__body small{
    color:#075989;
}
.activity-page--clear-images .activity-region-card:hover img,
.activity-page--clear-images .activity-page-trips .package:hover img{
    filter:none!important;
    opacity:1!important;
    transform:none!important;
}
.activity-page--clear-images .activity-page-trips .package-img .book{
    display:none!important;
}
.activity-page--clear-images .activity-page-trips .package .peop{
    left:auto;
    margin:8px 0 0;
    padding:0 13px;
    position:static;
    top:auto;
}
.trip-package-sidebar__card > .trip-group-rates-panel{
    margin:0 16px 4px;
}
.pack-details .trip-sidebar-stack .trip-package-sidebar__card > .trip-group-rates-panel{
    margin-left:0;
    margin-right:0;
}
@media(max-width:575.98px){
    .trip-group-rates-table,
    .trip-group-rates-table th,
    .trip-group-rates-table td{
        font-size:13px;
    }
}

/* Trip itinerary: quiet card treatment with clear open and closed states. */
.site-shell .pack-details .content #itinerary.trip-itinerary{
    background:linear-gradient(180deg,#f8fbfc 0,#fff 100%);
    border:1px solid #dfe8ed;
    border-radius:12px;
    margin-top:30px;
    padding:24px;
}
.site-shell .pack-details .content #itinerary .trip-itinerary__header{
    align-items:center;
    border-bottom:1px solid #e2ebef;
    display:flex;
    gap:18px;
    justify-content:space-between;
    margin:0 0 16px;
    padding:0 0 15px;
}
.site-shell .pack-details .content #itinerary .trip-itinerary__header h2{
    color:#173342;
    font-size:clamp(21px,2vw,25px);
    font-weight:800;
    letter-spacing:-.02em;
    line-height:1.3;
    margin:0;
}
.site-shell .pack-details .content #itinerary .trip-itinerary__actions{
    align-items:center;
    display:flex;
    flex:0 0 auto;
}
.site-shell .pack-details .content #itinerary .trip-itinerary__action{
    align-items:center;
    background:#fff!important;
    border:1px solid #cadde6!important;
    border-radius:999px!important;
    color:#075989!important;
    cursor:pointer;
    display:inline-flex!important;
    font-size:13px!important;
    font-weight:800!important;
    gap:7px;
    line-height:1.2;
    min-height:36px;
    padding:8px 13px!important;
    transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;
    white-space:nowrap;
}
.site-shell .pack-details .content #itinerary .trip-itinerary__action[hidden]{
    display:none!important;
}
.site-shell .pack-details .content #itinerary .trip-itinerary__action:hover,
.site-shell .pack-details .content #itinerary .trip-itinerary__action:focus-visible{
    background:#eef8fc!important;
    border-color:#9cc8dc!important;
    box-shadow:0 0 0 3px rgba(7,89,137,.1);
    outline:0;
}
.site-shell .pack-details .content #itinerary .trip-itinerary__action-icon{
    align-items:center;
    background:#e7f3f8;
    border-radius:50%;
    display:inline-flex;
    font-size:16px;
    height:20px;
    justify-content:center;
    line-height:1;
    width:20px;
}
.site-shell .pack-details .content #itinerary .trip-itinerary__day{
    margin:0 0 10px;
}
.site-shell .pack-details .content #itinerary .trip-itinerary__day:last-child{
    margin-bottom:0;
}
.site-shell .pack-details .content #itinerary .accordion-item{
    background:#fff;
    border:1px solid #dce7ed!important;
    border-radius:9px!important;
    box-shadow:0 4px 14px rgba(23,51,66,.035);
    margin:0;
    overflow:hidden;
    transition:border-color .18s ease,box-shadow .18s ease;
}
.site-shell .pack-details .content #itinerary .accordion-item:has(.accordion-button:not(.collapsed)){
    border-color:#b9dac3!important;
    box-shadow:0 8px 20px rgba(35,137,64,.07);
}
.site-shell .pack-details .content #itinerary .accordion-header{
    margin:0!important;
}
.site-shell .pack-details .content #itinerary .accordion-button{
    align-items:center;
    background:#fff!important;
    border:0!important;
    box-shadow:none!important;
    color:#173342;
    cursor:pointer;
    display:flex;
    font-size:15px;
    font-weight:800;
    line-height:1.45;
    margin:0!important;
    min-height:58px;
    padding:15px 50px 15px 17px;
    position:relative;
    text-align:left;
    transition:background-color .18s ease,color .18s ease;
    width:100%;
}
.site-shell .pack-details .content #itinerary .accordion-button.collapsed:hover{
    background:#f7fbfd!important;
    color:#075989;
}
.site-shell .pack-details .content #itinerary .accordion-button:not(.collapsed){
    background:#eef8f1!important;
    color:#176f30;
}
.site-shell .pack-details .content #itinerary .accordion-button:focus-visible{
    box-shadow:inset 0 0 0 3px rgba(7,89,137,.14)!important;
    outline:0;
}
.site-shell .pack-details .content #itinerary .accordion-button::after{
    background:none!important;
    border-bottom:2px solid #075989;
    border-right:2px solid #075989;
    content:"";
    height:9px;
    margin:0;
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-70%) rotate(45deg);
    transition:transform .18s ease;
    width:9px;
}
.site-shell .pack-details .content #itinerary .accordion-button:not(.collapsed)::after{
    border-color:#238940;
    transform:translateY(-30%) rotate(-135deg);
}
.site-shell .pack-details .content #itinerary .accordion-body{
    background:#fff;
    border-bottom:0!important;
    border-top:1px solid #e3ece7;
    color:#435a66;
    font-size:15px;
    line-height:1.72;
    padding:19px 20px 20px;
}
.site-shell .pack-details .content #itinerary .accordion-body .content-section{
    margin:0;
    padding:0;
}
.site-shell .pack-details .content #itinerary .accordion-body p:last-child,
.site-shell .pack-details .content #itinerary .accordion-body ol:last-child,
.site-shell .pack-details .content #itinerary .accordion-body ul:last-child{
    margin-bottom:0;
}
@media(max-width:767.98px){
    .site-shell .pack-details .content #itinerary.trip-itinerary{
        margin-top:22px;
        padding:16px;
    }
    .site-shell .pack-details .content #itinerary .trip-itinerary__header{
        align-items:flex-start;
        flex-direction:column;
        gap:11px;
        padding-bottom:13px;
    }
    .site-shell .pack-details .content #itinerary .trip-itinerary__header h2{
        font-size:20px!important;
    }
    .site-shell .pack-details .content #itinerary .trip-itinerary__action{
        min-height:34px;
        padding:7px 11px!important;
    }
    .site-shell .pack-details .content #itinerary .accordion-button{
        font-size:14px;
        min-height:54px;
        padding:13px 43px 13px 14px;
    }
    .site-shell .pack-details .content #itinerary .accordion-button::after{
        right:16px;
    }
    .site-shell .pack-details .content #itinerary .accordion-body{
        font-size:14px;
        padding:16px;
    }
}
