Join Our Team

Be part of something extraordinary. Help us shape the future of healthcare data.

Career Opportunities

} }, 500); // Delay to ensure modal is fully loaded } }); const registerModal = new bootstrap.Modal(document.getElementById('registerModal')); const forgotPasswordModal = new bootstrap.Modal(document.getElementById('forgotPasswordModal')); // Ensure all close buttons work correctly document.querySelectorAll('.btn-close, [data-bs-dismiss="modal"]').forEach(button => { button.addEventListener('click', function() { const modalElement = this.closest('.modal'); const modalInstance = bootstrap.Modal.getInstance(modalElement); if (modalInstance) { modalInstance.hide(); } }); }); });