.drts-testimonial-slider .swiper {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.drts-testimonial-slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.drts-testimonial-slider .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: transform;
    display: flex;
}

.drts-testimonial-slider {
    position: relative;
    width: 100%;
}

.drts-testimonial-slider .drts-swiper {
    width: 100%;
    overflow: hidden;
}

.drts-testimonial-slider .swiper-wrapper {
    align-items: stretch;
}

.drts-testimonial-slider .swiper-slide {
    height: auto;
    display: flex;
}

.drts-testimonial-slider .drts-slide {
    box-sizing: border-box;
}

.drts-testimonial-slider .drts-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    height: auto;
    box-sizing: border-box;
    background: #b384eb;
    border-radius: 24px;
    padding: 40px 32px 32px;
}

.drts-testimonial-slider .drts-media {
    display: flex;
    width: 100%;
    margin-bottom: 28px;
}

.drts-testimonial-slider .drts-media img {
    display: block;
    max-width: 100%;
    width: 160px;
    height: 90px;
    object-fit: contain;
}

.drts-testimonial-slider .drts-quote-wrap {
    margin-bottom: 18px;
}

.drts-testimonial-slider .drts-quote-icon {
    display: inline-flex;
    line-height: 1;
    color: #7b3fd1;
}

.drts-testimonial-slider .drts-quote-icon i,
.drts-testimonial-slider .drts-quote-icon svg {
    width: 52px;
    height: 52px;
    font-size: 52px;
}

.drts-testimonial-slider .drts-review {
    color: #111111;
    font-size: 20px;
    line-height: 1.65;
    margin-bottom: 28px;
}

.drts-testimonial-slider .drts-author-wrap {
    margin-top: auto;
}

.drts-testimonial-slider .drts-author-name {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

.drts-testimonial-slider .drts-author-designation {
    color: #111111;
    font-size: 18px;
    line-height: 1.4;
}

.drts-testimonial-slider .drts-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all .25s ease;
}

.drts-testimonial-slider .drts-arrow-prev {
    left: 10px;
}

.drts-testimonial-slider .drts-arrow-next {
    right: 10px;
}

.drts-testimonial-slider .drts-pagination {
    position: static;
    margin-top: 20px;
    text-align: center;
}

.drts-testimonial-slider .drts-pagination .swiper-pagination-bullet {
    opacity: 1;
}

.drts-testimonial-slider .swiper-pagination-lock,
.drts-testimonial-slider .swiper-button-lock {
    display: none;
}

@media (max-width: 767px) {
    .drts-testimonial-slider .drts-card {
        padding: 28px 22px;
    }

    .drts-testimonial-slider .drts-review {
        font-size: 17px;
    }

    .drts-testimonial-slider .drts-author-name {
        font-size: 20px;
    }

    .drts-testimonial-slider .drts-author-designation {
        font-size: 16px;
    }
}
