/* Ensures no content spills out */
/* Ensures the video scales to full width */
/* Ensures the video scales to full height */
/* Remove any unintended margin or padding */
/* Eliminates bottom margin */
/* Eliminates extra padding */
/* Ensures the banner starts immediately after the navbar */
/* Eliminates extra spacing above the video */
/* Maintains relative position to align content properly */
/* Handle small screens */
/* Adjust padding for better fit on smaller screens */
/* Make banner smaller for smaller screens */
/* Remove any potential gaps */
/* Ensure it's on top */
/* Changed to left */
/* Notification Style */
/* Fade-in Animation */
-->
// Scroll to top functionality
// Show/hide button based on scroll position
// Show the notification after 1 second
// Function to get URL parameters
// Add event listener to the "Register Now" button
// Prevent the default action of the link
// Get the referral id (if it exists) from the current URL
// If a referral id exists, append it to the registration URL
// let registerUrl = "http://localhost:8100/registration";
// Navigate to the registration page with or without the referral id