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

.dtr-testimonial-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.dtr-testimonial-pagination .swiper-pagination-bullet-active {
    background-color: #007bff;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.dtr-swiper-next:after,
.dtr-swiper-prev:after {
    font-family: swiper-icons;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.dtr-swiper-prev:after {
    content: 'prev';
}

.dtr-swiper-next:after {
    content: 'next';
}

.dtr-swiper-next:hover,
.dtr-swiper-prev:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}

.dtr-testimonial-wrapper {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin: 10px;
}

.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Ensure the navigation arrows are visible */
.dtr-swiper-next,
.dtr-swiper-prev {
    outline: none !important;
    transform: scale(1);
    opacity: 1 !important;
}