.hover-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 30px -12px rgba(46, 93, 53, 0.25);
}

.modal-transition {
  transition: opacity 0.3s ease;
}