.dtr-testimonial-carousel {
    position: relative;
    padding: 0 50px;
    margin-bottom: 30px;
}

.dtr-swiper-next,
.dtr-swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    z-index: 100;
    cursor: pointer;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    margin: 0;
}

.dtr-swiper-next:hover,
.dtr-swiper-prev:hover {
    background-color: #0056b3;
}

.dtr-swiper-next {
    right: 0;
}

.dtr-swiper-prev {
    left: 0;
}

.dtr-swiper-next:after,
.dtr-swiper-prev:after {
    font-family: 'swiper-icons';
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}