Current Openings

Find out the current positions available across top industries.
`; iframe.contentWindow.document.open(); iframe.contentWindow.document.write(iframeHTML); iframe.contentWindow.document.close(); setInterval(function() { try { if (iframe.contentWindow && iframe.contentWindow.document.body) { const height = iframe.contentWindow.document.body.scrollHeight; if (height > 200) { iframe.style.height = (height + 50) + 'px'; } } } catch(e) {} }, 500); function hideHero() { const heroSection = document.querySelector('.hero-section'); if (heroSection && heroSection.style.display !== 'none') { heroSection.style.display = 'none'; } } iframe.addEventListener('load', function() { try { iframe.contentWindow.addEventListener('mousedown', hideHero); iframe.contentWindow.addEventListener('touchstart', hideHero, { passive: true }); } catch(e) {} }); let focusWatcher = setInterval(function() { if (document.activeElement === iframe) { hideHero(); clearInterval(focusWatcher); } }, 150); })();
Secret Link