Arena Cars

Welcome to Arena

We take pride in being your trusted Maruti Suzuki dealership, where customer satisfaction and top-quality service come together to offer you the ultimate car-buying experience. Since our inception, we’ve been committed to providing our customers with not only the best vehicles but also an experience that is seamless, transparent, and tailored to your specific needs. With over 25 years of trusted service in the automotive industry, MSA Motors has built a strong reputation for delivering unparalleled customer care and industry-leading solutions, ensuring that your journey with us is nothing short of exceptional.

Get in Touch with us Today

Vehicle added!
The vehicle is already in the wishlist!
document.addEventListener('DOMContentLoaded', function () { // Get the select element and the input field const selectField = document.querySelector('select[name="Other"]'); // Replace with your select field name const otherInput = document.querySelector('input[name="Other"]'); // Replace with your input field name // Add an event listener for the select field selectField.addEventListener('change', function () { if (this.value === 'Other') { // Check if 'Other' is selected otherInput.disabled = false; // Enable the input field } else { otherInput.disabled = true; // Disable the input field otherInput.value = ''; // Clear the input field } }); });