.testimonial-carousel-container-196f65e3 {
    position: relative;
    width: 100%;
}

.testimonial-carousel-wrapper-196f65e3 {
    overflow: hidden;
    width: 100%;
}

.testimonial-carousel-track-196f65e3 {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    margin: 0;
    padding: 0;
}

.testimonial-item-196f65e3 {
    box-sizing: border-box;
    padding: 10px;
    flex-shrink: 0;
}

.testimonial-item-inner-196f65e3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.testimonial-image-196f65e3 {
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.testimonial-rating-196f65e3 {
    margin-bottom: 15px;
}

.testimonial-rating-196f65e3 i {
    font-size: 16px;
    margin: 0 2px;
}

.testimonial-content-196f65e3 {
    font-size: 1.1em;
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-name-196f65e3 {
    font-weight: bold;
    margin-bottom: 5px;
}

.testimonial-title-196f65e3 {
    font-size: 0.9em;
    opacity: 0.8;
}

.carousel-nav-196f65e3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #333;
    transition: background-color 0.3s;
    padding: 0;
}

.carousel-nav-196f65e3:hover {
    background: rgba(0, 0, 0, 0.2);
}

.carousel-nav-196f65e3 svg {
    fill: currentColor;
}

.carousel-prev-196f65e3 {
    left: -20px;
}

.carousel-next-196f65e3 {
    right: -20px;
}

/* Fallback for when selectors don't apply immediately */
.testimonial-item-196f65e3 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .carousel-prev-196f65e3 {
        left: -40px;
    }
    .carousel-next-196f65e3 {
        right: -40px;
    }
}
