
.reviews-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.reviews-carousel .owl-dot {
    display: inline-block;
    margin: 0 4px; 
}

.reviews-carousel .owl-dot span {
    display: block;
    width: 50px;       
    height: 2px;      
    background: #cfcfcf; 
    transition: background 0.3s ease, transform 0.3s ease;
}

.reviews-carousel .owl-dot.active span {
    background: #000;
}


/* 
.reviews-carousel .owl-dot:hover span {
    background: #999;
    transform: scaleY(1.2);
}
    */
