.service-slide-section .provide-world-swiper {
    padding-bottom: 60px !important;
}

.service-slide-section .provide-world .swiper-pagination {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 4px !important;
    background: #232323 !important;
    border-radius: 2px !important;
    margin: 0 auto !important;
}

.service-slide-section .provide-world .swiper-pagination-progressbar-fill {
    background: #d4ff6b !important;
    border-radius: 2px !important;
}

/* Service thumbnail styles */
.service-slide-section .provide-world .service-thumbnail {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}
.service-slide-section .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--p1);

}