/* ==========================================================
   Testimonials Carousel
   ========================================================== */

.section-testimonials .testimonials-carousel-wrap {
    position: relative;
    padding: 0 50px;
}

@media (max-width: 640px) {
    .section-testimonials .testimonials-carousel-wrap {
        padding: 0;
    }
}

.section-testimonials .owl-carousel .owl-stage {
    transition-timing-function: ease-in-out !important;
}

/* ── Аватар клиента — строго круглый ── */
.section-testimonials .author-avatar {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.section-testimonials .author-avatar img {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px;
    min-height: 52px;
    border-radius: 50% !important;
    object-fit: cover;
    display: block;
}

/* ── Стрелки навигации — стиль галереи ── */
.section-testimonials .owl-theme .owl-nav {
    position: static;
    margin: 0;
}

.section-testimonials .owl-theme .owl-nav .owl-prev,
.section-testimonials .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.45) !important;
    border-radius: 2px;
    color: #999 !important;
    cursor: pointer;
    display: block !important;
    font-size: 22px;
    padding: 4px 10px 5px;
    border: 0 none;
    margin: 0;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease;
    z-index: 10;
}

.section-testimonials .owl-theme .owl-nav .owl-prev { left: 0; }
.section-testimonials .owl-theme .owl-nav .owl-next { right: 0; }

.section-testimonials .owl-theme .owl-nav .owl-prev:hover,
.section-testimonials .owl-theme .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.65) !important;
    color: #fff !important;
}

.section-testimonials .owl-theme .owl-nav .owl-prev.disabled,
.section-testimonials .owl-theme .owl-nav .owl-next.disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 640px) {
    .section-testimonials .owl-theme .owl-nav .owl-prev,
    .section-testimonials .owl-theme .owl-nav .owl-next {
        display: none !important;
    }
}

/* ── Точки навигации — базовый стиль OWL темы ── */
.section-testimonials .owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.section-testimonials .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: 0 none;
    padding: 0;
}

.section-testimonials .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6 !important;
    display: block;
    border-radius: 30px;
    transition: background 0.2s ease;
}

.section-testimonials .owl-theme .owl-dots .owl-dot.active span,
.section-testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791 !important;
}
