.card-hover {
  transition: all 0.3s ease;
  cursor: pointer;
}

.card-hover:hover {
  transform: translateY(-10px) scale(1.05) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
}
