.swiperCircle .swiper-pagination {
    position: relative;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0 !important;

}

.swiperCircle .swiper-pagination-bullet {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    opacity: 1;
    background: white;
    padding: 10px;
    border: 1px solid rgba(235, 235, 235, 1);
    display: flex;
    align-items: center;
    justify-content: center;

}

.swiperCircle .swiper-pagination-bullet:not(.swiper-pagination-bullet:has(+.swiper-pagination-bullet-active), .swiper-pagination-bullet-active, .swiper-pagination-bullet-active + .swiper-pagination-bullet, .swiper-pagination-bullet:last-child) {
    display: none;
}


html[dir="ltr"] .swiperCircle .swiper-pagination-bullet-active+.swiper-pagination-bullet:not(:last-child) {
    margin-right: 40px !important;

    position: relative;
}

html[dir="rtl"] .swiperCircle .swiper-pagination-bullet-active+.swiper-pagination-bullet:not(:last-child) {
    margin-left: 40px !important;
    position: relative;

}

html[dir="ltr"] .swiperCircle .swiper-pagination-bullet-active+.swiper-pagination-bullet:after {
    content: '...';
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
html[dir="rtl"] .swiperCircle .swiper-pagination-bullet-active+.swiper-pagination-bullet:after {
    content: '...';
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.swiperCircle .swiper-pagination-bullet-active {
    color: #fff;
    background: var(--main-blue);
}

.swiper-button-next,
.swiper-button-prev {
    width: 45px;
    height: 45px;
    text-align: center;
    opacity: 1;
    background: white;
    padding: 10px;
    border: 1px solid rgba(235, 235, 235, 1);
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px;
    font-weight: 800;
    color: #000;
}