:root {
    --red: #ee101b;
    --ink: #161616;
    --muted: #f5f5f2;
    --gold: #f0b90b;
    --radius: 18px;
    --shadow: 0 18px 45px rgba(0,0,0,.11)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: #303030;
    font-family: Lato,Arial,sans-serif;
    line-height: 1.65;
    background: #fff
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

.container {
    width: min(1180px,calc(100% - 40px));
    margin: auto
}

.narrow {
    max-width: 880px
}

.center {
    text-align: center
}

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    transition: .25s
}

    .site-header.scrolled {
        position: fixed;
        background: rgba(10,10,10,.94);
        box-shadow: 0 6px 20px rgba(0,0,0,.2)
    }

.nav-wrap {
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .25s
}

.scrolled .nav-wrap {
    height: 82px
}

.brand img {
    width: 118px;
    max-height: 96px;
    object-fit: contain
}

.main-nav {
    display: flex;
    gap: 38px;
    align-items: center
}

    .main-nav a {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        transition: .2s
    }

        .main-nav a:hover {
            color: var(--red)
        }

.nav-package {
    position: relative;
    display: flex;
    align-items: center;
}

.main-nav .nav-package-link {
    padding: 18px 4px 18px 18px;
}

.submenu-toggle {
    display: flex;
    width: 30px;
    height: 54px;
    padding: 0 10px 0 4px;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
}

.submenu-toggle svg {
    width: 11px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-package:hover, .nav-package:focus-within, .nav-package.open {
    background: var(--red);
}

.nav-package:hover .nav-package-link, .nav-package:focus-within .nav-package-link, .nav-package.open .nav-package-link {
    color: #fff;
}

.nav-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 25;
    width: 240px;
    opacity: 0;
    visibility: hidden;
    background: var(--red);
    transform: translateY(8px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.nav-package:hover .nav-submenu, .nav-package:focus-within .nav-submenu, .nav-package.open .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.main-nav .nav-submenu a {
    display: block;
    padding: 9px 20px;
    border-bottom: 1px solid rgba(255,255,255,.35);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: none;
}

.main-nav .nav-submenu a:last-child {
    border-bottom: 0;
}

.main-nav .nav-submenu a:hover, .main-nav .nav-submenu a:focus {
    color: #fff;
    background: rgba(0,0,0,.12);
}

.nav-toggle {
    display: none;
    background: none;
    border: 0;
    padding: 8px
}

    .nav-toggle span {
        display: block;
        width: 28px;
        height: 2px;
        background: #fff;
        margin: 6px
    }

.hero {
    min-height: 720px;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff
}

    .hero video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.2) 65%,rgba(0,0,0,.12))
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 80px
}

.hero h1 {
    font-size: clamp(45px,5.4vw,76px);
    line-height: 1.02;
    margin: 0 0 24px;
    max-width: 760px;
    font-weight: 900
}

    .hero h1 span {
        color: var(--red)
    }

.hero p {
    font-weight: 700;
    max-width: 560px;
    margin-bottom: 32px
}

.wave {
    position: absolute;
    z-index: 3;
    bottom: -1px;
    width: 100%;
    height: 28px;
    background: radial-gradient(48px 18px at 50% -2px,transparent 98%,#fff 100%) 0 0/96px 28px repeat-x
}

.btn {
    display: inline-block;
    background: var(--red);
    color: #fff;
    border: 2px solid var(--red);
    padding: 14px 28px;
    border-radius: 2px;
    font: 700 14px Lato,Arial;
    cursor: pointer;
    transition: .2s
}

    .btn:hover {
        background: #c9000a;
        border-color: #c9000a;
        transform: translateY(-1px)
    }

    .btn.outline {
        background: transparent;
        color: var(--red)
    }

    .btn.secondary {
        margin-left: 10px;
        background: #333;
        border-color: #333
    }

.section {
    padding: 90px 0
}

    .section.muted {
        background: var(--muted)
    }

    .section.dark {
        background: #161616;
        color: #fff
    }

.eyebrow {
    margin: 0 0 8px;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    font-weight: 900
}

.section h2, .split h2 {
    font-size: clamp(31px,4vw,50px);
    line-height: 1.15;
    margin: 0 0 22px;
    color: var(--ink)
}

.lead {
    font-size: 19px;
    color: #666
}

.section-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 45px
}

    .section-heading.light h2 {
        color: #fff
    }

.three-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px
}

.feature-grid article {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow)
}

.feature-grid img {
    width: 100%;
    height: 270px;
    object-fit: cover
}

.feature-grid article div {
    padding: 25px
}

.feature-grid h3 {
    font-size: 22px;
    margin: 0 0 10px
}

.travel-reasons-section {
    padding: 80px 0;
    overflow: hidden;
    background: #eef8ff;
}

.travel-carousel {
    position: relative;
    outline: none;
}

.travel-carousel-viewport {
    overflow: hidden;
    padding: 20px 0 30px;
    touch-action: pan-y;
}

.travel-carousel-track {
    display: flex;
    gap: 30px;
    will-change: transform;
}

.travel-reason-card {
    flex: 0 0 auto;
    min-width: 0;
    height: auto;
    user-select: none;
}

.travel-reason-card img {
    pointer-events: none;
}

.travel-reason-card > div {
    height: calc(100% - 270px);
}

.travel-carousel-button {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-size: 24px;
    line-height: 46px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,.2);
    transform: translateY(-50%);
    transition: background .2s, transform .2s;
}

.travel-carousel-button:hover {
    background: #c9000a;
    transform: translateY(-50%) scale(1.06);
}

