🎁 HURRAY! CHRISTMAS UP TO 50% OFFER 🎁
/* ==== CASVO Smooth Fade-in Animation on Scroll ==== */ .casvo-fade-section { opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out; } .casvo-fade-section.is-visible { opacity: 1; transform: translateY(0); }