.tour-detail-hero {
    position: relative;
    min-height: 650px;
    margin: 100px 18px 0;
    overflow: hidden;
    border-radius: 8px 70px 8px 70px;
    color: #fff;
    background: var(--main-color);
    isolation: isolate
}

.tour-detail-hero__image,
.tour-detail-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.tour-detail-hero__image {
    z-index: 0;
    object-fit: cover;
    pointer-events: auto;
}

.tour-detail-hero__overlay {
    z-index: 1;
    background: linear-gradient(90deg, rgb(6 29 53 / 0%), rgb(6 29 53 / 5%) 52%, rgb(6 29 53 / 18%)), linear-gradient(0deg, rgb(6 29 53 / 19%), transparent);
    pointer-events: none;
}

.tour-detail-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 650px;
    padding-top: 75px;
    padding-bottom: 68px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.tour-detail-breadcrumb {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: .7rem;
    font-weight: 700
}

.tour-detail-breadcrumb a {
    color: #fff;
    text-decoration: none
}

.tour-detail-breadcrumb i,
.tour-detail-breadcrumb span {
    color: #fff;
}

.tour-detail-breadcrumb i {
    font-size: .5rem
}

.tour-detail-hero__eyebrow,
.tour-detail-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--second-color);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .12em;
}

.tour-detail-hero__eyebrow {
    margin-bottom: 18px;
    color: #f7ae1a
}

.tour-detail-hero h1 {
    max-width: 950px;
    margin: 0;
    color: #fff;
    letter-spacing: -.045em
}

.tour-detail-hero__inner>p {
    max-width: 680px;
    margin: 25px 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.75
}

.tour-detail-hero__footer {
    display: flex;
    width: 100%;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

.tour-detail-rating {
    display: flex;
    align-items: center;
    gap: 12px
}

/* .tour-detail-rating>strong {
    font: 700 2.2rem/1 Georgia, serif
} */

.tour-detail-rating span {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 3px;
    color: #f7ae1a;
    font-size: .65rem
}

.tour-detail-rating small {
    grid-column: 1/-1;
    color: rgba(255, 255, 255, .62)
}

.tour-detail-hero__footer>a {
    display: inline-flex;
    padding: 13px 18px;
    align-items: center;
    gap: 10px;
    border-radius: 4px 14px 4px 14px;
    color: var(--main-color);
    background: #f7ae1a;
    font-size: .7rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase
}

.tour-detail-page {
    padding: 0 0 85px;
    background: linear-gradient(180deg, #fffaf1, #fff 30%)
}

.tour-facts {
    position: relative;
    z-index: 4;
    display: grid;
    margin: -34px 0 55px;
    padding: 20px;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    border: 1px solid #eadfce;
    border-radius: 5px 25px 5px 25px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(16, 45, 61, .12)
}

.tour-facts>div {
    display: flex;
    padding: 12px 18px;
    align-items: center;
    gap: 13px;
    border-right: 1px solid #eadfce
}

.tour-facts>div:last-child {
    border: 0
}

.tour-facts i {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 4px 13px 4px 13px;
    color: var(--main-color);
    background: #f7ae1a
}

.tour-facts span {
    display: grid;
    gap: 4px
}

.tour-facts small {
    color: #8a7e70;
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase
}

.tour-facts strong {
    color: var(--main-color);
    font-size: .8rem
}

.tour-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 32px;
    align-items: start
}

.tour-detail-content {
    min-width: 0
}

.tour-detail-gallery {
    display: grid;
    height: 470px;
    margin-bottom: 30px;
    grid-template-columns: 1.55fr .75fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px
}

.tour-detail-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 24px 5px 24px
}

.tour-detail-gallery__main {
    grid-row: 1/-1
}

.tour-detail-panel {
    margin-bottom: 24px;
    padding: 32px;
    border: 1px solid #eadfce;
    border-radius: 5px 28px 5px 28px;
    background: #fff;
    box-shadow: 0 13px 32px rgba(16, 45, 61, .06)
}

