:root{--page-title-display:none;}/* Start custom CSS *//* Custom smooth scroll timing for Hostinger animations */
[data-aos] {
    transition-duration: 0.8s !important; /* Forces the fade-in to take 1.2 seconds */
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1) !important; /* Smooth easing */
}
/* Change the Y-axis travel distance for fade-up */
[data-aos="fade-up"] {
    transform: translate3d(0, 20px, 0) !important; /* Change 20px to your preferred start distance */
}

/* Ensure it returns to perfectly centered (0) when active */
[data-aos="fade-up"].aos-animate {
    transform: translate3d(0, 0, 0) !important;
}/* End custom CSS */