.reduce-motion * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  
  .reduce-motion .parallax,
  .reduce-motion .scroll-fade,
  .reduce-motion .scroll-move {
    transform: none !important;
    background-attachment: initial !important;
  }

  
  @media (prefers-reduced-motion: reduce) {
    * {
      animation: none !important;
      transition: none !important;
      scroll-behavior: auto !important;
    }
    .parallax, .scroll-fade, .scroll-move {
        transform: none !important;
        background-attachment: initial !important;
      }
  }
  