.service-card,
.stats div {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card:hover,
.stats div:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(7, 26, 54, 0.1);
}
