/* Custom styles can be added here if needed, but prefer Tailwind classes */
body {
  font-family: 'Inter', sans-serif; /* Default font */
}
.hero-bg {
  /* Example background - replace with a high-quality, relevant image or video */
  /* background-size: cover;
  background-position: center; */
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
/* Ensure smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}
