﻿body {

}

    .Sevice_sectionBg

{
    background-image: url('/Content/sysimage/Service_Images/Service_Main.png');
    background-size: cover;
    height:500px;
}
.Service_section-max-width {
    max-width: 1240px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.frameimg{
display:flex;
justify-content:center;
}

.Customer-tag {
    color: #EA1D25;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.Customer-tag::before,
.Customer-tag::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, #ff6b6b, #ee5a24);
    transform: translateY(-50%);
}

.Customer-tag::before {
    left: -113px;
}

    .Customer-tag::after {
        right: -113px;
    }
.servicehead h2{
    font-size:28px;
}
.desktopview{
    display:flex;
    justify-content:center;
}


.num {
    color: #ea1d25;
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    position: absolute;
}

.line {
    margin-top: -1.5px;
    border-style: solid;
    border-color: #ea1d25;
    border-width: 1.5px 0 0 0;
    width: 105px;
    height: 0px;
    position: absolute;
    left: 51px;
    top: 17px;
}

.nametitle {
    font-size: 24px;
    font-weight: bold;
    color: #002240 !important;
}


.roundbullet {
    border-radius: 50%;
    border-style: solid;
    border-color: #b5b5b5;
    border-width: 1.5px;
    width: 12px;
    height: 12px;
    position: relative;
    top: 18px;
}
.roundtext {
    margin-left: 50px;
    display: flex;
    margin-bottom: -6px;
    font-size:16px;
    font-weight:bolder;
}
.imgframe {
    height: 320px;
    position: relative;
    overflow-x: auto;
    box-sizing:border-box;
    margin:10px;
    
}

.servicesimg{
    width:354px;
    height:320px;
 
}

.swiper-container {
    width: 100%; /* Full screen width */
    max-width: 100vw;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.swiper-wrapper {
    width: 100%;
}

.swiper-slide {
    width: auto; /* Allow slides to size properly */
}
.swiper-wrapper {
    display: flex;
    animation: customSlide 20s linear infinite; /* Adjust the duration as needed */
}

@keyframes customSlide {
    0% {
        transform: translateX(0); /* Start with the first image in view */
    }

    25% {
        transform: translateX(-25%); /* Slide 1 to the second image */
    }

    50% {
        transform: translateX(-50%); /* Slide 2 to the third image */
    }

    75% {
        transform: translateX(-75%); /* Slide 3 to the fourth image */
    }

    100% {
        transform: translateX(-100%); /* Loop back to the first image */
    }
}

.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius:10px;
    }

.swiper-container:hover .swiper-wrapper {
    animation-play-state: paused; 
    cursor:pointer;
}
