
.drb-testimonial-widget {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.drb-testimonial-widget .swiper-wrapper {
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
}

.drb-testimonial-widget .swiper-slide {
    height: auto;
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
}

.drb-testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%;
    width: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    box-sizing: border-box;
}

.drb-testimonial-icon svg {
    display: inline-block;
}

.drb-testimonial-review {
    white-space: pre-line;
}

.drb-testimonial-divider {
    display: block;
    width: 100%;
    flex: 0 0 auto;
}

.drb-testimonial-author-box {
    margin-top: auto;
}

.drb-testimonial-author-name,
.drb-testimonial-author-designation {
    line-height: 1.4;
}

.drb-testimonial-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(0,0,0,0.2);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.drb-testimonial-prev {
    left: 8px;
}

.drb-testimonial-next {
    right: 8px;
}

.drb-testimonial-pagination {
    margin-top: 20px;
    text-align: center;
}

.drb-testimonial-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

.drb-testimonial-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}


.drb-testimonial-pagination .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 999px;
    background: rgba(255,255,255,0.45);
    transition: background-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.drb-testimonial-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
    transform: scale(1.05);
}

.drb-testimonial-pagination .swiper-pagination-bullet-active {
    background: #fff;
}
