/* ==========================================
   MODUL: REFERENCIE SLIDER
   ========================================== */

.testimonials-module {
    padding: 40px 15px 60px;
}

.testimonials-module .testimonial-wrapper {
    max-width: 800px;
    padding: 0 40px;
}

.testimonials-module .quote-icon {
    font-size: 2.5rem;
    color: #111;
}

.testimonials-module .testimonial-content {
    line-height: 1.6;
    color: #333;
}

/* --- Bodky (Indikátory) --- */
.testimonials-module .custom-indicators {
    bottom: -50px;
    margin-bottom: 0;
}

.testimonials-module .custom-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: transparent !important;
    border: 1px solid #777 !important;
    margin: 0 5px !important;
    opacity: 1 !important;
    transition: all 0.3s ease;
}

.testimonials-module .custom-indicators button.active {
    background-color: #777 !important;
}

/* --- Šípky (Controls) --- */
.testimonials-module .custom-control {
    width: 5%;
}

.testimonials-module .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.testimonials-module .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

@media (max-width: 768px) {
    .testimonials-module .custom-control {
        display: none;
    }
    .testimonials-module .testimonial-wrapper {
        padding: 0 10px;
    }
}