<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8" />

  <title>MindSpot Healthcare — Residential Care Agency in Maryland</title>

  <meta name="viewport" content="width=device-width, initial-scale=1" />

  <meta name="description" content="MindSpot Healthcare is a licensed residential care agency in Maryland providing person-centered home care, daily living support, medication assistance, and companionship for children, adults, and seniors." />

  <link rel="icon" href="/assets/logo.png" />

  <link rel="preconnect" href="https://fonts.googleapis.com" />

  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet" />

  <script src="https://cdn.tailwindcss.com"></script>

  <style>

    :root { --brand:#0A6A72; --accent:#F97316; }

    body { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

    .btn { @apply inline-flex items-center justify-center rounded-xl px-4 py-2 text-sm font-semibold; }

    .btn-primary { background: var(--brand); color: #fff; }

    .btn-outline { border: 1px solid #cbd5e1; color: #0f172a; background:#fff; }

  </style>

 

  <!-- Google Tag Manager -->

  <script>

  (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':

  new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],

  j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=

  'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);

  })(window,document,'script','dataLayer','GT-5DFVTP47');

  </script>

  <!-- End GTM -->

 

  <!-- Meta Pixel -->

  <script>

  !function(f,b,e,v,n,t,s)

  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?

  n.callMethod.apply(n,arguments):n.queue.push(arguments)};

  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';

  n.queue=[];t=b.createElement(e);t.async=!0;

  t.src=v;s=b.getElementsByTagName(e)[0];

  s.parentNode.insertBefore(t,s)}(window, document,'script',

  'https://connect.facebook.net/en_US/fbevents.js');

  fbq('init', '902392045304434');

  fbq('track', 'PageView');

  </script>

  <noscript><img alt="" height="1" width="1" style="display:none"

  src="https://www.facebook.com/tr?id=902392045304434&ev=PageView&noscript=1"/></noscript>

  <!-- End Meta Pixel -->

</head>

