.review-card__stars,
.reviews-modal__stars {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
}

body.modal-open {
    width: 100%;
    overflow: hidden;
}

.review-card__stars .destination,
.reviews-modal__stars .destination {
    margin-left: auto;
    background: #444444;
    border-radius: 16px;
    padding: 5px 12px;
    color: #FFFFFF;
    font-family: 'Poppins Regular';
    font-size: 14px;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
}

.modal-open .sotc-new-login.page_header.login {
    z-index: 9 !important;
}

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

/* =========================
   LIGHTBOX MODAL
========================= */

#reviewLightbox .modal-dialog {
    max-width: 1072px;
}

#reviewLightbox .modal-content {
    background: #000;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

#reviewLightbox .modal-body {
    padding: 0;
}

#reviewLightbox .reviews-lightbox__media {
    width: 100%;
}

#reviewLightbox .owl-stage {
    display: flex;
    align-items: center;
}

#reviewLightbox .item {
    width: 100%;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
}

#reviewLightbox .item iframe {
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
    display: block;
    margin: auto;
    box-shadow: none;
    border-radius: 8px;
    overflow: hidden;
}

#reviewLightbox .item img.img-fluid {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: cover;
    display: block;
    margin: auto;
    box-shadow: none;
    border-radius: 8px;
    overflow: hidden;
}

/* =========================
   NAVIGATION
========================= */

#reviewLightbox .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50% !important;
    background: none !important;
    backdrop-filter: none !important;
    color: unset !important;
    font-size: 0 !important;
    transition: 0.3s ease;
    border: none !important;
}

#reviewLightbox .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.28) !important;
}

#reviewLightbox .owl-prev {
    left: 20px;
}

#reviewLightbox .owl-next {
    right: 20px;
}

/* =========================
   CLOSE BUTTON
========================= */

#reviewLightbox .reviews-lightbox__close {
    filter: invert(1);
    opacity: 1;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
    #reviewLightbox .item {
        height: 70vh;
        padding: 0;
    }

    #reviewLightbox .item img.img-fluid {
        border-radius: 0;
        overflow: hidden;
        height: 235px;
    }

    #reviewLightbox .owl-nav button {
        width: 42px;
        height: 42px;
        font-size: 18px !important;
    }

    #reviewLightbox .owl-prev {
        left: 10px;
    }

    #reviewLightbox .owl-next {
        right: 10px;
    }
}



.model_1_section .reviews-modal__media .item iframe {
    min-height: 260px;
    border-radius: 8px;
}


/* ===========================
   SECTION 1: Hero (parent chain .banner-section)
   =========================== */
.reviews-finder__grid article.review-card.d-none {
    display: block !important;
}

.container {
    max-width: 1350px !important;
    padding: 0px 54px !important;
}

.banner-section .container {
    padding: 0 8px !important;
    max-width: 100% !important;
}

.banner-section .testimonial-banner-carousel {
    position: relative;
    padding-top: 10px;
}

.banner-section .testimonial-banner-carousel .item {
    position: relative;
    min-height: 367px;
    max-height: 367px;
    overflow: hidden;
    border-radius: 16px;
    background: #222;
}

.banner-section .testimonial-banner-carousel picture,
.banner-section .testimonial-banner-carousel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
}

.banner-section .scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
    z-index: 1;
}

.banner-section .test-banner-overlay {
    position: absolute;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
    z-index: 2;
    width: min(92%, 980px);
    text-align: center;
    padding: 0 12px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
    color: #fff;
}

.banner-section .testimonial-banner-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
    z-index: 3;
}

.banner-section .testimonial-banner-carousel .owl-dots .owl-dot span {
    width: 29.2px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .5);
    transition: width .2s, background .2s;
    margin: 0;
    display: block;
}

.banner-section .testimonial-banner-carousel .owl-dots .owl-dot.active span {
    background: #FFFFFF;
    height: 6px;
    opacity: 1;
    border-radius: 5px;
    margin: 0;
    width: 130px;
}

