/* Service Products Carousel - 8c5be7a7 */

.spc-8c5be7a7-wrapper {
    width: 100%;
}

.spc-8c5be7a7-cat-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #0d6efd;
    display: inline-block;
}

.spc-8c5be7a7-carousel-container {
    position: relative;
    padding: 0 50px;
}

.spc-8c5be7a7-swiper {
    overflow: hidden;
}

.spc-8c5be7a7-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.spc-8c5be7a7-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.spc-8c5be7a7-card-image-link {
    display: block;
    text-decoration: none;
}

.spc-8c5be7a7-card-image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
    overflow: hidden;
}

.spc-8c5be7a7-card:hover .spc-8c5be7a7-card-image {
    transform: scale(1.05);
}

.spc-8c5be7a7-no-image {
    background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.spc-8c5be7a7-card-body {
    padding: 16px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.spc-8c5be7a7-card-title-link {
    text-decoration: none;
}

.spc-8c5be7a7-card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.spc-8c5be7a7-card-excerpt {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

/* Navigation Buttons */
.spc-8c5be7a7-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.spc-8c5be7a7-nav-btn:hover {
    opacity: 0.85;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.spc-8c5be7a7-nav-prev {
    left: 0;
}

.spc-8c5be7a7-nav-next {
    right: 0;
}

/* Pagination */
.spc-8c5be7a7-pagination {
    margin-top: 16px;
    text-align: center;
    position: relative !important;
    bottom: auto !important;
}

.spc-8c5be7a7-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.spc-8c5be7a7-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

/* Swiper slide height */
.spc-8c5be7a7-swiper .swiper-slide {
    height: auto;
}

/* Responsive */
@media (max-width: 767px) {
    .spc-8c5be7a7-carousel-container {
        padding: 0 40px;
    }

    .spc-8c5be7a7-nav-btn {
        width: 34px;
        height: 34px;
    }

    .spc-8c5be7a7-cat-title {
        font-size: 20px;
    }
}
