<?php
$standalone = false;
if (!defined('ABEMS_ACCESS')) {
    require_once __DIR__ . '/../../config/config.php';
    $standalone = abems_standalone_begin([
        'config_path' => __DIR__ . '/../../config/config.php',
        'title'       => 'Special Needs Transport | A Believers EMS',
        'description' => 'Compassionate medical transport for pediatric, geriatric, bariatric and hospice patients in Houston, TX.',
        'header_img'  => 'services/special-needs.jpg',
        'heading'     => 'Special Needs <em class="display">Transport</em>',
        'intro'       => 'Pediatric, geriatric, bariatric, hospice and end-of-life transport with dignity at the center.',
        'breadcrumb'  => [
            ['Services', 'services.php'],
            ['Special Needs', null]
        ],
    ]);
}
?>
<section class="section bg-cream">
    <div class="container">
        <div class="about-split">
            <div class="js-image-reveal" style="aspect-ratio: 4/5; overflow:hidden; border-radius:var(--radius-lg); order:2;">
                <img src="<?= e(img('services/special-needs.jpg')) ?>" alt="Special needs transport" loading="lazy">
            </div>
            <div class="js-reveal" style="order:1;">
                <span class="eyebrow">Service · Wheelchair &amp; Compassion-Led</span>
                <h2>Wheelchair &amp; Special Needs Transport</h2>
                <p class="lead">
                    Wheelchair-accessible transport for elderly patients, dialysis routines, oncology visits and
                    patients with cognitive or mobility special needs. The patience and kindness Houston reviewers
                    keep calling out is what we are known for — and how Rodney has trained the crew from day one.
                </p>

                <ul class="feature-list">
                    <li>Wheelchair-accessible vehicles with secure tie-down</li>
                    <li>Gentle handling and unhurried boarding — the trip moves at the patient's pace</li>
                    <li>Recurring schedules for dialysis (typically 3x/week) and weekly oncology</li>
                    <li>Hospice and end-of-life rides handled with quiet dignity</li>
                    <li>Bilingual coordination available when family language is Spanish</li>
                    <li>Family member welcome in front passenger seat at no charge</li>
                </ul>

                <div class="hero-actions mt-8">
                    <a href="<?= e(SITE_URL) ?>/contact.php" class="btn">Plan a transport</a>
                    <a href="tel:<?= e(CONTACT_PHONE_RAW) ?>" class="btn btn-secondary">Call <?= e(CONTACT_PHONE) ?></a>
                </div>
            </div>
        </div>
    </div>
</section>
<?php abems_standalone_end($standalone); ?>
