Venture into the sectors energized by KARNEX. Our products and services are the catalysts for innovation across diverse industries, driving them forward with our advanced automotive system engineering and intelligent software solutions.
Industries Covered
Automotive
Passenger Vehicles
Two-Wheeler
Three-Wheeler
Four-Wheeler
Heavy Equipment
Farming/Agricultural Equipment
Mining
Construction
Underground
Forestry
Special Equipment
Lawn Mower
Water / Sporting Equipment
Snowmobile
Fire Truck
Mobility
Transportation
Fleet Management
Commercial Vehicles
Van
Truck
Bus
Electrical Vehicles
Two-Wheeler
Three-Wheeler
Four-Wheeler
document.addEventListener('click', function(event) {
const menu = document.querySelector('.et_pb_fullscreen_menu'); // Divi's full screen menu
const closeButton = document.querySelector('.et_close_fullscreen_menu'); // Close button
if (menu && menu.classList.contains('et_pb_fullscreen_menu--open')) {
// Check if the click is outside the menu
if (!menu.contains(event.target) && !closeButton.contains(event.target)) {
closeButton.click(); // Close the menu
}
}
});