.elementor-17 .elementor-element.elementor-element-18f078c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-29e33c4 *//* SECTION LAYANAN */
.services {
    padding: 80px 20px;
    background: #e3f2fd;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1e88e5;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: 0 auto 50px;
}

/* GRID STYLE */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* CARD STYLE */
.service-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s ease;
    border: 1px solid #d9e7f7;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.icon {
    font-size: 45px;
    margin-bottom: 15px;
}

.service-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1e88e5;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .section-title {
        font-size: 30px;
    }
    .section-subtitle {
        font-size: 16px;
    }
    .service-card {
        padding: 25px 20px;
    }
}/* End custom CSS */