/* Public-site finishing layer; loaded after the legacy stylesheet. */
.site-shell {
    --hh-primary: #238940;
    --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: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    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: 'Poppins', sans-serif;
    letter-spacing: -.018em;
}
.site-shell p { color: var(--hh-text); font-size: 16px; line-height: 1.75; }
.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--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 .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 { gap: 10px; margin: 0; }
.site-shell .navigation .top-header .call-now li { margin: 0; }
.site-shell .navigation .top-header .call-now li i {
    width: 42px;
    height: 42px;
    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 { background: var(--hh-soft); }
.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 .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-size: 16px;
    line-height: 1.78;
}
.site-shell .pack-details .content > h2, .site-shell .pack-details .content > h3,
.site-shell .about-us .content h1, .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 { margin-top: 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 .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; }
.site-shell > footer { padding: 56px 0 46px; background: var(--hh-heading); }
.site-shell > footer .row { row-gap: 26px; }
.site-shell > footer h4 {
    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 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: var(--hh-primary);
    content: '';
}
.site-shell > footer ul li {
    padding: 4px 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}
.site-shell > footer ul li > i { width: 20px; color: #75c889; }
.site-shell > footer ul li a { margin: 0; color: rgba(255, 255, 255, .78); font-size: 14px; font-weight: 500; }
.site-shell > footer ul li a:hover { margin-left: 0; color: #fff; }
.site-shell > .copy-right {
    border-top: 1px solid rgba(255, 255, 255, .1) !important;
    background: #0d2532 !important;
}
.site-shell > .copy-right .copyright {
    min-height: 64px;
    margin: 0;
    padding: 16px 0;
    background: transparent;
    color: rgba(255, 255, 255, .7);
    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 .navbar-brand img { width: auto; max-width: 190px; height: 42px; object-fit: contain; }
    .site-shell .small-nv-frm { min-height: 48px; padding: 5px 12px; background: var(--hh-primary); }
    .site-shell .small-nv-frm .navbar-toggler {
        min-width: 88px !important;
        min-height: 38px !important;
        border: 1px solid rgba(255, 255, 255, .25);
        border-radius: 7px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
    }
    .site-shell .small-nv-frm .seach-form { flex: 1; }
    .site-shell .small-nv-frm .form-control { min-height: 38px; color: #fff; }
    .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-size: 15px; line-height: 1.72; }
    .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 { 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 .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;
    }
}
