<?php
$page_title = 'OET Coaching & Preparation for Healthcare Professionals | Visa Solution Plus';
$page_description = 'Expert OET coaching at Visa Solution Plus. Prepare for OET with specialized medical English training. Master Reading, Writing, Listening & Speaking for healthcare professionals.';
$page_keywords = 'OET coaching Delhi, OET preparation, OET for nurses, OET for doctors, Occupational English Test, OET coaching center, OET medicine';
$active_page = 'courses';
include 'header.php';
?>

<!-- ========= HERO ========= -->
<section class="py-5 text-white position-relative" style="background:linear-gradient(135deg, rgba(24,66,90,0.95), rgba(18,51,70,0.95)), url('https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?q=80&w=1200');background-size:cover;background-position:center;min-height:350px;">
    <div class="container py-5">
        <div class="row"><div class="col-lg-8">
            <div class="mb-3"><span class="badge bg-danger px-3 py-2 rounded-pill fw-bold">Healthcare Professionals</span></div>
            <h1 class="display-3 fw-800 mb-3">OET <span class="text-danger">Coaching</span></h1>
            <p class="lead opacity-75 mb-4">Occupational English Test — The English language test designed specifically for healthcare professionals. Prove your clinical communication skills.</p>
            <div class="d-flex flex-wrap gap-3">
                <span class="badge bg-white text-navy px-3 py-2 rounded-pill"><i class="fas fa-stethoscope me-1"></i> Healthcare Specific</span>
                <span class="badge bg-white text-navy px-3 py-2 rounded-pill"><i class="fas fa-globe me-1"></i> 12 Professions</span>
                <span class="badge bg-white text-navy px-3 py-2 rounded-pill"><i class="fas fa-check-circle me-1"></i> Accepted by Regulatory Bodies</span>
            </div>
            <nav class="mt-4" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="index.php" class="text-danger text-decoration-none">Home</a></li><li class="breadcrumb-item"><a href="#" class="text-danger text-decoration-none">Courses</a></li><li class="breadcrumb-item active text-white">OET</li></ol></nav>
        </div></div>
    </div>
</section>

<!-- ========= CONTENT ========= -->
<section class="py-5">
    <div class="container py-4">
        <div class="row g-5">
            <div class="col-lg-8">
                <h2 class="display-5 fw-800 text-navy mb-4">What is <span class="text-danger">OET?</span></h2>
                <p class="lead text-muted">The <strong>Occupational English Test (OET)</strong> is an international English language test specifically designed for <strong>healthcare professionals</strong>. Unlike general English tests such as IELTS or TOEFL, OET uses medical and healthcare-specific content throughout all four sub-tests, making it directly relevant to your professional practice.</p>

                <p class="text-muted">Developed by <strong>Cambridge Boxhill Language Assessment (CBLA)</strong>, a venture between Cambridge Assessment English and Box Hill Institute, OET assesses the language proficiency of healthcare professionals who wish to register and practice in an English-speaking environment. It is recognized by healthcare regulators in <strong>Australia, New Zealand, UK, Ireland, Singapore, Dubai, Namibia, and Ukraine</strong>.</p>

                <p class="text-muted">OET is available for <strong>12 healthcare professions</strong>: Medicine, Nursing, Dentistry, Pharmacy, Physiotherapy, Occupational Therapy, Dietetics, Optometry, Podiatry, Radiography, Speech Pathology, and Veterinary Science. The Listening and Reading sub-tests are common to all professions, while Speaking and Writing are profession-specific.</p>

                <p class="text-muted">At <strong>Visa Solution Plus</strong>, we offer specialized OET coaching for all healthcare professions. Our trainers understand the unique demands of medical English and clinical communication, ensuring that healthcare workers are fully prepared to demonstrate their language competency in their professional field.</p>

                <div class="mt-5">
                    <h3 class="fw-800 text-navy mb-3"><i class="fas fa-user-md text-danger me-2"></i>OET Professions</h3>
                    <div class="row g-3">
                        <?php
