Israa Academy

let menuItems = document.querySelectorAll('#menu-1-649e175 li.menu-item.menu-item-has-children'); menuItems.forEach(menuItem => { let link = menuItem.querySelector('a'); // Check if the link exists before adding the onclick handler if (link) { link.onclick = function(event) { event.preventDefault(); event.stopPropagation(); let subMenu = menuItem.querySelector('ul.sub-menu'); let isExpanded = subMenu && subMenu.classList.contains('submenu-open'); // Close other menus menuItems.forEach(otherMenuItem => { if (otherMenuItem !== menuItem) { let otherSubMenu = otherMenuItem.querySelector('ul.sub-menu'); if (otherSubMenu) { otherSubMenu.style.visibility = 'hidden'; otherSubMenu.style.opacity = '0'; otherSubMenu.style.height = '0'; otherSubMenu.style.position = 'absolute'; otherSubMenu.classList.remove('submenu-open'); } let otherLink = otherMenuItem.querySelector('a'); if (otherLink) { otherLink.setAttribute('aria-expanded', 'false'); } } }); // Toggle current menu if (!isExpanded) { if (subMenu) { subMenu.style.visibility = 'visible'; subMenu.style.opacity = '1'; subMenu.style.height = 'auto'; subMenu.style.position = 'relative'; subMenu.style.transition = '0.3s'; subMenu.classList.add('submenu-open'); } link.setAttribute('aria-expanded', 'true'); } else { if (subMenu) { subMenu.style.visibility = 'hidden'; subMenu.style.opacity = '0'; subMenu.style.height = '0'; subMenu.style.position = 'absolute'; subMenu.classList.remove('submenu-open'); } link.setAttribute('aria-expanded', 'false'); } }; } });

Vision and Mission

Nurturing Future Generations Through
Islamic Values

Israa Academy's Philosophy

Israa Academy's core philosophy centers on Islamic values,
holistic development, and fostering a nurturing environment.

Islamic Values

We integrate Islamic teachings throughout the academic curriculum, fostering a deep understanding of faith alongside knowledge acquisition. This ensures students develop a strong Islamic foundation that guides them throughout their lives.

Holistic Development

We go beyond academics, recognizing the importance of nurturing students' well-being and character. We provide opportunities for social-emotional learning, encouraging positive values and responsible citizenship. We also promote extracurricular activities that cultivate diverse interests and talents.

Nurturing Environment

We create a safe and supportive environment where students feel valued and empowered to learn and grow. Our dedicated teachers and staff foster a sense of community, building positive relationships with students and fostering a love for learning.