.service-div{
    background-color: #F6F5F2;
}
.service-title {
    color:green; 
    font-size: 50px; 
    margin-top:20px;
}

.service-subtitle{
    color: #000;
    font-size:20px;
    font-weight:600;
    margin-top:-10px;
}

.service-description{
    color: #000;
    font-size:15px;
    font-weight:200;
    letter-spacing:0.5px;   
}

.all-services-div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.item {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    flex-direction: row;
    background: #FFF;
}

.icon {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    color: green;
    margin: 0 15px; /* Added margin for spacing */
}
.text {
    flex: 1;
    text-align: left;
    color:#000;
    font-weight: 100;
}

.title {
    font-weight: 600;
    margin-bottom: 5px;
    font-size:15px;
}
.desc {
    color: #000;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.one { background: #e8f6e8; }
.two { background: #d3d3d3; }
.three { background: #e8f6e8; }
.four { background: #d3d3d3; }
.five { background: #d3d3d3; }
.six { background: #e8f6e8; }
.seven { background: #d3d3d3; }
.eight { background: #e8f6e8; }

.vidImgDiv {
    position: relative;
    max-height: 780px;    
    height: 600px;
    padding: 10px;
    margin: 2;
}

.Ourservice-title {
    color: green;
    text-align: center;
    margin-top: 40px;
    font-weight: 500;
    font-size: 50px;
}

.Img1 {
    position:relative ;
    height: 100px;
    left: 45px;
}

.Img2 {
    position:relative ;
    height: 100px;
    left: 40px;
}

.video-container {
    position: relative;
    height: 400px;
    width: 500px;
    left: 55px;
    margin-top: -5px
}

.Vid1 {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
}

.Img3 {
    position:relative ;
    height: 100px;
    left: 275px;
}

.Img4 {
    position: relative;
    height: 100px;
    left: 270px;
    right: 10px;
}



@media (min-width: 1281px) and (max-width: 1500px) {
    .vidImgDiv {
        position: relative;
        max-height: 780px;    
        height: 600px;
        padding: 10px;
        margin: 2;
    }

    .Ourservice-title {
        color: green;
        text-align: center;
        margin-top: 40px;
        font-weight: 500;
        font-size: 50px;
    }

    .Img1 {
        position:relative ;
        height: 100px;
        left: 45px;
    }

    .Img2 {
        position:relative ;
        height: 100px;
        left: 40px;
    }

    .video-container {
        position: relative;
        height: 400px;
        width: 500px;
        left: 55px;
        margin-top: -5px
    }

    .Vid1 {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .Img3 {
        position:relative ;
        height: 100px;
        left: 275px;
    }

    .Img4 {
        position: relative;
        height: 100px;
        left: 270px;
        right: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
.vidImgDiv {
    position: relative;
    max-height: 780px;    
    height: 460px;
    padding: 10px;
    margin: 2;
}

.Ourservice-title {
    color: green;
    text-align: center;
    margin-top: 40px;
}

.Img1 {
    position:relative ;
    height: 100px;
    left: 30px;
}

.Img2 {
    position:relative ;
    height: 100px;
    left: 25px;
}

.video-container {
    position: relative;
    height: 250px;
    width: 350px;
    left: 25px;
    margin-top: 5px;
}

.Vid1 {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
}

.Img3 {
    position:relative ;
    height: 100px;
    left: 185px;
}

.Img4 {
    position: relative;
    height: 100px;
    left: 180px;
    right: 10px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vidImgDiv {
        position: relative;
        max-height: 780px;    
        height: 360px;
        padding: 10px;
        margin: 2;
    }

    .Ourservice-title {
        color: green;
        text-align: center;
        font-size: 40px;
        font-weight: 500;
        margin-top: 30px ;
    }

    .Img1 {
        position:relative ;
        height: 100px;
        left: 20px;
    }

    .Img2 {
        position:relative ;
        height: 100px;
        left: 15px;
    }

    .video-container {
        position: relative;
        height: 190px;
        width: 290px;
        left: 15px;
        margin-top: 5px;
    }

    .Vid1 {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .Img3 {
        position:relative ;
        height: 100px;
        left: 155px;
    }

    .Img4 {
        position: relative;
        height: 100px;
        left: 150px;
        right: 10px;
    }
}

@media (min-width: 912px) and (max-width: 991px) {
    .vidImgDiv {
        position: relative;
        max-height: 480px;    
        height: 350px;
        padding: 10px;
    }

    .Ourservice-title {
        color: green;
        text-align: center;
        font-size: 40px;
        font-weight: 500;
        margin-top: 20px;
    }

    .Img1 {
        position:relative ;
        height: 130px;
        width: 140px;
        left: 10px;
    }

    .Img2 {
        position:relative ;
        height: 130px;
        width: 140px;
        left: 10px;
    }

    .video-container {
        position: relative;
        height: 180px;
        width: 260px;
        left: 10px;
        margin-top: 5px;
    }

    .Vid1 {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .Img3 {
        position:relative ;
        height: 130px;
        width: 140px;
        left: 130px;
    }

    .Img4 {
        position: relative;
        height: 130px;
        width: 140px;
        left: 130px;
        right: 10px;
    }


}

@media (min-width: 853px) and (max-width: 911px) {
    .vidImgDiv {
        position: relative;
        max-height: 650px;    
        height: 580px;
        padding: 10px;
    }

    .Ourservice-title {
        color: green;
        text-align: center;
        font-size: 40px;
        font-weight: 500;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .Img1 {
        position:relative ;
        height: 150px;
        width: 160px;
        left: 40px;
    }

    .Img2 {
        position:relative ;
        height: 150px;
        width: 160px;
        left: 90px;
    }

    .video-container {  
        position: relative;
        height: 190px;
        width: 270px;
        left: 0px;
        margin-top: 240px;
    }

    .Vid1 {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .Img3 {
        position:relative ;
        height: 150px;
        width: 160px;
        left: 10px;
    }

    .Img4 {
        position: relative;
        height: 150px;
        width: 160px;
        left: 60px;
        right: 10px;
    }

}

@media (min-width: 820px) and (max-width: 852px) {
    .vidImgDiv {
        position: relative;
        max-height: 780px;    
        height: 600px;
        padding: 20px;
    }

    .Ourservice-title {
        color: green;
        text-align: center;
        font-size: 40px;
        font-weight: 500;
        margin-top: 20px;
    }

    .Img1 {
        position:relative ;
        height: 130px;
        width: 160px;
        left: 25px;
    }

    .Img2 {
        position:relative ;
        height: 130px;
        width: 160px;
        left: 80px;
    }

    .video-container {
        position: relative;
        height: 210px;
        width: 290px;
        left: -20px;
        margin-top: 230px;
        margin-bottom: -10px;
    }

    .Vid1 {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .Img3 {
        position:relative ;
        height: 130px;
        width: 160px;
        left: 5px;
    }

    .Img4 {
        position: relative;
        height: 130px;
        width: 160px;
        left: 60px;
        right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 819px) {
    .vidImgDiv {
        position: relative;
        max-height: 780px;    
        height: 670px;
        padding: 10px;
    }

    .Ourservice-title {
        text-align: center;
        font-size: 40px;
        font-weight: 500;
        margin-top: 100px;
        margin-bottom: -40px;
        color: green;
    }

    .Img1 {
        position:relative ;
        height: 130px;
        width: 170px;
        left: 10px;
    }

    .Img2 {
        position:relative ;
        height: 130px;
        width: 170px;
        left: 40px;
    }

    .video-container {
        position: relative;
        height: 210px;
        width: 270px;
        left: -20px;
        margin-top: 230px;
        margin-bottom: -50px;
    }

    .Vid1 {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .Img3 {
        position:relative ;
        height: 130px;
        width: 170px;
        left: 130px;
    }

    .Img4 {
        position: relative;
        height: 130px;
        width: 170px;
        left: 55px;
        right: 10px;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .vidImgDiv {
        position: relative;
        max-height: 860px;    
        height: 840px;
        padding: 10px;
    }

    .Ourservice-title {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        margin-top: 100px;
        color: green;
    }

    .Img1 {
        position:relative ;
        height: 140px;
        width: 180px;
        left: 60px;
        margin-top: -90px;
    }

    .Img2 {
        position:relative ;
        height: 140px;
        width: 180px;
        left: 235px;
        margin-top:-243px;
    }

    .video-container {
        position: absolute;
        height: 170px;
        width: 230px;
        left: 170px;
        margin-top: 120px;
    }

    .Vid1 {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .Img3 {
        position:relative ;
        height: 140px;
        width: 180px;
        left: 215px;
        margin-top: -220px;
    }

    .Img4 {
        position: relative;
        height: 140px;
        width: 180px;
        left: 285px;
        right: 10px;
        margin-top: -323px;
    }
}

@media (min-width: 430px) and (max-width: 539px) {
    .vidImgDiv {
        position: relative;
        max-height: 860px;    
        height: 840px;
        padding: 10px;
    }

    .Ourservice-title {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        margin-top: 100px;
        color: green;
    }

    .Img1 {
        position:relative ;
        height: 140px;
        width: 180px;
        left: 5px;
        margin-top: -90px;
    }

    .Img2 {
        position:relative ;
        height: 140px;
        width: 180px;
        left: 180px;
        margin-top:-243px;
    }

    .video-container {
        position: absolute;
        height: 170px;
        width: 230px;
        left: 110px;
        margin-top: 120px;
    }

    .Vid1 {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .Img3 {
        position:relative ;
        height: 140px;
        width: 180px;
        left: 160px;
        margin-top: -220px;
    }

    .Img4 {
        position: relative;
        height: 140px;
        width: 180px;
        left: 230px;
        right: 10px;
        margin-top: -323px;
    }
}

@media (min-width: 412px) and (max-width: 429px) {
    .vidImgDiv {
        position: relative;
        max-height: 860px;    
        height: 840px;
        padding: 10px;
    }

    .Ourservice-title {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        margin-top: 100px;
        color: green;
    }

    .Img1 {
        position:relative ;
        height: 140px;
        width: 180px;
        left: -5px;
        margin-top: -90px;
    }

    .Img2 {
        position:relative ;
        height: 140px;
        width: 180px;
        left: 170px;
        margin-top:-243px;
    }

    .video-container {
        position: absolute;
        height: 170px;
        width: 230px;
        left: 100px;
        margin-top: 120px;
    }

    .Vid1 {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .Img3 {
        position:relative ;
        height: 140px;
        width: 180px;
        left: 150px;
        margin-top: -220px;
    }

    .Img4 {
        position: relative;
        height: 140px;
        width: 180px;
        left: 220px;
        right: 10px;
        margin-top: -323px;
    }
}

@media (min-width: 390px) and (max-width: 411px) {
    .vidImgDiv {
        position: relative;
        max-height: 860px;    
        height: 840px;
        padding: 10px;
    }

    .Ourservice-title {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        margin-top: 100px;
        color: green;
    }

    .Img1 {
        position:relative ;
        height: 140px;
        width: 180px;
        left: -15px;
        margin-top: -90px;
    }

    .Img2 {
        position:relative ;
        height: 140px;
        width: 180px;
        left: 155px;
        margin-top:-243px;
    }

    .video-container {
        position: absolute;
        height: 170px;
        width: 230px;
        left: 90px;
        margin-top: 120px;
    }

    .Vid1 {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .Img3 {
        position:relative ;
        height: 140px;
        width: 180px;
        left: 140px;
        margin-top: -220px;
    }

    .Img4 {
        position: relative;
        height: 140px;
        width: 180px;
        left: 205px;
        right: 10px;
        margin-top: -323px;
    }

}

@media (min-width: 375px) and (max-width: 389px) {
    .vidImgDiv {
        position: relative;
        max-height: 860px;    
        height: 840px;
        padding: 10px;
    }

    .Ourservice-title {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        margin-top: 100px;
        color: green;
    }

    .Img1 {
        position:relative ;
        height: 130px;
        width: 170px;
        left: -15px;
        margin-top: -90px;
    }

    .Img2 {
        position:relative ;
        height: 130px;
        width: 170px;
        left: 150px;
        margin-top:-233px;
    }

    .video-container {
        position: absolute;
        height: 170px;
        width: 230px;
        left: 90px;
        margin-top: 120px;
    }

    .Vid1 {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .Img3 {
        position:relative ;
        height: 130px;
        width: 170px;
        left: 140px;
        margin-top: -220px;
    }

    .Img4 {
        position: relative;
        height: 130px;
        width: 170px;
        left: 200px;
        right: 10px;
        margin-top: -323px;
    }
}

@media (min-width: 360px) and (max-width: 374px) {
    .vidImgDiv {
        position: relative;
        max-height: 860px;    
        height: 840px;
        padding: 10px;
    }

    .Ourservice-title {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        margin-top: 100px;
        color: green;
    }

    .Img1 {
        position:relative ;
        height: 130px;
        width: 170px;
        left: -15px;
        margin-top: -90px;
    }

    .Img2 {
        position:relative ;
        height: 130px;
        width: 170px;
        left: 140px;
        margin-top:-233px;
    }

    .video-container {
        position: absolute;
        height: 170px;
        width: 230px;
        left: 80px;
        margin-top: 120px;
    }

    .Vid1 {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        object-fit: cover;
    }

    .Img3 {
        position:relative ;
        height: 130px;
        width: 170px;
        left: 140px;
        margin-top: -220px;
    }

    .Img4 {
        position: relative;
        height: 130px;
        width: 170px;
        left: 190px;
        right: 10px;
        margin-top: -323px;
    }

}




@media (max-width: 768px) {

    .service-title {
        font-size: 30px; 
        margin-top:20px;
    }

    .vidImgDiv {
    position: relative;
    padding: 15px;
    margin-top: -80px;
    }

    .Img1 {
        position: relative;
        padding: 10px;
        margin-left: 15px;
    }

    .Img2 {
        position: relative;
        padding: 10px;
        margin-left: 25px;
        margin-right: -120px;
    }

    .Vid1 {
        position: relative;
        padding: -50px;
    }
    .Img3 {
        position: relative;
        padding: 10px;
        margin-left: -140px;    
    }

    .Img4 {
        position: relative;
        padding: 10px;
        margin-left: -25px;    
    }

}