.banner-section .testimonial-banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    pointer-events: none;
    z-index: 3;
    visibility: hidden;
}

.banner-section .testimonial-banner-carousel:hover .owl-nav {
    visibility: visible
}

.banner-section .testimonial-banner-carousel .owl-nav button {
    pointer-events: all;
    /* width: 44px; */
    /* height: 44px; */
    /* border-radius: 50%; */
    /* background: rgba(255, 255, 255, .15) !important; */
    /* border: 2px solid #fff !important; */
    /* color: #fff !important; */
    display: grid;
    place-items: center;
    transition: background .2s, transform .2s;
    backdrop-filter: blur(2px);
}

@media (max-width: 575.98px) {
    .banner-section .testimonial-banner-carousel .item {
        min-height: 360px;
    }

    .banner-section .testimonial-banner-carousel .owl-nav {
        display: none;
    }
}

/* ===========================
   SECTION 2: Facts (.facts-section)
   =========================== */
.facts-section {
    background: #fff;
    color: #212529;
}

.facts-section .container {
    padding: 0 12px;
}

.facts-section .facts__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100px;
    margin: 0;
    padding-top: 62px;
    padding-bottom: 54px;
    gap: 10px;
}

.facts-section .facts__icon {
    font-size: clamp(1.6rem, 2.4vw, 2rem);
    color: #2a2a2a;
}

.facts-section .facts__value {
    font-family: 'Poppins Bold';
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #EB1C23;
}

.facts-section .facts__label {
    font-family: 'Poppins Regular';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;
}

/* ===========================
   SECTION 3: Reviews (.reviews-section)
   =========================== */
.reviews-section .container {
    padding-right: 0px !important;
}

.reviews-section {
    background: #FDE8E9;
    color: #212529;
    padding-bottom: 60px;
}

.reviews-section .reviews-section__header .heading {
    font-family: 'Poppins SemiBold';
    font-size: 24px;
    line-height: 100%;
    color: #444444;
    padding-top: 70px;
}

.reviews-section .reviews-section__header .sub-heading {
    padding-top: 8px;
    font-family: 'Poppins Regular';
    font-size: 16px;
    line-height: 120%;
    color: #444444;
    margin-bottom: 20px;
}

/* Cards */
.reviews-section .owl-item.active {
    max-width: 328px;
}

.reviews-section .review-card {
    background: #FFFFFF;
    max-width: 328px;
    border-radius: 12px;
    overflow: hidden;
    max-height: 476px;
    min-height: 476px;
    border: 1px solid #EBEBEB
}

.reviews-section .review-card__collage {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    max-height: 210px;
    cursor: pointer;
}

.reviews-section .review-card__collage .tile.tile--large {
    max-width: 218px;
    max-height: 189px;
    min-width: 218px;
    min-height: 189px;
    border-top-left-radius: 8px;
    border-right: 2px solid #FFF;
    width: 100%;
}

.reviews-section .review-card__collage .tile.tile--ph {
    max-width: 109px;
    max-height: 93px;
    min-width: 109px;
    min-height: 93px;
    border-top-right-radius: 8px;
    width: 100%;
}

.reviews-section .review-card__collage .tile.small {
    max-width: 109px;
    max-height: 94px;
    min-width: 109px;
    min-height: 75px;
    /* border-top: 1px solid #FFF; */
    width: 100%;
}


.reviews-section .tile {
    width: 100%;
    height: 100%;
    max-height: 95px;
    object-fit: cover;
    background: #f2f4f7;
    display: block;
}

.reviews-section .tile--large {
    grid-row: span 2;
}

.reviews-section .tile--ph {
    display: grid;
    place-items: center;
    color: #9aa3af;
    font-size: .9rem;
}

/* Video tiles in cards */
.reviews-section .video-container {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    /* border-radius: 12px; */
    background: #000;
}

.reviews-section .video-container .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reviews-section .video-container .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 0;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: rgba(0, 0, 0, .55);
}

