.testimonial-slider {
    background: #BC132A;
    padding: 4.39238653% 0 3.660322108% 0;
    overflow: hidden;
    position: relative;
}

.testimonial-slider__container {
    max-width: 75rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.testimonial-slider__left {
    display: block;
    flex: 0 0 31.5%;
    max-width: 31.5%;
}

.editor-styles-wrapper .block-editor-block-list__layout h2.testimonial-slider__title,
.single-content h2.testimonial-slider__title {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.testimonial-slider__right {
    position: relative;
    flex: 0 0 63.166666667%;
    max-width: 63.166666667%;
}

/* Swiper slide layout */
.testimonial-slider__slide-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.testimonial-slider__image-wrapper {
    position: relative;
    flex: 0 0 40.897097625%;
    max-width: 40.897097625%;
}

.testimonial-slider__image {
    width: 100%;
    height: auto;
}

.testimonial-slider__placeholder-avatar {
    width: 100%;
    height: 100%;
    background: #252529;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slider__info-wrapper {
    flex: 0 0 53.034300792%;
    max-width: 53.034300792%;
}

/* Quote styles */
.testimonial-slider__quote-icon {
    display: inline-flex;
    width: 1.875rem;
    height: 1.375rem;
    background: url(../../assets/images/quote.svg) no-repeat center center;
    background-size: contain;
}

.testimonial-slider__quote-icon--close {
    margin-top: 0.625rem;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.testimonial-slider__quote-text {
    position: relative;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 400;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-slider__meta {
    margin-top: 1.375rem;

}

.editor-styles-wrapper .block-editor-block-list__layout h4.testimonial-slider__name,
.single-content h4.testimonial-slider__name {
    font-size: 1.0625rem;
    color: #fff;
    font-weight: 700;
    margin: 0 0 0.3125rem 0;
}

.testimonial-slider__role {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
}

/* Pagination Dots */
.testimonial-slider__footer {
    position: absolute;
    left: 46%;
    bottom: 0.625rem;
    display: flex;
    justify-content: flex-start;
}

.testimonial-slider__pagination {
    display: flex;
    align-items: center;
}

.testimonial-slider__pagination .swiper-pagination-bullet {
    background: #2D2D2D !important;
    opacity: 1 !important;
    width: 6px !important;
    height: 6px !important;
    margin: 0 6px !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.testimonial-slider__pagination .swiper-pagination-bullet-active {
    background: #ffffff !important;
    width: 12px !important;
    height: 12px !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .testimonial-slider {
        padding: 3.125rem 1.25rem;
    }

    .testimonial-slider__container {
        gap: 1.25rem;
    }

    .testimonial-slider__left,
    .testimonial-slider__right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonial-slider__slide-content {
        gap: 1.25rem;
    }

    .testimonial-slider__image-wrapper,
    .testimonial-slider__info-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonial-slider__footer {
        position: static;
        padding-top: 1rem;
    }

    .testimonial-slider__pagination {
        display: flex;
        gap: 0.625rem;
    }

    .testimonial-slider__pagination .swiper-pagination-bullet {
        margin: 0 !important;
    }
}