/* Testimonials Slider */
.sfc-testimonials-slider {
    padding: 120px 20px 0;
    font-family: var(--sfc-font-primary);
}

.sfc-testimonials-slider__container {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

/* Slider */
.sfc-testimonials-slider__slider {
    position: relative;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    overflow: hidden !important;
}

.sfc-testimonials-slider__slider .swiper-wrapper {
    height: auto;
}

.sfc-testimonials-slider__slider .swiper-slide {
    height: auto;
    display: flex;
}

/* Card */
.sfc-testimonials-slider__card {
    background-color: #fff;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.sfc-testimonials-slider__card-inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Avatar */
.sfc-testimonials-slider__avatar-wrapper {
    position: relative;
    flex-shrink: 0;
}

.sfc-testimonials-slider__avatar {
    width: auto;
    height: 153px;
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.sfc-testimonials-slider__avatar-decor {
    position: absolute;
    bottom: 0px;
    right: -21px;
    width: 139px;
    height: 124px;
    background-image: url("../images/yellow-decoration.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.sfc-testimonials-slider__star-decor {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 34px;
    height: 45px;
    background-image: url('../images/star-decoration.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Content */
.sfc-testimonials-slider__content {
    flex: 1;
}

/* Quote Icon */
.sfc-testimonials-slider__quote-icon {
    margin-bottom: 30px;
}

.sfc-testimonials-slider__quote-icon svg {
    width: 40px;
    height: auto;
}

.sfc-testimonials-slider__text {
    font-size: 32px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 50px;
    color: #000000;
}

.sfc-testimonials-slider__author {
    font-size: 26px;
    font-weight: 700;
    color: var(--sfc-color-secondary);
    margin: 0;
    margin-bottom: 20px;
}

.sfc-testimonials-slider__location {
    padding-bottom: 40px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
    font-size: 22px;
    color: var(--sfc-color-text-black);
}

/* Navigation */
.sfc-testimonials-slider__nav {
    position: relative;
    bottom: 0;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
    padding-bottom: 10px;
}

/* Pagination */
.sfc-testimonials-slider__pagination {
    position: relative !important;
    display: flex;
    gap: 8px;
    width: auto !important;
}

.sfc-testimonials-slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #b8d8e0;
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.sfc-testimonials-slider__pagination .swiper-pagination-bullet-active {
    background-color: var(--sfc-color-primary);
}

/* Navigation Buttons */
.sfc-testimonials-slider__button-prev,
.sfc-testimonials-slider__button-next {
    position: relative !important;
    width: 52px !important;
    height: 50px !important;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sfc-testimonials-slider__button-prev {
    background-image: url('data:image/svg+xml;utf8,<svg width="52" height="50" viewBox="0 0 52 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M45.4186 10.9395C43.6699 8.51917 37.9113 0.534218 28.768 0.0249403C23.5851 -0.262998 19.6059 1.98369 16.1717 3.91743C13.9691 5.15311 8.40411 8.38167 4.50811 15.0163C2.95811 17.6439 -2.26877 26.534 1.12294 35.5304C5.144 46.2184 18.5778 49.7727 27.0763 49.4885C29.2509 49.4176 35.3088 49.1281 41.2627 44.9406C42.9278 43.7675 48.2628 39.8964 50.3704 32.7791C53.5219 22.1768 46.9559 13.0844 45.416 10.9477L45.4186 10.9395Z" fill="%23196B81"/></svg>');
}

.sfc-testimonials-slider__button-next {
    background-image: url('data:image/svg+xml;utf8,<svg width="52" height="50" viewBox="0 0 52 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M45.4186 10.9395C43.6699 8.51917 37.9113 0.534218 28.768 0.0249403C23.5851 -0.262998 19.6059 1.98369 16.1717 3.91743C13.9691 5.15311 8.40411 8.38167 4.50811 15.0163C2.95811 17.6439 -2.26877 26.534 1.12294 35.5304C5.144 46.2184 18.5778 49.7727 27.0763 49.4885C29.2509 49.4176 35.3088 49.1281 41.2627 44.9406C42.9278 43.7675 48.2628 39.8964 50.3704 32.7791C53.5219 22.1768 46.9559 13.0844 45.416 10.9477L45.4186 10.9395Z" fill="%23196B81"/></svg>');
}

.sfc-testimonials-slider__button-prev:hover,
.sfc-testimonials-slider__button-next:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

/* Empty state */
.sfc-testimonials-slider__empty {
    text-align: center;
    padding: var(--sfc-space-2xl);
    color: var(--sfc-color-text-muted);
    font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {

    .sfc-testimonials-slider {
        padding: 80px 20px;
    }

    .sfc-testimonials-slider__card {
        padding: 30px 25px;
    }

    .sfc-testimonials-slider__card-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .sfc-testimonials-slider__quote-icon {
        display: flex;
        justify-content: center;
    }

    .sfc-testimonials-slider__author {
        font-size: 20px;
    }

    .sfc-testimonials-slider__text {
        margin-bottom: 20px;
    }

    .sfc-testimonials-slider__location {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .sfc-testimonials-slider {
        padding: 60px 15px;
    }

    .sfc-testimonials-slider__card {
        padding: 25px 20px;
    }

    .sfc-testimonials-slider__text {
        font-size: 18px;
    }

    .sfc-testimonials-slider__button-prev,
    .sfc-testimonials-slider__button-next {
        width: 40px !important;
        height: 40px !important;
    }
}

/* Swiper overrides */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: auto !important;
    top: auto !important;
    left: 0 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: white;
    font-size: 22px !important;
}
