.elementor-169 .elementor-element.elementor-element-6a899f2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-18ecea8 *//* ==========================================
   LAYANAN
========================================== */

.services{
    padding:90px 5%;
    background:#ffffff;
}

.section-title{
    max-width:700px;
    margin:0 auto 60px;
    text-align:center;
}

.section-title span{
    display:inline-block;
    color:#D4AF37;
    font-size:.95rem;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.section-title h2{
    font-size:clamp(2rem,4vw,2.8rem);
    color:#222;
    margin-bottom:18px;
    line-height:1.2;
}

.section-title p{
    color:#666;
    line-height:1.8;
    font-size:1rem;
}

/* ==============================
   GRID
============================== */

.service-grid{
    max-width:1300px;
    margin:auto;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

    gap:25px;
}

/* ==============================
   CARD
============================== */

.service-card{

    background:#fff;

    padding:35px 30px;

    border-radius:20px;

    border:1px solid #ececec;

    text-align:center;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.service-card:hover{

    transform:translateY(-8px);

    border-color:#D4AF37;

    box-shadow:0 20px 40px rgba(212,175,55,.18);

}

.service-icon{

    width:75px;

    height:75px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#FFF7E3;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:2rem;

}

.service-card h3{

    color:#222;

    margin-bottom:15px;

    font-size:1.3rem;

}

.service-card p{

    color:#666;

    line-height:1.8;

    font-size:.96rem;

}

/* ==============================
   TABLET
============================== */

@media(max-width:992px){

    .service-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

/* ==============================
   MOBILE
============================== */

@media(max-width:768px){

    .services{

        padding:70px 20px;

    }

    .section-title{

        margin-bottom:40px;

    }

    .section-title h2{

        font-size:30px;

    }

    .section-title p{

        font-size:15px;

    }

    .service-grid{

        grid-template-columns:1fr;

        gap:20px;

    }

    .service-card{

        padding:28px 22px;

    }

    .service-icon{

        width:65px;

        height:65px;

        font-size:1.7rem;

        margin-bottom:20px;

    }

    .service-card h3{

        font-size:20px;

    }

    .service-card p{

        font-size:14px;

    }

}

/* ==============================
   SMALL MOBILE
============================== */

@media(max-width:480px){

    .services{

        padding:60px 15px;

    }

    .section-title h2{

        font-size:26px;

    }

    .section-title p{

        font-size:14px;

    }

    .service-card{

        padding:24px 18px;

        border-radius:16px;

    }

    .service-icon{

        width:60px;

        height:60px;

        font-size:1.5rem;

    }

    .service-card h3{

        font-size:18px;

    }

    .service-card p{

        font-size:13.5px;

        line-height:1.7;

    }

}/* End custom CSS */