.tour-detail-panel h2 {
    margin: 9px 0 18px;
    color: var(--main-color);
}

.tour-itinerary__actions {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    justify-content: flex-end;
}

.tour-itinerary__toggle-all {
    padding: 8px 16px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    border: 1px solid #eadfce;
    border-radius: 4px 12px 4px 12px;
    color: var(--main-color);
    background: #fff;
    cursor: pointer;
    transition: all .2s ease
}

.tour-itinerary__toggle-all:hover {
    border-color: #f7ae1a;
    background: #f7ae1a;
    color: var(--main-color)
}

.tour-itinerary__list {
    display: grid;
    gap: 12px
}

.tour-itinerary details {
    overflow: hidden;
    border: 1px solid #e8dfd1;
    border-radius: 4px 16px 4px 16px;
    background: #fffaf1
}

.tour-itinerary summary {
    display: grid;
    padding: 16px 18px;
    grid-template-columns: 78px 1fr auto;
    align-items: center;
    gap: 12px;
    color: var(--main-color);
    cursor: pointer;
    list-style: none
}

.tour-itinerary summary::-webkit-details-marker {
    display: none
}

.tour-itinerary summary span {
    color: #a66d00;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase
}

.tour-itinerary summary>i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #f7ae1a;
    font-size: .65rem;
    transition: .2s
}

.tour-itinerary details[open] summary>i {
    color: #fff;
    background: var(--main-color);
    transform: rotate(45deg)
}

.tour-itinerary details>div {
    padding: 0 22px 20px 31px;
}

.tour-itinerary details>div p {
    margin: 0 0 10px
}

.tour-itinerary details>div small {
    color: #a66d00;
    font-weight: 800
}

.tour-inclusions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.tour-list h2 {
    font-size: 1.45rem
}

.tour-list h2 i {
    margin-right: 7px
}

.tour-list--included h2 i {
    color: #2d8b64
}

.tour-list--excluded h2 i {
    color: #b85b4c
}

.tour-list--notes h2 i {
    color: var(--main-color)
}

.tour-list ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 11px;
    list-style: none
}

.tour-list li {
    position: relative;
    padding-left: 21px;
    color: #657075;
    font-size: .84rem;
    line-height: 1.55
}

.tour-list li::before {
    position: absolute;
    left: 0;
    color: #b77800;
    content: "✓";
    font-weight: 900
}

.tour-list--excluded li::before {
    content: "×";
}

.tour-list--notes li::before {
    content: "!"
}

.tour-prices__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}

.tour-prices__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(16, 45, 61, .08)
}

.tour-prices__table-wrap {
    width: 100%;
}

.tour-prices__table thead {
    background: var(--main-color);
    color: #fff
}

.tour-prices__table th {
    padding: 16px;
    text-align: left;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

.tour-prices__table tbody tr {
    border-bottom: 1px solid #eadfce;
    background: #fff;
    transition: background .2s ease
}

.tour-prices__table tbody tr:hover {
    background: #fffaf1
}

.tour-prices__table tbody tr:last-child {
    border-bottom: none
}

.tour-prices__table td {
    padding: 16px;
    color: var(--main-color);
    font-size: .9rem;
    font-weight: 500
}

.tour-prices__table td i {
    margin-right: 8px;
    color: #f7ae1a;
    font-size: 1rem
}

.tour-prices__table td:nth-child(2) {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--main-color)
}

.tour-prices__table td:nth-child(3) {
    color: #7b7064;
    font-size: .85rem
}

.tour-prices__row--best {
    background: var(--main-color) !important;
    box-shadow: 0 4px 12px rgba(16, 45, 61, .15)
}

.tour-prices__row--best td {
    color: #fff !important
}

.tour-prices__row--best td i {
    color: #fff;
}

