/* Testimonials Section Mobile Styles (max-width: 768px) */
.testimonials-section {
    padding: 50px 0;
}

.testimonials-section .section-title {
    font-size: 1.8rem;
}

.testimonials-section .section-subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
}

.testimonials-carousel-wrapper {
    padding: 0 10px; /* Less space for buttons on smaller screens */
}

.testimonial-card {
    margin-right: 15px; /* Smaller gap between cards on mobile */
    padding: 20px;
}

.client-image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.client-info h4 {
    font-size: 1.1rem;
}
.client-info span {
    font-size: 0.9rem;
}

.feedback-text {
    font-size: 0.95rem;
    padding: 0 10px;
}

.quote-icon {
    font-size: 1.2rem;
}

.carousel-prev,
.carousel-next {
    padding: 10px 5px;
    font-size: 1.2rem;
}