.line-height-30 { line-height: 30px !important; }
.mt10 { margin-top: 10px; }

/* Ensure Swiper wrapper adapts to content height */
.swiper {
    height: auto !important;
}

/* Ensure each slide adapts to content height */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
}

/* Ensure testimonial content wraps around image size */
.testimonial-content img {
    width: 100%; /* Maintain responsiveness */
    height: auto; /* Adjust height dynamically */
    max-height: 100%; /* Prevent overflow */
    object-fit: contain; /* Ensure images fit without distortion */
}