.elementor-3448 .elementor-element.elementor-element-2d8e415{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3448 .elementor-element.elementor-element-7753e2b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3448 .elementor-element.elementor-element-7753e2b.e-con{--align-self:center;}.elementor-3448 .elementor-element.elementor-element-f060dfa{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:100px;--margin-right:0px;}.elementor-3448 .elementor-element.elementor-element-f060dfa.e-con{--align-self:center;}.elementor-3448 .elementor-element.elementor-element-08e2c2b.elementor-element{--align-self:stretch;}.elementor-3448 .elementor-element.elementor-element-7231779{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3448 .elementor-element.elementor-element-51d14bd{--spacer-size:80px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for button, class: .elementor-element-77747ac */document.addEventListener('DOMContentLoaded', function() {
    var customButton = document.getElementById('custom-submit-button');
    if (customButton) {
        customButton.addEventListener('click', function() {
            var zohoFormIframe = document.getElementById('zf_ifrm_XXXX'); // Replace with your iframe ID
            if (zohoFormIframe) {
                var zohoForm = zohoFormIframe.contentWindow.document.querySelector('form');
                if (zohoForm) {
                    zohoForm.submit();
                } else {
                    console.error('Zoho Form not found in iframe');
                }
            } else {
                console.error('Zoho Forms iframe not found');
            }
        });
    }
});/* End custom CSS */