.travel-carousel-prev {
    left: -23px;
}

.travel-carousel-next {
    right: -23px;
}

@media (max-width: 600px) {
    .travel-reasons-section {
        padding: 60px 0;
    }

    .travel-carousel-track {
        gap: 18px;
    }

    .travel-carousel-button {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }

    .travel-carousel-prev {
        left: -10px;
    }

    .travel-carousel-next {
        right: -10px;
    }

    .travel-reason-card > div {
        height: calc(100% - 230px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .travel-carousel-track {
        transition: none !important;
    }
}

/* Scroll reveal animations */
.reveal-ready [data-reveal] {
    opacity: 0;
    transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.3,1);
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready [data-reveal="fade-up"] {
    transform: translate3d(0, 45px, 0);
}

.reveal-ready [data-reveal="fade-down"] {
    transform: translate3d(0, -35px, 0);
}

.reveal-ready [data-reveal="fade-right"] {
    transform: translate3d(-50px, 0, 0);
}

.reveal-ready [data-reveal="zoom-in"] {
    transform: scale(.86);
}

.reveal-ready [data-reveal].is-revealed {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .reveal-ready [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.step {
    position: relative;
    padding: 34px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

    .step span {
        display: block;
        color: var(--red);
        font-size: 45px;
        font-weight: 900;
        opacity: .25
    }

.step h3 {
    font-size: 22px
}

.steps-section {
    padding: 70px 0;
    overflow: hidden;
    background: #fff;
}

.steps-section .section-heading {
    max-width: none;
    margin-bottom: 75px;
}

.steps-section .section-heading h2 {
    margin-bottom: 5px;
    font-size: clamp(38px, 4.7vw, 60px);
    line-height: 1;
}

.steps-section .section-heading p {
    margin: 0;
}

.step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
}

.step-card {
    position: relative;
    min-height: 375px;
    padding: 60px 30px 30px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    transition: transform .35s ease, box-shadow .35s ease;
}

.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,.14);
}

.step-count {
    position: absolute;
    top: -40px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    box-shadow: 0 0 11px rgba(225,225,225,.96);
    transform: translateX(-50%);
}

.step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
    padding: 10px;
}

.step-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: invert(36%) sepia(37%) saturate(1509%) hue-rotate(178deg) brightness(88%) contrast(87%);
}

.step-label {
    display: inline-block;
    min-width: 120px;
    margin-bottom: 20px;
    padding: 5px 15px;
    border-radius: 3px 15px;
    background: rgba(173,202,255,.66);
    color: #365fac;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.step-card h3 {
    margin: 0 0 15px;
    color: var(--ink);
    font-size: 22px;
    font-weight: 600;
}

.step-card p {
    margin: 0 0 15px;
    line-height: 26px;
}

@media (max-width: 900px) {
    .step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .steps-section {
        padding: 60px 0;
    }

    .steps-section .section-heading {
        margin-bottom: 65px;
    }

    .step-grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .step-card {
        min-height: auto;
    }
}

.destination-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

    .destination-grid.four {
        grid-template-columns: repeat(4,1fr)
    }

    .destination-grid a, .destination-grid article {
        height: 300px;
        position: relative;
        overflow: hidden;
        border-radius: var(--radius)
    }

    .destination-grid img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .4s
    }

    .destination-grid a:hover img {
        transform: scale(1.05)
    }

    .destination-grid strong {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 55px 22px 20px;
        color: #fff;
        font-size: 21px;
        text-transform: uppercase;
        background: linear-gradient(transparent,rgba(0,0,0,.8))
    }

.popular-destinations-section {
    overflow: hidden;
    padding: 72px 0 38px;
    background: #e7f5ff;
}

.popular-destinations-heading {
    margin-bottom: 28px;
    text-align: center;
}

.popular-destinations-heading h2 {
    margin: 0;
    color: #0b1020;
    font-size: clamp(40px,4.4vw,62px);
    line-height: 1.1;
}

.popular-destinations-heading p {
    margin: 4px 0 0;
    color: #303030;
    font-size: 14px;
}

.destination-carousel {
    outline: none;
}

.destination-carousel-viewport {
    overflow: hidden;
    padding: 22px 0 42px;
    cursor: grab;
    touch-action: pan-y;
}

.destination-carousel-viewport:active {
    cursor: grabbing;
}

.destination-carousel-track {
    display: flex;
    align-items: center;
    gap: 44px;
    will-change: transform;
}

.destination-slide {
    flex: 0 0 auto;
    text-align: center;
    user-select: none;
}

.destination-slide img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(30,89,137,.08);
    transition: transform .55s ease, box-shadow .55s ease;
}

.destination-slide strong {
    display: block;
    min-height: 38px;
    margin-top: 20px;
    color: #1961ad;
    font-size: 21px;
    line-height: 1.25;
    text-transform: uppercase;
    transition: transform .55s ease;
}

.destination-slide.is-center img {
    transform: scale(1.22);
    box-shadow: 0 14px 32px rgba(30,89,137,.16);
}

.destination-slide.is-center strong {
    transform: translateY(14px);
}

.destination-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 13px;
    min-height: 14px;
}

.destination-carousel-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cbd1d5;
    cursor: pointer;
    transition: background .25s ease, transform .25s ease;
}

.destination-carousel-dot:hover, .destination-carousel-dot.is-active {
    background: #78958f;
    transform: scale(1.08);
}

.destination-carousel:focus-visible {
    outline: 2px solid #1961ad;
    outline-offset: 7px;
}

