.card:hover {
    transform: translateY(-5px);       
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}
.card {
    border-radius: 12px;
    overflow: hidden;
}
