/* Enhanced Testimonial Section Hover Effects */
.testimonial-left > div:hover img,
.testimonial-right > div:hover img {
    transform: scale(1.05);
}

.testimonial-left > div:hover,
.testimonial-right > div:hover {
    box-shadow: 0 12px 30px rgba(205, 95, 55, 0.3) !important;
    border-color: #CD5F37 !important;
}

.testimonial-item {
    transition: all 0.4s ease;
}

.testimonial-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(205, 95, 55, 0.2) !important;
}