.reviews-section .video-container .pause-btn {
    display: none;
}

.reviews-section .video-container.playing .play-btn {
    display: none;
}

.reviews-section .video-container.playing:hover .pause-btn {
    display: grid;
}

/* Card body/meta */
.reviews-section .review-card__body {
    padding: 14px 16px 12px;
}

.reviews-section .review-card__title {
    margin: 0 0 16px;
    font-family: 'Poppins SemiBold';
    font-size: 18px;
    line-height: 140%;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.reviews-section .review-card__stars {
    color: #ff7a00;
    margin-bottom: 16px;
}

.bi-star-fill::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/holidayRevamp/Testimonial/fi_149763.svg) no-repeat center;
    background-size: contain;
    margin-right: 8px;
}

.reviews-section .review-card__desc {
    margin-bottom: 16px;
    color: #444444;
    font-family: 'Poppins Regular';
    font-size: 14px;
    line-height: 120%;
    min-height: 80px;
}

.reviews-section .review-card__desc .review-card__readmore {
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins SemiBold';
    font-size: 14px;
    line-height: 140%;
    color: #EB1C23;
    border: none;
    background: transparent;
}

.reviews-section .review-card__meta {
    display: grid;
    grid-template-columns: 36px 1fr auto;
    gap: 12px;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.reviews-section .review-card__avatar {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ecf0f3;
    color: #64748b;
    font-size: 1.25rem;
}

.reviews-section .review-card__avatar img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
}

.reviews-section .review-card__name {
    font-family: 'Poppins SemiBold';
    font-size: 14px;
    line-height: 140%;
    color: #444444;
}

.reviews-section .review-card__sub {
    color: #444444;
    font-family: 'Poppins Regular';
    font-size: 12px;
    line-height: 140%;
}

.reviews-section .review-card__tag {
    background: #f1f5f9;
    color: #0f172a;
    font-size: .8rem;
    padding: 4px 10px;
    border-radius: 999px;
    white-space: nowrap;
    display: none;
}


/* Owl spacing */
.reviews-section .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    pointer-events: none;
}

.reviews-section .owl-nav button {
    pointer-events: all;
    /* width: 44px; */
    /* height: 44px; */
    /* border-radius: 50%; */
    /* background: #ffffff !important; */
    /* border: 2px solid #d1d5db !important; */
    /* color: #111827 !important; */
    display: grid;
    place-items: center;
    transition: background .2s ease, transform .2s ease;
}

.reviews-section .owl-dots {
    display: none;
}

/* Mobile stacked mode */
.reviews-section .reviews-section__more {
    display: none;
}

.reviews-section .reviews-section__load-more {
    border-radius: 4px;
    padding: 10px 18px;
    border: 1px solid #FF0000;
    font-family: 'Poppins Medium';
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #FF0000;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .reviews-section .reviews-section__more {
        display: block;
    }

    .reviews-section .owl-nav {
        display: none;
    }
}

/* ===========================
   Customer Review Modal (.reviews-modal)
   - Mobile bottom sheet slide-up
   =========================== */
.reviews-modal .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

.reviews-modal .reviews-modal__header {
    background: #e31b23;
    color: #fff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews-modal .reviews-modal__label {
    font-weight: 700;
}

.reviews-modal .reviews-modal__close {
    filter: invert(1);
    opacity: 1;
}

.reviews-modal .reviews-modal__body {
    padding: 16px;
}

.reviews-modal .reviews-modal__media .item {
    border-radius: 10px;
    overflow: hidden;
}

.reviews-modal .reviews-modal__media .modal-media {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    cursor: pointer;
}

.reviews-modal .video-container {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
    height: 260px;
}

.reviews-modal .video-container .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reviews-modal .video-container .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .55);
}

.reviews-modal .video-container .pause-btn {
    display: none;
}

.reviews-modal .video-container.playing .play-btn {
    display: none;
}

