const CSS = ` *{box-sizing:border-box;margin:0;padding:0} body{font-family:'Segoe UI',Arial,sans-serif;color:#1a2744;background:#f8faff} a{color:#1a5bb8;text-decoration:none} a:hover{text-decoration:underline} /* NAV */ nav{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);position:sticky;top:0;z-index:100} .nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:68px} .nav-logo{display:flex;align-items:center;gap:10px} .nav-logo span{color:#1a5bb8} .nav-links{display:flex;gap:28px;align-items:center;list-style:none} .nav-links a{font-size:.95rem;color:#1a2744;font-weight:500} .nav-links a:hover{color:#1a5bb8;text-decoration:none} .nav-cta{background:#1a5bb8;color:#fff!important;padding:9px 22px;border-radius:6px;font-weight:600!important} .nav-cta:hover{background:#154fa0;text-decoration:none!important} .nav-user{display:flex;align-items:center;gap:16px;font-size:.9rem} /* HERO */ .hero{background:linear-gradient(135deg,#1a2744 0%,#1a5bb8 100%);color:#fff;padding:80px 24px;text-align:center} .hero h1{font-size:2.8rem;font-weight:800;margin-bottom:16px;line-height:1.2} .hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto 32px} .hero-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap} .btn{display:inline-block;padding:13px 30px;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;border:none;transition:.2s} .btn-white{background:#fff;color:#1a5bb8} .btn-white:hover{background:#e8f0fe;text-decoration:none} .btn-outline{border:2px solid #fff;color:#fff;background:transparent} .btn-outline:hover{background:rgba(255,255,255,.12);text-decoration:none} .btn-primary{background:#1a5bb8;color:#fff} .btn-primary:hover{background:#154fa0;text-decoration:none} .btn-success{background:#16a34a;color:#fff} .btn-success:hover{background:#15803d;text-decoration:none} /* SECTIONS */ section{padding:64px 24px} .container{max-width:1200px;margin:0 auto} .section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:12px;color:#1a2744} .section-sub{text-align:center;color:#64748b;font-size:1.05rem;margin-bottom:48px} /* SERVICES GRID */ .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px} .service-card{background:#fff;border-radius:12px;padding:28px;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:.2s;border:1px solid #e8f0fe} .service-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(26,91,184,.12)} .service-icon{font-size:2rem;margin-bottom:12px} .service-card h3{font-size:1.1rem;font-weight:700;margin-bottom:8px;color:#1a2744} .service-card p{font-size:.9rem;color:#64748b;line-height:1.6} .service-link{display:inline-block;margin-top:14px;font-size:.9rem;font-weight:600;color:#1a5bb8} /* STATS */ .stats-bar{background:#1a5bb8;color:#fff;padding:40px 24px} .stats-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:24px;text-align:center} .stat-num{font-size:2.2rem;font-weight:800} .stat-label{font-size:.9rem;opacity:.85;margin-top:4px} /* WHY US */ .why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px} .why-card{background:#fff;border-radius:10px;padding:24px;border-left:4px solid #1a5bb8;box-shadow:0 2px 8px rgba(0,0,0,.05)} .why-card h4{font-weight:700;margin-bottom:8px;color:#1a2744} .why-card p{font-size:.9rem;color:#64748b} /* TESTIMONIALS */ .testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px} .testi-card{background:#fff;border-radius:12px;padding:28px;box-shadow:0 2px 12px rgba(0,0,0,.06)} .stars{color:#f59e0b;font-size:1.1rem;margin-bottom:12px} .testi-text{color:#374151;font-style:italic;line-height:1.7;margin-bottom:16px} .testi-name{font-weight:700;color:#1a2744} /* FORMS */ .form-card{background:#fff;border-radius:16px;padding:40px;max-width:520px;margin:0 auto;box-shadow:0 4px 24px rgba(0,0,0,.08)} .form-card h2{font-size:1.6rem;font-weight:700;margin-bottom:8px;text-align:center} .form-card .sub{text-align:center;color:#64748b;margin-bottom:28px;font-size:.95rem} .form-group{margin-bottom:18px} .form-group label{display:block;font-weight:600;font-size:.9rem;margin-bottom:6px;color:#1a2744} .form-group input,.form-group select,.form-group textarea{width:100%;padding:11px 14px;border:1.5px solid #d1d9e8;border-radius:8px;font-size:.95rem;transition:.2s;background:#fafbff} .form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1a5bb8;background:#fff} .form-group textarea{resize:vertical;min-height:100px} .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px} .form-submit{width:100%;padding:13px;background:#1a5bb8;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:.2s;margin-top:8px} .form-submit:hover{background:#154fa0} .form-footer{text-align:center;margin-top:20px;font-size:.9rem;color:#64748b} .alert{padding:12px 16px;border-radius:8px;margin-bottom:18px;font-size:.9rem} .alert-success{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0} .alert-error{background:#fee2e2;color:#dc2626;border:1px solid #fecaca} .alert-info{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe} /* COURSE SEARCH */ .search-bar{background:#fff;border-radius:12px;padding:28px;box-shadow:0 2px 12px rgba(0,0,0,.06);margin-bottom:32px} .search-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;align-items:end} .search-grid .btn{padding:11px 24px;font-size:.95rem} .results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px} .results-count{font-size:.95rem;color:#64748b} .course-card{background:#fff;border-radius:10px;padding:22px;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-bottom:16px;border:1px solid #e8f0fe;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap} .course-info h3{font-size:1.05rem;font-weight:700;color:#1a2744;margin-bottom:6px} .course-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px} .badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.8rem;font-weight:600} .badge-blue{background:#dbeafe;color:#1d4ed8} .badge-green{background:#dcfce7;color:#166534} .badge-gray{background:#f3f4f6;color:#374151} .course-actions{display:flex;flex-direction:column;gap:8px;min-width:160px} .btn-sm{padding:8px 16px;font-size:.85rem;border-radius:6px} /* DASHBOARD */ .dash-grid{display:grid;grid-template-columns:240px 1fr;gap:28px;align-items:start} .dash-sidebar{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.05)} .dash-user{text-align:center;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e8f0fe} .dash-avatar{width:64px;height:64px;background:#1a5bb8;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.6rem;font-weight:700;margin:0 auto 12px} .dash-nav{list-style:none} .dash-nav li{margin-bottom:4px} .dash-nav a{display:block;padding:10px 14px;border-radius:8px;font-size:.95rem;color:#374151;font-weight:500;transition:.15s} .dash-nav a:hover,.dash-nav a.active{background:#dbeafe;color:#1a5bb8;text-decoration:none} .dash-main{display:flex;flex-direction:column;gap:24px} .dash-card{background:#fff;border-radius:12px;padding:28px;box-shadow:0 2px 8px rgba(0,0,0,.05)} .dash-card h3{font-size:1.1rem;font-weight:700;margin-bottom:18px;color:#1a2744;padding-bottom:12px;border-bottom:1px solid #e8f0fe} .inquiry-row{padding:14px 0;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px} .inquiry-row:last-child{border-bottom:none} .inquiry-info{font-size:.9rem;color:#374151} .inquiry-date{font-size:.8rem;color:#94a3b8} /* FOOTER */ footer{background:#1a2744;color:#cbd5e1;padding:48px 24px 24px} .footer-inner{max-width:1200px;margin:0 auto} .footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-bottom:40px} .footer-col h4{color:#fff;font-weight:700;margin-bottom:16px} .footer-col ul{list-style:none} .footer-col ul li{margin-bottom:8px} .footer-col ul li a{color:#94a3b8;font-size:.9rem} .footer-col ul li a:hover{color:#fff;text-decoration:none} .footer-contact{font-size:.9rem;line-height:1.8;color:#94a3b8} .footer-bottom{border-top:1px solid #2d3d5a;padding-top:20px;text-align:center;font-size:.85rem;color:#64748b} /* KONPARE WIDGET */ .widget-wrap{background:#fff;border-radius:12px;box-shadow:0 2px 16px rgba(0,0,0,.1);overflow:hidden;position:relative} .widget-wrap iframe{width:100%;border:none;height:820px;display:block} .widget-fs-btn{position:absolute;top:10px;right:10px;z-index:10;background:rgba(0,0,0,.55);color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;backdrop-filter:blur(4px);transition:.2s} .widget-fs-btn:hover{background:rgba(0,0,0,.75)} /* Fullscreen overlay mode */ .widget-overlay{display:none;position:fixed;inset:0;z-index:9999;background:#000;flex-direction:column} .widget-overlay.active{display:flex} .widget-overlay iframe{flex:1;width:100%;border:none} .widget-overlay-bar{background:#1a2744;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0} .widget-overlay-bar span{color:#fff;font-weight:600;font-size:.9rem} .widget-overlay-close{background:#dc2626;color:#fff;border:none;border-radius:6px;padding:6px 14px;font-size:.85rem;font-weight:700;cursor:pointer} /* Native fullscreen styles */ #konpare-frame:fullscreen{width:100vw;height:100vh} #konpare-frame:-webkit-full-screen{width:100vw;height:100vh} @media(max-width:768px){ .hero h1{font-size:1.9rem} .nav-links{display:none} .dash-grid{grid-template-columns:1fr} .form-row{grid-template-columns:1fr} .course-card{flex-direction:column} .course-actions{flex-direction:row;min-width:auto} } `; const BASE_URL = 'https://careersgateway.com.au'; const DEFAULT_IMAGE = 'https://careersgateway.com.au/wp-content/uploads/2025/06/pexels-photo-1236421-1236421-scaled.jpg'; const SITE_NAME = 'Careers Gateway Australia'; function layout(title, body, user = null, extraHead = '', meta = {}) { const fullTitle = `${title} β€” ${SITE_NAME}`; const description = meta.description || 'Your trusted partner for education, migration, recruitment, and career services in Australia. Search CRICOS courses, get expert visa advice, and more.'; const image = meta.image || DEFAULT_IMAGE; const url = meta.url ? `${BASE_URL}${meta.url}` : BASE_URL; const type = meta.type || 'website'; const navUser = user ? `` : ``; return ` ${esc(fullTitle)} ${extraHead} ${body} `; } function esc(str) { return String(str || '').replace(/&/g,'&').replace(//g,'>').replace(/"/g,'"'); } function homePage(user) { return layout('Your Gateway to Success', `

Your Gateway to
Success in Australia πŸ‡¦πŸ‡Ί

Guiding individuals and businesses through education, migration, and career pathways with certified, multilingual professionals.

Careers Gateway consultant
5,000+
Clients Helped
98%
Success Rate
15+
Years Experience
1,500+
CRICOS Institutions

Our Services

Comprehensive support for every stage of your Australian journey

${[ ['πŸŽ“','Education & Visa Services','Expert guidance on student visas, course selection, and institution enrolment through CRICOS-registered providers.','/services/education','https://careersgateway.com.au/wp-content/uploads/2025/06/pexels-photo-1236421-1236421-752x1024.jpg'], ['🌏','Migration Services','Skilled migration, family visas, employer nominations, and permanent residency pathways.','/services/migration','https://careersgateway.com.au/wp-content/uploads/elementor/thumbs/Migration-future-australia-r7jqyjculu61ydzz94zwmky24oekes2taopx24hd3c.png'], ['πŸ’Ό','Recruitment & Labour Hire','Connecting skilled professionals with Australian employers. RPL-recognised workforce solutions.','/services/recruitment','https://careersgateway.com.au/wp-content/uploads/2025/07/mentor-3512369_1280.jpg'], ['πŸ“‹','RPL Assessment','Recognition of Prior Learning for tradespeople, nurses, engineers, and other professionals.','/services/rpl','https://careersgateway.com.au/wp-content/uploads/elementor/thumbs/RPL-r8449cmkno5if890q65m2xlkoc0jqxjasoh58up5zc.png'], ['βœ…','Skills Assessment','Formal skills assessments for visa and registration purposes across multiple industry bodies.','/services/skills','https://careersgateway.com.au/wp-content/uploads/elementor/thumbs/PR-Australia-r7jqpvafkuauvul9ve3rmrp0wr4pf9nxfs4pq9c2h4.png'], ['πŸ₯','Health Insurance (OSHC/OVHC)','Compare and buy Overseas Student Health Cover and Overseas Visitor Health Cover instantly.','/health-insurance','https://careersgateway.com.au/wp-content/uploads/elementor/thumbs/pexels-photo-7163956-7163956-scaled-r7fvhsbi458lc1m0wz89g7f03sdjg52qxlmabibvpc.jpg'], ['πŸ’°','Easy Tax Return','Simple, fast Australian tax returns for international students and working holiday visa holders.','/services/tax','https://careersgateway.com.au/wp-content/uploads/2025/06/pexels-photo-1236421-1236421-220x300.jpg'], ['❀️','Aged Care Services','Placement and support services for aged care pathways and qualifications.','/services/aged-care','https://careersgateway.com.au/wp-content/uploads/2025/06/pixlr-image-generator-6852721300106a49ef49034b-300x300.jpg'], ].map(([icon,title,desc,link,img]) => `
${title}
${icon}

${title}

${desc}

Learn more β†’
`).join('')}

Find Your Course

Search thousands of CRICOS-registered courses from Australian institutions

Why Choose Us?

Five reasons thousands trust Careers Gateway

${[ ['πŸ…','MARA Registered Agents','All migration advice from registered MARA agents β€” fully compliant and trustworthy.'], ['🌐','Multilingual Support','We speak your language. Services available in English, Hindi, Nepali, and more.'], ['πŸ”„','End-to-End Service','From course selection to visa lodgement to arrival β€” one team, the whole journey.'], ['πŸ“Š','Proven Track Record','98% success rate across thousands of student and migration visa applications.'], ['πŸ’‘','Transparent Pricing','No hidden fees. Clear, upfront pricing with written agreements for all services.'], ].map(([icon,title,desc]) => `

${icon} ${title}

${desc}

`).join('')}
Bijendra Shrestha β€” CEO, Careers Gateway
Message from Our CEO

Committed to Your
Australian Success

"At Careers Gateway, we believe every person deserves honest, expert guidance on their Australian journey β€” whether that's finding the right course, securing a visa, or building a career."

"Our team of certified professionals is multilingual, experienced, and genuinely invested in your success. We don't just process paperwork β€” we walk the journey with you."

Bijendra Shrestha
CEO & Founder, Careers Gateway Australia

What Our Clients Say

Real stories from real people

${[ ['Priya S.','Sydney','Careers Gateway made my student visa process so easy. They found me the perfect nursing course and handled everything. Couldn\'t recommend them more highly!','https://careersgateway.com.au/wp-content/uploads/2025/06/d2b9123d-49a5-4e9e-b39d-b2ab74381797-150x150.jpeg'], ['Raj M.','Melbourne','From RPL assessment to skills recognition β€” the team was professional and quick. I got my qualification recognised within 3 months.','https://careersgateway.com.au/wp-content/uploads/2025/06/fb1ff635-d713-4dff-8262-995ea063c13d-150x150.jpeg'], ['Anita K.','Brisbane','The migration team helped my whole family get permanent residency. They were patient, thorough, and available whenever we needed them.','https://careersgateway.com.au/wp-content/uploads/2025/06/pixlr-image-generator-6852721300106a49ef49034b-300x300.jpg'], ].map(([name,city,text,photo]) => `
${name}
${name}
${city}
β˜…β˜…β˜…β˜…β˜…

"${text}"

`).join('')}

Latest News & Insights

Stay informed about Australian migration, education, and career developments

${[ ['How RPL Can Fast-Track Your PR Path','Recognition of Prior Learning is one of the fastest routes to Australian permanent residency for skilled tradespeople.','/services/rpl','https://careersgateway.com.au/wp-content/uploads/2025/07/RPL.png'], ['Australian Migration Rules Mid-2025','Key changes to skilled migration, student visas, and employer nominations you need to know about.','/services/migration','https://careersgateway.com.au/wp-content/uploads/elementor/thumbs/PR-Australia-r7jqpvafkuauvul9ve3rmrp0wr4pf9nxfs4pq9c2h4.png'], ['Scholarships for International Students','2025 scholarship opportunities at Australian universities for international students.','/courses','https://careersgateway.com.au/wp-content/uploads/elementor/thumbs/mentor-3512369_1280-r843m5xw2sew1hxg45cwks8966alvphnlx5z352rgo.jpg'], ['Beware of Migration Scams','How to identify dodgy migration agents and protect yourself from visa fraud in Australia.','/contact','https://careersgateway.com.au/wp-content/uploads/elementor/thumbs/compressed_fraud_image_under_2mb-r7jridq6vxbz216bdpsd9kodliliwqutcwixsf25qg.jpg'], ['Future of Australian Migration','What changes are coming to Australian migration policy over the next 5 years.','/services/migration','https://careersgateway.com.au/wp-content/uploads/elementor/thumbs/Migration-future-australia-r7jqyjculu61ydzz94zwmky24oekes2taopx24hd3c.png'], ['Navigating PR Pathways','Your complete guide to Australian permanent residency β€” pathways, timelines, and requirements.','/services/migration','https://careersgateway.com.au/wp-content/uploads/elementor/thumbs/PR-Australia-r7jqpvafkuauvul9ve3rmrp0wr4pf9nxfs4pq9c2h4.png'], ].map(([title,excerpt,link,img]) => `
${title}

${title}

${excerpt}

Read more β†’
`).join('')}

Ready to Start Your Journey?

Book a free consultation with our experts today

Create Free Account Book Consultation
`, user, '', { url: '/', description: 'Careers Gateway Australia β€” your trusted partner for education, migration, recruitment, RPL, and visa services. Search 26,000+ CRICOS courses and book a free consultation.', image: 'https://careersgateway.com.au/wp-content/uploads/2025/06/pexels-photo-1236421-1236421-scaled.jpg' }); } function coursesPage(user, results, params, fromCache, error, savedCode = '') { const hasSearch = Object.values(params).some(v => v); const stateOptions = ['NSW','VIC','QLD','WA','SA','TAS','ACT','NT']; const levelOptions = [['1','Bachelor Degree'],['2','Master Degree'],['3','Doctoral Degree'],['4','Diploma'],['5','Certificate'],['6','Advanced Diploma'],['7','Graduate Certificate'],['8','Graduate Diploma']]; // Build the back URL (current search) so save redirects back here const backUrl = '/courses?' + Object.entries(params).filter(([,v])=>v).map(([k,v])=>`${k}=${encodeURIComponent(v)}`).join('&'); const courseMeta = { url: '/courses', description: 'Search 26,000+ CRICOS-registered courses from Australian universities and colleges. Filter by state, level, and field of study. Free account required to view results.', image: 'https://careersgateway.com.au/wp-content/uploads/2025/06/pexels-photo-1236421-1236421-scaled.jpg' }; return layout('CRICOS Course Search', `

πŸ” CRICOS Course Search

Search thousands of courses from CRICOS-registered Australian institutions

${savedCode ? `
βœ…
Course saved to your dashboard! View all saved courses in your dashboard.
` : ''} ${!hasSearch ? `
πŸŽ“

Search CRICOS-Registered Courses

Enter a course name, state, or level above to find courses from Australian institutions

` : error ? `
Unable to fetch CRICOS data right now. Please try again shortly.
` : results.length === 0 ? `
πŸ”Ž

No courses found

Try broadening your search β€” use fewer keywords or remove filters

` : ` ${!user ? `
${results.length} courses found
${results.slice(0,3).map(c => `

${esc(c.courseName || 'Course')}

${esc(c.provider || '')}
${c.cricosCode ? `CRICOS: ${esc(c.cricosCode)}` : ''} ${c.level ? `${esc(c.level)}` : ''} ${(c.city || c.state) ? `πŸ“ ${esc([c.city,c.state].filter(Boolean).join(', '))}` : ''} ${c.durationWeeks ? `⏱ ${esc(String(c.durationWeeks))} weeks` : ''} ${c.tuitionFee ? `πŸ’° ${esc(c.tuitionFee)}` : ''}
Book Consultation
`).join('')}
πŸ”“

Create a free account to view all ${results.length} courses

Register in 30 seconds to access full course details, save favourites, and book consultations with our expert advisors.

Free forever Β· No credit card required
` : `
${results.length} courses found ${fromCache ? '(cached)' : ''}
${results.map(c => `

${esc(c.courseName || 'Course')}

${esc(c.provider || '')}
${c.cricosCode ? `CRICOS: ${esc(c.cricosCode)}` : ''} ${c.level ? `${esc(c.level)}` : ''} ${(c.city || c.state) ? `πŸ“ ${esc([c.city,c.state].filter(Boolean).join(', '))}` : ''} ${c.durationWeeks ? `⏱ ${esc(String(c.durationWeeks))} weeks` : ''} ${c.tuitionFee ? `πŸ’° ${esc(c.tuitionFee)}` : ''} ${c.vetCode ? `VET: ${esc(c.vetCode)}` : ''}
Book Consultation ${c.cricosCode === savedCode ? `βœ… Saved` : `πŸ’Ύ Save` }
`).join('')} `} `}

Need help choosing the right course?

Our education advisors speak your language and know the Australian system inside out

Book Free Consultation
`, user, '', courseMeta); } function registerPage(error, values = {}) { return layout('Create Account', `

Create Your Account

Track courses, save inquiries, and get personalised support

${error ? `
${esc(error)}
` : ''}
`, null, '', { url: '/register', description: 'Create a free Careers Gateway account to access CRICOS course search, save favourites, and book consultations with our expert advisors.' }); } function loginPage(error, redirect = '') { return layout('Login', `

Welcome Back

Login to your Careers Gateway account

${error ? `
${esc(error)}
` : ''}
`, null, '', { url: '/login', description: 'Login to your Careers Gateway account to access CRICOS course search, saved courses, and your consultation history.' }); } function dashboardPage(user, inquiries) { const initials = user.full_name.split(' ').map(w => w[0]).join('').toUpperCase().slice(0,2); return layout('Dashboard', `

Welcome back, ${esc(user.full_name.split(' ')[0])}! πŸ‘‹

${inquiries.length}
Inquiries
${inquiries.filter(i=>i.kondesk_sent).length}
Processed

My Inquiries

${inquiries.length === 0 ? `
πŸ“‹

No inquiries yet. Book a consultation or search courses.

` : inquiries.map(i => `
${esc(i.service||'General Inquiry')}${i.cricos_course_name ? ` β€” ${esc(i.cricos_course_name)}` : ''}
${i.cricos_provider ? `
${esc(i.cricos_provider)}
` : ''}
${new Date(i.created_at).toLocaleDateString('en-AU',{day:'numeric',month:'short',year:'numeric'})}
${i.kondesk_sent ? 'βœ“ Processing' : 'Received'}
`).join('')}
`, user, '', { url: '/dashboard', description: 'Your Careers Gateway dashboard β€” manage course inquiries, saved courses, and your profile.' }); } function contactPage(user, params = {}, success = false, error = '') { const services = ['Education & Visa Services','Migration Services','Recruitment & Labour Hire','RPL Assessment','Skills Assessment','Health Insurance (OSHC/OVHC)','Easy Tax Return','Aged Care Services','Course Inquiry','General Inquiry']; return layout('Contact & Book Consultation', `

Book a Free Consultation

Our team will get back to you within 24 hours

Send Us a Message

Fill in your details and we'll be in touch soon

${success ? '
βœ… Your inquiry has been submitted! Our team will contact you within 24 hours.
' : ''} ${error ? `
${esc(error)}
` : ''} ${params.course ? `
πŸŽ“ ${esc(params.course)}${params.code ? ` (CRICOS: ${esc(params.code)})` : ''} β€” ${esc(params.provider||'')}
` : ''}

πŸ“ž Contact Details

πŸ“ Sydney, NSW, Australia
πŸ• Mon–Fri: 9am–6pm AEST

βœ… What Happens Next

  1. We receive your inquiry
  2. A specialist is assigned
  3. You're contacted within 24h
  4. Free initial consultation
`, user, '', { url: '/contact', description: 'Book a free consultation with Careers Gateway. Our certified experts can help with education, visa, migration, RPL, and skills assessment in Australia.', image: 'https://careersgateway.com.au/wp-content/uploads/elementor/thumbs/career-bijendra-sir-r7juads0rjdgs6e5oqchau1e6jow26qbi4k3ky7bwy.jpg' }); } function healthInsurancePage(user, konpareKey) { return layout('Health Insurance β€” OSHC & OVHC', `

πŸ₯ Health Insurance for Students & Visitors

Compare and buy OSHC & OVHC policies instantly through our Konpare-powered portal

${[ ['πŸ₯','OSHC','Overseas Student Health Cover','Required for all international student visa holders in Australia'], ['🌏','OVHC','Overseas Visitors Health Cover','For visitors, working holiday makers, and sponsored workers'], ['πŸ’Š','Cover Includes','Hospital, GP, Prescriptions','Plus emergency ambulance in most policies'], ['⚑','Instant','Online Purchase','Get your certificate of insurance immediately'], ].map(([icon,short,title,desc]) => `
${icon}
${short}

${title}

${desc}

`).join('')}

Compare & Buy Now

Having trouble? Try Open in new tab β†—

πŸ”’ Secure payments powered by Konpare. Policies from all major Australian health insurers.

πŸ₯ Konpare β€” OSHC & OVHC Health Insurance
`, user, '', { url: '/health-insurance', description: 'Compare and buy OSHC and OVHC health insurance for international students and visitors in Australia. Powered by Konpare β€” instant online purchase.', image: 'https://careersgateway.com.au/wp-content/uploads/elementor/thumbs/pexels-photo-7163956-7163956-scaled-r7fvhsbi458lc1m0wz89g7f03sdjg52qxlmabibvpc.jpg' }); } function servicesPage(user, service) { const pages = { education: { title: 'Education & Visa Services', icon: 'πŸŽ“', desc: 'We help international students find and enrol in CRICOS-registered courses at Australian universities, TAFE colleges, and private providers. Our education counsellors assess your academic background, career goals, and visa eligibility to recommend the best pathway for you.', items: ['CRICOS course selection and application','Student visa (subclass 500) lodgement','Enrolment support and CoE assistance','Pre-departure briefings','Airport pickup and arrival support'] }, migration: { title: 'Migration Services', icon: '🌏', desc: 'Our MARA-registered migration agents provide expert advice on all Australian visa subclasses. From skilled migration to family reunification, we handle your case end-to-end.', items: ['Skilled Independent (189, 190, 491)','Employer Nomination Scheme (186, 187)','Family visas (309, 100, 820, 801)','Partner and spouse visas','Bridging and tourist visas'] }, recruitment: { title: 'Recruitment & Labour Hire', icon: 'πŸ’Ό', desc: 'We connect skilled professionals with Australian employers across healthcare, construction, IT, and hospitality sectors.', items: ['Job placement for skilled migrants','Labour hire for construction and agriculture','Healthcare and nursing recruitment','Resume and interview preparation','Work rights advice'] }, rpl: { title: 'RPL Assessment', icon: 'πŸ“‹', desc: 'Recognition of Prior Learning (RPL) lets you convert your overseas work experience into Australian qualifications without re-studying.', items: ['Trade qualifications (Certificate III/IV)','Healthcare and nursing qualifications','Engineering and IT assessments','Portfolio preparation support','Fast-track pathways available'] }, skills: { title: 'Skills Assessment', icon: 'βœ…', desc: 'Formal skills assessments required for skilled migration visas, assessed by bodies such as Engineers Australia, TRA, VETASSESS, ANMAC, and more.', items: ['Engineers Australia','Trades Recognition Australia (TRA)','VETASSESS (professional occupations)','ANMAC (nursing and midwifery)','AIM, CPAA, CPA Australia'] }, tax: { title: 'Easy Tax Return', icon: 'πŸ’°', desc: 'Quick, affordable Australian tax returns for international students and working holiday visa holders.', items: ['Tax file number (TFN) applications','Annual tax return lodgement','Working holiday tax refunds','HECS/HELP debt queries','Superannuation withdrawals on departure'] }, 'aged-care': { title: 'Aged Care Services', icon: '❀️', desc: 'Pathways into Australia\'s growing aged care sector, including qualification recognition and job placement.', items: ['Certificate III in Individual Support','AHPRA registration assistance','Job placement in aged care facilities','Visa pathways for aged care workers','Ongoing compliance support'] }, }; const page = pages[service]; if (!page) return null; return layout(page.title, `
${page.icon}

${page.title}

${page.desc}

What's Included

    ${page.items.map(item => `
  • βœ“${item}
  • `).join('')}

Get Started Today

Book a free initial consultation with one of our ${page.title} specialists

Book Free Consultation
No obligation Β· Response within 24h
`, user, '', { url: `/services/${service}`, description: page.desc, image: DEFAULT_IMAGE }); } export { layout, esc, homePage, coursesPage, registerPage, loginPage, dashboardPage, contactPage, healthInsurancePage, servicesPage };