/* Swiper Container */
.services-active-two.swiper {
    width: 100%;
    padding: 20px 0 50px;
    overflow: hidden;
    flex-shrink: 0;
}

/* Swiper Wrapper */
.services-active-two .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* Swiper Slide */
.services-active-two .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

/* Slide content should take full height */
.services-active-two .swiper-slide .services-item-five {
    width: 100%;
    height: 100%;
}

/* Swiper Pagination */
.services-active-two .swiper-pagination {
    bottom: 0;
    position: relative;
    margin-top: 30px;
}

.services-active-two .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ddd;
    opacity: 1;
    margin: 0 5px;
}

.services-active-two .swiper-pagination-bullet-active {
    background-color: #007bff;
}

/* Swiper Navigation */
.services-active-two .swiper-button-next,
.services-active-two .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: white;
}

.services-active-two .swiper-button-next:after,
.services-active-two .swiper-button-prev:after {
    font-size: 18px;
}

.services-active-two .swiper-button-next:hover,
.services-active-two .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}