.layanan-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 16px;
    border-left: 6px solid #0d3b66;
    border-right: 6px solid #0d3b66;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.layanan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(21, 2, 58, 0.281);
    cursor: pointer;
}

.layanan-icon {
    font-size: 38px;
    color: #0d3b66;
    margin-bottom: 15px;
}

.layanan-title {
    color: #ff9800; /* oranye */
    font-weight: 700;
    margin-bottom: 10px;
}

.layanan-text {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
}
