/* ============================================================
   SCROLL-REVEAL ANIMATIONS (DISABLED GLOBALLY)
   The user requested to completely disable scroll animations
   so that all content is instantly visible on page load.
   ============================================================ */

[data-animate],
[data-animate="left"],
[data-animate="right"],
[data-animate="scale"],
[data-animate="fade"] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

[data-animate-delay] {
  transition-delay: 0s !important;
}
