.transition-transform {
    transition: transform 0.3s ease;
}

.card:hover .transition-transform {
    transform: scale(1.05);
}