.reviews-modal .video-container.playing:hover .pause-btn {
    display: grid;
}

.reviews-modal .owl-nav {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    padding: 0 6px;
}

.reviews-modal .owl-nav button {
    pointer-events: all;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff !important;
    border: 2px solid #d1d5db !important;
    color: #111827 !important;
    display: grid;
    place-items: center;
}

.reviews-modal .owl-dots {
    display: none;
}

.reviews-modal .reviews-modal__title {
    font-size: 1.25rem;
    font-weight: 800;
}

.reviews-modal .reviews-modal__stars {
    color: #ff7a00;
}

.reviews-modal .reviews-modal__stars .bi {
    margin-right: 2px;
}

.reviews-modal .reviews-modal__chip {
    display: inline-block;
    background: #f1f5f9;
    color: #0f172a;
    font-size: .8rem;
    padding: 4px 10px;
    border-radius: 999px;
}

.reviews-modal .reviews-modal__desc {
    color: #1f2937;
    line-height: 1.5;
    overflow-y: auto;
    max-height: 130px;
}

.reviews-modal .reviews-modal__meta {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    align-items: center;
    border-top: 1px solid #eee;
}

.reviews-modal .reviews-modal__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ecf0f3;
    color: #64748b;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
}

.reviews-modal .reviews-modal__name {
    font-weight: 700;
}

.reviews-modal .reviews-modal__sub {
    color: #6b7280;
    font-size: .9rem;
}

.reviews-modal .reviews-modal__footer {
    border-top: 0;
    padding: 12px 16px 16px;
}

/* Bottom sheet behavior on mobile */
@media (max-width: 767.98px) {
    .reviews-modal .modal-dialog {
        margin: 0;
        max-width: 100%;
        width: 100%;
        height: 90vh;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: flex-end;
    }

    .reviews-modal .modal-content {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-height: 90vh;
        display: flex;
        flex-direction: column;
    }

    .reviews-modal .reviews-modal__body {
        overflow-y: auto;
    }

    .reviews-modal.modal.fade .modal-dialog {
        transform: translateY(100%);
        transition: transform .28s ease-out;
    }

    .reviews-modal.modal.show .modal-dialog {
        transform: translateY(0);
    }

    .reviews-modal .reviews-modal__media .modal-media,
    .reviews-modal .video-container {
        height: 220px;
    }
}

/* ===========================
   INTERNAL LIGHTBOX (.reviews-lightbox)
   =========================== */
.reviews-lightbox .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

.reviews-lightbox .reviews-lightbox__header {
    background: #e31b23;
    color: #fff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews-lightbox .reviews-lightbox__label {
    font-weight: 700;
}

.reviews-lightbox .reviews-lightbox__close {
    filter: invert(1);
    opacity: 1;
}

.reviews-lightbox .reviews-lightbox__body {
    padding: 14px;
    background: #fff;
}

.reviews-lightbox .reviews-lightbox__media .item {
    overflow: hidden;
}

.reviews-lightbox .reviews-lightbox__img {
    width: 100%;
    height: 70vh;
    min-height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.reviews-lightbox .video-container {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    height: 70vh;
    min-height: 320px;
}

.reviews-lightbox .video-container .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reviews-lightbox .video-container .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .55);
}

.reviews-lightbox .video-container .pause-btn {
    display: none;
}

.reviews-lightbox .video-container.playing .play-btn {
    display: none;
}

.reviews-lightbox .video-container.playing:hover .pause-btn {
    display: grid;
}

.reviews-lightbox .owl-nav {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    padding: 0 8px;
}

.reviews-lightbox .owl-nav button {
    pointer-events: all;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff !important;
    border: 2px solid #d1d5db !important;
    color: #111827 !important;
    display: grid;
    place-items: center;
}

.reviews-lightbox .owl-dots {
    display: none;
}

/* =========================================================
   Destination Reviews Finder (Parent chain: .reviews-finder)
   - Static cards in HTML
   - Flex grid (no carousel)
   - Desktop: 3 per row; Mobile: 1 per row
   ========================================================= */
