/* Homepage sections — Permohonan, Statistik, Kontak */

/* --- Kartu layanan (Permohonan) --- */
.ppid-permohonan-section .ppid-service-card {
    display: block;
    height: 100%;
    padding: 1.75rem 1.25rem;
    border-radius: 12px;
    border: 1px solid #f0f1f3;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ppid-permohonan-section a:hover .ppid-service-card {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(246, 56, 84, 0.1);
    border-color: rgba(246, 56, 84, 0.15);
}

.ppid-permohonan-section .ppid-service-card .icon {
    border-color: #f1f1f1;
    background: #fff;
}

.ppid-permohonan-section a:hover .ppid-service-card .icon {
    background: #F63854;
    border-color: #F63854;
}

.ppid-permohonan-section a:hover .ppid-service-card .icon i {
    color: #fff;
}

.ppid-permohonan-section .ppid-service-title {
    margin-top: 10px;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.4 !important;
    text-transform: capitalize !important;
}

.ppid-permohonan-section .ppid-service-title a {
    color: #585b60;
    text-decoration: none;
}

.ppid-permohonan-section a:hover .ppid-service-title a {
    color: #F63854;
}

.ppid-permohonan-section .services-content p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 0;
}

/* --- Kartu statistik --- */
.ppid-statistik-section {
    background: #fff;
}

.ppid-statistik-section .ppid-stat-card {
    height: 100%;
    padding: 1.5rem 1rem;
    margin: 15px 0;
    border-radius: 12px;
    border: 1px solid #f0f1f3;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ppid-statistik-section .ppid-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(246, 56, 84, 0.08);
}

.ppid-statistik-section .ppid-stat-card .icon {
    width: 64px;
    height: 64px;
    border-color: #f1f1f1;
    background: #fff;
}

.ppid-statistik-section .ppid-stat-card .icon i {
    font-size: 28px;
    line-height: 64px;
}

.ppid-statistik-section .ppid-stat-card:hover .icon {
    background: #F63854;
    border-color: #F63854;
}

.ppid-statistik-section .ppid-stat-card:hover .icon i {
    color: #fff;
}

.ppid-statistik-section .ppid-stat-number {
    margin: 0.75rem 0 0.35rem;
    font-size: 2rem;
    font-weight: 700;
    color: #F63854;
    line-height: 1.2;
}

.ppid-statistik-section .ppid-stat-card .services-content p {
    margin: 0;
    color: #585b60;
    font-size: 14px;
    line-height: 1.45;
}

/* --- Kontak --- */
.ppid-contact-section .ppid-contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.ppid-contact-section .ppid-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.125rem 1rem;
    border-radius: 12px;
    border: 1px solid #f0f1f3;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    height: 100%;
}

.ppid-contact-section .ppid-contact-item i {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #F63854;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
}

.ppid-contact-section .ppid-contact-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 0.25rem;
}

.ppid-contact-section .ppid-contact-item span,
.ppid-contact-section .ppid-contact-item a {
    display: block;
    font-size: 14px;
    line-height: 1.55;
    color: #585b60;
    text-decoration: none;
}

.ppid-contact-section .ppid-contact-item a:hover {
    color: #F63854;
}

.ppid-contact-section .ppid-map-card {
    height: 100%;
    min-height: 280px;
    padding: 0.5rem;
    border-radius: 12px;
    border: 1px solid #f0f1f3;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.ppid-contact-section .ppid-map-card object {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 268px;
    border: 0;
    border-radius: 8px;
}

@media (max-width: 991.98px) {
    .ppid-contact-section .ppid-contact-info {
        margin-bottom: 1.25rem;
    }

    .ppid-contact-section .ppid-map-card {
        min-height: 260px;
    }
}
