The Pursuit of Best
At Antier, we fuel your ambition with unparalleled opportunities for success. Dive into our dynamic ecosystem and become a pivotal part of our bold journey. Join us, where passion and progress converge.
window.onload = function() { const formGroups = document.querySelectorAll('.form-group'); formGroups.forEach(function(group) { const input = group.querySelector('.wpcf7-form-control'); input.addEventListener('focus', function() { group.classList.add('focused'); }); input.addEventListener('blur', function() { if (input.value === '') { group.classList.remove('focused'); } }); if (input.value !== '') { group.classList.add('focused'); } }); }; // AI Solutions New Page End // ------------------div change pn load for topbar-------- window.onload = function() { // Select all divs with the class 'topbar-ads' const adsDivs = document.querySelectorAll('.topbar-ads'); // Get the current index from localStorage or start with 0 let currentIndex = parseInt(localStorage.getItem('currentAdIndex')) || 0; // Remove 'display: none;' from the current div adsDivs[currentIndex].style.display = 'flex'; // Increment the index for the next load, looping back to 0 if needed currentIndex = (currentIndex + 1) % adsDivs.length; // Store the new index in localStorage localStorage.setItem('currentAdIndex', currentIndex); }; // ------------------div change pn load for topbar end-------- -->
Join UsAt Antier, we fuel your ambition with unparalleled opportunities for success. Dive into our dynamic ecosystem and become a pivotal part of our bold journey. Join us, where passion and progress converge.