.tour-page {
    --tour-navy: #07364c;
    --tour-deep: #032535;
    --tour-teal: #087f7b;
    --tour-orange: #e6923c;
    --tour-gold: #d4a24d;
    --tour-ink: #173844;
    --tour-muted: #687e87;
    --tour-line: #dce6e8;
    --tour-soft: #f3f8f7;
    background: #fff;
    color: var(--tour-ink);
    overflow: hidden
}

    .tour-page *,
    .tour-page *:before,
    .tour-page *:after,
    .tour-lightbox *,
    .tour-lightbox *:before,
    .tour-lightbox *:after {
        box-sizing: border-box
    }

.tour-hero {
    align-items: flex-end;
    display: flex;
    min-height: 610px;
    overflow: hidden;
    position: relative
}

    .tour-hero:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        left: 0;
        height: 330px;
        pointer-events: none;
        background: linear-gradient( 180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    }

.tour-hero--detail {
    min-height: 700px
}

.tour-hero__image,
.tour-hero__shade {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%
}

.tour-hero__image {
    object-fit: cover;
    transform: scale(1.015)
}

.tour-hero__shade {
    background: linear-gradient(90deg, rgba(4, 30, 44, .7) 0%, rgba(4, 30, 44, .66) 52%, rgba(4, 30, 44, .28) 100%);
}

.tour-hero__content {
    color: #fff;
    padding-bottom: 80px !important;
    position: relative;
    width: 100%;
    z-index: 1
}

.tour-breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, .73);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px;
    margin-bottom: 48px;
    display: none;
}

    .tour-breadcrumb a {
        color: #fff
    }

        .tour-breadcrumb a:hover {
            color: #f4c983
        }

    .tour-breadcrumb i {
        font-size: 8px
    }

.tour-eyebrow {
    align-items: center;
    color: #f4c983;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 9px;
    letter-spacing: .16em;
    text-transform: uppercase
}

.tour-eyebrow--dark {
    color: var(--tour-orange)
}

.tour-hero h1 {
    color: #fff;
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: clamp(31px, 5.4vw, 31px);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1.08;
    margin: 17px 0 16px;
    max-width: 1050px;
    overflow-wrap: anywhere;
    text-shadow: 0 3px 28px rgba(0, 0, 0, .25)
}

.tour-hero__content > p {
    color: rgba(255, 255, 255, .83);
    font-size: 17px;
    letter-spacing: .03em;
    margin: 0
}

.tour-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    margin-top: 24px
}

    .tour-hero__meta span {
        align-items: center;
        color: rgba(255, 255, 255, .84);
        display: flex;
        font-size: 14px;
        gap: 8px
    }

    .tour-hero__meta i {
        color: #f4c983
    }

