/* Testimonials Section */
            .testimonial-card {
                border-radius: 10px;
            }
            
            .testimonial-avatar {
                width: 50px;
                height: 50px;
                font-size: 1.2rem;
                font-weight: 600;
            }
            
            .carousel-indicators [data-bs-target] {
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background-color: var(--primary);
                opacity: 0.5;
            }
            
            .carousel-indicators .active {
                opacity: 1;
            }