/* --- AVS MOTORS - Custom Styles --- */

@layer base {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Smooth transitions for all interactive elements */
.transition-all {
  transition-duration: 300ms;
}

/* Custom shadow for premium look */
.shadow-premium {
  box-shadow: 0 20px 50px rgba(0, 59, 143, 0.1);
}
