.testimonial-card {

    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.star {
    color: #f4b400;
    font-size: 18px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

/* DARK */
.testimonials-dark {
    background: #111;
    color: #fff;
}

.testimonials-dark .testimonial-card {
    background: #1e1e1e;
}

/* SOFT */
.testimonials-soft {
    background: #f8f9fa;
}


.testimonials-section .carousel-indicators {
    display: none;
}