.banner-sv{
    margin: 0 100px;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.service-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.service-title a{
    text-decoration: none;
    color: #fff;
}

.service-title p{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    bottom: -24px;
}

.service-title h2{
    color: #FFD200;
    font-size: 100px;
}

.service-title .btn-sv{
    background-color: #FFD200;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.tech-sv{
    margin-top: 60px;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.tech-sv .tech-content{
    width: 60%;
    padding-top: 80px;
}

.tech-sv .tech-content h3{
    font-size: 34px;
    color: #FFD200;
}

.tech-sv .tech-content .tech-con{
    margin-top: 24px;
}

.tech-sv .tech-content .tech-con p{
    font-size: 24px;
}

.tech-sv .tech-image{
    width: 40%;
}

.tech-sv .tech-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.target{
    margin-top: 20px;
    background-color: #FFD200;
    height: auto;
    width: 100%;
    padding: 30px 0;
}

.target h2{
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}

.target-list{
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    margin-top: 10px;
}

.target-list .target-item{
    display: flex;
    flex-direction: column;
    align-items: center;   
    flex: 1;     
}

.target-list .target-item p{
    font-size: 24px;
    color: #fff;
}

.skill{
    margin-top: 60px;
    padding: 0 100px;
}

.skill .skill-title{
    margin-bottom: 34px;
}

.skill .skill-title h3{
    color: #FFD200;
    text-align: center;
    font-size: 30px;
}

.skill .skill-title .skill-title-content{
    margin-top: 20px;
}

.skill .skill-title .skill-title-content p{
    font-size: 24px;
    text-align: center;
}

.skill-list{
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-top: 50px;
}

.skill-list .skill-item{
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    border: 1px solid #FFD200;
    border-radius: 10px;
}

.skill-list .skill-item h5{
    font-size: 24px;
    color: #FFD200;
}

.skill-list .skill-item img{
    margin: 16px 0;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #FFD200;
}

.skill-list .skill-item p{
    font-size: 20px;
    color: #000;
    text-align: center;
}

.social{
    display: flex;
    padding: 0 100px;
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: space-between;
    gap: 60px;
}

.social img{
    width: 100%;
}

.social-image{
    width: 52%;
    display: flex;
    gap: 4px;
}

.im-r{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 50%;
}

.im-l{
    width: 50%;
}

.social-content{
    width: 48%;
}

.social-content h3{
    font-size: 34px;
    color: #FFD200;
    letter-spacing: 6px;
}

.social-content p{
    font-size: 24px;
    letter-spacing: 4px;
}

.social-content .social-con{
    margin-top: 16px;
}

.social-content .line{
    width: 60%;
    height: 2px;
    background-color: #FFD200;
    margin-top: 30px;
}

.social-note{
    margin-top: 160px;
}

.social-note h4{
    font-size: 28px;
    color: #FFD200;
    letter-spacing: 6px;
}

.social-note p{
    font-size: 24px;
}

.ban-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.training{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 60px;
}

.training h3{
    font-size: 34px;
    color: #FFD200;
    letter-spacing: 6px;
    margin-bottom: 12px;
}

.training .training-content{
    margin: 10px 0;  
}

.training .training-content p{
    font-size: 24px;
}

.object{
    padding: 0 100px;
    margin-top: 60px;
}

.object h3{
    text-align: center;
    color: #FFD200;
    font-size: 34px;
}

.object .object-list{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    gap: 80px;
}

.object .object-list .ob-item{
    text-align: center;
}

.object .object-list .ob-item p{
    font-size: 24px;
}

.image-list{
    padding: 0 100px;
    margin-top: 60px;
}

.image-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-list .sub-image{
    display: flex;
    gap: 4px;
}

.class{
    padding: 0 100px;
    margin-top: 60px;
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
}

.class .class-l{
    width: 60%;
}

.class .class-l h3{
    padding-left: 20px;
    font-size: 34px;
    color: #FFD200;
    border-left: 2px solid #FFD200;
}

.class .class-l .class-content{
    margin-top: 16px;
}

.class .class-l .class-content p{
    font-size: 24px;
}

.class .class-r{
    width: 40%;
}

.class .class-r h3{
    font-size: 28px;
    color: #FFD200;
}

.class-r-list{
    display: flex;
    align-items: center;
    margin-top: 16px;
    gap: 8px;
}

.class-r-list p{
    font-size: 24px;
}

@media screen and (max-width: 1500px) {
    .social{
        gap: 40px !important;
    }
    .social-note{
        margin-top: 100px !important;
    }
}

@media screen and (max-width: 1320px) {
    .social-note{
        margin-top: 40px !important;
    }
        .social img {
            width: 100% !important;
            height: 100% !important;
        }
}

/* Responsive Styles */
@media screen and (max-width: 1260px) {
    .banner-sv {
        margin: 0 50px;
        height: 500px;
        margin-top: 30px;
    }

    .sub-image{
        img{
            width: 33%;
        }
    }

    .tech-sv, .target-list, .skill, .social, .object, .image-list, .class {
        padding: 0 50px;
    }

    .skill-title p {
        padding: 16px 50px;
    }

    .social-note{
        margin-top: 80px;
    }
    
}

@media screen and (max-width: 992px) {
    .banner-sv {
        margin: 0 30px;
        height: 400px;
        margin-top: 30px;
    }

    .service-title h2 {
        font-size: 70px;
    }

    .tech-sv {
        flex-direction: column;
        gap: 30px;
    }

    .tech-sv .tech-content,
    .tech-sv .tech-image {
        width: 100%;
    }

    .tech-sv .tech-content {
        padding-top: 0;
    }

    .target {
        height: auto;
        padding: 20px 0;
    }

    .target-list {
        flex-direction: column;
        gap: 20px;
    }

    .skill-list {
        flex-direction: column;
    }

    .social {
        flex-direction: column;
        gap: 80px;
    }

    .social-image,
    .social-content {
        width: 100%;
    }

    .social-note {
        margin-top: 30px;
    }

    .object-list {
        flex-direction: column;
        gap: 30px;
    }

    .class {
        flex-direction: column;
    }

    .class-l,
    .class-r {
        width: 100%;
    }
    .social-image{
        gap: 5px;
    }
    .im-r, .im-l{
       width: 50%;
       gap: 5px;
    }
}

@media screen and (max-width: 768px) {
    .banner-sv {
        margin: 0 15px;
        height: 300px;
        margin-top: 30px;
    }

    .service-title h2 {
        font-size: 50px;
    }

    .service-title p {
        font-size: 16px;
        position: relative;
        bottom: -16px;
    }

    .btn-sv {
        font-size: 16px;
        padding: 8px 16px;
    }

    .tech-sv, .target-list, .skill, .social, .object, .image-list, .class {
        padding: 0 15px;
    }

    .tech-sv ,
    .skill-title h3,
    .social-content h3,
    .training h3,
    .object h3,
    .class-l h3,
    .class-r h3 {
        font-size: 24px;
    }

    .tech-content h3{
        font-size: 26px;
    }
    .tech-content p{
        font-size: 20px !important;
    }

    .tech-sv,
    .skill-title p,
    .social-content p,
    .training p,
    .object p,
    .class-l p,
    .class-r-list p {
        font-size: 16px;
    }

    .skill-title p {
        padding: 16px 15px !important;
    }

    .sub-image {
        flex-direction: column;
        img{
            width: 100%;
        }
    }

        .social-image {
            gap: 5px;
        }
    
        .im-r,
        .im-l {
            width: 50%;
            gap: 4px;
        }
        .social-con-sanky{
            letter-spacing: 0px !important;
        }
}

@media screen and (max-width: 576px) {
    .banner-sv {
        height: 250px;
        margin-top: 30px;
    }

    .service-title h2 {
        font-size: 40px;
    }

    .service-title p {
        font-size: 14px;
    }

    .btn-sv {
        font-size: 14px;
        padding: 6px 12px;
    }
    .class{
        flex-direction: column;
    }
    .class-l{
        width: 100% !important;
    }
    .class-r{
        width: 100% !important;
    }

    .skill-title h3,
    .social-content h3,
    .training h3,
    .object h3,
    .class-l h3,
    .class-r h3 {
        font-size: 20px;
    }

    .skill-title p,
    .social-content p,
    .training p,
    .object p,
    .class-l p,
    .class-r-list p {
        font-size: 14px;
    }
    .skill-title{
        p{
            padding: 0 !important;
        }
    }
         .im-r,
         .im-l {
             width: 50%;
             gap: 3px;
         }
    .tech-content h3 {
        font-size: 23px !important;
    }
    
    .tech-content p {
        font-size: 16px !important;
    }
    .skill-title{
        h3{
            font-size: 22px !important;
        }
    }
    .skill-title-content{
        p{
            font-size: 16px !important;
        }
    }
    .tech-sv{
        margin-top: 16px;
        h3{
            font-size: 24px !important;
        }
        .tech-con{
            margin-top: 16px !important;
            p{
                font-size: 14px !important;
            }
        }
    }
    .target{
        h2{
            font-size: 24px !important;
        }
        p{
            font-size: 14px !important;
        }
    }
    .skill{
        margin-top: 16px;
        h3{
            font-size: 24px !important;
        }
        p{
            font-size: 14px !important;
        }
        .skill-title{
            margin-bottom: 0 !important;
        }
        .skill-list{
            margin-top: 16px !important;
            gap: 16px !important;
        }
    }
    .social{
        margin-top: 16px !important;
        gap: 16px !important;
        margin-bottom: 24px !important;
        h3{
            font-size: 24px !important;
        }
        h4{
            font-size: 20px !important;
        }
        p{
            font-size: 14px !important;
        }
        .social-con{
            margin-top: 8px !important;
        }
        
    }
    .training{
        margin-top: 16px !important;
        h3{
            font-size: 24px !important;
            letter-spacing: 2px !important;
            padding: 0 80px !important;
            line-height: 30px;
        }
        p{
            font-size: 14px !important;
            padding: 0 12px !important;
        }
        .training-content{
            margin: 4px !important;
        }
    }
    .object{
        margin-top: 30px !important;
        h3{
            font-size: 24px !important;
        }
        p{
            font-size: 14px !important;
        }
        .object-list{
            margin-top: 16px !important;
            gap: 16px !important;
        }
    }
    .image-list{
        margin-top: 20px !important;
    }
    .class{
        margin-top: 16px !important;
        gap: 16px !important;
        h3{
            font-size: 24px !important;
        }
        p{
            font-size: 14px !important;
        }
        .class-r-list{
            margin-top: 0px !important;
        }
    }
    .service-title{
        .btn-sv{
            height: 40px !important;
            font-size: 14px !important;
        }
    }
    .banner-sv{
        height: 220px !important;
    }
    .tech-con-sanky{
        letter-spacing: 0px !important;
    }
    .class-con-sanky{
        letter-spacing: 0px !important;
    }
    .class-content{
        margin-top: 8px !important;
    }
    .class-r{
        margin-top: 16px !important;
    }
    .class-r-list{
        img{
            width: 50px !important;
        }
    }
}