.tour-list-section {
    background: linear-gradient(180deg, #fff, #f3f8f8);
    padding: 60px 0 20px;
    position: relative
}

    .tour-list-section:before {
        color: rgba(7, 54, 76, .027);
        content: 'JOURNEY';
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 185px;
        left: 50%;
        letter-spacing: .07em;
        position: absolute;
        top: 32px;
        transform: translateX(-50%);
        white-space: nowrap
    }

.tour-section-heading {
    align-items: flex-end;
    display: flex;
    gap: 34px;
    justify-content: space-between;
    margin-bottom: 46px;
    position: relative
}

    .tour-section-heading > div:first-child {
        max-width: 920px;
    }

    .tour-section-heading h2,
    .tour-block-heading h2 {
        color: var(--tour-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: clamp(32px, 4vw, 32px);
        font-weight: 400;
        line-height: 1.13;
        margin: 12px 0 15px
    }

    .tour-section-heading p,
    .tour-block-heading p {
        color: var(--tour-muted);
        font-size: 16px;
        line-height: 1.75;
        margin: 0;
        text-align: justify;
    }

.tour-count {
    align-items: center;
    border-left: 1px solid var(--tour-line);
    display: flex;
    flex: 0 0 auto;
    gap: 14px;
    padding-left: 30px
}

    .tour-count strong {
        color: var(--tour-orange);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 49px;
        font-weight: 400
    }

    .tour-count span {
        color: var(--tour-muted);
        font-size: 14px;
        font-weight: 800;
        letter-spacing: .08em;
        line-height: 1.55;
        text-transform: uppercase
    }

.tour-category-scroll {
    margin-bottom: 42px;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-color: #c2ced3 transparent;
    scrollbar-width: thin
}

.tour-categories {
    display: flex;
    gap: 9px;
    min-width: max-content
}

.tour-category-link {
    background: #fff;
    border: 1px solid var(--tour-line);
    border-radius: 999px;
    color: var(--tour-ink);
    font-size: 15px;
    font-weight: 750;
    padding: 10px 17px;
    transition: .25s
}

    .tour-category-link:hover,
    .tour-category-link.is-active {
        background: var(--tour-navy);
        border-color: var(--tour-navy);
        color: #fff
    }

.tour-grid {
    display: grid;
    gap: 28px 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative
}

.tour-card {
    background: #fff;
    border: 1px solid #dfe8e9;
    box-shadow: 0 15px 36px rgba(5, 40, 55, .07);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: box-shadow .35s, transform .35s
}

    .tour-card:hover {
        box-shadow: 0 24px 54px rgba(5, 40, 55, .15);
        transform: translateY(-6px)
    }

.tour-card__image {
    aspect-ratio: 1.4;
    display: block;
    overflow: hidden;
    position: relative
}

    .tour-card__image:after {
        background: linear-gradient(0deg, rgba(3, 34, 45, .57), transparent 60%);
        content: '';
        inset: 0;
        position: absolute
    }

    .tour-card__image img {
        height: 100%;
        object-fit: cover;
        transition: transform .7s cubic-bezier(.2, .65, .3, 1);
        width: 100%
    }

.tour-card:hover .tour-card__image img {
    transform: scale(1.065)
}

.tour-card__status {
    background: #148668;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    left: 14px;
    padding: 7px 11px;
    position: absolute;
    top: 14px;
    z-index: 2
}

    .tour-card__status.is-sold {
        background: #a85147
    }

.tour-card__type {
    bottom: 14px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    left: 16px;
    letter-spacing: .07em;
    position: absolute;
    text-transform: uppercase;
    z-index: 2
}

.tour-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px
}

.tour-card__category {
    color: var(--tour-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase
}

.tour-card h3 {
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin: 10px 0 14px
}

    .tour-card h3 a {
        color: var(--tour-navy)
    }

        .tour-card h3 a:hover {
            color: var(--tour-teal)
        }

.tour-card__facts {
    border-bottom: 1px solid var(--tour-line);
    border-top: 1px solid var(--tour-line);
    display: grid;
    gap: 9px;
    padding: 12px 0
}

    .tour-card__facts span {
        align-items: flex-start;
        color: #566f79;
        display: flex;
        font-size: 14px;
        gap: 8px;
        line-height: 1.45
    }

    .tour-card__facts i {
        color: var(--tour-orange);
        margin-top: 2px;
        width: 14px
    }

.tour-card p {
    color: var(--tour-muted);
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.65;
    margin: 15px 0 18px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.tour-card__footer {
    align-items: flex-end;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: auto
}

    .tour-card__footer > div small,
    .tour-card__footer > div strong,
    .tour-card__footer > div del {
        display: block
    }

    .tour-card__footer small {
        color: var(--tour-muted);
        font-size: 13px;
        text-transform: uppercase
    }

    .tour-card__footer strong {
        color: var(--tour-orange);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 23px;
        font-weight: 400;
        margin-top: 2px
    }

    .tour-card__footer del {
        color: #93a0a5;
        font-size: 11px
    }

    .tour-card__footer > a {
        align-items: center;
        color: var(--tour-navy);
        display: flex;
        font-size: 14px;
        font-weight: 800;
        gap: 7px;
        text-transform: uppercase
    }

        .tour-card__footer > a i {
            color: var(--tour-orange);
            transition: transform .25s
        }

        .tour-card__footer > a:hover i {
            transform: translateX(4px)
        }

.tour-empty {
    background: #fff;
    border: 1px solid var(--tour-line);
    padding: 60px 20px;
    text-align: center
}

    .tour-empty > i {
        color: var(--tour-orange);
        font-size: 46px
    }

    .tour-empty h3 {
        color: var(--tour-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 28px;
        font-weight: 400;
        margin: 17px 0 8px
    }

    .tour-empty p {
        color: var(--tour-muted)
    }

    .tour-empty a {
        background: var(--tour-navy);
        color: #fff;
        display: inline-block;
        font-weight: 800;
        margin-top: 12px;
        padding: 11px 20px
    }

.tour-pagination {
    margin-top: 55px;
    text-align: center
}

    .tour-pagination ul,
    .tour-pagination .pagination {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        justify-content: center
    }

    .tour-pagination a,
    .tour-pagination span {
        align-items: center;
        background: #fff;
        border: 1px solid var(--tour-line);
        color: var(--tour-navy);
        display: inline-flex;
        height: 42px;
        justify-content: center;
        min-width: 42px;
        padding: 0 11px
    }

.tour-list-cta,
.tour-contact-band {
    background: var(--tour-deep);
    color: #fff;
    overflow: hidden;
    position: relative
}

    .tour-list-cta:after,
    .tour-contact-band:after {
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 50%;
        content: '';
        height: 450px;
        position: absolute;
        right: -130px;
        top: -225px;
        width: 450px
    }

    .tour-list-cta > .grid,
    .tour-contact-band > .grid {
        align-items: center;
        display: flex;
        gap: 50px;
        justify-content: space-between;
        padding-bottom: 70px !important;
        padding-top: 70px !important;
        position: relative;
        z-index: 1
    }

    .tour-list-cta span,
    .tour-contact-band span {
        color: #f1c675;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase
    }

    .tour-list-cta h2,
    .tour-contact-band h2 {
        color: #fff;
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: clamp(29px, 3vw, 31px);
        font-weight: 400;
        line-height: 1.2;
        margin: 9px 0 0;
        max-width: 720px
    }

    .tour-list-cta p,
    .tour-contact-band p {
        color: rgba(255, 255, 255, .68);
        line-height: 1.65;
        margin: 12px 0 0;
        max-width: 700px
    }

    .tour-list-cta > div > div:last-child,
    .tour-contact-band > div > div:last-child {
        display: flex;
        flex: 0 0 auto;
        gap: 9px
    }

    .tour-list-cta a,
    .tour-contact-band a {
        align-items: center;
        border: 1px solid rgba(255, 255, 255, .35);
        color: #fff;
        display: inline-flex;
        font-size: 15px;
        font-weight: 800;
        gap: 8px;
        min-height: 48px;
        padding: 0 18px;
        transition: .25s
    }

        .tour-list-cta a:first-child,
        .tour-contact-band a:first-child {
            background: var(--tour-orange);
            border-color: var(--tour-orange)
        }

        .tour-list-cta a:hover,
        .tour-contact-band a:hover {
            background: #fff;
            border-color: #fff;
            color: var(--tour-navy)
        }

/* Detail */

.tour-quick-facts {
    background: #fff;
    border-bottom: 1px solid var(--tour-line);
    box-shadow: 0 10px 30px rgba(5, 39, 53, .06)
}

    .tour-quick-facts > .grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

        .tour-quick-facts > .grid > div {
            align-items: center;
            border-right: 1px solid var(--tour-line);
            display: flex;
            gap: 14px;
            min-height: 104px;
            padding: 18px 24px
        }

            .tour-quick-facts > .grid > div:first-child {
                border-left: 1px solid var(--tour-line)
            }

    .tour-quick-facts i {
        align-items: center;
        background: #eef7f5;
        border-radius: 50%;
        color: var(--tour-teal);
        display: flex;
        flex: 0 0 44px;
        height: 44px;
        justify-content: center
    }

    .tour-quick-facts small,
    .tour-quick-facts strong {
        display: block
    }

    .tour-quick-facts small {
        color: var(--tour-muted);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase
    }

    .tour-quick-facts strong {
        color: var(--tour-navy);
        font-size: 15px;
        line-height: 1.45;
        margin-top: 3px
    }

.tour-detail-main {
    background: #f6f9f9;
    padding: 85px 0 105px
}

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

.tour-detail-content {
    min-width: 0
}

.tour-introduction {
    background: #fff;
    border-left: 4px solid var(--tour-orange);
    box-shadow: 0 12px 30px rgba(4, 40, 54, .05);
    margin-bottom: 28px;
    padding: 30px
}

    .tour-introduction p {
        color: var(--tour-ink);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 20px;
        line-height: 1.5;
        margin: 12px 0 0;
        text-align: justify;
    }

.tour-content-section {
    background: #fff;
    border: 1px solid var(--tour-line);
    margin-bottom: 28px;
    padding: 32px
}

    .tour-content-section > header {
        align-items: center;
        border-bottom: 1px solid var(--tour-line);
        display: flex;
        gap: 15px;
        margin-bottom: 23px;
        padding-bottom: 20px
    }

        .tour-content-section > header > span {
            align-items: center;
            background: var(--tour-navy);
            border-radius: 50%;
            color: #fff;
            display: flex;
            flex: 0 0 44px;
            font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
            height: 44px;
            justify-content: center;
            font-size: 18px;
        }

    .tour-content-section header small {
        color: var(--tour-orange);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase
    }

    .tour-content-section h2 {
        color: var(--tour-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 29px;
        font-weight: 400;
        margin: 3px 0 0
    }

.tour-highlights {
    background: linear-gradient(135deg, #fff, #f3faf8)
}

.tour-richtext {
    color: #405c66;
    font-size: 16px;
    line-height: 1.8;
    min-width: 0;
    overflow-wrap: anywhere
}

    .tour-richtext > :first-child {
        margin-top: 0
    }

    .tour-richtext > :last-child {
        margin-bottom: 0
    }

    .tour-richtext h2,
    .tour-richtext h3,
    .tour-richtext h4 {
        color: var(--tour-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-weight: 400;
        line-height: 1.3;
        margin: 26px 0 12px
    }

    .tour-richtext img {
        height: auto !important;
        max-width: 100% !important
    }

    .tour-richtext iframe,
    .tour-richtext video {
        max-width: 100%
    }

    .tour-richtext table {
        border-collapse: collapse;
        display: block;
        max-width: 100%;
        overflow-x: auto
    }

    .tour-richtext td,
    .tour-richtext th {
        border: 1px solid var(--tour-line);
        padding: 9px
    }

    .tour-richtext ul {
        padding-left: 20px
    }

    .tour-richtext li {
        margin-bottom: 6px
    }

.tour-itinerary .tour-richtext h3 {
    border-left: 3px solid var(--tour-orange);
    padding-left: 13px
}

.tour-price-policy {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 28px
}

.tour-policy-card {
    background: #fff;
    border: 1px solid var(--tour-line);
    padding: 25px
}

    .tour-policy-card header {
        align-items: center;
        border-bottom: 1px solid var(--tour-line);
        display: flex;
        gap: 10px;
        margin-bottom: 18px;
        padding-bottom: 15px
    }

        .tour-policy-card header i {
            font-size: 21px
        }

    .tour-policy-card.is-included header i {
        color: #1a9a70
    }

    .tour-policy-card.is-excluded header i {
        color: #c85f55
    }

    .tour-policy-card h3 {
        color: var(--tour-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 22px;
        font-weight: 400;
        margin: 0
    }

.tour-accordions {
    background: #fff;
    border: 1px solid var(--tour-line);
    padding: 30px
}

    .tour-accordions > h2 {
        color: var(--tour-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 26px;
        font-weight: 400;
        margin: 0 0 18px
    }

    .tour-accordions details {
        border-top: 1px solid var(--tour-line)
    }

    .tour-accordions summary {
        align-items: center;
        color: var(--tour-navy);
        cursor: pointer;
        display: flex;
        font-weight: 800;
        justify-content: space-between;
        list-style: none;
        padding: 17px 2px
    }

        .tour-accordions summary::-webkit-details-marker {
            display: none
        }

    .tour-accordions details[open] summary i {
        transform: rotate(180deg)
    }

    .tour-accordions details > div {
        color: var(--tour-muted);
        font-size: 15px;
        line-height: 1.75;
        padding: 0 2px 18px
    }

.tour-booking-sidebar {
    position: sticky;
    top: 100px
}

.tour-booking-card,
.tour-facts-card {
    background: #fff;
    border: 1px solid var(--tour-line);
    box-shadow: 0 16px 40px rgba(4, 38, 52, .09);
    padding: 27px
}

    .tour-booking-card > span {
        color: var(--tour-muted);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .1em;
        text-transform: uppercase
    }

.tour-booking-card__price {
    align-items: baseline;
    display: flex;
    gap: 10px;
    margin-top: 6px;
    margin-bottom: 8px;
}

    .tour-booking-card__price strong {
        color: var(--tour-orange);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 34px;
        font-weight: 400
    }

    .tour-booking-card__price del {
        color: #9aa6aa;
        font-size: 13px
    }

.tour-booking-card > small {
    color: var(--tour-muted);
    font-size: 13px;
}

.tour-booking-card__status {
    align-items: center;
    background: #edf8f3;
    color: #147b5c;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    margin: 20px 0 16px;
    padding: 11px
}

    .tour-booking-card__status i {
        font-size: 7px
    }

.tour-booking-card__button {
    align-items: center;
    background: var(--tour-orange);
    color: #fff !important;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 49px;
    padding: 0 13px;
    width: 100%
}

    .tour-booking-card__button:hover {
        background: var(--tour-navy)
    }

    .tour-booking-card__button.is-disabled {
        background: #8d9ba0
    }

.tour-booking-card__hotline {
    align-items: center;
    border-top: 1px solid var(--tour-line);
    display: flex;
    gap: 11px;
    margin-top: 19px;
    padding-top: 17px
}

    .tour-booking-card__hotline > i {
        align-items: center;
        background: #edf5f5;
        border-radius: 50%;
        color: var(--tour-teal);
        display: flex;
        height: 38px;
        justify-content: center;
        width: 38px
    }

    .tour-booking-card__hotline small,
    .tour-booking-card__hotline strong {
        display: block
    }

    .tour-booking-card__hotline small {
        color: var(--tour-muted);
        font-size: 16px;
    }

    .tour-booking-card__hotline strong {
        color: var(--tour-navy);
        font-family: 'BeVietnamPro-Bold';
        font-size: 19px;
        margin-top: 2px
    }

.tour-facts-card {
    box-shadow: none;
    margin-top: 18px
}

    .tour-facts-card h3 {
        color: var(--tour-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 23px;
        font-weight: 400;
        margin: 0 0 12px
    }

    .tour-facts-card > div {
        align-items: flex-start;
        border-top: 1px solid var(--tour-line);
        display: flex;
        gap: 11px;
        padding: 12px 0
    }

        .tour-facts-card > div > i {
            color: var(--tour-orange);
            margin-top: 4px;
            width: 17px
        }

    .tour-facts-card small,
    .tour-facts-card strong {
        display: block
    }

    .tour-facts-card small {
        color: var(--tour-muted);
        font-size: 14px;
        text-transform: uppercase
    }

    .tour-facts-card strong {
        color: var(--tour-ink);
        font-size: 15px;
        line-height: 1.45;
        margin-top: 2px
    }

.tour-block-heading {
    margin: 0 auto 44px;
    max-width: 760px;
    text-align: center;
    background: transparent;
    position: unset;
}

    .tour-block-heading > span {
        color: var(--tour-orange);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase
    }

.tour-gallery-section {
    background: var(--tour-deep);
    padding: 50px 0 10px;
}

.tour-block-heading--light h2 {
    color: #fff
}

.tour-block-heading--light p {
    color: rgba(255, 255, 255, .65)
}

.tour-gallery {
    display: grid;
    gap: 12px;
    grid-auto-rows: 240px;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.tour-gallery__item {
    background: #174454;
    border: 0;
    cursor: zoom-in;
    overflow: hidden;
    padding: 0;
    position: relative
}

    .tour-gallery__item:first-child {
        grid-column: span 2;
        grid-row: span 2
    }

    .tour-gallery__item img {
        height: 100%;
        object-fit: cover;
        transition: .6s;
        width: 100%
    }

    .tour-gallery__item:hover img {
        opacity: .72;
        transform: scale(1.045)
    }

    .tour-gallery__item span {
        align-items: center;
        background: #fff;
        border-radius: 50%;
        color: var(--tour-navy);
        display: flex;
        height: 42px;
        justify-content: center;
        opacity: 0;
        position: absolute;
        right: 17px;
        top: 17px;
        transform: scale(.75);
        transition: .3s;
        width: 42px
    }

    .tour-gallery__item:hover span {
        opacity: 1;
        transform: scale(1)
    }

.tour-related {
    padding: 60px 0 85px;
}

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

    .tour-related-grid article {
        border: 1px solid var(--tour-line)
    }

.tour-related__image {
    aspect-ratio: 1.5;
    display: block;
    overflow: hidden
}

    .tour-related__image img {
        height: 100%;
        object-fit: cover;
        transition: .6s;
        width: 100%
    }

.tour-related-grid article:hover img {
    transform: scale(1.055)
}

.tour-related-grid article > div {
    padding: 22px
}

    .tour-related-grid article > div > span {
        color: var(--tour-orange);
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase
    }

.tour-related-grid h3 {
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 9px 0
}

    .tour-related-grid h3 a {
        color: var(--tour-navy)
    }

.tour-related-grid p {
    color: var(--tour-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 16px
}

.tour-related-grid article > div > div {
    align-items: center;
    display: flex;
    justify-content: space-between
}

    .tour-related-grid article > div > div strong {
        color: var(--tour-orange);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 19px
    }

    .tour-related-grid article > div > div a {
        color: var(--tour-navy);
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase
    }

.tour-lightbox {
    align-items: center;
    background: rgba(1, 15, 22, .96);
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 70px 90px;
    pointer-events: none;
    position: fixed;
    transition: .3s;
    z-index: 99999
}

    .tour-lightbox.is-open {
        opacity: 1;
        pointer-events: auto
    }

    .tour-lightbox > img {
        max-height: calc(100vh - 140px);
        max-width: calc(100vw - 180px);
        object-fit: contain
    }

    .tour-lightbox button {
        align-items: center;
        background: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .25);
        border-radius: 50%;
        color: #fff;
        cursor: pointer;
        display: flex;
        height: 48px;
        justify-content: center;
        position: absolute;
        width: 48px
    }

.tour-lightbox__close {
    right: 28px;
    top: 24px
}

.tour-lightbox__prev {
    left: 25px;
    top: 50%;
    transform: translateY(-50%)
}

.tour-lightbox__next {
    right: 25px;
    top: 50%;
    transform: translateY(-50%)
}

.tour-lightbox__count {
    bottom: 24px;
    color: #fff;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

body.tour-lightbox-open {
    overflow: hidden
}

@media(max-width:1024px) {
    .tour-hero {
        min-height: 550px
    }

    .tour-hero--detail {
        min-height: 630px
    }

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

    .tour-detail-layout {
        grid-template-columns: minmax(0, 1fr) 320px
    }

    .tour-quick-facts > .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .tour-list-cta > .grid,
    .tour-contact-band > .grid {
        align-items: flex-start;
        flex-direction: column
    }

    .tour-gallery {
        grid-auto-rows: 205px
    }
}

@media(max-width:767px) {
    .tour-hero,
    .tour-hero--detail {
        min-height: 340px;
    }

    .tour-hero__shade {
        background: linear-gradient(0deg, rgba(2, 25, 36, .94), rgba(3, 40, 49, .2) 82%)
    }

    .tour-hero__content {
        padding: 0 16px 46px !important
    }

    .tour-breadcrumb {
        gap: 8px;
        margin-bottom: 33px
    }

    .tour-hero h1 {
        font-size: 36px;
        line-height: 1.15
    }

    .tour-hero__content > p {
        font-size: 13px;
        line-height: 1.6
    }

    .tour-list-section {
        padding: 34px 0 32px;
    }

        .tour-list-section:before {
            font-size: 75px;
            top: 33px
        }

        .tour-list-section > .grid,
        .tour-detail-main > .grid,
        .tour-gallery-section > .grid,
        .tour-related > .grid {
            padding-left: 15px !important;
            padding-right: 15px !important
        }

    .tour-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 23px;
        margin-bottom: 32px
    }

        .tour-section-heading h2,
        .tour-block-heading h2 {
            font-size: 26px;
        }

    .tour-count {
        border-left: 0;
        border-top: 1px solid var(--tour-line);
        padding-left: 0;
        padding-top: 15px;
        width: 100%
    }

        .tour-count strong {
            font-size: 38px
        }

    .tour-category-scroll {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }

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

    .tour-list-cta > .grid,
    .tour-contact-band > .grid {
        gap: 28px;
        padding: 50px 15px !important
    }

    .tour-list-cta > div > div:last-child,
    .tour-contact-band > div > div:last-child {
        align-items: stretch;
        flex-direction: column;
        width: 100%
    }

    .tour-list-cta a,
    .tour-contact-band a {
        justify-content: center;
        width: 100%
    }

    .tour-quick-facts > .grid {
        grid-template-columns: 1fr
    }

    .tour-list-cta h2, .tour-contact-band h2 {
        font-size: 21px;
        line-height: 1.5;
    }

    .tour-quick-facts > .grid > div,
    .tour-quick-facts > .grid > div:first-child {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid var(--tour-line);
        min-height: 82px;
        padding: 14px 16px
    }

    .tour-detail-main {
        padding: 55px 0 72px
    }

    .tour-detail-layout {
        display: flex;
        flex-direction: column
    }

    .tour-detail-content {
        order: 2;
        width: 100%
    }

    .tour-accordions > h2 {
        font-size: 23px;
    }

    .tour-booking-sidebar {
        order: 1;
        position: static;
        width: 100%
    }

    .tour-booking-card__price strong {
        font-size: 28px;
    }

    .tour-introduction {
        padding: 23px
    }

        .tour-introduction p {
            font-size: 18px;
        }

    .tour-content-section {
        padding: 22px 17px
    }

        .tour-content-section h2 {
            font-size: 25px
        }

    .tour-price-policy {
        grid-template-columns: 1fr
    }

    .tour-accordions {
        padding: 22px 17px
    }

    .tour-gallery-section {
        padding: 68px 0 75px
    }

    .tour-gallery {
        gap: 7px;
        grid-auto-rows: 135px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .tour-gallery__item:first-child {
        grid-column: span 2;
        grid-row: span 2
    }

    .tour-gallery__item span {
        height: 36px;
        opacity: 1;
        right: 10px;
        top: 10px;
        transform: none;
        width: 36px
    }

    .tour-related {
        padding: 68px 0 75px
    }

    .tour-related-grid {
        grid-template-columns: 1fr
    }

    .tour-lightbox {
        padding: 65px 10px
    }

        .tour-lightbox > img {
            max-height: calc(100vh - 130px);
            max-width: calc(100vw - 20px)
        }

    .tour-lightbox__close {
        right: 12px;
        top: 12px
    }

    .tour-lightbox__prev {
        left: 10px
    }

    .tour-lightbox__next {
        right: 10px
    }
}

@media(prefers-reduced-motion:reduce) {
    .tour-card,
    .tour-card img,
    .tour-gallery__item img,
    .tour-lightbox {
        transition: none !important
    }
}

.tour-hero h1 {
    white-space: normal;
    width: 100%
}

@media(max-width:767px) {
    .tour-hero h1 {
        font-size: 34px;
        line-height: 1.15;
        max-width: 100%;
        word-break: break-word
    }

    .tour-hero--detail h1 {
        font-size: 29px;
        line-height: 1.18
    }
}