/* Global Styles */
body {
    overflow-x: hidden; /* Prevent horizontal scroll from AOS animations */
}

/* Optional: Custom AOS durations or delays override */
[data-aos] {
    pointer-events: none;
}

[data-aos].aos-animate {
    pointer-events: auto;
}

/* Smooth transitions for hover effects */
a, button, .group {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
