<section class="green-img mb-12"><div class="container"><div class="row"><div class="xl:col-8 lg:col-7 flex flex-col justify-between"><div class="mb-8 lg:mb-0 lg:mt-24">{{ forceRenderHtmlBlock('Form Text')|raw }}</div><div><h3>Trusted by</h3>{{ render(controller('App\\Controller\\LogosDefaultController::slider')) }}</div></div><div class="xl:col-4 lg:col-5 mt-8 lg:mt-0"><div class="bg-primary rounded-3xl p-8 shadowed">{% if error %}<p class="error-message !mb-6">{{errorMessage}}</p>{% endif %}{% if success %}<p class="success-message !mb-6">Thank you for your enquiry.</p>{% else %}<form method="post" id="enquiry_form">{{ form_widget(form) }}<button type="submit" class="btn btn-form g-recaptcha mb-8" data-sitekey="{{ recaptcha_key }}" data-callback='onSubmit'>Send</button><p class="text-sm">By submitting your details, you agree for one of our team to contact you.</p>{{ form_end(form) }}{% endif %}</div></div></div></div></section><script src="https://www.google.com/recaptcha/enterprise.js?render={{ recaptcha_key }}"></script><script>function onSubmit(token) {document.getElementById("enquiry_form").submit();}</script>