       
/* Program Donasi Section */
.card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.stretched-link {
    text-decoration: none;
    color: inherit;
}

.progress-bar {
    background-color: #00aaff !important;
}
