/* Glow effect on cards hover */
.service a:hover {
  box-shadow: 0 0 15px rgba(100, 200, 100, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* Smooth card transitions */
.service a {
  transition: all 0.3s ease;
}
