Contact Us

We’re here to help—reach out to us anytime for support, inquiries, or collaborations.

Contact

Let's Connect

Our Address

09, Bajanai Kovil street, Subam Nagar

Adukkamparai, Vellore - 632011

Tamil Nadu, India.

Email Address

fenix@fxindustry.in

fenixcare24@gmail.com

Hours of Operation

Mon - Fri: 9 AM - 6 PM

Saturday: 9 AM - 4 PM

Get in Touch

Loading
Your message has been sent. Thank you!
document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll(".navmenu .toggle-dropdown").forEach(function(toggle) { toggle.addEventListener("click", function(e) { e.preventDefault(); e.stopPropagation(); // stop Bootstrap default dropdown action const parentDropdown = this.closest(".dropdown"); // Toggle active state for this dropdown parentDropdown.classList.toggle("active"); // Optional: close other dropdowns if you want only one open at a time document.querySelectorAll(".navmenu .dropdown").forEach(function(otherDropdown) { if (otherDropdown !== parentDropdown) { otherDropdown.classList.remove("active"); } }); }); }); });