.tour-prices__badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 10px;
    padding: 4px 10px;
    background: #f7ae1a;
    color: var(--main-color);
    border-radius: 20px;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase
}

.tour-prices__badge i {
    margin: 0;
    color: var(--main-color);
    font-size: .65rem
}

@media(max-width: 768px) {
    .tour-prices__table-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #f7ae1a #eee5d8;
    }

    .tour-prices__table-wrap:focus-visible {
        outline: 3px solid rgba(247, 174, 26, .45);
        outline-offset: 3px;
    }

    .tour-prices__table {
        min-width: 620px;
        margin-top: 20px;
        font-size: .8rem
    }

    .tour-prices__table th,
    .tour-prices__table td {
        padding: 12px 8px
    }
}

.tour-booking {
    position: sticky;
    top: 100px
}

.tour-booking__card {
    padding: 28px;
    border-radius: 5px 30px 5px 30px;
    color: #fff;
    background: var(--main-color);
    box-shadow: 0 20px 46px rgba(16, 45, 61, .2)
}

.tour-booking__card .tour-detail-kicker {
    color: #f7ae1a
}

.tour-booking__card h2 {
    margin: 9px 0 10px;
    color: #fff;
}

.tour-booking__card>p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .65);
    font-size: .78rem;
    line-height: 1.65
}

.tour-booking__card label {
    display: grid;
    margin-bottom: 13px;
    gap: 6px;
    color: rgba(255, 255, 255, .72);
    font-size: .67rem;
    font-weight: 800
}

.tour-booking__card input,
.tour-booking__card select,
.tour-booking__card textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 3px 10px 3px 10px;
    outline: 0;
    /* color: #212529; */
    background: #fff;
    font: inherit
}

.tour-booking__card input::placeholder,
.tour-booking__card textarea::placeholder {
    color: rgba(255, 255, 255, .42)
}

.tour-booking__card select option {
    color: var(--main-color);
    background: #fff;
    padding: 10px 12px;
    font-size: 0.85rem;
    font-weight: 500
}

.tour-booking__card select option:hover,
.tour-booking__card select option:checked {
    background: #f7ae1a;
    color: var(--main-color)
}

.tour-booking__card select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' fill-opacity='0.7' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px;
    cursor: pointer
}

.tour-booking__card select:focus {
    border-color: #f7ae1a;
    background-color: rgba(255, 255, 255, .12)
}

.tour-booking__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.tour-booking__card button {
    display: flex;
    width: 100%;
    padding: 13px 16px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 4px 13px 4px 13px;
    color: var(--main-color);
    background: #f7ae1a;
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase
}

.tour-booking__card>small {
    display: block;
    margin-top: 13px;
    color: rgba(255, 255, 255, .5);
    font-size: .6rem;
    text-align: center
}

.tour-booking__help {
    display: flex;
    margin-top: 15px;
    padding: 18px;
    align-items: center;
    gap: 13px;
    border: 1px solid #eadfce;
    border-radius: 4px 16px 4px 16px;
    background: #fff
}

.tour-booking__help>i {
    color: #25d366;
    font-size: 1.6rem
}

.tour-booking__help span {
    display: grid;
    gap: 2px
}

.tour-booking__help small {
    color: #817567
}

.tour-booking__help a {
    color: var(--main-color);
    font-size: .78rem;
    font-weight: 900;
    text-decoration: none
}

@media(max-width: 991.98px) {
    .tour-detail-layout {
        grid-template-columns: 1fr
    }

    .tour-booking {
        position: static
    }



    .tour-facts>div:nth-child(2) {
        border-right: 0
    }

    .tour-detail-gallery {
        height: 400px
    }
}

