.snap{
    font-family: Arial, sans-serif;
    margin: 0; 
    padding: 0;
    background-color: #ffffff;
    color: #333;
}

.snap .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.snap .header {
    text-align: center;
    margin-bottom: 30px;
}

.snap .header h1 {

    background: linear-gradient(45deg, #124c9f, #397cc0, #82c4ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    font-size: 24px;
    font-weight: bold;
    margin: 100px;
}

.snap .section {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 8px;
    margin-bottom: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.snap .section h2 {
    font-size: 1.5rem;
    color: #2d2d6f;
    font-weight: bold;
    margin-bottom: 20px;
}

.snap .section p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: justify;
}
/* end-sec1 */

.snap .section-yellow {
    background-color: #00216f;
    background-image: none;
}

/* Setiap item */
.snap .item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    color: #ffffff;
}

/* Gaya ikon */
.snap .item img {
    width: 30px;
    height: 30px;
}

/* Judul */
.snap .item h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
}

/* Deskripsi teks */
.snap .item p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: justify;
}

/* judul section */
/* .section2 h2 {
    font-size: 1.5rem;
    color: #2d2d6f;
    font-weight: bold;
    margin-bottom: 20px;
} */

/* .sec2 {

    background: #ff4c4c;
} */

/*section3*/

/* Gaya untuk container utama */
.snap .container-sec3 {
    font-family: Arial, sans-serif;
}

/* Judul utama */
.snap .title-sc3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2d2d6f;
    margin-bottom: 20px;
}

/* Deskripsi subtitle */
.snap .subtitle {
    font-size: 1rem;
    color: #333;
    margin-bottom: 30px;
}

/* Banner gradient */
.snap .banner {
    /* background: linear-gradient(90deg, #f39c12, #8e44ad); */
    background: #00216f;
    padding: 60px 0;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 0 auto;

}

/* Setiap layanan */
.snap .service {
    text-align: center;
}

/* Gaya ikon layanan */
.snap .service-icon {
    font-size: 48px;
    margin-bottom: 10px;
}

/* Judul layanan */
.snap .service-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Deskripsi layanan */
.snap .service-desc {
    font-size: 0.9rem;
}

.snap .rowsnap {
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
    justify-content: center;

}


/*section4*/
/* Gaya untuk container utama */
.snap .container-sec4 {
    
    font-family: Arial, sans-serif;
    
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Judul */
.snap .title {
    font-size: 1.5rem;
    color: #2d2d6f;
    font-weight: bold;
    margin-bottom: 50px;

}

/* Container untuk kotak-kotak */
.snap .steps-containersnap {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* Setiap kotak */
.snap .step-box {
    width: 240px;
    height: 240px;
    border-radius: 15px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    text-align: left;
}

/* Gaya untuk ikon dan nomor */
.snap .icon {
    font-size: 24px;
    margin-bottom: 10px;

}

.snap .img-sec4 {
    width: 18px;
}

/* Gaya untuk nomor langkah */
.snap .number {
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
    color: #ffffff;
}

/* Kotak warna */
.snap .yellow {
    background-color: #ffd042;
    color: #000;
}

.snap .gray {
    background-color: #b5b5b5;
    color: #000;
}

.snap .deskripsi-sec4 {
    margin: 5px 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: justify;
    color: #ffffff;
}

/* sec2 */

.snap .section2new {
    font-size: 1.5rem;
    color: #2d2d6f;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 20px;
}