<?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">
                    Tele-Psychiatric 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>Tele-psychiatric Independent Medical Examinations provide convenient, secure, and comprehensive psychiatric assessments through video conferencing technology.</p>
                </div>

                <!-- Purpose Section -->
                <div class="text-[#333333] text-base leading-[24px] font-questrial">
                    <p>Our tele-psychiatric examinations offer the same rigorous standards as in-person assessments while providing increased accessibility and convenience for all parties involved.</p>
                </div>

                <!-- Benefits Section -->
                <div class="text-[#333333] text-base leading-[24px] font-questrial">
                    <p>Key benefits of tele-psychiatric examinations include:</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">Increased accessibility for remote locations</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">Reduced travel time and costs</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">Secure, HIPAA-compliant platform</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">Comprehensive psychiatric evaluation</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">Same quality standards as in-person exams</span>
                    </li>
                </ul>

                <!-- Assessment Types -->
                <div class="text-[#333333] text-base leading-[24px] font-questrial">
                    <p>Our tele-psychiatric examinations cover a wide range of psychiatric conditions and assessments, providing comprehensive evaluations for disability claims, legal proceedings, and insurance purposes.</p>
                </div>
            </div>
        </div>

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

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