Loading
Loading
document.addEventListener('DOMContentLoaded', () => { const path = window.location.pathname; const homeNavSec = document.getElementById('home_nav_sec'); if (homeNavSec && /^(\/products|\/jobs|\/directory)(\/|$)/.test(path)) { homeNavSec.classList.add('active'); } });