<body class="bg-slate-50 text-slate-800">

  <!-- Google Tag Manager (noscript) -->

  <noscript>

    <iframe src="https://www.googletagmanager.com/ns.html?id=GT-5DFVTP47"

            height="0" width="0" style="display:none;visibility:hidden"></iframe>

  </noscript>

  <!-- End GTM (noscript) -->

 

  <!-- Header -->

  <header class="sticky top-0 z-40 border-b bg-white/90 backdrop-blur">

    <div class="mx-auto flex max-w-7xl items-center justify-between px-4 py-3">

      <a href="/index.html" class="flex items-center gap-3">

        <img src="/assets/logo.png" alt="MindSpot Healthcare logo" class="h-10 w-auto" />

        <span class="text-xl font-extrabold tracking-tight">

          MindSpot <span class="text-teal-700">Healthcare</span>

        </span>

      </a>

      <nav class="hidden items-center gap-6 text-sm font-medium text-slate-700 md:flex">

        <a href="/about.html" class="hover:text-teal-700">About</a>

        <a href="/services.html" class="hover:text-teal-700">Services</a>

        <a href="/resources.html" class="hover:text-teal-700">Resources</a>

        <a href="/careers.html" class="hover:text-teal-700">Careers</a>

        <a href="/contact.html" class="hover:text-teal-700">Contact</a>

        <a href="/book.html" class="inline-flex items-center rounded-xl bg-[var(--brand)] px-4 py-2 text-sm font-semibold text-white shadow-sm hover:bg-teal-800">

          Book Appointment

        </a>

      </nav>

      <button

        class="inline-flex items-center rounded-xl border border-slate-300 px-3 py-2 text-xs font-semibold text-slate-700 hover:border-teal-700 md:hidden"

        data-open-consult>

        Free Consult

      </button>

    </div>

  </header>

 

  <!-- Hero -->

  <section class="bg-white">

    <div class="mx-auto grid max-w-7xl gap-10 px-4 py-12 md:grid-cols-2 lg:py-20">

      <div class="flex flex-col justify-center">

        <span class="inline-flex items-center gap-2 rounded-full border border-teal-100 bg-teal-50 px-3 py-1 text-xs font-semibold text-teal-700">

          Licensed Residential Care Agency • Maryland

        </span>

        <h1 class="mt-4 text-4xl font-extrabold tracking-tight text-slate-900 md:text-5xl lg:text-6xl">

          Care that feels like home.

        </h1>

        <p class="mt-3 text-lg text-slate-600">

          MindSpot Healthcare provides person-centered home care, daily living support, medication assistance,

          and companionship—helping children, adults, and seniors live safely and independently in the place they call home.

        </p>

        <div class="mt-6 flex flex-wrap gap-3">

          <a href="/services.html" class="btn btn-primary">

            Explore Services

          </a>

          <button class="btn btn-outline" data-open-consult>

            Free Consultation

          </button>

        </div>

        <p class="mt-4 text-sm text-slate-500">

          Main Office: 1445 Langford Road, Gwynn Oak, MD 21207 • (410) 961-0151 • info@mindspothealthcare.com

        </p>

      </div>

      <div class="rounded-3xl border border-slate-100 bg-slate-100/70 p-3 shadow-sm">

        <img src="/assets/hero2.jpg" alt="Caregiver supporting client at home"

             class="h-full w-full rounded-2xl object-cover" />

      </div>

    </div>

  </section>

 

  <!-- Highlighted services -->

  <section class="bg-slate-50 py-16 lg:py-20">

    <div class="mx-auto max-w-7xl px-4">

      <div class="flex flex-col items-start justify-between gap-4 md:flex-row md:items-end">

        <div>

          <h2 class="text-3xl font-extrabold text-slate-900">How we help</h2>

          <p class="mt-2 max-w-xl text-slate-600">

            From a few hours a week to 24/7 live-in support, our caregivers provide the right level of help,

            at the right time, in the right setting.

          </p>

        </div>

        <a href="/services.html" class="text-sm font-semibold text-teal-700 hover:text-teal-900">

          View all services →

        </a>

      </div>

 

      <div class="mt-8 grid gap-6 md:grid-cols-3">

        <div class="rounded-2xl bg-white p-6 shadow-sm">

          <div class="text-xs font-semibold uppercase tracking-wide text-teal-700">

            Activities of Daily Living (ADLs)

          </div>

          <h3 class="mt-2 text-lg font-semibold text-slate-900">Personal care & safety</h3>

          <p class="mt-2 text-sm text-slate-600">

            Bathing, dressing, toileting, transfers, mobility, meal preparation, and light housekeeping—

            all delivered with dignity and respect.

          </p>

        </div>

 

        <div class="rounded-2xl bg-white p-6 shadow-sm">

          <div class="text-xs font-semibold uppercase tracking-wide text-teal-700">

            Medication & Health

          </div>

          <h3 class="mt-2 text-lg font-semibold text-slate-900">Medication assistance</h3>

          <p class="mt-2 text-sm text-slate-600">

            Timely reminders, help with organizing medications, and coordination with family and providers

            to keep treatment plans on track.

          </p>

        </div>

 

        <div class="rounded-2xl bg-white p-6 shadow-sm">

          <div class="text-xs font-semibold uppercase tracking-wide text-teal-700">

            Family Support

          </div>

          <h3 class="mt-2 text-lg font-semibold text-slate-900">Respite & companionship</h3>

          <p class="mt-2 text-sm text-slate-600">

            Short-term relief for family caregivers and meaningful social connection for your loved one

            through conversation, activities, and community outings.

          </p>

        </div>

      </div>

    </div>

  </section>

 

  <!-- Who we serve -->

  <section class="bg-white py-16 lg:py-20">

    <div class="mx-auto max-w-7xl px-4">

      <div class="grid gap-10 md:grid-cols-2">

        <div>

          <h2 class="text-3xl font-extrabold text-slate-900">Serving Maryland families since 2008</h2>

          <p class="mt-3 text-slate-600">

            As a family-owned agency based in Gwynn Oak, MindSpot Healthcare has supported

            children, adults, and seniors across Maryland with compassionate in-home care for more than a decade. :contentReference[oaicite:1]{index=1}

          </p>

          <ul class="mt-4 space-y-2 text-sm text-slate-700">

            <li>• Licensed Residential Service Agency providing home health and non-medical supports.</li>

            <li>• Services delivered in private residences, assisted living, and senior communities. :contentReference[oaicite:2]{index=2}</li>

            <li>• Care plans tailored to each person’s goals, routine, and medical needs.</li>

            <li>• Caregivers screened with background checks and competency reviews. :contentReference[oaicite:3]{index=3}</li>

          </ul>

        </div>

        <div class="grid gap-4">

          <div class="overflow-hidden rounded-3xl border border-slate-100 bg-slate-100">

            <img src="/assets/hero1.jpg" alt="Nurse talking with patient at home"

                 class="h-full w-full object-cover" />

          </div>

          <div class="grid gap-4 md:grid-cols-2">

            <img src="/assets/patient1.jpg" alt="Senior in wheelchair smiling"

                 class="h-full w-full rounded-3xl border border-slate-100 object-cover" />

            <img src="/assets/patient2.jpg" alt="Caregiver supporting rehabilitation"

                 class="h-full w-full rounded-3xl border border-slate-100 object-cover" />

          </div>

        </div>

      </div>

    </div>

  </section>

 

  <!-- Quick CTA -->

  <section class="bg-teal-900 py-12">

    <div class="mx-auto flex max-w-7xl flex-col items-start justify-between gap-4 px-4 md:flex-row md:items-center">

      <div>

        <h2 class="text-2xl font-bold text-white">Not sure where to start?</h2>

        <p class="mt-2 text-sm text-teal-100">

          Schedule a free consultation to talk through your situation and explore options that fit your family and budget.

        </p>

      </div>

      <div class="flex gap-3">

        <a href="/book.html" class="btn btn-primary bg-white text-teal-900">

          Book a Consultation

        </a>

        <button class="btn btn-outline border-white text-white hover:bg-white/10" data-open-consult>

          Talk to Care Coordinator

        </button>

      </div>

    </div>

  </section>

 

  <!-- Footer (shared across all pages) -->

  <footer class="border-t bg-white">

    <div class="mx-auto grid max-w-7xl gap-8 px-4 py-10 md:grid-cols-4">

      <div>

        <div class="flex items-center gap-2">

          <img src="/assets/logo.png" class="h-8 w-auto" alt="MindSpot Healthcare logo" />

          <div class="text-lg font-extrabold tracking-tight">MindSpot Healthcare</div>

        </div>

        <p class="mt-2 text-sm text-slate-600">

          Licensed Residential Service Agency providing person-centered home care across Maryland.

        </p>

      </div>

      <div>

        <div class="text-sm font-semibold text-slate-900">Company</div>

        <ul class="mt-2 space-y-1 text-sm text-slate-600">

          <li><a href="/about.html" class="hover:text-teal-700">About</a></li>

          <li><a href="/careers.html" class="hover:text-teal-700">Careers</a></li>

          <li><a href="/privacy.html" class="hover:text-teal-700">Privacy Policy</a></li>

          <li><a href="/terms.html" class="hover:text-teal-700">Terms of Use</a></li>

        </ul>

      </div>

      <div>

        <div class="text-sm font-semibold text-slate-900">Services</div>

        <ul class="mt-2 space-y-1 text-sm text-slate-600">

          <li><a href="/services.html#adl" class="hover:text-teal-700">Personal Care (ADLs)</a></li>

          <li><a href="/services.html#medication" class="hover:text-teal-700">Medication Assistance</a></li>

          <li><a href="/services.html#respite" class="hover:text-teal-700">Respite & Live-In Care</a></li>

          <li><a href="/book.html" class="hover:text-teal-700">Book Appointment</a></li>

        </ul>

      </div>

      <div>

        <div class="text-sm font-semibold text-slate-900">Contact</div>

        <p class="mt-2 text-sm text-slate-600">

          1445 Langford Road<br />

          Gwynn Oak, MD 21207<br />

          Phone: (410) 961-0151<br />

          Email: info@mindspothealthcare.com

        </p>

      </div>

    </div>

    <div class="border-t py-6 text-center text-xs text-slate-500">

      © 2025 MindSpot Healthcare. All rights reserved.

    </div>

  </footer>

 

  <!-- Cookie banner + Free Consult modal (include EXACTLY this block on every page, just before </body>) -->

  <div id="cookie-banner" class="fixed inset-x-0 bottom-3 z-40 mx-3 hidden rounded-2xl border border-slate-200 bg-white p-4 shadow-lg">

    <div class="mx-auto flex max-w-5xl flex-col items-start gap-3 text-sm text-slate-700 md:flex-row md:items-center md:justify-between">

      <span>

        We use cookies to improve your experience and help us understand how our site is used.

        See our <a href="/privacy.html" class="font-semibold text-teal-700 hover:text-teal-900">Privacy Policy</a>.

      </span>

      <div class="flex gap-2">

        <button id="cookie-accept" class="btn btn-primary text-xs">Accept</button>

        <button id="cookie-decline" class="btn btn-outline text-xs">Decline</button>

      </div>

    </div>

  </div>

 

  <div id="consult-modal" class="fixed inset-0 z-50 hidden items-center justify-center bg-black/50 p-4">

    <div class="relative w-full max-w-lg rounded-2xl bg-white p-6 shadow-xl">

      <button id="consult-close" class="absolute right-3 top-3 text-slate-500 hover:text-slate-800">

       

      </button>

      <h2 class="text-2xl font-bold text-slate-900">Request a Free Consultation</h2>

      <p class="mt-2 text-sm text-slate-600">

        Share a few details and a MindSpot care coordinator will follow up within one business day.

      </p>

      <form name="free-consultation" method="POST" data-netlify="true" data-netlify-honeypot="bot-field"

            action="/thanks.html" class="mt-4 space-y-3">

        <input type="hidden" name="form-name" value="free-consultation" />

        <p class="hidden">

          <label>Don’t fill this out: <input name="bot-field" /></label>

        </p>

        <div class="grid gap-3 md:grid-cols-2">

          <input required name="name" placeholder="Full name"

                 class="w-full rounded-xl border border-slate-200 px-3 py-2 text-sm" />

          <input required type="email" name="email" placeholder="Email"

                 class="w-full rounded-xl border border-slate-200 px-3 py-2 text-sm" />

        </div>

        <input name="phone" placeholder="Phone"

               class="w-full rounded-xl border border-slate-200 px-3 py-2 text-sm" />

        <textarea name="needs" rows="4" placeholder="Tell us about your situation"

                  class="w-full rounded-xl border border-slate-200 px-3 py-2 text-sm"></textarea>

        <button type="submit" class="btn btn-primary w-full">

          Submit Request

        </button>

      </form>

    </div>

  </div>

 

  <script>

    (function () {

      // Cookie banner logic

      const COOKIE_KEY = "ms_cookie_consent_v1";

      const banner = document.getElementById("cookie-banner");

      const accepted = localStorage.getItem(COOKIE_KEY);

      if (!accepted) banner.classList.remove("hidden");

      const acceptBtn = document.getElementById("cookie-accept");

      const declineBtn = document.getElementById("cookie-decline");

      if (acceptBtn) acceptBtn.onclick = () => {

        localStorage.setItem(COOKIE_KEY, "accepted");

        banner.classList.add("hidden");

      };

      if (declineBtn) declineBtn.onclick = () => {

        localStorage.setItem(COOKIE_KEY, "declined");

        banner.classList.add("hidden");

      };

 

      // Consultation modal

      const modal = document.getElementById("consult-modal");

      const close = document.getElementById("consult-close");

      const openBtns = document.querySelectorAll("[data-open-consult]");

      openBtns.forEach((btn) =>

        btn.addEventListener("click", () => {

          modal.classList.remove("hidden");

          modal.classList.add("flex");

        })

      );

      if (close) {

        close.addEventListener("click", () => {

          modal.classList.add("hidden");

          modal.classList.remove("flex");

        });

      }

      if (modal) {

        modal.addEventListener("click", (e) => {

          if (e.target === modal) {

            modal.classList.add("hidden");

            modal.classList.remove("flex");

          }

        });

      }

    })();

  </script>

</body>

</html>