$professions = [
    ['icon' => 'fa-user-md', 'name' => 'Medicine'],
    ['icon' => 'fa-user-nurse', 'name' => 'Nursing'],
    ['icon' => 'fa-tooth', 'name' => 'Dentistry'],
    ['icon' => 'fa-pills', 'name' => 'Pharmacy'],
    ['icon' => 'fa-walking', 'name' => 'Physiotherapy'],
    ['icon' => 'fa-hands-helping', 'name' => 'Occupational Therapy'],
    ['icon' => 'fa-apple-alt', 'name' => 'Dietetics'],
    ['icon' => 'fa-eye', 'name' => 'Optometry'],
    ['icon' => 'fa-shoe-prints', 'name' => 'Podiatry'],
    ['icon' => 'fa-x-ray', 'name' => 'Radiography'],
    ['icon' => 'fa-comments', 'name' => 'Speech Pathology'],
    ['icon' => 'fa-paw', 'name' => 'Veterinary Science'],
];
foreach ($professions as $p): ?>
                        <div class="col-4 col-md-3">
                            <div class="text-center p-3 rounded-3" style="background:#f8f9ff;">
                                <i class="fas <?php echo $p['icon']; ?> text-danger mb-2"></i>
                                <p class="small fw-bold text-navy mb-0"><?php echo $p['name']; ?></p>
                            </div>
                        </div>
                        <?php