.reviews-finder {
    background: #ffffff;
    color: #212529;
}


/* Header */
.reviews-finder .reviews-finder__title {
    padding-top: 70px;
    padding-bottom: 33px;
    font-family: 'Poppins SemiBold';
    font-size: 32px;
    line-height: 140%;
    color: #444444;
    margin: 0;
}

/* Search */
.reviews-finder .reviews-finder__search {
    max-width: 620px;
}

.reviews-finder .reviews-finder__search-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #A1A1A1;
    min-width: 499px;
    min-height: 40px;
    border-radius: 8px;
    padding-top: 11.5px;
    padding-right: 16px;
    padding-bottom: 11.5px;
    padding-left: 16px;
}

.reviews-finder .reviews-finder__search-input {
    flex: 1;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 1rem;
    color: #616161;
}

.reviews-finder .reviews-finder__search-input::placeholder {
    color: #616161;
}

.reviews-finder .reviews-finder__search-btn {
    border: 0;
    background: #fff;
    color: #374151;
    font-size: 1.1rem;
    place-items: center;
}

.reviews-finder .reviews-finder__search-btn .bi-search::before {
    height: 17px;
    content: "";
    background: url(/images/holidayRevamp/Testimonial/fi_149852.svg) no-repeat center;
    height: 16px;
    width: 16px;
    align-items: center;
    display: inline-block;
    vertical-align: middle;
}

/* Tabs */
.reviews-finder .reviews-finder__tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding-top: 16px;
}

.reviews-finder .reviews-finder__tab {
    padding: 9px 41px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #FF0000;
    color: #FF0000;
    transition: all .15s ease;
}

.reviews-finder .reviews-finder__tab.is-active {
    background: #EB1C23;
    color: #FFFFFF;
}

/* Grid */
.reviews-finder .reviews-finder__results {
    margin-top: 0;
}

.reviews-finder .reviews-finder__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.reviews-finder .reviews-finder__grid>.review-card {
    flex: 1 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    min-width: 280px;
}

/* Empty state + Load more */
.reviews-finder .reviews-finder__empty {
    text-align: center;
    color: #6b7280;
    margin: 18px 0 6px;
    font-weight: 600;
}

.reviews-finder .reviews-finder__more .reviews-finder__load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 185px;
    height: 42px;

    border: 1px solid #FF0000;
    border-radius: 4px;

    padding: 8px 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;

    background-color: #fff;
    /* white background */
    color: #FF0000;
    /* red text */
    cursor: pointer;
    transition: all 0.3s ease;
}

.reviews-finder .reviews-finder__more .reviews-finder__load-more:hover {
    background-color: #FF0000;
    /* red fill on hover */
    color: #fff;
    /* white text on hover */
}


/* Card (scoped copy from your Featured card styles) */
.reviews-finder .review-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(16, 24, 40, .06);
}

.reviews-finder .review-card__collage {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
    /* padding: 8px; */
}

.reviews-finder .tile {
    width: 100%;
    height: 100%;
    min-height: 110px;
    /* border-radius: 12px; */
    object-fit: cover;
    background: #f2f4f7;
    display: block;
}

.reviews-finder .tile--large {
    grid-row: span 2;
}

.reviews-finder .tile--ph {
    display: grid;
    place-items: center;
    color: #9aa3af;
    font-size: .9rem;
}

/* Video tile */
.reviews-finder .video-container {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    /* border-radius: 12px; */
    background: #000;
}

.reviews-finder .video-container .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reviews-finder .video-container .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 0;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: rgba(0, 0, 0, .55);
}

.reviews-finder .video-container .pause-btn {
    display: none;
}

.reviews-finder .video-container.playing .play-btn {
    display: none;
}

.reviews-finder .video-container.playing:hover .pause-btn {
    display: grid;
}

/* Body */
.reviews-finder .review-card__body {
    padding: 14px 12px 12px;
}

