.biography-section,
.video-section,
.services-section,
.blog-section,
.stats-section,
.testimonials-container,
.feedback-cta-section,
.about-section,
.mission-section {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.animate-section {
    opacity: 1;
    transform: translateY(0);
}