.owl-carousel .owl-dots .owl-dot {
    background-color: white; /* Default inactive color */
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--color-primary-2);
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px; /* Add space between content and dots */
}

.owl-carousel .owl-dots .owl-dot {
    margin: 0 5px; /* Space between dots */
}