.brand-strip {
    overflow: hidden;
    height: 130px;
    background: #1d1d1d;
}

.brand-strip .container, .brand-carousel, .brand-carousel-viewport {
    height: 100%;
}

.brand-carousel-viewport {
    overflow: hidden;
}

.brand-carousel-track {
    display: flex;
    align-items: center;
    height: 100%;
    will-change: transform;
}

.brand-slide {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 18px;
    user-select: none;
}

.brand-slide img {
    width: 100%;
    height: 62px;
    object-fit: contain;
    opacity: .58;
    filter: grayscale(1);
    transition: opacity .25s ease, filter .25s ease;
}

.brand-slide:hover img {
    opacity: .9;
    filter: grayscale(0);
}

.regions-section {
    padding: 70px 0;
    background: #fff;
}

.regions-heading {
    max-width: 1040px;
    margin: 0 auto 28px;
    text-align: center;
}

.regions-heading h2 {
    margin: 0 0 4px;
    color: #0b1020;
    font-size: clamp(40px,4.4vw,62px);
    line-height: 1.12;
}

.regions-heading p {
    margin: 0;
    color: #353535;
    font-size: 14px;
    line-height: 1.75;
}

.regions-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px;
}

.region-card {
    position: relative;
    height: 450px;
    overflow: hidden;
    background: #d7d7d7;
}

.region-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.region-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,transparent 48%,rgba(0,0,0,.72) 100%);
}

.region-card span {
    position: absolute;
    z-index: 1;
    right: 16px;
    bottom: 42px;
    left: 16px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.region-card:hover img {
    transform: scale(1.06);
}

@media(max-width:1000px) {
    .regions-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .region-card { height: 390px; }
}

@media(max-width:900px) {
    .destination-carousel-track { gap: 28px; }
}

@media(max-width:600px) {
    .popular-destinations-section { padding: 55px 0 32px; }
    .popular-destinations-heading { margin-bottom: 18px; }
    .popular-destinations-heading h2 { font-size: 38px; }
    .destination-carousel-viewport { padding: 20px 0 35px; }
    .destination-carousel-track { gap: 20px; }
    .destination-slide strong { font-size: 18px; }
    .brand-strip { height: 110px; }
    .brand-slide { padding: 18px 12px; }
    .brand-slide img { height: 52px; }
    .regions-section { padding: 55px 0; }
    .regions-heading { margin-bottom: 22px; }
    .regions-heading h2 { font-size: 38px; }
    .regions-grid { grid-template-columns: 1fr; }
    .region-card { height: 420px; }
}

@media(min-width:601px) and (max-width:760px) {
    .regions-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

.testimonials-section {
    padding: 80px 0 105px;
    background: #f5f6f7;
}

.testimonials-heading {
    margin-bottom: 30px;
    text-align: center;
}

.testimonials-heading h2 {
    margin: 0;
    color: #0b1020;
    font-size: clamp(40px,4.4vw,62px);
    line-height: 1.12;
    text-transform: uppercase;
}

.testimonials-heading p {
    margin: 2px 0 0;
    color: #3c3c3c;
    font-size: 14px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 28px;
}

.testimonial-card {
    display: flex;
    min-height: 292px;
    padding: 25px;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-header img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-header h3 {
    margin: 0;
    color: #333;
    font-size: 19px;
    line-height: 1.25;
}

.testimonial-stars {
    display: block;
    color: #ffb400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 1px;
}

.testimonial-card > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 20px 0 16px;
    color: #676767;
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.testimonial-read-more {
    width: fit-content;
    margin-top: auto;
    padding: 9px 17px;
    border: 0;
    border-radius: 22px;
    color: #fff;
    font: inherit;
    font-size: 12px;
    background: #087eff;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.testimonial-read-more:hover {
    background: #0069d9;
    transform: translateY(-1px);
}

.home-gallery-section {
    overflow: hidden;
    width: 100%;
    background: #e7f5ff;
}

.home-gallery-carousel {
    outline: none;
}

.home-gallery-viewport {
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
}

.home-gallery-viewport:active {
    cursor: grabbing;
}

.home-gallery-track {
    display: flex;
    align-items: stretch;
    will-change: transform;
}

.home-gallery-slide {
    flex: 0 0 auto;
    aspect-ratio: 1;
    overflow: hidden;
    background: #ddd;
    user-select: none;
}

.home-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.home-gallery-slide:hover img {
    transform: scale(1.04);
}

.home-gallery-carousel:focus-visible {
    outline: 2px solid #087eff;
    outline-offset: -4px;
}

.testimonial-modal[hidden] {
    display: none;
}

.testimonial-modal {
    position: fixed;
    z-index: 200;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0,0,0,.78);
}

.testimonial-modal-dialog {
    position: relative;
    width: min(600px,100%);
    max-height: min(80vh,650px);
    overflow-y: auto;
    padding: 30px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(0,0,0,.3);
}

.testimonial-modal-close {
    position: absolute;
    top: 15px;
    right: 18px;
    padding: 0;
    border: 0;
    color: #999;
    font-size: 32px;
    line-height: 1;
    background: transparent;
    cursor: pointer;
}

.testimonial-modal-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 35px 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.testimonial-modal-header img {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-modal-header h3 {
    margin: 0 0 8px;
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
}

.testimonial-modal-body p {
    margin: 25px 0 0;
    color: #5c5c5c;
    font-size: 16px;
    line-height: 1.78;
}

body.testimonial-modal-open {
    overflow: hidden;
}

@media(prefers-reduced-motion:reduce) {
    .home-gallery-track { transition: none !important; }
}

@media(max-width:1050px) {
    .testimonial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media(max-width:600px) {
    .testimonials-section { padding: 55px 0 70px; }
    .testimonials-heading h2 { font-size: 36px; }
    .testimonial-grid { grid-template-columns: 1fr; gap: 20px; }
    .testimonial-card { min-height: 275px; }
    .testimonial-modal-dialog { padding: 24px; }
    .testimonial-modal-header img { width: 66px; height: 66px; flex-basis: 66px; }
    .testimonial-modal-header h3 { font-size: 21px; }
}

.top-gap {
    margin-top: 40px
}

.inner-hero {
    position: relative;
    padding: 190px 0 95px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(rgba(0,0,0,.64),rgba(0,0,0,.62)),url(images/banner.jpg) center/cover
}

    .inner-hero > .container {
        position: relative;
        z-index: 4;
        padding-bottom: 55px
    }

    .inner-hero.compact {
        padding-bottom: 65px
    }

    .inner-hero h1 {
        font-size: clamp(44px,6vw,72px);
        line-height: 1;
        margin: 0 0 18px
    }

    .inner-hero p:last-child {
        max-width: 600px;
        font-size: 18px
    }

.package-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px
}

.package-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #e8e8e8;
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow)
}

    .package-card img {
        width: 100%;
        height: 250px;
        object-fit: cover
    }

.package-body {
    display: flex;
    padding: 25px;
    flex: 1;
    flex-direction: column;
}

    .package-body h2 {
        font-size: 24px;
        margin: 8px 0 10px
    }

.package-meta {
    color: var(--red);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .08em
}

.text-link {
    color: var(--red);
    font-weight: 900
}

.package-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
}

