/* cPanel safe add-ons: lightweight CSS animations (no external AOS JS) */
[data-aos] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .65s ease, transform .65s ease;
}
[data-aos="zoom-in"] { transform: scale(.94); }
[data-aos].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

/* Footer logo must stay visible even before scroll observer runs */
.footer-area .footer-bottom [data-aos],
.footer-area .footer-bottom img {
  opacity: 1 !important;
  transform: none !important;
}

html.cursor-disabled, html.cursor-disabled body { cursor: auto !important; }
.cursor-kill { display: none !important; opacity: 0 !important; pointer-events: none !important; visibility: hidden !important; }
@media (max-width: 991px) {
  #magic-cursor, #ball, .cursor, .mouse-circle { display: none !important; }
}
