.servicesSwiper {
    width: 100%;
    padding: 20px 0 60px;
}

.servicesSwiper .swiper-slide {
    height: 100% !important;
}

.servicesSwiper .card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
}

.servicesSwiper .card-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.servicesSwiper .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.2));
}

.servicesSwiper .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    color: #fff;
    z-index: 2;
}

.servicesSwiper .card-body h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
}

.servicesSwiper .card-body p {
    font-size: 15px;
    line-height: 1.7;
}

.servicesSwiper .swiper-button-next,
.servicesSwiper .swiper-button-prev {
    color: #fff;
}

.servicesSwiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.servicesSwiper .swiper-pagination-bullet-active {
    opacity: 1;
}

@media (min-width: 1200px) {
    .servicesSwiper {
        padding-left: 10px;
        padding-right: 10px;
    }
}