document.addEventListener("DOMContentLoaded", function() {
const continueButton = document.querySelector(".continue-btn");
if (continueButton) {
continueButton.addEventListener("click", function() {
// Close the popup when the "Continue" button is clicked
if (typeof elementorProFrontend !== "undefined") {
elementorProFrontend.modules.popup.closePopup({ id: 12975 });
}
});
}
});