
/* INVODENT live-hosting safety fallback.
   Keeps animated content visible if AOS/GSAP/ScrollTrigger fails to initialise. */
html.invodent-animation-fallback [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}
html.invodent-animation-fallback .reveal,
html.invodent-animation-fallback .image-anime {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}
html.invodent-animation-fallback .text-anime-style-1,
html.invodent-animation-fallback .text-anime-style-2,
html.invodent-animation-fallback .text-anime-style-3,
html.invodent-animation-fallback .text-anime-style-1 *,
html.invodent-animation-fallback .text-anime-style-2 *,
html.invodent-animation-fallback .text-anime-style-3 * {
    opacity: 1 !important;
    visibility: visible !important;
}
