.section-title {
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1.2;
}


@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .section-title {
        font-size: 30px;
    }
}

.section-title span {
    color: #18361D;
    display: block;
}

.section-title .color {
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .section-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 30px !important;
    }
}



.swiper-slide {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    height: 350px !important;
    transition: transform 0.3s ease-in-out;
}

@media(max-width:1024px) {
    .swiper-slide {
        height: auto !important;

    }
}

.swiper-slide:hover {
    transform: scale(1.05);
}

.service-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.service-heading {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
}

.service-content {
    font-size: 1rem;
    color: #555;
}

.swiper-slide {
    min-width: auto !important;
    flex-shrink: 0;
}

.swiper-container {
    width: 100%;

    position: relative;
    height: 450px;
    overflow: hidden !important;
}

.swiper-slide {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    height: 360px;
    transition: transform 0.3s ease-in-out;
}

.swiper-slide:hover {
    transform: scale(1.05);
}

.service-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.service-heading {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
}

.service-content {
    font-size: 1rem;
    color: #555;
}
