fbpx

Become A Teacher

Become A Teacher

Book a Free Counselling Session

Please enable JavaScript in your browser to complete this form.
First Name
document.addEventListener('DOMContentLoaded', function () { const header = document.querySelector('.custom-toggle-header'); const content = document.querySelector('.custom-toggle-content'); const icon = document.querySelector('.custom-toggle-icon'); if (header && content && icon) { header.addEventListener('click', function () { const isOpen = content.style.display === 'block'; content.style.display = isOpen ? 'none' : 'block'; icon.textContent = isOpen ? '+' : '−'; }); } });