.reviews-finder .review-card__title {
    margin: 0 0 16px;
    padding-top: 2px;
    font-family: 'Poppins SemiBold';
    font-size: 18px;
    line-height: 140%;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.reviews-finder .review-card__stars {
    color: #ff7a00;
    margin-bottom: 16px;
}

.reviews-finder .review-card__stars .bi {
    /* margin-right: 2px; */
}

/* Description + Read More link (injected by JS after 240 chars) */
.reviews-finder .review-card__desc {
    margin-bottom: 16px;
    font-family: 'Poppins Regular';
    font-size: 14px;
    line-height: 120%;
    color: #444444;
    min-height: 70px
}

.reviews-finder .review-card__desc .review-card__readmore {
    color: #e31b23;
    font-weight: 600;
    text-decoration: none;
    margin-left: 0px;
    border: none;
    background: transparent;
}

/* Meta */
.reviews-finder .review-card__meta {
    display: grid;
    grid-template-columns: 36px 1fr auto;
    gap: 12px;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.reviews-finder .review-card__avatar {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ecf0f3;
    color: #64748b;
    font-size: 1.25rem;
}

.reviews-finder .review-card__avatar img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
}

.reviews-finder .review-card__name {
    font-family: 'Poppins SemiBold';
    font-size: 14px;
    line-height: 140%;
    color: #444444;
}

.reviews-finder .review-card__sub {
    color: #444444;
    font-family: 'Poppins Regular';
    font-size: 12px;
    line-height: 140%;
}

.reviews-finder .review-card__tag {
    white-space: nowrap;
    float: right;
    min-width: 65px;
    min-height: 23px;
    opacity: 1;
    border-radius: 16px;
    background: #444444;
    font-family: 'Poppins Regular';
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
    padding: 3px 5px 0px 5px;
}

.cta-section {
    background-color: #fdeaea;
    /* Light pink background */
    border: 1px solid #f5c2c7;
    /* Light border */
    border-radius: 8px;
    padding: 30px 20px;
}

.cta-section h4 {
    font-weight: 700;
    color: #333;
}

.cta-section p {
    margin-bottom: 0;
    color: #555;
}

.cta-section .cta-btn {
    background-color: red;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cta-section .cta-btn:hover {
    background-color: darkred;
}


.facts__item .bi-globe2::before {
    content: "";
    background: url(/images/holidayRevamp/Testimonial/fi_702984.svg) no-repeat center;
    width: 50px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.facts__item .bi-person::before {
    content: "";
    background: url(/images/holidayRevamp/Testimonial/fi_9133202.svg) no-repeat center;
    width: 50px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.facts__item .bi-sunrise::before {
    content: "";
    background: url(/images/holidayRevamp/Testimonial/fi_3313689.svg) no-repeat center;
    width: 50px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.facts__item .bi-stars::before {
    content: "";
    background: url(/images/holidayRevamp/Testimonial/fi_3313592.svg) no-repeat center;
    width: 50px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.facts-section ul.facts {
    gap: 150px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.testimonial-banner-carousel .test-banner-overlay .Heading {
    max-width: 1062px;
    font-family: 'Poppins Bold';
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.testimonial-banner-carousel .test-banner-overlay .subheding {
    max-width: 861px;
    font-family: 'Poppins Bold';
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.testimonial-banner-carousel .test-banner-overlay a {
    text-decoration: none;
    color: #FFFFFF;
}

.bi-chevron-right::before {
    content: "";
    background: url(/images/holidayRevamp/Testimonial/arrow_circle_right-3.svg) no-repeat center;
    width: 36px;
    height: 36px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.bi-chevron-left::before {
    content: "";
    background: url(/images/holidayRevamp/Testimonial/arrow_circle_right-2.svg) no-repeat center;
    width: 36px;
    height: 36px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

header.reviews-finder__header.text-center.mb-md-4 {
    margin-bottom: 38.5px !important;
}

.reviews-finder .review-card__collage {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
    overflow: hidden;
    max-height: 186px;
    object-fit: cover;
    cursor: pointer;
}

.reviews-finder .review-card__collage .tile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Large tile (left side full height) */
.reviews-finder .review-card__collage .tile--large {
    grid-row: 1 / span 2;
    /* spans 2 rows */
    grid-column: 1 / 2;
    min-width: 130px;
    max-width: 270px;
    min-height: 186px;
    max-height: 186px;
}

/* Placeholder video tile */
.reviews-finder .review-card__collage .tile--ph {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    min-width: 130px;
    max-width: 130px;
    min-height: 93px;
    max-height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    font-size: 12px;
    color: #555;
}

/* Remaining small tile */
.reviews-finder .review-card__collage .tile:not(.tile--large):not(.tile--ph) {
    /* grid-row: 2 / 3; */
    grid-column: 2 / 3;
    min-width: 130px;
    max-width: 130px;
    min-height: 94px;
    max-height: 94px;
}

.reviews-finder__more.text-center.mt-3 {
    margin-top: 23px !important;
}

.Start-Journey {
    padding-top: 24px;
}

@media (max-width: 991.98px) {

    .cta-section {
        padding: 30px 16px;
        align-items: start !important;
        gap: 10px;
    }

    .container {
        max-width: 100% !important;
        padding: 0px 16px !important;
    }

    .reviews-finder .reviews-finder__grid>.review-card {
        flex: 1 1 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }

    .reviews-finder .reviews-finder__search-inner {
        min-width: 100%;
    }

    .facts-section ul.facts {
        gap: 48px;
        padding-bottom: 48px;
        padding-top: 48px;
    }

    .facts-section .facts__item {
        padding: 0;
    }

    .reviews-carousel.owl-carousel.owl-theme {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .reviews-section .review-card {
        max-width: none;
        max-height: none;
        width: 100%;
    }

    .reviews-section .container {
        padding-right: 16px !important;
    }

    .reviews-section .review-card__collage .tile.tile--large {
        max-width: none;
        max-height: none;
        min-width: auto;
        min-height: auto;
    }

    .reviews-section .review-card__collage {
        max-height: unset;
    }

    .reviews-section .review-card__collage .tile.tile--ph {
        max-width: none;
        max-height: none;
        min-width: auto;
        min-height: auto;
    }

    .reviews-section .review-card__collage .tile.small {
        max-width: none;
        max-height: none;
        min-width: auto;
        min-height: auto;
    }

    .banner-section .container {
        padding: 0 !important;
    }

    .banner-section .testimonial-banner-carousel .item {
        border-radius: 0px;
        max-height: 525px;
        min-height: 525px;
    }

    .reviews-lightbox .modal-dialog {
        margin: 0;
        max-width: unset !important;
    }

    .reviews-lightbox .modal-content {
        display: flex;
        /* align-items: center; */
        /* Vertically center the image */
        justify-content: center;
        /* Horizontally center the image */
        height: 100vh;
        border-radius: 12px 12px 0px 0px !important;
    }

    .reviews-lightbox .reviews-lightbox__img {
        max-height: 234px
    }

}


@media (max-width: 767px) {
    .reviews-lightbox .owl-dots {
        display: block;
        text-align: center;
        margin-top: 15px;
        position: relative;
        bottom: -100px;
    }

    .reviews-lightbox .owl-dot {
        display: inline-block;
        margin: 0 4px;
    }

    .reviews-lightbox .owl-dot span {
        width: 37.5px;
        height: 6px;
        display: block;
        border-radius: 5px;
        background: #C0C0C0;
    }

    .reviews-lightbox .owl-dot.active span {
        width: 130px;
        height: 6px;
        border-radius: 5px;
        background: #333333;
    }
}

@media (max-width: 575.98px) {
    .reviews-finder .reviews-finder__grid {
        gap: 14px;
    }

    .reviews-finder .reviews-finder__grid>.review-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}