@media(max-width: 575.98px) {
    .tour-detail-hero {
        min-height: 600px;
        margin: 92px 8px 0;
        border-radius: 5px 30px 5px 30px
    }

    .tour-detail-hero__inner {
        min-height: 600px;
        padding-top: 55px;
        padding-bottom: 50px
    }

    .tour-detail-hero h1 {
        font-size: clamp(1.55rem, 8vw, 4rem);
    }

    .tour-detail-hero__footer {
        align-items: flex-start;
        flex-direction: column
    }

    .tour-facts {
        margin-top: -20px;
        padding: 12px;
        grid-template-columns: 2fr;
    }

    .tour-facts>div {
        border-right: 0;
        border-bottom: 1px solid #eadfce
    }

    .tour-detail-gallery {
        height: auto;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 260px 130px
    }

    .tour-detail-gallery__main {
        grid-column: 1/-1;
        grid-row: auto
    }

    .tour-detail-panel {
        padding: 23px 19px
    }

    .tour-itinerary summary {
        grid-template-columns: 62px 1fr auto;
        padding: 14px 12px
    }

    .tour-itinerary details>div {
        padding: 0 16px 17px
    }

    .tour-inclusions-grid,
    .tour-prices__grid {
        grid-template-columns: 1fr
    }

    /* .tour-booking__row {
        grid-template-columns: 1fr
    } */
}

.tour-detail-gallery {
    position: relative;
}

.tour-detail-gallery>img {
    cursor: zoom-in;
    transition: transform .35s ease, filter .35s ease;
}

.tour-detail-gallery>img:hover {
    filter: brightness(.9);
    transform: scale(1.012);
}

.tour-detail-gallery>img:focus-visible {
    outline: 3px solid #f7ae1a;
    outline-offset: 3px;
}

.td-gallery-more-btn {
    position: absolute;
    z-index: 3;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    padding: 11px 15px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 4px 13px 4px 13px;
    color: var(--main-color);
    background: #f7ae1a;
    box-shadow: 0 9px 20px rgba(6, 29, 53, .22);
    font-size: .7rem;
    font-weight: 900;
    cursor: pointer;
}

.td-gallery-more-btn:hover {
    color: #fff;
    background: var(--main-color);
}

.lightbox-open {
    overflow: hidden;
}

.lightbox-gallery {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: none;
    padding: 28px;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 25, .94);
    backdrop-filter: blur(10px);
}

.lightbox-gallery.is-open {
    display: flex;
}

.lightbox-gallery__stage {
    position: relative;
    display: flex;
    width: min(1050px, calc(100vw - 150px));
    height: min(820px, calc(100vh - 60px));
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lightbox-gallery__stage>img {
    display: block;
    max-width: 100%;
    max-height: calc(100% - 195px);
    border-radius: 5px 26px 5px 26px;
    object-fit: contain;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .35);
    height: 542px;
}

.lightbox-gallery__stage>p {
    margin: 11px 0 13px;
    color: rgba(255, 255, 255, .75);
    font-size: .78rem;
}

.lightbox-gallery__counter {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    padding: 7px 10px;
    border-radius: 99px;
    color: var(--main-color);
    background: #f7ae1a;
    font-size: .65rem;
    font-weight: 900;
}

.lightbox-gallery__close,
.lightbox-gallery__nav {
    position: absolute;
    z-index: 5;
    display: grid;
    border: 1px solid rgba(255, 255, 255, .25);
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
}

