<?php include '../partials/header.php'; ?>

<!-- Main Container -->
<div class="bg-white min-h-screen">
    <!-- Hero Section -->
    <div class="bg-[#636363] py-16">
        <div class="max-w-7xl mx-auto service-content px-4">
            <div class="text-center">
                <h1 class="text-5xl leading-[57.2px] font-questrial text-white">
                    Independent Medical Examinations
                </h1>
            </div>
        </div>
    </div>

    <!-- Main Content -->
    <div class="flex justify-center">
        <!-- Left Column - Main Content -->
        <div class="flex-1 px-24 py-16 max-w-4xl mx-auto">
            <div class="space-y-12">
                <!-- Introduction -->
                <div class="text-[#333333] text-base leading-[24px] font-questrial">
                    <p>An Independent Medical Examination is a key tool in verifying the existence and severity of a medical issue — such as illness or injury. Employers, disability insurers, and lawyers in particular can rapidly obtain invaluable clarity regarding a particular case.</p>
                </div>

                <!-- Employers Section -->
                <div class="text-[#333333] text-base leading-[24px] font-questrial">
                    <p>Employers can use an IME to ensure a safe and healthy return to work, understand what accommodations may be necessary, and get answers if the process is dragging on for months.</p>
                </div>

                <!-- Disability Insurers Section -->
                <div class="text-[#333333] text-base leading-[24px] font-questrial">
                    <p>Disability insurers can get insight into the extent of a disability in order to make the correct decision when handling difficult claims. And lawyers are able to get vital information for personal injury suits that can make all the difference in the courtroom.</p>
                </div>

                <!-- Specialties Section -->
                <div class="text-[#333333] text-base leading-[24px] font-questrial">
                    <p>Vera Medical has access to all specialities, no matter how sub-specialized. In unusual cases we can source opinions from the US and Europe – we love a challenge!</p>
                </div>

                <!-- Services List -->
                <ul class="pl-10 space-y-1">
                    <li class="flex items-center">
                        <div class="w-2 h-2 bg-[#333333] rounded-full mr-3"></div>
                        <span class="text-[#333333] text-base leading-[24px] font-questrial">All Medical Specialties</span>
                    </li>
                    <li class="flex items-center">
                        <div class="w-2 h-2 bg-[#333333] rounded-full mr-3"></div>
                        <span class="text-[#333333] text-base leading-[24px] font-questrial">Certified Examinations (Alberta only)</span>
                    </li>
                    <li class="flex items-center">
                        <div class="w-2 h-2 bg-[#333333] rounded-full mr-3"></div>
                        <span class="text-[#333333] text-base leading-[24px] font-questrial">Occupational Medicine</span>
                    </li>
                    <li class="flex items-center">
                        <div class="w-2 h-2 bg-[#333333] rounded-full mr-3"></div>
                        <span class="text-[#333333] text-base leading-[24px] font-questrial">Dental/TMJ</span>
                    </li>
                    <li class="flex items-center">
                        <div class="w-2 h-2 bg-[#333333] rounded-full mr-3"></div>
                        <span class="text-[#333333] text-base leading-[24px] font-questrial">Psychological</span>
                    </li>
                    <li class="flex items-center">
                        <div class="w-2 h-2 bg-[#333333] rounded-full mr-3"></div>
                        <span class="text-[#333333] text-base leading-[24px] font-questrial">Neuropsychological</span>
                    </li>
                    <li class="flex items-center">
                        <div class="w-2 h-2 bg-[#333333] rounded-full mr-3"></div>
                        <span class="text-[#333333] text-base leading-[24px] font-questrial">Symptom Validity Testing</span>
                    </li>
                    <li class="flex items-center">
                        <div class="w-2 h-2 bg-[#333333] rounded-full mr-3"></div>
                        <span class="text-[#333333] text-base leading-[24px] font-questrial">Addictions</span>
                    </li>
                    <li class="flex items-center">
                        <div class="w-2 h-2 bg-[#333333] rounded-full mr-3"></div>
                        <span class="text-[#333333] text-base leading-[24px] font-questrial">Medical Malpractice</span>
                    </li>
                </ul>

                <!-- Medical Director Section -->
                <div class="text-[#333333] text-base leading-[24px] font-questrial">
                    <p>Our Medical Director's training and experience as a pathologist is often appreciated in medical malpractice cases where causation and Standard of Care are critical issues.</p>
                </div>

                <!-- Call to Action Links -->
                <div class="text-[#333333] text-base leading-[24px] font-questrial">
                    <p class="mb-4">
                        <a href="#" class="text-[#3b5997] hover:underline">Want a more in-depth look at how IMEs help employers</a>? Or maybe you need to know
                        <a href="#" class="text-[#3b5997] hover:underline">how they can help in disability claims</a>?
                    </p>
                </div>
            </div>
        </div>

        <?php include '../partials/service-sidebar.php'; ?>
    </div>
</div>

<?php include '../partials/footer.php'; ?> 