/* Newpark Dentistry — accessibility.css
   Loaded by functions.php. See style.css for the full section index. */

/* =============================================================
   27. ACCESSIBILITY / REDUCED MOTION
   ============================================================= */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .np-service-card:hover,
  .wp-block-button__link:hover,
  .kt-button:hover,
  .kb-button:hover {
    transform: none !important;
  }
}