.review-carousel-wrapper-122cb3b6 {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.review-carousel-viewport-122cb3b6 {
    overflow: hidden;
    width: 100%;
}
.review-carousel-track-122cb3b6 {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}
.review-slide-122cb3b6 {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 50px;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .review-slide-122cb3b6 {
        flex-direction: column;
        padding: 20px 40px; /* added horizontal padding for arrows */
    }
}
.slide-left-122cb3b6 {
    flex: 1;
    text-align: center;
}
.slide-left-122cb3b6 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px; /* Default border radius, configurable via Elementor */
    object-fit: cover;
}
.slide-right-122cb3b6 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px; /* Default gap, configurable via Elementor */
    position: relative;
}
.quote-icon-122cb3b6 {
    margin-bottom: 10px; /* Default margin, configurable via Elementor */
}
.review-text-122cb3b6 {
    font-size: 1.1em;
    line-height: 1.5;
}
.reviewer-name-122cb3b6 {
    font-size: 1em;
}
.star-rating-122cb3b6 {
    margin-top: 10px;
}
.star-rating-122cb3b6 i {
    margin-right: 2px;
}
.nav-btn-122cb3b6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}
.nav-btn-122cb3b6.prev { left: 0; }
.nav-btn-122cb3b6.next { right: 0; }
.nav-btn-122cb3b6:hover { background: #555; }