.elementor-4444 .elementor-element.elementor-element-273d6f48{--display:flex;}.elementor-4444 .elementor-element.elementor-element-0bf87aa{--display:flex;}/* Start custom CSS for button, class: .elementor-element-1a22bad */<script>
document.addEventListener("DOMContentLoaded", function () {
    const botao = document.querySelector('#botao-thankyou');
    if (botao) {
        botao.addEventListener('click', function (e) {
            e.preventDefault();
            const parametros = window.location.search;
            const novaURL = 'https://jlalitravel.com/enquiry-thank-you-page/' + parametros;
            window.location.href = novaURL;
        });
    }
});
</script>/* End custom CSS */