.testimonial-slider-container-97350e9e {
    width: 100%;
    padding-bottom: 40px !important;
}
.testimonial-card-97350e9e {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #f3f4f6;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-card-97350e9e:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.testimonial-header-97350e9e {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.client-avatar-97350e9e {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.client-meta-97350e9e h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.client-meta-97350e9e span {
    font-size: 13px;
}
.feedback-text-97350e9e {
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
    flex-grow: 1;
}
.star-rating-97350e9e {
    display: flex;
    gap: 4px;
}
.pagination-97350e9e {
    position: absolute;
    bottom: 0 !important;
}
.pagination-97350e9e .swiper-pagination-bullet-active {
    background: #10b981 !important;
}
.widget-contact-info-97350e9e {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #e5e7eb;
    font-size: 14px;
}
.widget-contact-info-97350e9e a {
    text-decoration: none;
    font-weight: 500;
}
.widget-contact-info-97350e9e a:hover {
    text-decoration: underline;
}
