.swiper-pagination {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.swiper-pagination-bullet-active {
    background: #003056 !important;
}

.swiper-pagination-bullet-active-next,
.swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet-active-prev-prev {
    background: #343434 !important;
}
