.swiper-slide:hover .fa-search-plus {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.testimonial-carousel {
    overflow: hidden;
    margin: 0 auto;
}

.testimonial-text {
    line-height: 1.8;
    color: #555;
    font-style: italic;
}

.testimonial-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}
