.ecw-testimonial-slider .prev,
.ecw-testimonial-slider .next {
    cursor: pointer;
    font-size: 24px;
    margin: 0 10px;
    color: #333;
}

.ecw-rating {
    margin: 10px 0;
}

.ecw-star.filled {
    color: gold;
}

.owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 15px;
}

.owl-dot span {
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    display: block;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #333;
}

.ecw-testimonial-slider-wrapper {
    position: relative;
}

.ecw-testimonial-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.ecw-testimonial-slider .owl-nav button.owl-prev,
.ecw-testimonial-slider .owl-nav button.owl-next {
    pointer-events: all;
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 24px;
    border-radius: 50%;
    color: #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
