/* Custom rounded cards and glowing borders */
.service-card {
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  background-color: rgba(22, 27, 38, 0.7) !important;
  backdrop-filter: blur(8px);
}

.service-card:hover {
  border-color: rgba(239, 68, 68, 0.4) !important;
}
