/* Custom Styles for Ramadhan Berbagi 1447H */

body {
    background-color: #f8f9fa;
}

.hero-section {
    background: linear-gradient(135deg, #198754 0%, #0d6efd 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}
