/* Custom Styles for Ntech Web */
html {
  scroll-padding-top: 5rem;
}

/* Glassmorphism & Glow Effects */
.card-glow:hover {
  box-shadow: 0 0 30px -5px rgba(0, 210, 255, 0.25);
}

/* Smooth Transitions */
button, a {
  transition: all 0.2s ease-in-out;
}
