/*--------------------------------------------------------------
  Repeatable scroll animations - exit state for .wow elements.
  Applied when an element leaves the viewport through the bottom
  edge (user scrolling upward); JS then resets WOW so the original
  entrance animation replays on the next downward entry.
--------------------------------------------------------------*/
.cp-anim-exit {
  transition: opacity 0.45s ease, transform 0.45s ease !important;
  opacity: 0 !important;
  transform: translateY(24px) !important;
}
