-->
-->
// Toggle popup visibility
// Close popup when the mouse is outside the popup container
e.preventDefault(); // Prevent default form submission
// After successful submission
togglePopup(); // Close the form popup
showToast('Your enquiry has been successfully submitted!', 'green'); // Show success toast
toast.style.display = 'block'; // Show the toast
// Hide the toast after 2 seconds
}, 2000); // 2000ms = 2 seconds