<?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">
                    Functional Capacity 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>Functional Capacity Examinations (FCEs) are comprehensive assessments that evaluate an individual's physical and cognitive abilities in relation to work demands. These examinations are particularly valuable for determining return-to-work readiness, accommodation needs, and disability claims.</p>
                </div>

                <!-- Purpose Section -->
                <div class="text-[#333333] text-base leading-[24px] font-questrial">
                    <p>FCEs help employers understand what an employee can safely do, what accommodations might be needed, and whether return to work is feasible. For disability insurers, FCEs provide objective evidence of functional limitations and capabilities.</p>
                </div>

                <!-- Assessment Components -->
                <div class="text-[#333333] text-base leading-[24px] font-questrial">
                    <p>Our FCEs include comprehensive testing of:</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">Physical strength and endurance</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">Range of motion and flexibility</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">Balance and coordination</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">Work-specific task simulation</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">Pain assessment and tolerance</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">Cognitive and behavioral factors</span>
                    </li>
                </ul>

                <!-- Benefits Section -->
                <div class="text-[#333333] text-base leading-[24px] font-questrial">
                    <p>Our FCEs provide objective, evidence-based assessments that help make informed decisions about work capacity, accommodations, and return-to-work planning.</p>
                </div>
            </div>
        </div>

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

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