/* Add this CSS to your styles */
.swiper-container {
    width: 100%;
    padding: 20px;
}

.swiper-slide {
    background-color: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
}

.elementor-testimonial-content-main {
    padding: 20px;
}

.elementor-testimonial-content {
    font-size: 16px;
    line-height: 1.6;
}

.elementor-testimonial-group-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.elementor-client-info {
    flex-grow: 1;
    padding: 0 20px;
}

.elementor-client-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.elementor-client-designation {
    font-size: 14px;
    color: #777;
}

.elementor-testi-star-rating {
    font-size: 24px;
    color: #ffd700; /* gold color for stars */
}
