.cx_imge_carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cx_imge_carousel .owl-item img {
    max-width:max-content;
}

.cx_imge_carousel .owl-dot {
    height: 10px;
    width: 10px;
    position: relative;
    background:var( --e-text-light ) !important;
    margin: 0 6px;
    border-radius: 50%;
}

.cx_imge_carousel .owl-item > div {
    display: flex;
    justify-content: center;
}

.cx_imge_carousel .owl-dot.active {
    background: transparent !important;
    top: 2px;
}

.cx_imge_carousel .owl-dot.active::after {

    content: url(https://whitecraftanimation.com/wp-content/uploads/2025/01/Frame-16838.png);
    display: block;
    position: absolute;
    top: -50%;
    top: calc(-50% + 1px);

}

.cx_imge_carousel .owl-dots {

    text-align:center;
    margin-top: 20px;

}