#hotelTestimonialBlock.tour-theme-testimonials {
    margin: 0;
    padding: 48px 0 76px;
}

#hotelTestimonialBlock.tour-theme-testimonials .home_block_desc_wrapper {
    margin-bottom: 34px;
}

#hotelTestimonialBlock.tour-theme-testimonials .home_block_heading {
    margin: 0 0 12px;
    color: #141414;
    font-size: 56px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: none;
}

#hotelTestimonialBlock.tour-theme-testimonials .home_block_description {
    margin: 0 auto;
    max-width: 720px;
    color: #686868;
    font-size: 17px;
    line-height: 1.75;
}

#hotelTestimonialBlock.tour-theme-testimonials .home_block_desc_line {
    display: none;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialSlider {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialViewport {
    overflow: visible;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialSlides {
    display: flex;
    align-items: stretch;
    gap: 26px;
    padding: 14px 0 10px;
    will-change: transform;
    transition: transform 0.45s ease;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialSlideItem {
    flex: 0 0 clamp(280px, 58vw, 760px);
    opacity: 0.26;
    transform: scale(0.9);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialSlideItem.is-active {
    opacity: 1;
    transform: scale(1);
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialSlideItem.is-prev,
#hotelTestimonialBlock.tour-theme-testimonials .testimonialSlideItem.is-next {
    opacity: 0.45;
    transform: scale(0.93);
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialCard {
    height: 100%;
    min-height: 310px;
    padding: 26px 28px 26px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 45px rgba(15, 23, 42, 0.09);
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialBrandName {
    margin-bottom: 26px;
    color: #6f6f6f;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialQuoteMark {
    display: none;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialContentContainer {
    margin-bottom: 26px;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialContentText {
    margin: 0;
    color: #1c1c1c;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    text-align: left;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialPersonDetail {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialPersonImg {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(17, 24, 39, 0.08);
    filter: grayscale(100%);
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialPersonName {
    margin: 0 0 2px;
    color: #1c1c1c;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialPersonDesig {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialSliderControls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialCounterWrap {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialCounter {
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialNavBtn {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #9a9a9a;
    box-shadow: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialNavBtn:hover,
#hotelTestimonialBlock.tour-theme-testimonials .testimonialNavBtn:focus {
    color: #111;
    transform: translateY(-1px);
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialDots {
    display: none;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialAction {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialActionBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    min-height: 46px;
    padding: 10px 24px;
    border-radius: 999px;
    background: #141414;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(17, 24, 39, 0.16);
}

#hotelTestimonialBlock.tour-theme-testimonials .testimonialActionBtn:hover,
#hotelTestimonialBlock.tour-theme-testimonials .testimonialActionBtn:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    #hotelTestimonialBlock.tour-theme-testimonials .home_block_heading {
        font-size: 42px;
    }

    #hotelTestimonialBlock.tour-theme-testimonials .testimonialSlideItem {
        flex-basis: min(88vw, 700px);
    }
}

@media (max-width: 767px) {
    #hotelTestimonialBlock.tour-theme-testimonials {
        padding: 28px 0 52px;
    }

    #hotelTestimonialBlock.tour-theme-testimonials .home_block_desc_wrapper {
        margin-bottom: 22px;
    }

    #hotelTestimonialBlock.tour-theme-testimonials .home_block_heading {
        font-size: 30px;
        line-height: 1.12;
    }

    #hotelTestimonialBlock.tour-theme-testimonials .home_block_description {
        font-size: 15px;
    }

    #hotelTestimonialBlock.tour-theme-testimonials .testimonialSlides {
        gap: 16px;
    }

    #hotelTestimonialBlock.tour-theme-testimonials .testimonialSlideItem,
    #hotelTestimonialBlock.tour-theme-testimonials .testimonialSlideItem.is-prev,
    #hotelTestimonialBlock.tour-theme-testimonials .testimonialSlideItem.is-next {
        flex-basis: calc(100vw - 42px);
        opacity: 1;
        transform: none;
    }

    #hotelTestimonialBlock.tour-theme-testimonials .testimonialCard {
        min-height: auto;
        padding: 22px 18px;
        border-radius: 18px;
    }

    #hotelTestimonialBlock.tour-theme-testimonials .testimonialBrandName {
        margin-bottom: 18px;
        font-size: 18px;
    }

    #hotelTestimonialBlock.tour-theme-testimonials .testimonialContentText {
        font-size: 15px;
    }
}

.testimonialPersonMeta {
    text-align: left;
}