/* Disable AOS animations completely */
/* Ultra-high specificity to override any inline styles */

html body [data-aos],
html body .aos-init,
html body .aos-animate,
html body [style*="transform"],
html body div[class*="row"][style],
html body div[class*="col"][style] {
    transform: none !important;
    transition: none !important;
    opacity: 1 !important;
    animation: none !important;
    will-change: auto !important;
}


