{"id":508,"date":"2026-08-24T07:34:23","date_gmt":"2026-08-24T06:34:23","guid":{"rendered":"https:\/\/equitechlabs.com\/?page_id=508"},"modified":"2026-08-24T09:33:32","modified_gmt":"2026-08-24T08:33:32","slug":"508-2","status":"publish","type":"page","link":"https:\/\/equitechlabs.com\/index.php\/508-2\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n    <meta\n        name=\"description\"\n        content=\"Site map for EquiTech Labs - Complete navigation of all pages and sections.\"\n    >\n\n    <title>Site Map &#8211; EquiTech Labs<\/title>\n\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n    <link rel=\"stylesheet\" href=\"css\/style.css\">\n\n    <link\n        rel=\"stylesheet\"\n        href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\n    >\n\n    <style>\n\n        \/* ========================================\n           EquiTech Theme\n           Existing classes are NOT removed.\n        ======================================== *\/\n\n        :root {\n            --etl-dark-navy: #111c2e;\n            --etl-navy: #172a4b;\n            --etl-blue: #2857a4;\n            --etl-link: #174f91;\n            --etl-footer: #1d2428;\n            --etl-white: #ffffff;\n            --etl-text: #111827;\n            --etl-dark-text: #f3f4f6;\n        }\n\n\n        \/* ========================================\n           HERO\n        ======================================== *\/\n\n        .etl-hero {\n            background:\n                linear-gradient(\n                    100deg,\n                    #111c2e 0%,\n                    #172a4b 52%,\n                    #2857a4 100%\n                ) !important;\n        }\n\n        .etl-hero h1 {\n            color: #ffffff;\n        }\n\n\n        \/* ========================================\n           SITEMAP LIGHT THEME\n        ======================================== *\/\n\n        .etl-sitemap {\n            background-color: #ffffff;\n            color: #111827;\n        }\n\n        .etl-sitemap a {\n            color: #174f91;\n            text-underline-offset: 4px;\n        }\n\n        .etl-sitemap a:hover {\n            text-decoration: underline;\n        }\n\n        .etl-sitemap a:focus-visible {\n            outline: 3px solid #2857a4;\n            outline-offset: 3px;\n            border-radius: 2px;\n            text-decoration: underline;\n        }\n\n\n        \/* ========================================\n           DARK THEME\n           Works when .dark is added to html\/body\n        ======================================== *\/\n\n        .dark .etl-sitemap {\n            background-color: #111827;\n            color: #f3f4f6;\n        }\n\n        .dark .etl-sitemap h2 {\n            color: #ffffff;\n        }\n\n        .dark .etl-sitemap ul {\n            color: #d1d5db;\n        }\n\n        .dark .etl-sitemap a {\n            color: #93c5fd;\n        }\n\n        .dark .etl-sitemap a:hover {\n            color: #bfdbfe;\n            text-decoration: underline;\n        }\n\n        .dark .etl-sitemap a:focus-visible {\n            outline: 3px solid #ffffff;\n            outline-offset: 3px;\n        }\n\n\n        \/* ========================================\n           CONTACT SECTION\n        ======================================== *\/\n\n        .etl-contact {\n            background:\n                linear-gradient(\n                    100deg,\n                    #111c2e 0%,\n                    #172a4b 52%,\n                    #2857a4 100%\n                ) !important;\n        }\n\n        .etl-contact input,\n        .etl-contact textarea {\n            background-color: #ffffff;\n            color: #111827;\n        }\n\n        .etl-contact input:focus,\n        .etl-contact textarea:focus {\n            outline: 3px solid #ffffff;\n            outline-offset: 3px;\n        }\n\n\n        \/* ========================================\n           DARK MODE FORM\n        ======================================== *\/\n\n        .dark .etl-contact input,\n        .dark .etl-contact textarea {\n            background-color: #1f2937;\n            color: #ffffff;\n            border: 1px solid #9ca3af;\n        }\n\n        .dark .etl-contact input::placeholder,\n        .dark .etl-contact textarea::placeholder {\n            color: #d1d5db;\n        }\n\n\n        \/* ========================================\n           FOOTER\n        ======================================== *\/\n\n        .etl-footer {\n            background-color: #1d2428 !important;\n        }\n\n        .etl-footer a {\n            color: #ffffff;\n            text-underline-offset: 4px;\n        }\n\n        .etl-footer a:hover {\n            text-decoration: underline;\n        }\n\n        .etl-footer a:focus-visible {\n            outline: 3px solid #ffffff;\n            outline-offset: 4px;\n            text-decoration: underline;\n        }\n\n\n        \/* ========================================\n           DARK FOOTER\n        ======================================== *\/\n\n        .dark .etl-footer {\n            background-color: #0b1120 !important;\n        }\n\n\n        \/* ========================================\n           SKIP LINK\n        ======================================== *\/\n\n        .etl-skip-link:focus {\n            background-color: #ffffff !important;\n            color: #111c2e !important;\n            outline: 3px solid #2857a4;\n            outline-offset: 3px;\n        }\n\n\n        \/* ========================================\n           RESPONSIVE\n        ======================================== *\/\n\n        @media (max-width: 768px) {\n\n            .etl-hero h1 {\n                font-size: 2.25rem;\n                line-height: 1.25;\n            }\n\n        }\n\n\n        @media (max-width: 480px) {\n\n            .etl-hero h1 {\n                font-size: 2rem;\n            }\n\n        }\n\n    <\/style>\n<\/head>\n\n\n<body class=\"bg-white text-gray-900\">\n\n\n    <!-- Skip Link -->\n\n    <a\n        href=\"#main-content\"\n        class=\"sr-only focus:not-sr-only focus:absolute focus:top-4 focus:left-4 bg-blue-600 text-white px-4 py-2 rounded z-50 etl-skip-link\"\n    >\n        Skip to content\n    <\/a>\n\n\n    <!-- Header -->\n\n    <header\n        id=\"header\"\n        class=\"sticky top-0 z-40 bg-white shadow-sm\"\n    ><\/header>\n\n\n\n    <!-- Main Content -->\n\n    <main id=\"main-content\">\n\n\n        <!-- Hero -->\n\n        <section\n            class=\"bg-gradient-to-r from-blue-600 to-blue-800 text-white py-16 etl-hero\"\n        >\n\n            <div class=\"container mx-auto px-4\">\n\n                <h1 class=\"text-5xl font-bold text-center\">\n                    Site Map\n                <\/h1>\n\n            <\/div>\n\n        <\/section>\n\n\n\n        <!-- Sitemap -->\n\n        <section class=\"py-16 etl-sitemap\">\n\n            <div class=\"container mx-auto px-4\">\n\n                <div class=\"max-w-4xl mx-auto\">\n\n                    <div class=\"space-y-8\">\n\n\n                        <!-- Home -->\n\n                        <div>\n\n                            <h2 class=\"text-3xl font-bold mb-4\">\n\n                                <a\n                                    href=\"index.html\"\n                                    class=\"text-blue-600 hover:underline\"\n                                >\n                                    Home\n                                <\/a>\n\n                            <\/h2>\n\n\n                            <ul\n                                class=\"list-disc list-inside space-y-2 ml-4 text-gray-700\"\n                            >\n\n                                <li>\n                                    <a\n                                        href=\"index.html#what-we-are\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        What We Are\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"index.html#mission-vision\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Mission &amp; Vision\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"index.html#commitment\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Our Commitment to Accessibility\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"index.html#leadership\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Leadership &amp; Team\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"index.html#partnerships\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Industry Partnerships\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"index.html#approach\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Our Approach\/Philosophy\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"index.html#core-values\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Core Values\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"index.html#milestones\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Company Milestones\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"index.html#clients\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Client Logos\/Partners\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"index.html#accessibility-statement\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Accessibility Statement\n                                    <\/a>\n                                <\/li>\n\n                            <\/ul>\n\n                        <\/div>\n\n\n\n                        <!-- About -->\n\n                        <div>\n\n                            <h2 class=\"text-3xl font-bold mb-4\">\n\n                                <a\n                                    href=\"about.html\"\n                                    class=\"text-blue-600 hover:underline\"\n                                >\n                                    About\n                                <\/a>\n\n                            <\/h2>\n\n\n                            <ul\n                                class=\"list-disc list-inside space-y-2 ml-4 text-gray-700\"\n                            >\n\n                                <li>\n                                    <a\n                                        href=\"about.html#story\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Our Story\/Background\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"about.html#leadership\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Leadership Bios\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"about.html#experts\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Meet the Experts\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"about.html#advisory\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Advisory Board\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"about.html#diversity\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Inclusion &amp; Diversity Policy\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"about.html#locations\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Office Locations\n                                    <\/a>\n                                <\/li>\n\n                            <\/ul>\n\n                        <\/div>\n\n\n\n                        <!-- Why Accessibility -->\n\n                        <div>\n\n                            <h2 class=\"text-3xl font-bold mb-4\">\n\n                                <a\n                                    href=\"why-accessibility.html\"\n                                    class=\"text-blue-600 hover:underline\"\n                                >\n                                    Why Accessibility\n                                <\/a>\n\n                            <\/h2>\n\n\n                            <ul\n                                class=\"list-disc list-inside space-y-2 ml-4 text-gray-700\"\n                            >\n\n                                <li>\n                                    <a\n                                        href=\"why-accessibility.html#importance\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Importance of Accessibility\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"why-accessibility.html#legal\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Legal Requirements and Compliance\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"why-accessibility.html#business-case\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Case for Accessibility (Business\/ROI)\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"why-accessibility.html#myths\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Accessibility Myths\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"why-accessibility.html#news\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Accessibility News\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"why-accessibility.html#lawsuits\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Lawsuit Trends\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"why-accessibility.html#statistics\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Statistics on Disability and Web Use\n                                    <\/a>\n                                <\/li>\n\n                            <\/ul>\n\n                        <\/div>\n\n\n\n                        <!-- Services -->\n\n                        <div>\n\n                            <h2 class=\"text-3xl font-bold mb-4\">\n\n                                <a\n                                    href=\"services.html\"\n                                    class=\"text-blue-600 hover:underline\"\n                                >\n                                    Services\n                                <\/a>\n\n                            <\/h2>\n\n\n                            <ul\n                                class=\"list-disc list-inside space-y-2 ml-4 text-gray-700\"\n                            >\n\n                                <li>\n                                    <a href=\"services.html#website-auditing\"\n                                       class=\"text-blue-600 hover:underline\">\n                                        Website Auditing\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a href=\"services.html#mobile-auditing\"\n                                       class=\"text-blue-600 hover:underline\">\n                                        Mobile App Auditing\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a href=\"services.html#document-auditing\"\n                                       class=\"text-blue-600 hover:underline\">\n                                        Document Auditing\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a href=\"services.html#video-accessibility\"\n                                       class=\"text-blue-600 hover:underline\">\n                                        Video\/Media Accessibility\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a href=\"services.html#ebooks\"\n                                       class=\"text-blue-600 hover:underline\">\n                                        eBooks &amp; Digital Publishing\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a href=\"services.html#remediation\"\n                                       class=\"text-blue-600 hover:underline\">\n                                        Accessibility Remediation\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a href=\"services.html#assistive-tech\"\n                                       class=\"text-blue-600 hover:underline\">\n                                        Assistive Technology Compatibility\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a href=\"services.html#ai-review\"\n                                       class=\"text-blue-600 hover:underline\">\n                                        AI Accessibility Review Agents\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a href=\"services.html#training\"\n                                       class=\"text-blue-600 hover:underline\">\n                                        Training &amp; Consulting\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a href=\"services.html#specialized\"\n                                       class=\"text-blue-600 hover:underline\">\n                                        Specialized Solutions\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a href=\"services.html#accessibility-laws\"\n                                       class=\"text-blue-600 hover:underline\">\n                                        Accessibility Laws by Country\n                                    <\/a>\n                                <\/li>\n\n                            <\/ul>\n\n                        <\/div>\n\n\n\n                        <!-- Testing Methodologies -->\n\n                        <div>\n\n                            <h2 class=\"text-3xl font-bold mb-4\">\n\n                                <a\n                                    href=\"testing-methodologies.html\"\n                                    class=\"text-blue-600 hover:underline\"\n                                >\n                                    Testing Methodologies\n                                <\/a>\n\n                            <\/h2>\n\n\n                            <ul class=\"list-disc list-inside space-y-2 ml-4 text-gray-700\">\n\n                                <li>\n                                    <a\n                                        href=\"testing-methodologies.html#testing-process\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Our Testing Process\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"testing-methodologies.html#wcag-auditing\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        WCAG 2.1\/2.2 Auditing\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"testing-methodologies.html#development-lifecycle\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Testing in Development Lifecycle\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"testing-methodologies.html#manual-testing\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Manual Testing &amp; Real-User Evaluation\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"testing-methodologies.html#automated-tools\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Automated Testing Tool Setup\n                                    <\/a>\n                                <\/li>\n\n                            <\/ul>\n\n                        <\/div>\n\n\n\n                        <!-- Case Studies -->\n\n                        <div>\n\n                            <h2 class=\"text-3xl font-bold mb-4\">\n\n                                <a\n                                    href=\"case-studies.html\"\n                                    class=\"text-blue-600 hover:underline\"\n                                >\n                                    Case Studies\n                                <\/a>\n\n                            <\/h2>\n\n\n                            <ul class=\"list-disc list-inside space-y-2 ml-4 text-gray-700\">\n\n                                <li>\n                                    <a\n                                        href=\"case-studies.html#testimonials\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Client Testimonials\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"case-studies.html#featured-implementations\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Featured Client Implementations\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"case-studies.html#quantitative-outcomes\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Quantitative Outcomes\n                                    <\/a>\n                                <\/li>\n\n                            <\/ul>\n\n                        <\/div>\n\n\n\n                        <!-- Accessibility Checklist -->\n\n                        <div>\n\n                            <h2 class=\"text-3xl font-bold mb-4\">\n\n                                <a\n                                    href=\"accessibility-checklist.html\"\n                                    class=\"text-blue-600 hover:underline\"\n                                >\n                                    Accessibility Checklist\n                                <\/a>\n\n                            <\/h2>\n\n\n                            <ul class=\"list-disc list-inside space-y-2 ml-4 text-gray-700\">\n\n                                <li>\n                                    <a\n                                        href=\"accessibility-checklist.html#downloadable-checklists\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Downloadable Checklists\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"accessibility-checklist.html#interactive-tools\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Interactive Testing Tools\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"accessibility-checklist.html#mobile-checklist\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Checklist for Mobile\/Apps\n                                    <\/a>\n                                <\/li>\n\n                            <\/ul>\n\n                        <\/div>\n\n\n\n                        <!-- Resources -->\n\n                        <div>\n\n                            <h2 class=\"text-3xl font-bold mb-4\">\n\n                                <a\n                                    href=\"resources.html\"\n                                    class=\"text-blue-600 hover:underline\"\n                                >\n                                    Resources\n                                <\/a>\n\n                            <\/h2>\n\n\n                            <ul class=\"list-disc list-inside space-y-2 ml-4 text-gray-700\">\n\n                                <li>\n                                    <a\n                                        href=\"resources.html#blog\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Accessibility Blog\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"resources.html#webinars\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Webinars\/Workshops\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"resources.html#faqs\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        FAQs\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"resources.html#events\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Accessibility Events\/Conferences\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"resources.html#library\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Reference Library\n                                    <\/a>\n                                <\/li>\n\n                            <\/ul>\n\n                        <\/div>\n\n\n\n                        <!-- Careers -->\n\n                        <div>\n\n                            <h2 class=\"text-3xl font-bold mb-4\">\n\n                                <a\n                                    href=\"careers.html\"\n                                    class=\"text-blue-600 hover:underline\"\n                                >\n                                    Careers\n                                <\/a>\n\n                            <\/h2>\n\n\n                            <ul class=\"list-disc list-inside space-y-2 ml-4 text-gray-700\">\n\n                                <li>\n                                    <a\n                                        href=\"careers.html#job-openings\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Job Openings\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"careers.html#internships\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Internship Opportunities\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"careers.html#culture\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Accessibility Culture\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"careers.html#volunteer\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Volunteer\/Community Ambassador\n                                    <\/a>\n                                <\/li>\n\n                            <\/ul>\n\n                        <\/div>\n\n\n\n                        <!-- Contact -->\n\n                        <div>\n\n                            <h2 class=\"text-3xl font-bold mb-4\">\n\n                                <a\n                                    href=\"contact.html\"\n                                    class=\"text-blue-600 hover:underline\"\n                                >\n                                    Contact\n                                <\/a>\n\n                            <\/h2>\n\n\n                            <ul class=\"list-disc list-inside space-y-2 ml-4 text-gray-700\">\n\n                                <li>\n                                    <a\n                                        href=\"contact.html#contact-info\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Direct Contact Info\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"contact.html#locations\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Global Locations\/Maps\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"contact.html#support\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Support\/Help Center\n                                    <\/a>\n                                <\/li>\n\n                                <li>\n                                    <a\n                                        href=\"contact.html#service-request\"\n                                        class=\"text-blue-600 hover:underline\"\n                                    >\n                                        Service Request Form\n                                    <\/a>\n                                <\/li>\n\n                            <\/ul>\n\n                        <\/div>\n\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/section>\n\n    <\/main>\n\n\n\n    <!-- Contact Form -->\n\n    <section\n        id=\"contact-form-section\"\n        class=\"py-16 bg-blue-600 text-white etl-contact\"\n    >\n\n        <div class=\"container mx-auto px-4\">\n\n            <div class=\"max-w-2xl mx-auto\">\n\n                <h2 class=\"text-4xl font-bold mb-8 text-center\">\n                    Get In Touch\n                <\/h2>\n\n\n                <form\n                    id=\"contact-form\"\n                    class=\"space-y-6\"\n                >\n\n\n                    <div>\n\n                        <label\n                            for=\"name\"\n                            class=\"block mb-2 font-semibold\"\n                        >\n                            Name *\n                        <\/label>\n\n                        <input\n                            type=\"text\"\n                            id=\"name\"\n                            name=\"name\"\n                            required\n                            class=\"w-full px-4 py-3 rounded-lg text-gray-900 focus:outline-none focus:ring-2 focus:ring-blue-300\"\n                        >\n\n                    <\/div>\n\n\n                    <div>\n\n                        <label\n                            for=\"email\"\n                            class=\"block mb-2 font-semibold\"\n                        >\n                            Email *\n                        <\/label>\n\n                        <input\n                            type=\"email\"\n                            id=\"email\"\n                            name=\"email\"\n                            required\n                            class=\"w-full px-4 py-3 rounded-lg text-gray-900 focus:outline-none focus:ring-2 focus:ring-blue-300\"\n                        >\n\n                    <\/div>\n\n\n                    <div>\n\n                        <label\n                            for=\"subject\"\n                            class=\"block mb-2 font-semibold\"\n                        >\n                            Subject\n                        <\/label>\n\n                        <input\n                            type=\"text\"\n                            id=\"subject\"\n                            name=\"subject\"\n                            class=\"w-full px-4 py-3 rounded-lg text-gray-900 focus:outline-none focus:ring-2 focus:ring-blue-300\"\n                        >\n\n                    <\/div>\n\n\n                    <div>\n\n                        <label\n                            for=\"message\"\n                            class=\"block mb-2 font-semibold\"\n                        >\n                            Message *\n                        <\/label>\n\n                        <textarea\n                            id=\"message\"\n                            name=\"message\"\n                            rows=\"5\"\n                            required\n                            class=\"w-full px-4 py-3 rounded-lg text-gray-900 focus:outline-none focus:ring-2 focus:ring-blue-300\"\n                        ><\/textarea>\n\n                    <\/div>\n\n\n                    <button\n                        type=\"submit\"\n                        class=\"w-full bg-white text-blue-600 px-8 py-3 rounded-lg font-semibold hover:bg-blue-50 transition\"\n                    >\n                        Send Message\n                    <\/button>\n\n\n                <\/form>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n\n    <!-- Footer -->\n\n    <footer\n        id=\"footer\"\n        class=\"bg-gray-900 text-white py-12 etl-footer\"\n    ><\/footer>\n\n\n\n    <script src=\"js\/components.js\"><\/script>\n\n    <script src=\"js\/main.js\"><\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Site Map &#8211; EquiTech Labs Skip to content Site Map Home What We Are Mission &amp; Vision Our Commitment to Accessibility Leadership &amp; Team Industry Partnerships Our Approach\/Philosophy Core Values Company Milestones Client Logos\/Partners Accessibility Statement About Our Story\/Background Leadership Bios Meet the Experts Advisory Board Inclusion &amp; Diversity Policy Office Locations Why Accessibility Importance&hellip;&nbsp;<a href=\"https:\/\/equitechlabs.com\/index.php\/508-2\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\"><\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"on","_themeisle_gutenberg_block_has_review":false,"_ti_tpc_template_sync":false,"_ti_tpc_template_id":"","footnotes":""},"_links":{"self":[{"href":"https:\/\/equitechlabs.com\/index.php\/wp-json\/wp\/v2\/pages\/508"}],"collection":[{"href":"https:\/\/equitechlabs.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/equitechlabs.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/equitechlabs.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/equitechlabs.com\/index.php\/wp-json\/wp\/v2\/comments?post=508"}],"version-history":[{"count":4,"href":"https:\/\/equitechlabs.com\/index.php\/wp-json\/wp\/v2\/pages\/508\/revisions"}],"predecessor-version":[{"id":523,"href":"https:\/\/equitechlabs.com\/index.php\/wp-json\/wp\/v2\/pages\/508\/revisions\/523"}],"wp:attachment":[{"href":"https:\/\/equitechlabs.com\/index.php\/wp-json\/wp\/v2\/media?parent=508"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}