/*+++++++++++++++++++++++++++++++++++++++++++++++
    Home Carousels Styles | Testimonials Carousel
************************************************/
.econotec-home__testimonial-carousel {
    margin: 0 auto;
    padding: 0 25px;
}

.econotec-home__testimonial-carousel .owl-stage {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.econotec-home__testimonial-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.econotec-home__testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    background-color: #242424;
    max-width: max-content;
    padding: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    margin-top: 0;
}

.econotec-home__testimonial-carousel .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #242424;
    border-radius: 50%;
    margin: 0 5px;
    transition: background-color 0.3s ease;
}

.econotec-home__testimonial-carousel .owl-dot {
    background-color: var(--primary-color-mode1) !important;
}

.econotec-home__testimonial-carousel .owl-dot.active {
    background-color: var(--secondary-color-mode1) !important;
}

.econotec-home__testimonial-carousel .owl-dot:hover{
    background-color: var(--secondary-color-mode1) !important;
}

.econotec-home__testimonial-carousel .owl-nav {
    display: none;
}