endforeach; ?>
                    </div>
                </div>

                <div class="mt-5">
                    <h3 class="fw-800 text-navy mb-4"><i class="fas fa-puzzle-piece text-danger me-2"></i>OET Test Structure — Detailed Breakdown</h3>

                    <div class="accordion" id="oetModules">
                        <div class="accordion-item border-0 shadow-sm mb-3 rounded-4 overflow-hidden">
                            <h2 class="accordion-header"><button class="accordion-button fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#oListening"><i class="fas fa-headphones text-danger me-2"></i> Listening (Approx. 40 minutes) — All Professions</button></h2>
                            <div id="oListening" class="accordion-collapse collapse show" data-bs-parent="#oetModules">
                                <div class="accordion-body text-muted">
                                    <p>The Listening sub-test is the same for all professions and consists of <strong>3 parts</strong> with approximately <strong>42 questions</strong>:</p>
                                    <ul>
                                        <li><strong>Part A — Consultation Extracts (2 extracts, ~5 min each):</strong> Listen to two healthcare-related consultations (e.g., doctor-patient, nurse-patient) and answer questions based on the conversation. Assesses ability to follow consultation-style interactions.</li>
                                        <li><strong>Part B — Short Workplace Extracts (6 extracts, ~1 min each):</strong> Listen to six short recordings from healthcare workplace settings (e.g., briefings, instructions, team discussions). One multiple-choice question per extract.</li>
                                        <li><strong>Part C — Presentation Extracts (2 extracts, ~5 min each):</strong> Listen to two longer presentations or interviews on health-related topics (e.g., health seminar, research interview). Six multiple-choice questions per extract.</li>
                                    </ul>
                                    <p><strong>Our Approach:</strong> Practice with authentic healthcare audio materials, medical terminology recognition, note-taking for consultation summaries, and familiarity with various healthcare accents.</p>
                                </div>
                            </div>
                        </div>
                        <div class="accordion-item border-0 shadow-sm mb-3 rounded-4 overflow-hidden">
                            <h2 class="accordion-header"><button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#oReading"><i class="fas fa-book text-danger me-2"></i> Reading (60 minutes) — All Professions</button></h2>
                            <div id="oReading" class="accordion-collapse collapse" data-bs-parent="#oetModules">
                                <div class="accordion-body text-muted">
                                    <p>The Reading sub-test is the same for all professions and consists of <strong>3 parts</strong> with <strong>42 questions</strong>:</p>
                                    <ul>
                                        <li><strong>Part A — Expeditious Reading (15 minutes):</strong> Read and extract specific information quickly from 4 short texts related to a single healthcare topic. 20 questions testing skimming and scanning skills.</li>
                                        <li><strong>Part B — Careful Reading (45 minutes):</strong> Read 2 longer texts on healthcare workplace topics. Part B1 has 6 questions on the first text, and Part B2 has 8 questions on the second text. Tests comprehension of healthcare opinions, recommendations, and clinical arguments.</li>
                                        <li><strong>Part C — Global Purpose/Detail (included):</strong> Read a longer passage and answer 8 questions. Tests understanding of the writer's purpose, opinions, and attitude in healthcare-related texts.</li>
                                    </ul>
                                    <p><strong>Our Approach:</strong> Practice with medical journal articles, clinical guidelines, patient information leaflets, and healthcare policy documents.</p>
                                </div>
                            </div>
                        </div>
                        <div class="accordion-item border-0 shadow-sm mb-3 rounded-4 overflow-hidden">
                            <h2 class="accordion-header"><button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#oWriting"><i class="fas fa-pen text-danger me-2"></i> Writing (45 minutes) — Profession-Specific</button></h2>
                            <div id="oWriting" class="accordion-collapse collapse" data-bs-parent="#oetModules">
                                <div class="accordion-body text-muted">
                                    <p>The Writing sub-test is <strong>profession-specific</strong>. You will write a letter (usually a referral, discharge, or transfer letter) based on case notes provided. The task simulates real workplace writing that healthcare professionals do on a daily basis.</p>
                                    <ul>
                                        <li>You receive case notes about a patient and must write an appropriate letter (180-200 words)</li>
                                        <li>Letter types include: referral letter, discharge summary, transfer letter, letter to a GP</li>
                                        <li>You must select relevant information from the case notes and organize it logically</li>
                                        <li>Clinical accuracy and appropriate register are essential</li>
                                    </ul>
                                    <p><strong>Assessment Criteria:</strong> Overall task fulfilment, appropriateness of content, comprehension of stimulus, conciseness and clarity, genre and style, organization and layout, language (grammar, vocabulary, spelling, punctuation).</p>
                                    <p><strong>Our Approach:</strong> Extensive practice with profession-specific letter templates, case note analysis, medical writing conventions, and feedback from healthcare English specialists.</p>
                                </div>
                            </div>
                        </div>
                        <div class="accordion-item border-0 shadow-sm mb-3 rounded-4 overflow-hidden">
                            <h2 class="accordion-header"><button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#oSpeaking"><i class="fas fa-microphone text-danger me-2"></i> Speaking (Approx. 20 minutes) — Profession-Specific</button></h2>
                            <div id="oSpeaking" class="accordion-collapse collapse" data-bs-parent="#oetModules">
                                <div class="accordion-body text-muted">
                                    <p>The Speaking sub-test is <strong>profession-specific</strong> and consists of <strong>2 role-plays</strong>, each approximately 5 minutes long. There is a warm-up interview of 2-3 minutes before the role-plays begin.</p>
                                    <ul>
                                        <li>You play the role of a healthcare professional (your profession), and the examiner plays the patient/client/relative</li>
                                        <li>Role-play cards provide context, clinical information, and the task to perform</li>
                                        <li>Scenarios are realistic — explaining a diagnosis, discussing treatment options, providing post-surgery instructions, etc.</li>
                                        <li>You get 2-3 minutes to review the role-play card before each scenario begins</li>
                                    </ul>
                                    <p><strong>Assessment Criteria:</strong> Linguistic criteria (intelligibility, fluency, appropriateness of language, comprehension) and clinical communication criteria (relationship building, understanding and incorporating the patient's perspective, providing structure, information gathering/giving).</p>
                                    <p><strong>Our Approach:</strong> Simulated role-plays with trained interlocutors, clinical communication frameworks, empathy and rapport-building techniques, and profession-specific vocabulary development.</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>

                <div class="mt-5">
                    <h3 class="fw-800 text-navy mb-3"><i class="fas fa-chart-line text-danger me-2"></i>OET Scoring</h3>
                    <p class="text-muted">OET results are reported using a <strong>letter grade system</strong> from A (highest) to E (lowest). Most regulatory bodies require a minimum grade of <strong>B</strong> (equivalent to IELTS 7.0) in each sub-test.</p>
                    <div class="table-responsive">
                        <table class="table table-bordered table-hover">
                            <thead style="background:#18425a;color:white;"><tr><th>OET Grade</th><th>Numeric Score</th><th>IELTS Equivalent</th><th>CEFR Level</th></tr></thead>
                            <tbody>
                                <tr><td class="fw-bold text-danger">A</td><td>450-500</td><td>8.0-9.0</td><td>C2</td></tr>
                                <tr><td class="fw-bold text-danger">B</td><td>350-440</td><td>7.0-7.5</td><td>C1</td></tr>
                                <tr><td class="fw-bold">C+</td><td>300-340</td><td>6.5</td><td>B2+</td></tr>
                                <tr><td class="fw-bold">C</td><td>200-290</td><td>5.5-6.0</td><td>B2</td></tr>
                                <tr><td class="fw-bold">D</td><td>100-190</td><td>4.0-5.0</td><td>B1</td></tr>
                                <tr><td class="fw-bold">E</td><td>0-90</td><td>Below 4.0</td><td>Below B1</td></tr>
                            </tbody>
                        </table>
                    </div>
                </div>

                <div class="mt-5">
                    <h3 class="fw-800 text-navy mb-3"><i class="fas fa-globe text-danger me-2"></i>Countries That Accept OET</h3>
                    <div class="row g-3">
                        <div class="col-md-6"><div class="card border-0 shadow-sm p-3 rounded-3"><h6 class="fw-bold text-navy mb-2">🇦🇺 Australia</h6><p class="small text-muted mb-0">AHPRA, Nursing & Midwifery Board, Medical Board — Grade B required</p></div></div>
                        <div class="col-md-6"><div class="card border-0 shadow-sm p-3 rounded-3"><h6 class="fw-bold text-navy mb-2">🇬🇧 United Kingdom</h6><p class="small text-muted mb-0">NMC (Nursing), GMC (Medicine) — Grade B/C+ required</p></div></div>
                        <div class="col-md-6"><div class="card border-0 shadow-sm p-3 rounded-3"><h6 class="fw-bold text-navy mb-2">🇳🇿 New Zealand</h6><p class="small text-muted mb-0">NZ Nursing Council, MCNZ — Grade B required</p></div></div>
                        <div class="col-md-6"><div class="card border-0 shadow-sm p-3 rounded-3"><h6 class="fw-bold text-navy mb-2">🇮🇪 Ireland</h6><p class="small text-muted mb-0">NMBI (Nursing), Medical Council — Grade B required</p></div></div>
                    </div>
                </div>

                <div class="mt-5">
                    <h3 class="fw-800 text-navy mb-3"><i class="fas fa-question-circle text-danger me-2"></i>Frequently Asked Questions</h3>
                    <div class="accordion" id="oetFaq">
                        <div class="accordion-item border-0 shadow-sm mb-2 rounded-3 overflow-hidden"><h2 class="accordion-header"><button class="accordion-button fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#of1">Why should healthcare professionals choose OET over IELTS?</button></h2><div id="of1" class="accordion-collapse collapse show" data-bs-parent="#oetFaq"><div class="accordion-body text-muted">OET is specifically designed for healthcare professionals, using medical scenarios and clinical vocabulary throughout the test. Many healthcare workers find it easier to score well on OET because the content is familiar and relevant to their daily practice. Additionally, the Writing sub-test simulates real workplace tasks (writing referral letters) rather than academic essays, which healthcare workers are more accustomed to.</div></div></div>
                        <div class="accordion-item border-0 shadow-sm mb-2 rounded-3 overflow-hidden"><h2 class="accordion-header"><button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#of2">How much does OET cost?</button></h2><div id="of2" class="accordion-collapse collapse" data-bs-parent="#oetFaq"><div class="accordion-body text-muted">OET costs approximately <strong>US $587 (around ₹49,000)</strong>. While more expensive than IELTS, many healthcare professionals prefer it because the healthcare-specific content allows better score outcomes with targeted preparation, reducing the need for retakes.</div></div></div>
                        <div class="accordion-item border-0 shadow-sm mb-2 rounded-3 overflow-hidden"><h2 class="accordion-header"><button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#of3">How long are OET results valid?</button></h2><div id="of3" class="accordion-collapse collapse" data-bs-parent="#oetFaq"><div class="accordion-body text-muted">OET results are valid for <strong>2 years</strong> from the date of the test. Results are typically available within <strong>16 business days</strong> of the test date and can be accessed through the OET website.</div></div></div>
                    </div>
                </div>
            </div>

            <!-- SIDEBAR -->
            <div class="col-lg-4">
                <div class="position-sticky" style="top:100px;">
                    <div class="card border-0 shadow-lg rounded-4 overflow-hidden mb-4">
                        <div class="card-header text-white text-center py-4" style="background:linear-gradient(135deg,#18425a,#123346);"><h4 class="fw-800 mb-1">Enroll Now</h4><p class="small opacity-75 mb-0">Healthcare English Experts</p></div>
                        <div class="card-body p-4">
                            <form class="d-flex flex-column gap-3">
                                <input type="text" name="name" class="form-control vsp-input" placeholder="Your Full Name" required>
                                <input type="tel" name="phone" class="form-control vsp-input" placeholder="Phone Number" required>
                                <input type="email" name="email" class="form-control vsp-input" placeholder="Email Address" required>
                                <select name="service" class="form-select vsp-input"><option value="OET Medicine">Medicine</option><option value="OET Nursing">Nursing</option><option value="OET Dentistry">Dentistry</option><option value="OET Pharmacy">Pharmacy</option><option value="OET Other">Other Profession</option></select>
                                <input type="hidden" name="source_page" value="oet">
                                <button type="submit" class="btn btn-vsp-submit w-100 py-3 fw-bold">BOOK FREE DEMO <i class="fas fa-arrow-right ms-2"></i></button>
                            </form>
                        </div>
                    </div>
                    <div class="card border-0 shadow-sm rounded-4 p-4 mb-4" style="background:#f8f9ff;">
                        <h5 class="fw-800 text-navy mb-3">Our Other Courses</h5>
                        <ul class="list-unstyled mb-0">
                            <li class="mb-2"><a href="ielts.php" class="text-decoration-none text-muted fw-bold"><i class="fas fa-chevron-right text-danger me-2 small"></i>IELTS Coaching</a></li>
                            <li class="mb-2"><a href="toefl.php" class="text-decoration-none text-muted fw-bold"><i class="fas fa-chevron-right text-danger me-2 small"></i>TOEFL Coaching</a></li>
                            <li class="mb-2"><a href="pte.php" class="text-decoration-none text-muted fw-bold"><i class="fas fa-chevron-right text-danger me-2 small"></i>PTE Academic</a></li>
                            <li class="mb-2"><a href="cambridge-english.php" class="text-decoration-none text-muted fw-bold"><i class="fas fa-chevron-right text-danger me-2 small"></i>Cambridge English</a></li>
                            <li class="mb-0"><a href="study-abroad.php" class="text-decoration-none text-muted fw-bold"><i class="fas fa-chevron-right text-danger me-2 small"></i>Study Abroad</a></li>
                        </ul>
                    </div>
                    <div class="card border-0 rounded-4 text-white p-4 text-center" style="background:linear-gradient(135deg,#e94d4e,#c0392b);">
                        <i class="fas fa-phone-alt fa-2x mb-3"></i><h5 class="fw-800">Need Help?</h5><p class="small opacity-90">Talk to our OET experts!</p>
                        <a href="tel:+918448897931" class="btn btn-light fw-bold rounded-pill px-4">+91 8448897931</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- ========= CTA ========= -->
<section class="py-5 bg-white">
    <div class="container py-4 text-center">
        <h2 class="display-5 fw-800 text-navy mb-3">Launch Your Healthcare Career Abroad</h2>
        <p class="lead text-muted mb-4">Specialized OET coaching for healthcare professionals. Prove your clinical English skills and practice where you dream.</p>
        <a href="contact.php" class="vsp-btn-modern me-3">ENROLL NOW <i class="fas fa-arrow-right ms-2"></i></a>
        <a href="tel:+918448897931" class="btn btn-outline-danger btn-lg px-4 fw-bold">CALL FOR FREE DEMO <i class="fas fa-phone-alt ms-2"></i></a>
    </div>
</section>

<?php include 'footer.php'; ?>
