whatsapp-1.png

SME

label{ color: #E8631C; text-align: start; background-color: #f0f0f0; border-radius: 10px; padding: 7px; margin-bottom: 10px; margin-top:10px; } /* Style for full-width input */ input[type="text"] { width: 100%; padding: 5px; margin-bottom: 10px; border: 1px solid #f0f0f0; border-radius: 5px; } /* Style for the dropdown select */ select { width: 100%; padding: 5px; margin-bottom: 10px; border: 1px solid #f0f0f0; border-radius: 5px; color: #E8631C; } /* Style for the form container (optional) */ .form-container { max-width: 100%; margin: 0 auto; padding: 20px; } /* Style for form submit button (optional) */ input[type="submit"] { background-color: #E8631C; color: #fff; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; font-size: 20px; } input[type="submit"]:hover { background-color: #333438; } #confirmation-message { display: none; color: white; margin-top: 10px; padding:7px; background-color: #f0f0f0 }
Beauty Centers Restaurants and Cafes Clinics and Pharmacies Food Products Other Yes No Yes No Yes No POS Working Capital Financing Finance leasing For SME
Your request has been sent. You will be contacted by one of our sales representatives within 24 working hours
document.querySelector('form').addEventListener('submit', function(event) { event.preventDefault(); document.getElementById('confirmation-message').style.display = 'block'; });

Please enable JavaScript in your browser to complete this form.