.package-action {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 18px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--red);
    border-radius: 7px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.package-action.visit {
    color: #fff;
    background: var(--red);
}

.package-action.enquire {
    color: var(--red);
    background: #fff;
}

.package-action:hover {
    transform: translateY(-1px);
}

.package-action.visit:hover {
    background: #c90d17;
}

.package-action.enquire:hover {
    color: #fff;
    background: var(--red);
}

.package-detail-section {
    padding: 75px 0;
    background: #fff;
}

.package-detail-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    align-items: start;
    gap: 58px;
}

.package-detail-image {
    position: sticky;
    top: 105px;
}

.package-detail-image img {
    width: 100%;
    height: 590px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.package-detail-content h2 {
    margin: 8px 0 15px;
    color: var(--ink);
    font-size: clamp(38px,4.2vw,56px);
    line-height: 1.08;
}

.package-detail-content h3 {
    margin: 30px 0 10px;
    color: var(--ink);
    font-size: 23px;
}

.package-detail-content > p {
    margin: 0;
    color: #505050;
    line-height: 1.8;
}

.package-detail-content .package-detail-lead {
    color: #333;
    font-size: 19px;
}

.package-highlights {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.package-highlights li {
    position: relative;
    padding-left: 30px;
}

.package-highlights li::before {
    content: '\2713';
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    background: var(--red);
}

.package-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
}

@media(max-width:850px) {
    .package-detail-grid { grid-template-columns: 1fr; gap: 38px; }
    .package-detail-image { position: static; }
    .package-detail-image img { height: min(520px,75vw); }
}

@media(max-width:600px) {
    .package-detail-section { padding: 55px 0; }
    .package-detail-actions .package-action { width: 100%; }
}

/* Premium package details */
.package-premium-hero {
    position: relative;
    min-height: 580px;
    overflow: hidden;
    color: #fff;
    background: #101820;
}

.package-premium-hero-image, .package-premium-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.package-premium-hero-image {
    object-fit: cover;
}

.package-premium-overlay {
    background: linear-gradient(90deg,rgba(5,12,20,.88) 0%,rgba(5,12,20,.6) 48%,rgba(5,12,20,.28) 100%),linear-gradient(0deg,rgba(5,12,20,.45),transparent 60%);
}

.package-premium-hero-content {
    position: relative;
    z-index: 4;
    padding-top: 215px;
    padding-bottom: 90px;
}

.package-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 32px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.package-breadcrumb a:hover {
    color: #fff;
}

.package-premium-hero-content .eyebrow {
    margin-bottom: 10px;
    color: #ff5862;
}

.package-premium-hero-content h1 {
    max-width: 900px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(52px,6vw,82px);
    line-height: 1.02;
    letter-spacing: -.025em;
    text-shadow: 0 5px 25px rgba(0,0,0,.28);
}

.package-premium-hero-content > p:last-child {
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 18px;
}

.package-booking-bar {
    position: relative;
    z-index: 5;
    background: #fff;
    box-shadow: 0 16px 45px rgba(23,35,52,.1);
}

.package-booking-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 40px;
    padding-top: 34px;
    padding-bottom: 34px;
}

.package-booking-grid h2 {
    margin: 5px 0 4px;
    color: #101820;
    font-size: clamp(30px,3vw,43px);
    line-height: 1.15;
}

.package-booking-grid p:last-child {
    max-width: 680px;
    margin: 0;
    color: #68717d;
}

.package-booking-actions {
    display: grid;
    grid-template-columns: repeat(2,max-content);
    gap: 10px;
}

.premium-cta {
    display: inline-flex;
    min-height: 46px;
    padding: 12px 21px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.premium-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(20,33,50,.15);
}

