/* Header styles */
/* Hero section styles */
/* About section styles */
/* Mission section styles */
/* Programs section styles */
/* Impact section styles */
/* Testimonials section styles */
/* Team section styles */
/* Events section styles */
/* Donate section styles */
/* Contact section styles */
/* Footer styles */
/* Launch Countdown styles */
/* Subscribe section styles */
/* Animations */
/* Back to top button */
/* Responsive styles */
// Initialize countdown to September 28, 2025
// Update countdown every second
// Time calculations
// Display the results
// If the countdown is finished
// Mobile navigation toggle
// Smooth scrolling for navigation links
// Sticky header on scroll
// Back to top button
// Animate elements on scroll
// Animate counter in impact section
const duration = 2000; // 2 seconds
// Donation amount selection
// Contact form submission
// Show success message (in real implementation, you would send the form data to a server)
// Testimonial slider functionality
// In a real implementation, you would change the displayed testimonial
// For now, we'll just show the functionality of the dots
// Active nav link based on scroll position
// Add parallax effect to hero section
// Newsletter form submission
// Initialize animations when the page loads
// Add a small delay to ensure all elements are properly loaded