Student Dashboard · The Royal Visions
Book Your Free Trial With a Native Teacher!
Experience premium language learning at absolutely $0. Enjoy a full 1-hour session + customized study report.
Explore Our Premium Services

Master spoken English with our expert tutors. Build confidence, fluency, and clarity.

Enhance your professional vocabulary and corporate communication skills for success.

Strengthen your foundation with comprehensive grammar rules and sentence structuring.

Prepare for success with mock interviews and strategic answers to land your dream job.

Engaging and fun English lessons designed for children to learn naturally through play.

Mr. Johannes
Founder & Director

Ms. Shirley
Senior Instructor

Ms. Colette
Expert Instructor
`;
document.getElementById('sb-widget-frame').srcdoc = htmlContent;
}
function closeSimplybookModal() {
document.getElementById('simplybook-modal').classList.add('hidden');
document.getElementById('simplybook-modal').classList.remove('flex');
document.getElementById('sb-widget-frame').srcdoc = '';
}function openAppModal() {
document.getElementById('app-modal').classList.remove('hidden');
document.getElementById('app-modal').classList.add('flex');
showAppView('home');
if(!sidebar.classList.contains('-translate-x-full')) toggleSidebar();
}
function closeAppModal() {
document.getElementById('app-modal').classList.add('hidden');
document.getElementById('app-modal').classList.remove('flex');
}
function showAppView(view) {
document.getElementById('app-view-home').classList.add('hidden');
document.getElementById('app-view-home').classList.remove('flex');
document.getElementById('app-view-android').classList.add('hidden');
document.getElementById('app-view-android').classList.remove('flex');
document.getElementById('app-view-ios').classList.add('hidden');
document.getElementById('app-view-ios').classList.remove('flex');
const backBtn = document.getElementById('app-modal-back');
const title = document.getElementById('app-modal-title');if(view === 'home') {
document.getElementById('app-view-home').classList.remove('hidden');
document.getElementById('app-view-home').classList.add('flex');
title.textContent = 'Choose Platform';
backBtn.classList.add('hidden');
} else if(view === 'android' || view === 'gallery') {
document.getElementById('app-view-android').classList.remove('hidden');
document.getElementById('app-view-android').classList.add('flex');
title.textContent = view === 'android' ? 'Android' : 'App Gallery';
backBtn.classList.remove('hidden');
} else if(view === 'ios') {
document.getElementById('app-view-ios').classList.remove('hidden');
document.getElementById('app-view-ios').classList.add('flex');
title.textContent = 'Apple iOS';
backBtn.classList.remove('hidden');
}
}window.onclick = function(e) { if (e.target === mobileOverlay) toggleSidebar(); };