/* Force stop all animations and transitions */
* {
    animation: none !important;
    transition: none !important;
    transform: none !important;
}

/* Stabilize the banner if it uses parallax scripts */
.zoho-site-banner, .ztb-banner-container {
    background-attachment: scroll !important;
    background-position: center !important;
}