.lightbox-gallery__close {
    top: 22px;
    right: 25px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.lightbox-gallery__nav {
    top: 50%;
    width: 48px;
    height: 48px;
    border-radius: 4px 15px 4px 15px;
    transform: translateY(-50%);
}

.lightbox-gallery__nav--prev {
    left: 25px;
}

.lightbox-gallery__nav--next {
    right: 25px;
}

.lightbox-gallery__close:hover,
.lightbox-gallery__nav:hover {
    color: var(--main-color);
    background: #f7ae1a;
}

.lightbox-gallery__thumbs {
    display: flex;
    /* max-width:100%; */
    padding: 0 4px 5px;
    overflow-x: auto;
    gap: 8px;
}

.lightbox-gallery__thumbs button {
    width: 131px;
    height: 89px;
    flex: 0 0 76px;
    padding: 3px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 3px 10px 3px 10px;
    background: transparent;
    opacity: .58;
    cursor: pointer;
}

.lightbox-gallery__thumbs button.is-active {
    border-color: #f7ae1a;
    opacity: 1;
}

.lightbox-gallery__thumbs img {
    width: 100%;
    height: 100%;
    border-radius: 2px 7px 2px 7px;
    object-fit: cover;
}

@media(max-width: 575.98px) {
    .td-gallery-more-btn {
        right: 10px;
        bottom: 10px;
    }

    .lightbox-gallery {
        padding: 15px;
    }

    .lightbox-gallery__stage {
        width: 100%;
        height: calc(100vh - 90px);
    }

    .lightbox-gallery__stage>img {
        max-height: calc(100% - 115px);
    }

    .lightbox-gallery__close {
        top: 10px;
        right: 10px;
    }

    .lightbox-gallery__nav {
        top: auto;
        bottom: 91px;
        width: 42px;
        height: 42px;
    }

    .lightbox-gallery__nav--prev {
        left: 14px;
        bottom: auto;
        background: #111;
    }

    .lightbox-gallery__nav--next {
        right: 14px;
        bottom: auto;
        color: #fff;
        background: #000;
    }

    .lightbox-gallery__counter {
        top: 45px;
    }
}

/* Professional tour pricing */
.tour-prices {
    overflow: hidden;
    background: linear-gradient(145deg, #fff 0%, #fffaf0 100%);
}

.tour-prices__header {
    display: flex;
    margin-bottom: 26px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}

.tour-prices__header h2 {
    margin-bottom: 9px;
}

.tour-prices__header p {
    max-width: 540px;
    margin: 0;
    color: #6b7478;
    font-size: .82rem;
    line-height: 1.65;
}

.tour-prices__assurance {
    display: inline-flex;
    padding: 9px 12px;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(45, 139, 100, .22);
    border-radius: 99px;
    color: #237553;
    background: #edf8f2;
    font-size: .65rem;
    font-weight: 900;
    white-space: nowrap;
}

.tour-prices__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.tour-price-card {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 22px 14px 17px;
    align-items: center;
    flex-direction: column;
    border: 1px solid #e8dece;
    border-radius: 5px 20px 5px 20px;
    background: #fff;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.tour-price-card:hover {
    z-index: 2;
    border-color: #f7ae1a;
    box-shadow: 0 14px 30px rgba(16, 45, 61, .11);
    transform: translateY(-5px);
}

.tour-price-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 13px;
    place-items: center;
    border-radius: 4px 13px 4px 13px;
    color: var(--main-color);
    background: #fff3d4;
    font-size: .9rem;
}

.tour-price-card__group {
    min-height: 35px;
    color: var(--main-color);
    font-size: .72rem;
    font-weight: 900;
}

.tour-price-card__amount {
    display: flex;
    margin: 6px 0 2px;
    align-items: flex-start;
    justify-content: center;
    color: var(--main-color);
}

.tour-price-card__amount sup {
    margin: 7px 3px 0 0;
    color: #b77800;
    font-size: .75rem;
    font-weight: 900;
}

.tour-price-card__amount strong {
    letter-spacing: -.04em;
}

.tour-price-card>small {
    color: #918575;
    font-size: .58rem;
    text-transform: uppercase;
}

.tour-price-card__saving {
    margin-top: 14px;
    padding-top: 11px;
    width: 100%;
    border-top: 1px solid #eee5d8;
    color: #a66d00;
    font-size: .6rem;
    font-weight: 900;
}

.tour-price-card--best {
    border-color: #f7ae1a;
    background: var(--main-color);
    box-shadow: 0 13px 28px rgba(16, 45, 61, .18);
}

.tour-price-card--best .tour-price-card__icon {
    color: var(--main-color);
    background: #f7ae1a;
}

.tour-price-card--best .tour-price-card__group,
.tour-price-card--best .tour-price-card__amount {
    color: #fff;
}

.tour-price-card--best>small {
    color: rgba(255, 255, 255, .55);
}

.tour-price-card--best .tour-price-card__saving {
    border-color: rgba(255, 255, 255, .14);
    color: #f7ae1a;
}

.tour-price-card__badge {
    position: absolute;
    top: -12px;
    right: 12px;
    padding: 6px 9px;
    border-radius: 99px;
    color: var(--main-color);
    background: #f7ae1a;
    box-shadow: 0 5px 12px rgba(183, 120, 0, .22);
    font-size: .55rem;
    font-weight: 900;
    text-transform: uppercase;
}

.tour-prices__footer {
    display: flex;
    margin-top: 22px;
    padding-top: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #eadfce;
}

.tour-prices__footer p {
    margin: 0;
    color: #756b60;
    font-size: .7rem;
}

.tour-prices__footer p i {
    margin-right: 5px;
    color: #b77800;
}

.tour-prices__footer a {
    display: inline-flex;
    padding: 11px 15px;
    align-items: center;
    gap: 8px;
    border-radius: 4px 12px 4px 12px;
    color: var(--main-color);
    background: #f7ae1a;
    font-size: .65rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

@media(max-width:767.98px) {
    .tour-prices__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 10px;
    }

    .tour-prices__header,
    .tour-prices__footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media(max-width:420px) {
    .tour-prices__grid {
        grid-template-columns: 1fr;
    }

    .tour-price-card {
        padding: 20px 18px;
    }
}

/* Compact traveler counters */
.tour-booking__guests {
    display: grid;
    margin: 3px 0 14px;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.tour-booking__guests>label {
    display: flex !important;
    margin: 0 !important;
    padding: 8px;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 3px 11px 3px 11px;
    background: rgba(255, 255, 255, .06);
}

.tour-booking__guest-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, .75);
    font-size: .65rem;
    font-weight: 800;
    white-space: nowrap;
}

.tour-booking__guest-label i {
    color: #f7ae1a;
    font-size: .72rem;
}

.tour-booking__guests [data-stepper] {
    display: grid;
    width: 100%;
    height: 30px;
    grid-template-columns: 28px 1fr 28px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 99px;
    background: #fff;
}

.tour-booking__guests [data-stepper] button {
    display: grid;
    width: 28px;
    height: 30px;
    padding: 0;
    place-items: center;
    border: 0;
    color: var(--main-color);
    background: transparent;
    font-size: .9rem;
    font-weight: 900;
    cursor: pointer;
}

.tour-booking__guests [data-stepper] button:hover:not(:disabled) {
    background: #f7ae1a;
}

.tour-booking__guests [data-stepper] button:disabled {
    opacity: .3;
    cursor: not-allowed;
}

.tour-booking__guests [data-stepper] input {
    width: 100%;
    height: 28px;
    padding: 0 !important;
    border: 0 !important;
    border-right: 1px solid #eadfce !important;
    border-left: 1px solid #eadfce !important;
    border-radius: 0 !important;
    color: var(--main-color) !important;
    background: #fff !important;
    font-size: .72rem !important;
    font-weight: 900 !important;
    text-align: center;
    appearance: textfield;
}

.tour-booking__guests [data-stepper] input::-webkit-inner-spin-button,
.tour-booking__guests [data-stepper] input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

@media(max-width:420px) {
    .tour-booking__guests {
        grid-template-columns: 1fr;
    }
}

textarea {
    height: 85px;
    padding-top: 20px;
}

/* Final Related Articles style: clean and consistent with Happy Egypt */

.article-catalog::before,
.article-catalog__mark {
    display: none;
}


.article-catalog .journal-card,
.article-catalog .journal-card:first-child {
    position: relative;
    display: flex;
    min-height: 440px;
    overflow: visible;
    grid-column: auto;
    flex-direction: column;
    border: 0;
    border-radius: 5px 30px 5px 30px;
    color: var(--main-color);
    background: transparent;
    box-shadow: none;
}

.article-catalog .journal-card::after {
    display: none;
}

.article-catalog .journal-card__image,
.article-catalog .journal-card:first-child .journal-card__image {
    display: block;
    width: 100%;
    height: 212px;
    overflow: hidden;
    border-radius: 5px 30px 5px 30px;
    box-shadow: 0 15px 32px rgba(16, 45, 61, .14);
}

.article-catalog .journal-card__image::after {
    display: none;
}

.article-catalog .journal-card__image img {
    transition: transform .55s ease;
}

.article-catalog .journal-card:hover .journal-card__image img {
    filter: none;
    transform: scale(1.045);
}


.article-catalog .journal-card__meta,
.article-catalog .journal-card:first-child .journal-card__meta {
    position: static;
    width: fit-content;
    margin: 0 0 12px;
    padding: 7px 11px;
    border-radius: 3px 10px 3px 10px;
    color: var(--main-color);
    background: #f7ae1a;
    box-shadow: none;
    font-size: .65rem;
    font-weight: 900;
}

.article-catalog .journal-card__meta i,
.article-catalog .journal-card:first-child .journal-card__meta i {
    margin-right: 5px;
    color: var(--main-color);
}

.article-catalog .journal-card h3,
.article-catalog .journal-card:first-child h3 {
    min-height: 50px;
    margin: 0 0 11px;
}

.article-catalog .journal-card h3 a,
.article-catalog .journal-card:first-child h3 a {
    color: var(--main-color);
}



.article-catalog .journal-card__link,
.article-catalog .journal-card:first-child .journal-card__link {
    display: inline-flex;
    margin-top: auto;
    color: #a66d00;
    font-size: .68rem;
    font-weight: 900;
}

.article-catalog .journal-card:hover {
    box-shadow: none;
    transform: translateY(-5px);
}

@media (max-width: 991.98px) {
    .article-catalog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .article-catalog {
        padding: 54px 0 64px;
    }

    .article-catalog__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .article-catalog .journal-card,
    .article-catalog .journal-card:first-child {
        min-height: 420px;
    }

    .article-catalog .journal-card__image,
    .article-catalog .journal-card:first-child .journal-card__image {
        height: 235px;
        min-height: 235px;
    }

    .article-catalog .journal-card__body,
    .article-catalog .journal-card:first-child .journal-card__body {
        width: calc(100% - 14px);
        margin-left: 14px;
    }
}

.article-catalog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 24px;
    counter-reset: journal-card;
    display: grid;
}