.premium-cta.primary {
    color: #fff;
    background: linear-gradient(135deg,#ef101b,#c50d42);
}

.premium-cta.secondary {
    border-color: #ef101b;
    color: #ef101b;
    background: #fff;
}

.premium-cta.whatsapp-cta {
    grid-column: 1/-1;
    justify-self: start;
    color: #fff;
    background: #20b960;
}

.tour-gallery-section {
    padding: 85px 0;
    background: linear-gradient(135deg,#edf4fb,#dce8f5);
}

.tour-gallery-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 330px;
    align-items: start;
    gap: 45px;
}

.premium-section-heading {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.premium-section-heading.left {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.premium-section-heading .eyebrow {
    margin-bottom: 5px;
}

.premium-section-heading h2 {
    margin: 0 0 12px;
    color: #101820;
    font-size: clamp(38px,4vw,55px);
    line-height: 1.1;
}

.premium-section-heading > p:last-child {
    margin: 0;
    color: #67717c;
    line-height: 1.75;
}

.tour-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
}

.tour-gallery-grid figure {
    position: relative;
    height: 260px;
    margin: 0;
    overflow: hidden;
    border-radius: 17px;
    background: #ccd6e0;
    box-shadow: 0 16px 35px rgba(31,54,79,.12);
}

.tour-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.tour-gallery-grid figure:hover img {
    transform: scale(1.05);
}

.quick-info-card {
    position: sticky;
    top: 105px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.85);
    border-radius: 18px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 22px 55px rgba(31,54,79,.13);
    backdrop-filter: blur(12px);
}

.quick-info-card h3 {
    margin: 2px 0 22px;
    color: #101820;
    font-size: 25px;
}

.quick-info-row {
    display: flex;
    padding: 14px 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #e5ebf1;
    font-size: 14px;
}

.quick-info-row span {
    color: #7b8590;
}

.quick-info-row strong {
    color: #17212d;
    text-align: right;
}

.itinerary-section {
    padding: 90px 0;
    background: #fff;
}

.premium-narrow {
    max-width: 1000px;
}

.itinerary-accordion {
    display: grid;
    gap: 12px;
}

.itinerary-item {
    overflow: hidden;
    border: 1px solid #e5e9ee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(23,35,52,.06);
}

.itinerary-trigger {
    display: flex;
    width: 100%;
    min-height: 62px;
    padding: 15px 22px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    color: #fff;
    background: linear-gradient(120deg,#265db8,#6d45b8);
    cursor: pointer;
    text-align: left;
}

.itinerary-item:first-child .itinerary-trigger {
    background: linear-gradient(120deg,#df4c91,#ef5265);
}

.itinerary-trigger span {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 700;
}

.itinerary-trigger b {
    display: inline-flex;
    min-width: 62px;
    padding: 7px 10px;
    justify-content: center;
    border-radius: 18px;
    color: #20304a;
    font-size: 12px;
    background: rgba(255,255,255,.9);
}

.itinerary-trigger svg {
    width: 13px;
    flex: 0 0 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    transition: transform .25s ease;
}

.itinerary-content {
    display: none;
    padding: 24px 26px;
}

.itinerary-content p {
    margin: 0;
    color: #5d6670;
    line-height: 1.8;
}

.itinerary-item.is-open .itinerary-content {
    display: block;
}

.itinerary-item.is-open .itinerary-trigger svg {
    transform: rotate(180deg);
}

.journey-essentials {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 22px;
    margin-top: 35px;
}

.journey-essentials article {
    padding: 28px;
    border: 1px solid #e5e9ee;
    border-radius: 16px;
    background: #fbfcfd;
}

.journey-essentials h3 {
    margin: 0 0 18px;
    color: #101820;
}

.premium-check-list {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.premium-check-list li {
    position: relative;
    padding-left: 26px;
    color: #5c6671;
    font-size: 14px;
}

.premium-check-list li::before {
    position: absolute;
    left: 0;
    color: #17a75b;
    font-weight: 900;
}

.premium-check-list.included li::before { content: '\2713'; }
.premium-check-list.excluded li::before { content: '\00D7'; color: #e34755; }

.tour-facts-section {
    padding: 90px 0 105px;
    background: #f4f6f8;
}

.tour-facts-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 22px;
}

.tour-fact-card {
    padding: 30px;
    border: 1px solid #e5e8ec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(23,35,52,.07);
}

.tour-fact-card.wide {
    grid-column: 1/-1;
}

.tour-fact-card h3 {
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #376ed3;
    color: #101820;
    font-size: 21px;
}

.tour-fact-card p {
    margin: 0;
    color: #65707b;
    line-height: 1.75;
}

.tour-fact-card .premium-cta {
    margin-top: 22px;
}

.tour-fact-card.accent-card {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg,#102a43,#1e4c73);
}

.tour-fact-card.accent-card span {
    color: #a9c7df;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.tour-fact-card.accent-card h3 {
    margin: 9px 0 12px;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 36px;
}

.tour-fact-card.accent-card p {
    color: #d5e2ec;
}

.tour-fact-card dl, .tour-fact-card dd {
    margin: 0;
}

.tour-fact-card dl div {
    display: flex;
    padding: 9px 0;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #edf0f3;
}

.tour-fact-card dl div:last-child {
    border-bottom: 0;
}

.tour-fact-card dt {
    color: #7b8590;
}

.tour-fact-card dd {
    color: #17212d;
    font-weight: 700;
    text-align: right;
}

.tour-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.tour-tags span {
    padding: 8px 13px;
    border-radius: 20px;
    color: #315d91;
    font-size: 13px;
    font-weight: 700;
    background: #edf4fb;
}

@media(max-width:950px) {
    .package-booking-grid, .tour-gallery-layout { grid-template-columns: 1fr; }
    .package-booking-actions { grid-template-columns: repeat(3,max-content); }
    .premium-cta.whatsapp-cta { grid-column: auto; justify-self: stretch; }
    .quick-info-card { position: static; }
}

@media(max-width:650px) {
    .package-premium-hero { min-height: 530px; }
    .package-premium-hero-content { padding-top: 175px; padding-bottom: 65px; }
    .package-premium-hero-content h1 { font-size: 45px; }
    .package-booking-grid { gap: 25px; padding-top: 28px; padding-bottom: 28px; }
    .package-booking-actions { grid-template-columns: 1fr; }
    .premium-cta.whatsapp-cta { grid-column: auto; }
    .tour-gallery-section, .itinerary-section, .tour-facts-section { padding: 60px 0; }
    .tour-gallery-grid { grid-template-columns: 1fr; }
    .tour-gallery-grid figure { height: 270px; }
    .journey-essentials, .tour-facts-grid { grid-template-columns: 1fr; }
    .tour-fact-card.wide { grid-column: auto; }
    .itinerary-trigger { padding: 13px 15px; }
    .itinerary-trigger span { gap: 10px; font-size: 14px; }
    .itinerary-trigger b { min-width: 55px; }
}

.gallery-grid {
    columns: 3;
    column-gap: 22px
}

    .gallery-grid figure {
        break-inside: avoid;
        margin: 0 0 22px;
        border-radius: var(--radius);
        overflow: hidden;
        position: relative;
        background: #111
    }

    .gallery-grid img {
        width: 100%;
        transition: .3s
    }

    .gallery-grid figure:hover img {
        opacity: .75;
        transform: scale(1.02)
    }

    .gallery-grid figcaption {
        position: absolute;
        left: 16px;
        bottom: 12px;
        color: #fff;
        font-weight: 900;
        text-shadow: 0 2px 8px #000
    }

.split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 60px;
    align-items: center
}

.rounded-image {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.four-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px
}

.service {
    padding: 28px;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

    .service i {
        font-style: normal;
        font-size: 34px
    }

.contact-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 45px
}

.contact-panel {
    padding: 35px;
    background: #161616;
    color: #fff;
    border-radius: var(--radius)
}

    .contact-panel h2 {
        color: #fff
    }

    .contact-panel strong {
        color: var(--red)
    }

.form-card {
    padding: 35px;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

    .form-grid label, .login-card label {
        display: block;
        font-weight: 700;
        font-size: 14px
    }

    .form-grid .full {
        grid-column: 1/-1
    }

input[type=text], input[type=password], input[type=email], input[type=number], textarea {
    width: 100%;
    margin-top: 7px;
    padding: 13px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    font: inherit
}

textarea {
    resize: vertical
}

.field-error, .validation {
    display: block;
    color: #b0000a;
    font-size: 12px
}

.success {
    padding: 14px;
    margin-bottom: 20px;
    color: #155724;
    background: #d4edda;
    border-radius: 7px
}

.site-footer {
    color: #111;
    background: #e7f5ff;
}

.footer-main {
    padding: 82px 0 38px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.15fr .62fr 1.5fr;
    align-items: start;
    gap: 70px;
}

.footer-grid h3 {
    margin: 12px 0 18px;
    color: #f20e20;
    font-size: 25px;
    line-height: 1.2;
}

.footer-logo {
    width: 132px;
    margin: 0 0 32px;
}

.footer-taglines p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.5;
}

.footer-taglines span {
    display: inline-block;
    min-width: 18px;
}

.footer-socials {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.footer-socials a {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
}

.footer-socials .facebook { background: #2f67ad; }
.footer-socials .instagram { background: linear-gradient(135deg,#7c35bd,#ef315d 55%,#ffb42c); }
.footer-socials .linkedin { background: #087fae; font-size: 17px; }

.footer-socials .instagram svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.footer-socials .instagram .instagram-dot {
    fill: currentColor;
    stroke: none;
}

.footer-links a {
    display: block;
    width: fit-content;
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 1.45;
}

.footer-links a:hover, .footer-contact a:hover {
    color: #f20e20;
}

.footer-contact-row {
    display: grid;
    grid-template-columns: 40px minmax(0,1fr);
    align-items: center;
}

.footer-contact-row + .footer-contact-row {
    margin-top: 8px;
}

.footer-contact-icon {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1e62ad;
    border-radius: 5px;
}

.footer-contact-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-contact-row p {
    margin: 0;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.footer-contact-row a {
    display: inline;
}

.copyright {
    margin: 0;
    padding: 20px 18px;
    text-align: center;
    border-top: 1px solid #c8e2f1;
    color: #111;
    font-size: 15px;
    line-height: 1.4;
}

.copyright a {
    color: #f20e20;
}

.whatsapp {
    position: fixed;
    z-index: 50;
    left: 22px;
    bottom: 22px;
    display: inline-flex;
    min-height: 48px;
    padding: 8px 20px 8px 9px;
    align-items: center;
    gap: 9px;
    border-radius: 30px;
    background: #21c768;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    box-shadow: var(--shadow)
}

.whatsapp-icon {
    display: flex;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #21c768;
    background: #fff;
}

.whatsapp-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.whatsapp-label {
    white-space: nowrap;
}

.login-page {
    min-height: 100vh;
    background: #171717;
    display: grid;
    place-items: center
}

.login-card {
    width: min(430px,calc(100% - 30px));
    padding: 38px;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

    .login-card img {
        width: 120px;
        margin: auto
    }

    .login-card h1 {
        text-align: center
    }

    .login-card label {
        margin: 14px 0
    }

    .login-card .btn {
        width: 100%;
        margin-top: 10px
    }

.admin-layout {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 35px
}

.admin-note {
    padding: 28px;
    background: var(--muted);
    border-radius: var(--radius)
}

code {
    background: #eee;
    padding: 2px 5px;
    border-radius: 4px
}

@media(max-width:900px) {
    .nav-toggle {
        display: block
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 92px;
        left: 20px;
        right: 20px;
        padding: 20px;
        flex-direction: column;
        gap: 14px;
        background: #111;
        border-radius: 12px
    }

        .main-nav.open {
            display: flex
        }

    .nav-package {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-nav .nav-package-link {
        padding: 0;
    }

    .submenu-toggle {
        width: 30px;
        height: 30px;
        padding: 8px;
    }

    .nav-package:not(.open) {
        background: transparent;
    }

    .nav-package .nav-submenu {
        position: static;
        display: none;
        width: 100%;
        margin-top: 8px;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .nav-package.open .nav-submenu {
        display: block;
    }

    .main-nav .nav-submenu a {
        padding: 10px 15px;
        text-align: center;
    }

    .three-grid, .package-grid, .testimonial-grid {
        grid-template-columns: 1fr 1fr
    }

    .destination-grid {
        grid-template-columns: repeat(2,1fr)
    }

        .destination-grid.four, .four-grid {
            grid-template-columns: 1fr 1fr
        }

    .split, .contact-grid, .admin-layout {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-contact {
        grid-column: 1/-1;
    }

    .rounded-image {
        height: 420px
    }
}

@media(max-width:600px) {
    .container {
        width: min(100% - 28px,1180px)
    }

    .nav-wrap {
        height: 92px
    }

    .brand img {
        width: 90px
    }

    .section {
        padding: 65px 0
    }

    .hero {
        min-height: 660px
    }

        .hero h1 {
            font-size: 43px
        }

    .three-grid, .package-grid, .testimonial-grid, .destination-grid, .destination-grid.four, .four-grid, .form-grid {
        grid-template-columns: 1fr
    }

    .feature-grid img {
        height: 230px
    }

    .destination-grid a, .destination-grid article {
        height: 260px
    }

    .gallery-grid {
        columns: 1
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .footer-main {
        padding: 55px 0 30px;
    }

    .footer-grid {
        gap: 30px;
    }

    .footer-contact {
        grid-column: auto;
    }

    .footer-logo {
        margin-bottom: 22px;
    }

    .copyright {
        padding: 18px 70px 18px 18px;
        font-size: 13px;
    }

    .whatsapp .whatsapp-label {
        display: none
    }

    .whatsapp {
        padding: 8px;
    }

    .inner-hero {
        padding: 145px 0 70px
    }

    .form-card {
        padding: 22px
    }

    .form-grid .full {
        grid-column: auto
    }
}

/* Animated hero wave */
.waveanimation {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 3;
    height: 230px;
    overflow: visible;
    pointer-events: none;
}

    .waveanimation svg {
        display: block;
        width: 100%;
        height: 100%;
    }

.inner-hero .waveanimation {
    height: 155px;
}

/* About page: WordPress layout */
.about-hero {
    background: linear-gradient(rgba(0,0,0,.58),rgba(0,0,0,.58)), url(images/about/inner-banner.png) center/cover no-repeat;
}

.about-profile-section,
.about-company-section,
.about-services-section,
.about-destinations-section,
.about-clients-section {
    padding: 85px 0;
}

.about-profile-section,
.about-services-section,
.about-clients-section {
    background: #fff;
}

.about-company-section,
.about-destinations-section {
    background: linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);
}

.about-section-heading {
    max-width: 1000px;
    margin: 0 auto 42px;
    text-align: center;
}

.about-section-heading h2 {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: clamp(36px,4.4vw,60px);
    line-height: 1.1;
}

.about-section-heading p {
    margin: 0;
    color: #555;
    line-height: 1.65;
}

.about-intro-heading {
    max-width: 1110px;
    margin-bottom: 30px;
}

.about-profile-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
}

.about-profile-copy h3 {
    position: relative;
    margin: 0 0 28px;
    padding-bottom: 13px;
    color: var(--ink);
    font-size: clamp(28px,3vw,38px);
}

.about-profile-copy h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 3px;
    background: linear-gradient(90deg,#ef233c,#d7a726);
}

.about-profile-copy > p {
    margin: 0 0 24px;
    color: #5f5f5f;
    font-size: 18px;
    line-height: 1.75;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
    margin-top: 38px;
}

.about-stat-card,
.about-clients-grid div {
    background: linear-gradient(135deg,#176ca5 0%,#7d467f 48%,#f21c3f 100%);
}

.about-stat-card {
    min-height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 15px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

.about-stat-card strong {
    margin-bottom: 13px;
    font-size: clamp(35px,3.2vw,43px);
    line-height: 1;
}

.about-stat-card span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.about-gallery-main,
.about-gallery-thumbnails img,
.about-destination-mosaic img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.about-gallery-main {
    height: 300px;
    border-radius: 18px;
}

.about-gallery-thumbnails {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
    margin-top: 16px;
}

.about-gallery-thumbnails img {
    height: 80px;
    border-radius: 10px;
}

.about-company-grid,
.about-services-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
}

.about-info-card,
.about-service-card {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 38px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15,23,42,.08);
    text-align: center;
}

.about-info-card::before,
.about-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,#176ca5,#f21c3f,#d7a726);
}

.about-info-card svg,
.about-service-card svg {
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
    fill: none;
    stroke: #0769a6;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-info-card h3,
.about-service-card h3 {
    margin: 0 0 18px;
    color: var(--ink);
    font-size: 24px;
}

.about-info-card p,
.about-service-card p {
    max-width: 520px;
    margin: 0;
    color: #697079;
    line-height: 1.65;
}

.about-services-grid {
    row-gap: 22px;
}

.about-destination-mosaic {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-template-rows: 175px 175px;
    gap: 16px;
}

.about-destination-mosaic img {
    height: 100%;
    border-radius: 16px;
}

.about-destination-featured {
    grid-column: span 2;
    grid-row: span 2;
}

.about-destination-wide {
    grid-column: span 2;
}

.about-clients-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px;
}

.about-clients-grid div {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.about-cta-section {
    padding: 78px 0;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg,#1a2332 0%,#2c5aa0 50%,#dc3545 100%);
}

.about-cta-section h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(34px,4vw,50px);
}

.about-cta-section p {
    margin: 0 0 35px;
    font-size: 19px;
}

.about-cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.about-cta-actions a {
    min-width: 175px;
    padding: 16px 28px;
    border: 2px solid #fff;
    border-radius: 999px;
    font-weight: 700;
    text-align: center;
    transition: .25s ease;
}

.about-cta-primary {
    color: #075f96;
    background: #fff;
}

.about-cta-secondary {
    color: #fff;
    background: transparent;
}

.about-cta-actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

@media (max-width: 991px) {
    .about-profile-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-clients-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 767px) {
    .about-profile-section,
    .about-company-section,
    .about-services-section,
    .about-destinations-section,
    .about-clients-section {
        padding: 65px 0;
    }

    .about-company-grid,
    .about-services-grid {
        grid-template-columns: 1fr;
    }

    .about-destination-mosaic {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-template-rows: 230px 130px 130px;
    }

    .about-destination-featured,
    .about-destination-wide {
        grid-column: span 2;
    }

    .about-destination-featured {
        grid-row: auto;
    }
}

@media (max-width: 575px) {
    .about-stats-grid,
    .about-clients-grid {
        grid-template-columns: 1fr;
    }

    .about-gallery-main {
        height: 230px;
    }

    .about-gallery-thumbnails img {
        height: 65px;
    }

    .about-info-card,
    .about-service-card {
        min-height: 230px;
        padding: 30px 22px;
    }
}

.package-premium-hero .waveanimation {
    height: 175px;
}

@media (max-width: 600px) {
    .waveanimation {
        height: 150px;
    }

    .inner-hero .waveanimation, .package-premium-hero .waveanimation {
        height: 110px;
    }
}

/* Introduction section */
.intro-section {
    padding: 70px 0;
    overflow: hidden;
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 56px;
}

.intro-content h2 {
    max-width: 580px;
    margin: 0 0 25px;
    color: var(--ink);
    font-size: clamp(42px, 4.5vw, 60px);
    font-weight: 900;
    line-height: 1;
}

.intro-description {
    margin: 0;
    color: #292a2c;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.intro-image,
.intro-image svg {
    display: block;
    width: 100%;
}

.intro-image svg {
    height: auto;
    aspect-ratio: 940 / 795;
}

@media (max-width: 900px) {
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .intro-content h2 {
        max-width: none;
    }

    .intro-image {
        max-width: 650px;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .intro-section {
        padding: 55px 0;
    }

    .intro-content h2 {
        font-size: 36px;
        line-height: 1.08;
    }
}

.empty-packages-message {
    padding: 50px 20px;
    text-align: center;
}

    .empty-packages-message h2 {
        margin-bottom: 8px;
        color: #101828;
    }

    .empty-packages-message p {
        margin: 0;
        color: #667085;
    }

.empty-gallery-message {
    padding: 30px 15px;
    border: 1px dashed #ccd5df;
    border-radius: 12px;
    background: #fff;
    color: #667085;
    text-align: center;
}

    .empty-gallery-message p {
        margin: 0;
    }

.empty-itinerary-message {
    padding: 30px 15px;
    border: 1px dashed #ccd5df;
    border-radius: 12px;
    background: #fff;
    color: #667085;
    text-align: center;
}

    .empty-itinerary-message p {
        margin: 0;
    }

.empty-testimonials-message {
    padding: 35px 15px;
    color: #667085;
    text-align: center;
}

    .empty-testimonials-message p {
        margin: 0;
    }

.empty-gallery-message {
    padding: 35px 15px;
    border: 1px dashed #ccd5df;
    border-radius: 12px;
    background: #fff;
    color: #667085;
    text-align: center;
}

    .empty-gallery-message p {
        margin: 0;
    }

.public-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
    align-items: start;
}

    .public-gallery-grid figure {
        position: relative;
        height: 360px;
        margin: 0;
        overflow: hidden;
        border-radius: 18px;
        background: #eeeeee;
    }

    .public-gallery-grid .gallery-link {
        display: block;
        width: 100%;
        height: 100%;
    }

    .public-gallery-grid img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease;
    }

    .public-gallery-grid figure:hover img {
        transform: scale(1.04);
    }

    .public-gallery-grid figcaption {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 35px 16px 14px;
        color: #ffffff;
        font-weight: 700;
        background: linear-gradient(transparent, rgba(0, 0, 0, .75));
        pointer-events: none;
    }

@media (max-width: 991px) {
    .public-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .public-gallery-grid {
        grid-template-columns: 1fr;
    }

        .public-gallery-grid figure {
            height: 340px;
        }
}


