/* humaliva BeTheme site-wide overrides */

/* BeTheme scroll-reveal animations (.animate + data-anim-type="fadeInUp") start at
   opacity:0 and are revealed by BeTheme's visible.min.js/animations.min.js on scroll.
   On the static mirror that reveal is unreliable, leaving content invisible.
   Force animated content visible (end-state identical; we just drop the fade-in). */
.animate,
.column.animate,
[data-anim-type] {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
