.testimonial-section {
    max-width: 1128px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
    padding: 0 20px;
}

@media (min-width: 1128px) {
    .testimonial-section {
        padding: 0;
    }
}





.testimonial-slider-container {
    position: relative;
    width: 100%;
    padding: 0 10px;
    border-radius: 10px;
    /* border: 1px solid var(--primary-opacity-5); */
}

@media (min-width: 560px) {
    .testimonial-slider-container {
        padding: 0;
    }
}

.testimonial-slider-container .left-chevron,
.testimonial-slider-container .right-chevron {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(1, 147, 252, 0.3);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    width: 32px;
    height: 32px;
    font-size: 16px;
    box-shadow: 0 4px 16px #00000029;
}

.testimonial-slider-container .left-chevron:hover,
.testimonial-slider-container .right-chevron:hover {
    background-color: var(--primary);
    color: var(--white);
}

.testimonial-slider-container .left-chevron.swiper-button-disabled,
.testimonial-slider-container .right-chevron.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.testimonial-slider-container .left-chevron .chevron,
.testimonial-slider-container .right-chevron .chevron {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.testimonial-slider-container .left-chevron {
    left: -19px;
}

.testimonial-slider-container.lang-rtl .left-chevron {
    left: unset;
    right: -19px;
}

.testimonial-slider-container .right-chevron {
    right: -19px;
}

.testimonial-slider-container.lang-rtl .right-chevron {
    right: unset;
    left: -19px;
}

.testimonial-pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.testimonial-pagination-wrapper .testimonial-pagination {
    width: auto;
}

.testimonial-swiper {
    width: 100%;
    height: auto;
    padding: 10px 0;
}

@media (min-width: 720px) {
    .testimonial-swiper {
        padding: 25px 0;
    }
}

.testimonial-slider {
    min-height: 178px;
    width: 100%;
    max-width: 380px;
}

.testimonials .testimonial-card {
    min-height: 178px;
    width: 100%;
    max-width: 380px;
    padding: 26px 15px 22px 30px;
    color: #758185;
    border-radius: 15px;
    background: linear-gradient(180deg, #DEF1FF 0%, #C7DDED 100%);
}

.testimonials .testimonial-card .testimonial-quote {
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
}

.testimonials .testimonial-card .testimonial-author {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 15px;
}

.testimonials .testimonial-card .testimonial-author .testimonial-author-img img {
    height: 30px;
    min-width: 30px;
    width: 30px;
    border-radius: 50%;
}

.testimonials .testimonial-card .testimonial-author .testimonial-author-info {
    width: 100%;
}

.testimonials .testimonial-card .testimonial-author .testimonial-author-info .info-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials .testimonial-card .testimonial-author .testimonial-author-info .info-main .name {
    font-size: 11px;
    color: var(--black);
    font-weight: 600;
}

.testimonials .testimonial-card .testimonial-author .testimonial-author-info .info-main .testimonial-author-tag {
    align-self: flex-start;
    background-color: #fff;
    border-radius: 4px;
    color: var(--white);
    font-size: 10px;
    letter-spacing: 0.1px;
    padding: 4px 6px;
}

.testimonials .testimonial-card .testimonial-author .testimonial-author-info .info-main .testimonial-author-tag .active {
    color: #f7b603;
}

.testimonials .testimonial-card .testimonial-author .testimonial-author-info .url {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.65;
    color: #758185;
}

.testimonial-section .testimonial-slider-container .testimonial-swiper .swiper-wrapper {
    align-items: center;
}