.testimonials-slider .swiper-slide {
    display: flex;
    height: auto;
}

.testimonial-card {
    border-color: rgba(0,0,0,0.05) !important;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    background-color: #fff !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.swiper-button-next-custom,
.swiper-button-prev-custom {
    transition: all 0.3s ease;
}

.swiper-button-next-custom:hover,
.swiper-button-prev-custom:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

@media (max-width: 576px) {
	.testimonial-card { padding: 1rem !important; }
	.testimonial-card svg { width: 24px; height: 24px; }
	.testimonial-card p { font-size: 0.85rem !important; line-height: 1.4 !important; }
	.testimonial-card .rounded-circle { width: 36px; height: 36px; font-size: 0.8rem !important; }
	.testimonial-card h5 { font-size: 0.85rem !important; }
	.testimonial-card p.small { font-size: 0.7rem !important; }
}