.article-catalog .journal-card__body,
.article-catalog .journal-card:first-child .journal-card__body {
    position: relative;
    z-index: 2;
    display: flex;
    width: calc(100% - 22px);
    min-height: 215px;
    margin: -27px 0 0 22px;
    padding: 25px 23px 22px;
    flex: 1;
    justify-content: flex-start;
    border: 1px solid #eadfce;
    border-radius: 4px 25px 4px 25px;
    background: #fff;
    box-shadow: 0 13px 28px rgba(16, 45, 61, .08);
    flex-direction: column;
}

.article-catalog .journal-card h3 a {
    color: var(--main-color);
    text-decoration: none;
    transition: color .2s ease;
}

.article-catalog .journal-card__body>p,
.article-catalog .journal-card:first-child .journal-card__body>p {
    margin: 0 0 16px;
    color: #687176;
    font-size: .84rem;
    line-height: 1.65;
    -webkit-line-clamp: 2;
}

.article-catalog .journal-card__link {
    width: fit-content;
    align-items: center;
    gap: 9px;
    letter-spacing: .07em;
    text-decoration: none;
}

.article-catalog {
    padding: 32px 0 44px;
    background: linear-gradient(180deg, #fff 0%, #fffaf1 100%);
}

@media (max-width: 575.98px) {
    .article-catalog__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }
}