{"id":249,"date":"2026-02-26T14:25:39","date_gmt":"2026-02-26T14:25:39","guid":{"rendered":"https:\/\/qualicare.com\/deltasurrey\/?page_id=249"},"modified":"2026-02-26T14:25:40","modified_gmt":"2026-02-26T14:25:40","slug":"langley-bc","status":"publish","type":"page","link":"https:\/\/qualicare.com\/deltasurrey\/areas-we-serve\/langley-bc\/","title":{"rendered":"Langley"},"content":{"rendered":"\n<h1 class=\"wp-block-heading has-x-large-font-size\">Home Care and Senior Assistance for Every Need in Langley, BC<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-size:30px\">Personalized home care in Langley, BC, built around your family\u2019s <br>needs and care plan.<\/h2>\n\n\n\n<!-- Google Rating Box (dynamic: pulls rating from ANY Elfsight Google Reviews widget on the page) -->\r\n<div class=\"qc-google-badge\" data-qc-google-badge>\r\n  <div class=\"qc-google-badge__inner\">\r\n    <div class=\"qc-google-badge__logo\" aria-hidden=\"true\">\r\n      <img loading=\"lazy\" decoding=\"async\"\r\n        src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c1\/Google_%22G%22_logo.svg\"\r\n        alt=\"\"\r\n        width=\"40\"\r\n        height=\"40\"\r\n        style=\"display:block;\"\r\n      \/>\r\n    <\/div>\r\n\r\n    <div class=\"qc-google-badge__text\">\r\n      <div class=\"qc-google-badge__title\">Google Rating<\/div>\r\n      <div class=\"qc-google-badge__meta\">\r\n        <span class=\"qc-google-badge__rating\" data-qc-rating>\u2014<\/span>\r\n        <span class=\"qc-google-badge__stars\" aria-hidden=\"true\">\u2605\u2605\u2605\u2605\u2605<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- Open Sans -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@600;700;800&#038;display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n.qc-google-badge{\r\n  display:none; \/* shown by JS once rating is found *\/\r\n  margin-bottom:18px;\r\n  font-family:\"Open Sans\", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;\r\n}\r\n\r\n\/* Bigger, content-width box *\/\r\n.qc-google-badge__inner{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:14px;\r\n  padding:18px 20px;\r\n  border-radius:16px;\r\n  background:#f0f8ff;\r\n  box-shadow:0 4px 15px rgba(0,0,0,.18);\r\n}\r\n\r\n.qc-google-badge__logo{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n}\r\n\r\n.qc-google-badge__logo img{\r\n  width:40px;\r\n  height:40px;\r\n}\r\n\r\n.qc-google-badge__text{\r\n  display:flex;\r\n  flex-direction:column;\r\n  gap:6px;\r\n}\r\n\r\n.qc-google-badge__title{\r\n  font-size:17px;\r\n  font-weight:600;\r\n  color:#111;\r\n}\r\n\r\n.qc-google-badge__meta{\r\n  display:flex;\r\n  align-items:center;\r\n  gap:8px;\r\n}\r\n\r\n.qc-google-badge__rating{\r\n  font-size:30px;\r\n  font-weight:800;\r\n  color:#111;\r\n  line-height:1;\r\n}\r\n\r\n.qc-google-badge__stars{\r\n  font-size:22px;\r\n  color:#FDB515;\r\n  letter-spacing:1px;\r\n}\r\n\r\n@media (max-width: 781px){\r\n  .qc-google-badge__inner{\r\n    padding:16px 18px;\r\n    gap:12px;\r\n  }\r\n  .qc-google-badge__rating{\r\n    font-size:28px;\r\n  }\r\n  .qc-google-badge__logo img{\r\n    width:36px;\r\n    height:36px;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(function(){\r\n  const badge = document.querySelector(\"[data-qc-google-badge]\");\r\n  const out = badge ? badge.querySelector(\"[data-qc-rating]\") : null;\r\n  if (!badge || !out) return;\r\n\r\n  let done = false;\r\n  let cachedWidgets = [];\r\n\r\n  function extractRating(text){\r\n    const t = (text || \"\").replace(\/\\s+\/g, \" \").trim();\r\n    \/\/ 4.8, 5.0, or comma decimals 4,8\r\n    let m = t.match(\/(?:^|\\s)([4-5][\\.,]\\d)(?:\\s*\\\/\\s*5)?(?:\\s|$)\/);\r\n    if (m) return m[1].replace(\",\", \".\");\r\n    \/\/ fallback if widget shows \"5\" only\r\n    m = t.match(\/(?:^|\\s)(5)(?:\\s*\\\/\\s*5)?(?:\\s|$)\/);\r\n    return m ? \"5.0\" : \"\";\r\n  }\r\n\r\n  function refreshWidgetCache(){\r\n    \/\/ Cache elfsight containers once in a while (cheap)\r\n    cachedWidgets = Array.from(document.querySelectorAll('div[class*=\"elfsight-app-\"]'));\r\n  }\r\n\r\n  function tryUpdate(){\r\n    if (done) return true;\r\n    if (!cachedWidgets.length) refreshWidgetCache();\r\n    if (!cachedWidgets.length) return false;\r\n\r\n    for (const w of cachedWidgets) {\r\n      \/\/ If iframe is used, we can't read inside it\r\n      if (w.querySelector(\"iframe\")) continue;\r\n\r\n      const rating = extractRating(w.innerText);\r\n      if (rating) {\r\n        out.textContent = rating;\r\n        badge.style.display = \"block\";\r\n        done = true;\r\n        return true;\r\n      }\r\n    }\r\n    return false;\r\n  }\r\n\r\n  \/\/ Throttled checker (runs at most every 750ms)\r\n  let timer = null;\r\n  function scheduleCheck(){\r\n    if (done) return;\r\n    if (timer) return;\r\n    timer = setTimeout(() => {\r\n      timer = null;\r\n      \/\/ Re-cache occasionally because widgets load async\r\n      refreshWidgetCache();\r\n      if (tryUpdate()) cleanup();\r\n    }, 750);\r\n  }\r\n\r\n  function cleanup(){\r\n    done = true;\r\n    if (timer) { clearTimeout(timer); timer = null; }\r\n    if (observer) observer.disconnect();\r\n    window.removeEventListener(\"scroll\", scheduleCheck, { passive:true });\r\n    window.removeEventListener(\"resize\", scheduleCheck, { passive:true });\r\n  }\r\n\r\n  \/\/ Initial attempts (light)\r\n  refreshWidgetCache();\r\n  tryUpdate();\r\n  scheduleCheck();\r\n  setTimeout(scheduleCheck, 1200);\r\n  setTimeout(scheduleCheck, 2500);\r\n  setTimeout(scheduleCheck, 5000);\r\n\r\n  \/\/ Only observe for NEW Elfsight containers being added (not every text change)\r\n  const observer = new MutationObserver((mutations) => {\r\n    if (done) return;\r\n    for (const m of mutations) {\r\n      for (const n of m.addedNodes) {\r\n        if (n && n.nodeType === 1) {\r\n          \/\/ If an elfsight container appears, schedule a check\r\n          if (n.matches && n.matches('div[class*=\"elfsight-app-\"]')) {\r\n            scheduleCheck();\r\n            return;\r\n          }\r\n          if (n.querySelector && n.querySelector('div[class*=\"elfsight-app-\"]')) {\r\n            scheduleCheck();\r\n            return;\r\n          }\r\n        }\r\n      }\r\n    }\r\n  });\r\n\r\n  observer.observe(document.body, { childList:true, subtree:true }); \/\/ childList only (NOT characterData)\r\n\r\n  \/\/ Lazy widgets may not load until scroll \u2014 nudge checks lightly\r\n  window.addEventListener(\"scroll\", scheduleCheck, { passive:true });\r\n  window.addEventListener(\"resize\", scheduleCheck, { passive:true });\r\n})();\r\n<\/script>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-top\" style=\"grid-template-columns:40% auto\" id=\"geopage-opening\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"722\" src=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/02\/Langley1-1024x722.jpg\" alt=\"\" class=\"wp-image-250 size-full\" srcset=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/02\/Langley1-1024x722.jpg 1024w, https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/02\/Langley1-300x212.jpg 300w, https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/02\/Langley1-768x541.jpg 768w, https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/02\/Langley1-1536x1083.jpg 1536w, https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/02\/Langley1-2048x1444.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<div style=\"height:21px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>When an older loved one starts needing help with daily tasks, it often catches families off guard. You may find yourself wondering where to begin, who to trust, and how to balance your loved one&#8217;s independence with the support they actually need. If you are based in Langley, BC, or the surrounding areas, you are not alone in facing these questions. Qualicare Delta Surrey understands how uncertain this transition can feel, and we are here to listen before we ever suggest a plan.<\/p>\n\n\n\n<p>Care in Langley works best when it is built around the person, not the other way around. Whether your loved one lives in central Langley or in nearby communities like Willoughby, Murrayville, or Walnut Grove, the goal remains the same: support them in staying at home with dignity while adapting as their needs evolve. Personalized care plans mean that companionship, meal preparation, personal care assistance, and other support can be tailored to fit the life your loved one has built, not replaced by rigid routines.<\/p>\n\n\n\n<p>Supporting an aging family member affects everyone involved. Having a clear, steady partner in care coordination means you and your family can focus on what matters most: spending meaningful time together rather than managing logistics alone. In Langley and across BC, families move at their own pace through these decisions, and that is exactly how it should be.<\/p>\n\n\n\n<div style=\"height:14px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<a href=\"#\"\r\n   class=\"qc-cta w-button\"\r\n   data-toggle=\"modal\"\r\n   data-target=\"#des_2020_talk_popup\">\r\n  Talk to a Care Expert Today\r\n<\/a>\r\n\r\n<style>\r\n\/* Base *\/\r\na.qc-cta,\r\na.qc-cta:link,\r\na.qc-cta:visited {\r\n  background-color: #D1DE82 !important; \/* Gold Mist *\/\r\n  color: #4A4A4A !important;\r\n  display: inline-block;\r\n  padding: 14px 22px;\r\n  border-radius: 8px;\r\n  font-size: 20px;\r\n  font-weight: 700;\r\n  text-decoration: none !important;\r\n  border: none !important;\r\n  cursor: pointer;\r\n  box-shadow: 0 6px 14px rgba(0,0,0,.15);\r\n  transition: transform .08s ease, box-shadow .2s ease, background-color .2s ease;\r\n}\r\n\r\n\/* Hover *\/\r\na.qc-cta:hover {\r\n  background-color: #B9C86B !important;\r\n  transform: translateY(-1px);\r\n  box-shadow: 0 10px 18px rgba(0,0,0,.20);\r\n}\r\n\r\n\/* Active *\/\r\na.qc-cta:active {\r\n  transform: translateY(0);\r\n  box-shadow: 0 6px 14px rgba(0,0,0,.15) !important;\r\n}\r\n\r\n\/* Kill ALL focus\/active borders & rings (Webflow fix) *\/\r\na.qc-cta:focus,\r\na.qc-cta:focus-visible,\r\na.qc-cta:active,\r\na.qc-cta.w-button:focus,\r\na.qc-cta.w-button:active {\r\n  outline: none !important;\r\n  border: none !important;\r\n  box-shadow: 0 6px 14px rgba(0,0,0,.15) !important;\r\n}\r\n<\/style>\n<\/div><\/div>\n\n\n\n<style>\r\n  \/* Desktop-only prep *\/\r\n  @media (min-width: 1024px) {\r\n    #geopage-opening {\r\n      position: relative;\r\n    }\r\n\r\n    #geopage-opening > .wp-block-media-text__media {\r\n      height: fit-content;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n(function () {\r\n  const SECTION_ID = \"geopage-opening\";\r\n  const STICKY_TOP = 24; \/\/ px from top of viewport\r\n  const DESKTOP_QUERY = window.matchMedia(\"(min-width: 1024px)\");\r\n\r\n  function clampSticky() {\r\n    \/\/ Bail completely on mobile\/tablet\r\n    if (!DESKTOP_QUERY.matches) {\r\n      resetStyles();\r\n      return;\r\n    }\r\n\r\n    const section = document.getElementById(SECTION_ID);\r\n    if (!section) return;\r\n\r\n    const media = section.querySelector(\":scope > .wp-block-media-text__media\");\r\n    if (!media) return;\r\n\r\n    \/\/ Reset before measuring\r\n    resetStyles(media);\r\n\r\n    const sectionRect = section.getBoundingClientRect();\r\n    const mediaRect = media.getBoundingClientRect();\r\n\r\n    const sectionTopAbs = window.scrollY + sectionRect.top;\r\n    const sectionBottomAbs = window.scrollY + sectionRect.bottom;\r\n    const mediaHeight = mediaRect.height;\r\n\r\n    const startStick = sectionTopAbs - STICKY_TOP;\r\n    const stopStick = sectionBottomAbs - STICKY_TOP - mediaHeight;\r\n    const currentY = window.scrollY;\r\n\r\n    const computedWidth = mediaRect.width;\r\n    const computedLeft = mediaRect.left;\r\n\r\n    if (currentY < startStick) {\r\n      media.style.position = \"relative\";\r\n    } else if (currentY >= startStick && currentY <= stopStick) {\r\n      media.style.position = \"fixed\";\r\n      media.style.top = STICKY_TOP + \"px\";\r\n      media.style.left = computedLeft + \"px\";\r\n      media.style.width = computedWidth + \"px\";\r\n      media.style.zIndex = \"2\";\r\n    } else {\r\n      media.style.position = \"absolute\";\r\n      media.style.top = (section.offsetHeight - mediaHeight) + \"px\";\r\n      media.style.left = \"0\";\r\n      media.style.width = computedWidth + \"px\";\r\n    }\r\n  }\r\n\r\n  function resetStyles(mediaEl) {\r\n    if (!mediaEl) return;\r\n    mediaEl.style.position = \"\";\r\n    mediaEl.style.top = \"\";\r\n    mediaEl.style.left = \"\";\r\n    mediaEl.style.width = \"\";\r\n    mediaEl.style.zIndex = \"\";\r\n  }\r\n\r\n  \/\/ Bind events\r\n  window.addEventListener(\"load\", clampSticky, { passive: true });\r\n  window.addEventListener(\"resize\", clampSticky, { passive: true });\r\n  window.addEventListener(\"scroll\", clampSticky, { passive: true });\r\n\r\n  \/\/ Re-run after layout settles\r\n  setTimeout(clampSticky, 300);\r\n  setTimeout(clampSticky, 900);\r\n})();\r\n<\/script>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div id=\"communities-we-support\" class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center\">Areas We Serve in Langley, BC<\/h2>\n\n\n\n<p class=\"has-text-align-center\">Communities and areas we serve:<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Neighbourhoods<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Willoughby<\/li>\n\n\n\n<li>Murrayville<\/li>\n\n\n\n<li>Walnut Grove<\/li>\n\n\n\n<li>Brookswood<\/li>\n\n\n\n<li>Langley Prairie<\/li>\n\n\n\n<li>Milner<\/li>\n\n\n\n<li>Blacklock<\/li>\n\n\n\n<li>Aldergrove<\/li>\n\n\n\n<li>Willowbrook<\/li>\n\n\n\n<li>Salmon River<\/li>\n<\/ul>\n\n\n\n<p>Our team works closely with families across Langley to ensure your loved one\u2019s needs are met with compassion and professionalism, helping you make informed decisions every step of the way.<\/p>\n\n\n\n<a href=\"#\"\r\n   class=\"qc-cta w-button\"\r\n   data-toggle=\"modal\"\r\n   data-target=\"#des_2020_talk_popup\">\r\n  Talk to a Care Expert Today\r\n<\/a>\r\n\r\n<style>\r\n.qc-cta,\r\n.qc-cta:link,\r\n.qc-cta:visited,\r\n.qc-cta:hover,\r\n.qc-cta:active,\r\n.qc-cta:focus {\r\n  background:#0A4F7C;\r\n  color:#fff !important;   \/* force white text *\/\r\n  display:inline-block;\r\n  padding:14px 22px;\r\n  border-radius:8px;\r\n  font-size:20px;\r\n  font-weight:700;\r\n  text-decoration:none;\r\n  border:none;\r\n  cursor:pointer;\r\n  box-shadow:0 6px 14px rgba(10,79,124,.20);\r\n  transition:transform .06s ease, box-shadow .2s ease, background .2s ease;\r\n}\r\n\r\n.qc-cta:hover {\r\n  transform:translateY(-1px);\r\n  box-shadow:0 10px 18px rgba(10,79,124,.25);\r\n  background:#094368;  \/* darker on hover *\/\r\n}\r\n\r\n.qc-cta:focus {\r\n  outline:2px solid #fff;\r\n  outline-offset:2px;\r\n}\r\n<\/style>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"map-container\">\n<iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d33413.391599827!2d-122.70359832154155!3d49.09869514422103!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5485cfccc76506e7%3A0x52d0b66a8f1a6ca9!2sLangley%2C%20BC%2C%20Canada!5e1!3m2!1sen!2sph!4v1772115661801!5m2!1sen!2sph\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<style>\r\n  \/* Apply background color, rounded corners, and padding to the outer container *\/\r\n  #communities-we-support {\r\n      background-color: #f0f8ff; \/* Set background color *\/\r\n      border-radius: 15px; \/* Apply rounded corners *\/\r\n      padding: 20px; \/* Add padding to all sides *\/\r\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); \/* Darker background shadow *\/\r\n  }\r\n\r\n  \/* Target the parent container that holds both columns *\/\r\n  #communities-we-support .wp-block-columns {\r\n      display: flex; \/* Use flexbox to allow dynamic resizing *\/\r\n      gap: 20px; \/* Add space between columns *\/\r\n      justify-content: space-between;\r\n      width: 100%;\r\n      flex-wrap: wrap; \/* Ensure columns wrap on smaller screens *\/\r\n  }\r\n\r\n  \/* Ensure both columns have equal width and height *\/\r\n  #communities-we-support .wp-block-column {\r\n      flex: 1 1 48%; \/* Allow both columns to take up 48% of the space, leaving a gap of 4% between them *\/\r\n  }\r\n\r\n  \/* Style for Column 1 (Content) *\/\r\n  #communities-we-support .wp-block-column:nth-child(1) {\r\n      background-color: #ffffff; \/* White background for Column 1 *\/\r\n      border-radius: 15px; \/* Apply rounded corners to Column 1 *\/\r\n      padding: 20px; \/* Optional: padding inside Column 1 *\/\r\n      display: flex;\r\n      flex-direction: column;\r\n      justify-content: flex-start;\r\n  }\r\n\r\n  \/* Style for Column 2 (Map) *\/\r\n  #communities-we-support .wp-block-column:nth-child(2) {\r\n      display: flex;\r\n      justify-content: center;\r\n      align-items: center;\r\n  }\r\n\r\n  \/* Apply styles for the map container inside Column 2 *\/\r\n  #communities-we-support .map-container {\r\n      width: 100%; \/* Ensure the map container fills the available width *\/\r\n      height: 100%; \/* Ensure the map container fills the full height of Column 2 *\/\r\n      display: flex;\r\n      justify-content: center;\r\n      align-items: center;\r\n  }\r\n\r\n  \/* Adjust map size for desktop *\/\r\n  #communities-we-support .map-container iframe {\r\n      width: 100%;\r\n      height: 100%; \/* The iframe will take the full height of the container *\/\r\n      border: none;\r\n      border-radius: 12px;\r\n  }\r\n\r\n  \/* Adjust map size for mobile screens *\/\r\n  @media (max-width: 768px) {\r\n      #communities-we-support .wp-block-columns {\r\n          flex-direction: column; \/* Stack columns on mobile *\/\r\n          gap: 20px; \/* Add spacing between stacked columns *\/\r\n      }\r\n\r\n      #communities-we-support .wp-block-column {\r\n          flex: 1 1 100%; \/* Allow both columns to take full width on mobile *\/\r\n          max-width: 100%;\r\n      }\r\n\r\n      #communities-we-support .map-container {\r\n          height: 380px; \/* Adjust height for mobile *\/\r\n      }\r\n  }\r\n\r\n  \/* Ensure the button does not stretch *\/\r\n  .qc-cta {\r\n      display: inline-block; \/* Prevent stretching *\/\r\n      width: auto !important; \/* Ensure the button does not stretch across the column *\/\r\n      max-width: none; \/* Remove any max-width limitations *\/\r\n      margin: 0 auto; \/* Center the button if needed *\/\r\n  }\r\n\r\n  \/* Optional: Add a little spacing around the button *\/\r\n  .qc-cta {\r\n      margin-top: 20px;\r\n  }\r\n<\/style>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">We're Here For You in Langley, BC<\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\" id=\"geopage-stats\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-media-text is-stacked-on-mobile has-background\" style=\"background-color:#f0f8ff;grid-template-columns:30% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2022\/04\/NAVBAR-ICON-service-hospital-to-home.svg\" alt=\"\" class=\"wp-image-73 size-full\"\/><\/figure><div class=\"wp-block-media-text__content\">\n<p><strong>Open 24\/7<\/strong><\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-media-text is-stacked-on-mobile has-background\" style=\"background-color:#f0f8ff;grid-template-columns:30% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2022\/04\/ICON-LIGHT-38.svg\" alt=\"\" class=\"wp-image-70 size-full\"\/><\/figure><div class=\"wp-block-media-text__content\">\n<p><strong>360\u00b0 Care Management<\/strong><\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-media-text is-stacked-on-mobile has-background\" style=\"background-color:#f0f8ff;grid-template-columns:30% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2022\/04\/ICON-LIGHT-34.svg\" alt=\"\" class=\"wp-image-68 size-full\"\/><\/figure><div class=\"wp-block-media-text__content\">\n<p><strong>In Your Home<\/strong><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<style>\r\n\/* Card container *\/\r\n#geopage-stats .wp-block-media-text {\r\n  border-radius: 16px;\r\n  overflow: hidden;\r\n  align-items: center !important;\r\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);\r\n}\r\n\r\n\/* Remove default paragraph margin *\/\r\n#geopage-stats .wp-block-media-text__content p {\r\n  margin: 0 !important;\r\n}\r\n\r\n\/* Text column *\/\r\n#geopage-stats .wp-block-media-text__content {\r\n  padding: 24px !important;\r\n  display: flex !important;\r\n  flex-direction: column !important;\r\n  justify-content: center !important;\r\n  height: 100%;\r\n}\r\n\r\n\/* Media column *\/\r\n#geopage-stats .wp-block-media-text__media {\r\n  padding: 16px !important;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  height: 100%;\r\n}\r\n\r\n#geopage-stats .wp-block-media-text__media img {\r\n  display: block;\r\n  max-width: 100%;\r\n  height: auto;\r\n}\r\n\r\n\/* ---------------------------\r\n   Mobile icon-friendly layout\r\n----------------------------*\/\r\n@media (max-width: 781px) {\r\n  \/* Disable forced heights when stacked *\/\r\n  #geopage-stats .wp-block-media-text__media,\r\n  #geopage-stats .wp-block-media-text__content {\r\n    height: auto !important;\r\n  }\r\n\r\n  \/* Stack layout feels intentional *\/\r\n  #geopage-stats .wp-block-media-text {\r\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.22);\r\n  }\r\n\r\n  \/* Icon container *\/\r\n  #geopage-stats .wp-block-media-text__media {\r\n    padding: 20px 16px 8px !important;\r\n  }\r\n\r\n  \/* ICON sizing \u2014 no cropping *\/\r\n  #geopage-stats .wp-block-media-text__media img {\r\n    width: auto;\r\n    max-width: 120px;     \/* icon size *\/\r\n    max-height: 120px;\r\n    height: auto;\r\n    object-fit: contain;  \/* ensure full icon shows *\/\r\n    margin: 0 auto;\r\n  }\r\n\r\n  \/* Center text under icon *\/\r\n  #geopage-stats .wp-block-media-text__content {\r\n    padding: 12px 18px 20px !important;\r\n    text-align: center;\r\n    align-items: center;\r\n  }\r\n}\r\n\r\n\/* Smaller phones *\/\r\n@media (max-width: 480px) {\r\n  #geopage-stats .wp-block-media-text__media img {\r\n    max-width: 100px;\r\n    max-height: 100px;\r\n  }\r\n}\r\n<\/style>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"781\" src=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2025\/08\/Get-Personal-Care-Services-In-Delta-Surrey.jpeg\" alt=\"\" class=\"wp-image-185 size-full\" srcset=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2025\/08\/Get-Personal-Care-Services-In-Delta-Surrey.jpeg 700w, https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2025\/08\/Get-Personal-Care-Services-In-Delta-Surrey-269x300.jpeg 269w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading\"><strong>Why Families Choose Qualicare Delta Surrey<\/strong><\/h2>\n\n\n\n<p>At Qualicare Delta Surrey, we\u2019re committed to providing families with the peace of mind they deserve. From your first consultation, we take the time to listen to your unique needs, crafting a personalized care plan that evolves with your loved one\u2019s changing requirements.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Our 360\u00b0 Care Approach<\/h3>\n\n\n\n<p>Our 360\u00b0 Care Approach ensures that all aspects of care are managed with compassion and expertise.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Tailored care plans to meet each family\u2019s unique needs<\/strong><\/li>\n\n\n\n<li><strong>Comprehensive support for all aspects of health and lifestyle<\/strong><\/li>\n\n\n\n<li><strong>Holistic care balancing physical and emotional well-being<\/strong><\/li>\n<\/ul>\n\n\n\n<a href=\"#\"\r\n   class=\"qc-cta w-button\"\r\n   data-toggle=\"modal\"\r\n   data-target=\"#des_2020_talk_popup\">\r\n  Talk to a Care Expert Today\r\n<\/a>\r\n\r\n<style>\r\n.qc-cta,\r\n.qc-cta:link,\r\n.qc-cta:visited,\r\n.qc-cta:hover,\r\n.qc-cta:active,\r\n.qc-cta:focus {\r\n  background:#0A4F7C;\r\n  color:#fff !important;   \/* force white text *\/\r\n  display:inline-block;\r\n  padding:14px 22px;\r\n  border-radius:8px;\r\n  font-size:20px;\r\n  font-weight:700;\r\n  text-decoration:none;\r\n  border:none;\r\n  cursor:pointer;\r\n  box-shadow:0 6px 14px rgba(10,79,124,.20);\r\n  transition:transform .06s ease, box-shadow .2s ease, background .2s ease;\r\n}\r\n\r\n.qc-cta:hover {\r\n  transform:translateY(-1px);\r\n  box-shadow:0 10px 18px rgba(10,79,124,.25);\r\n  background:#094368;  \/* darker on hover *\/\r\n}\r\n\r\n.qc-cta:focus {\r\n  outline:2px solid #fff;\r\n  outline-offset:2px;\r\n}\r\n<\/style>\n<\/div><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Hear What Our Families in\u00a0Langley, BC\u00a0Are Saying About Our Home Care Services<\/h2>\n\n\n\n<!-- Elfsight Google Reviews | Qualicare Home Care Delta Surrey --> <script src=\"https:\/\/elfsightcdn.com\/platform.js\" async><\/script> <div class=\"elfsight-app-37e39be6-d23f-4ee8-8260-8448381e7f72\" data-elfsight-app-lazy><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"830\" src=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/01\/Qualicare-360-care-photo.png\" alt=\"\" class=\"wp-image-226\" style=\"aspect-ratio:0.9638624089310958;width:354px;height:auto\" srcset=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/01\/Qualicare-360-care-photo.png 800w, https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/01\/Qualicare-360-care-photo-289x300.png 289w, https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/01\/Qualicare-360-care-photo-768x797.png 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">Care That Supports Daily Life Across Delta Surrey<\/h2>\n\n\n\n<p>In Delta Surrey, families often balance work, family responsibilities, and the growing care needs of someone they love. Our role is to step in where support is needed most, bringing structure, consistency, and reassurance into everyday life. We focus on practical care, clear communication, and ongoing oversight so your loved one can remain safe, comfortable, and supported at home, while you regain time, clarity, and confidence in the care being provided.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Frequently Asked Questions<\/h2>\n\n\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-4550166c uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height     \" data-faqtoggle=\"true\" role=\"tablist\"><script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"@id\":\"https:\\\/\\\/qualicare.com\\\/deltasurrey\\\/areas-we-serve\\\/langley-bc\\\/\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What does the initial conversation look like when we first connect with families in Langley?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The first conversation is about listening. We want to understand what matters most to your loved one, how their days are structured, and what support would actually make a difference. This might be about help with personal care, companionship during the day, meal preparation, or something else entirely. We ask questions about routines, preferences, and any concerns you have. There are no assumptions, and there is no pressure to decide anything immediately. Many families find it helpful to have this conversation without any sense of urgency, which is why we offer a complimentary consultation to anyone considering care in Langley or the surrounding areas. This initial connection is often the clearest moment to think through what your loved one needs and what your family needs as well.<br><br>From that conversation, care takes shape gradually. We understand that needs change, and flexibility matters. What works in one season may shift in another, and that is completely normal. A care plan is not a fixed document. It is a starting point that adapts as you learn what genuinely supports your loved one's independence and dignity.\"}},{\"@type\":\"Question\",\"name\":\"What types of home care services are available to support my loved one in the Langley area?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Home care covers a range of support tailored to what your loved one actually needs. Personal care assistance, such as help with bathing and dressing, is one foundation. Many families also value companionship, which means someone present during the day for conversation, outings, or simply being there. Meal preparation and light housekeeping help maintain a comfortable living environment. Some loved ones need medication reminders to stay on track with their health routines. For those transitioning from hospital to home, support during that adjustment period can make recovery less overwhelming. If your loved one is living with dementia, specialized companionship and comfort-focused care can help maintain dignity and routine. Respite care also offers families a chance to rest while knowing their loved one is supported. Within Langley and in communities like Willoughby, Walnut Grove, and Aldergrove, these services are adapted to what each family's situation requires. Care is not one-size-fits-all; it is built around the individual.\"}},{\"@type\":\"Question\",\"name\":\"How do we balance independence with safety when my loved one prefers to stay at home?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"This is something most families think about carefully, and the tension between independence and safety is real. Your loved one likely has spent decades managing their own home and making their own decisions. That autonomy matters deeply, especially as other things in life shift. At the same time, concerns about mobility, falls, or managing daily tasks alone are legitimate and deserve attention. The right approach typically sits somewhere in the middle. Rather than removing independence, thoughtful support can protect it. A caregiver might be present during higher-risk times of day, or help with specific tasks that have become difficult while your loved one remains in charge of choices that matter to them. Someone assisting with meal preparation does not mean your loved one loses decision-making about what they eat. Help with personal care does not erase their right to choose how their day unfolds. In Langley, families find that this balance comes into focus once care actually begins. What felt abstract during planning becomes clear once someone is present and your loved one experiences how support can coexist with the independence they value. Peace of mind for your family and genuine comfort for your loved one often go hand in hand.\"}},{\"@type\":\"Question\",\"name\":\"How important is the match between my loved one and their caregiver?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Compatibility is everything. A caregiver may be excellent at their work, but genuine compatibility shapes whether your loved one feels at ease, whether routines feel natural, and whether trust builds over time. This is why we focus on matching beyond skills alone. We consider personality, communication style, and what your loved one actually responds to. Some people prefer a caregiver who is naturally quiet and respectful of solitude. Others thrive with someone more conversational and engaged. Some families value consistency above all else, while others prefer flexibility. During the matching process, we listen to what you notice about your loved one's preferences and create opportunities for continuity. If adjustments are needed, they can be made. A strong match in Langley or the surrounding areas like Murrayville, Willowbrook, or Salmon River creates an ease that benefits everyone. Your loved one settles into the relationship, the caregiver understands what matters, and your family rests easier knowing the fit is genuinely right.\"}},{\"@type\":\"Question\",\"name\":\"How do families stay informed about what's happening with their loved one while care is being provided?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Regular communication is part of how care works well. A dedicated point of contact will be available to answer questions, share updates about how things are going, and listen to any concerns that come up. Some families appreciate daily check-ins at first, while others prefer a weekly conversation. Whatever rhythm works best for your family in Langley can be established early on. The goal is that you never feel like you are guessing about how your loved one's day went or what support they received.<br><br>Communication also means being responsive when something changes. If your loved one mentions a preference, or if you notice something different, those observations matter and can shape how care is provided. Families and caregivers work together in this way, with the understanding that the person receiving care is at the center of those conversations.\"}},{\"@type\":\"Question\",\"name\":\"What happens if an older loved one's needs change over time, especially with memory or behavior changes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Care is not static. Needs shift, and that is entirely normal. If your loved one's memory begins to change, or if their daily routines become harder to manage, the care plan can be adjusted to reflect what they need now. This might mean more consistent companionship, a caregiver who focuses on creating routine and familiarity, or additional support with reminders throughout the day.<br><br>When changes happen, both your loved one and your family deserve support. A caregiver who has built trust and familiarity is often the steadiest presence during transitions like these. Consistency of person matters as much as consistency of task. The goal is never to force your loved one into a new situation, but to adapt care in ways that honor who they are and what makes them feel secure.<br>Qualicare  works with families to revisit and refine care plans whenever life shifts. This is expected, and it is manageable.\"}},{\"@type\":\"Question\",\"name\":\"Does Qualicare  provide care in the Langley area, and how do families get started?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. Care is available across Langley and the surrounding communities, including Willoughby, Murrayville, Walnut Grove, Brookswood, Langley Prairie, Milner, Blacklock, Aldergrove, Willowbrook, and Salmon River throughout BC.<br><br>Getting started is straightforward. First, you request a complimentary conversation to talk through what your loved one needs and what your family is hoping for. Next, you speak with a local Care Expert who listens carefully and asks the right questions. Finally, you receive a personalized care plan and an introduction to a caregiver whose personality and approach feel like a good fit for your loved one.<br><br>There is no pressure to move quickly. Families often need time to think, to talk with their loved one, and to build confidence in the decision. That pace is respected. When you are ready to explore what care might look like for your family, a complimentary conversation is a simple first step.\"}}]}<\/script><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-3f140ba7 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">What does the initial conversation look like when we first connect with families in Langley?<\/h5><\/div><div class=\"uagb-faq-content\"><p>The first conversation is about listening. We want to understand what matters most to your loved one, how their days are structured, and what support would actually make a difference. This might be about help with personal care, companionship during the day, meal preparation, or something else entirely. We ask questions about routines, preferences, and any concerns you have. There are no assumptions, and there is no pressure to decide anything immediately. Many families find it helpful to have this conversation without any sense of urgency, which is why we offer a complimentary consultation to anyone considering care in Langley or the surrounding areas. This initial connection is often the clearest moment to think through what your loved one needs and what your family needs as well.<br><br>From that conversation, care takes shape gradually. We understand that needs change, and flexibility matters. What works in one season may shift in another, and that is completely normal. A care plan is not a fixed document. It is a starting point that adapts as you learn what genuinely supports your loved one's independence and dignity.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7206ffd5 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">What types of home care services are available to support my loved one in the Langley area?<\/h5><\/div><div class=\"uagb-faq-content\"><p>Home care covers a range of support tailored to what your loved one actually needs. Personal care assistance, such as help with bathing and dressing, is one foundation. Many families also value companionship, which means someone present during the day for conversation, outings, or simply being there. Meal preparation and light housekeeping help maintain a comfortable living environment. Some loved ones need medication reminders to stay on track with their health routines. For those transitioning from hospital to home, support during that adjustment period can make recovery less overwhelming. If your loved one is living with dementia, specialized companionship and comfort-focused care can help maintain dignity and routine. Respite care also offers families a chance to rest while knowing their loved one is supported. Within Langley and in communities like Willoughby, Walnut Grove, and Aldergrove, these services are adapted to what each family's situation requires. Care is not one-size-fits-all; it is built around the individual.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c044d81a \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">How do we balance independence with safety when my loved one prefers to stay at home?<\/h5><\/div><div class=\"uagb-faq-content\"><p>This is something most families think about carefully, and the tension between independence and safety is real. Your loved one likely has spent decades managing their own home and making their own decisions. That autonomy matters deeply, especially as other things in life shift. At the same time, concerns about mobility, falls, or managing daily tasks alone are legitimate and deserve attention. The right approach typically sits somewhere in the middle. Rather than removing independence, thoughtful support can protect it. A caregiver might be present during higher-risk times of day, or help with specific tasks that have become difficult while your loved one remains in charge of choices that matter to them. Someone assisting with meal preparation does not mean your loved one loses decision-making about what they eat. Help with personal care does not erase their right to choose how their day unfolds. In Langley, families find that this balance comes into focus once care actually begins. What felt abstract during planning becomes clear once someone is present and your loved one experiences how support can coexist with the independence they value. Peace of mind for your family and genuine comfort for your loved one often go hand in hand.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1cbc3c63 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">How important is the match between my loved one and their caregiver?<\/h5><\/div><div class=\"uagb-faq-content\"><p>Compatibility is everything. A caregiver may be excellent at their work, but genuine compatibility shapes whether your loved one feels at ease, whether routines feel natural, and whether trust builds over time. This is why we focus on matching beyond skills alone. We consider personality, communication style, and what your loved one actually responds to. Some people prefer a caregiver who is naturally quiet and respectful of solitude. Others thrive with someone more conversational and engaged. Some families value consistency above all else, while others prefer flexibility. During the matching process, we listen to what you notice about your loved one's preferences and create opportunities for continuity. If adjustments are needed, they can be made. A strong match in Langley or the surrounding areas like Murrayville, Willowbrook, or Salmon River creates an ease that benefits everyone. Your loved one settles into the relationship, the caregiver understands what matters, and your family rests easier knowing the fit is genuinely right.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4bd79eb4 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">How do families stay informed about what's happening with their loved one while care is being provided?<\/h5><\/div><div class=\"uagb-faq-content\"><p>Regular communication is part of how care works well. A dedicated point of contact will be available to answer questions, share updates about how things are going, and listen to any concerns that come up. Some families appreciate daily check-ins at first, while others prefer a weekly conversation. Whatever rhythm works best for your family in Langley can be established early on. The goal is that you never feel like you are guessing about how your loved one's day went or what support they received.<br><br>Communication also means being responsive when something changes. If your loved one mentions a preference, or if you notice something different, those observations matter and can shape how care is provided. Families and caregivers work together in this way, with the understanding that the person receiving care is at the center of those conversations.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-aaa35734 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">What happens if an older loved one's needs change over time, especially with memory or behavior changes?<\/h5><\/div><div class=\"uagb-faq-content\"><p>Care is not static. Needs shift, and that is entirely normal. If your loved one's memory begins to change, or if their daily routines become harder to manage, the care plan can be adjusted to reflect what they need now. This might mean more consistent companionship, a caregiver who focuses on creating routine and familiarity, or additional support with reminders throughout the day.<br><br>When changes happen, both your loved one and your family deserve support. A caregiver who has built trust and familiarity is often the steadiest presence during transitions like these. Consistency of person matters as much as consistency of task. The goal is never to force your loved one into a new situation, but to adapt care in ways that honor who they are and what makes them feel secure.<br>Qualicare Delta Surrey works with families to revisit and refine care plans whenever life shifts. This is expected, and it is manageable.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-52ed810b \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">Does Qualicare Delta Surrey provide care in the Langley area, and how do families get started?<\/h5><\/div><div class=\"uagb-faq-content\"><p>Yes. Care is available across Langley and the surrounding communities, including Willoughby, Murrayville, Walnut Grove, Brookswood, Langley Prairie, Milner, Blacklock, Aldergrove, Willowbrook, and Salmon River throughout BC.<br><br>Getting started is straightforward. First, you request a complimentary conversation to talk through what your loved one needs and what your family is hoping for. Next, you speak with a local Care Expert who listens carefully and asks the right questions. Finally, you receive a personalized care plan and an introduction to a caregiver whose personality and approach feel like a good fit for your loved one.<br><br>There is no pressure to move quickly. Families often need time to think, to talk with their loved one, and to build confidence in the decision. That pace is respected. When you are ready to explore what care might look like for your family, a complimentary conversation is a simple first step.<\/p><\/div><\/div><\/div>\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-media-text has-media-on-the-right is-stacked-on-mobile\" style=\"grid-template-columns:auto 38%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading\">Begin Your Home Care Journey in Langley Today<\/h2>\n\n\n\n<p>Starting home care for a loved one often brings questions about what fits your family's situation, and that hesitation is completely understandable. If you are in Langley or the surrounding areas, a local Care Expert can walk through your specific needs in a complimentary conversation, at whatever pace feels right for you. There is no pressure to decide anything today, only an opportunity to understand your options and move forward when you are ready.<\/p>\n\n\n\n<div style=\"height:14px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<a href=\"#\"\r\n   class=\"qc-cta w-button\"\r\n   data-toggle=\"modal\"\r\n   data-target=\"#des_2020_talk_popup\">\r\n  Talk to a Care Expert Today\r\n<\/a>\r\n\r\n<style>\r\n.qc-cta,\r\n.qc-cta:link,\r\n.qc-cta:visited,\r\n.qc-cta:hover,\r\n.qc-cta:active,\r\n.qc-cta:focus {\r\n  background:#0A4F7C;\r\n  color:#fff !important;   \/* force white text *\/\r\n  display:inline-block;\r\n  padding:14px 22px;\r\n  border-radius:8px;\r\n  font-size:20px;\r\n  font-weight:700;\r\n  text-decoration:none;\r\n  border:none;\r\n  cursor:pointer;\r\n  box-shadow:0 6px 14px rgba(10,79,124,.20);\r\n  transition:transform .06s ease, box-shadow .2s ease, background .2s ease;\r\n}\r\n\r\n.qc-cta:hover {\r\n  transform:translateY(-1px);\r\n  box-shadow:0 10px 18px rgba(10,79,124,.25);\r\n  background:#094368;  \/* darker on hover *\/\r\n}\r\n\r\n.qc-cta:focus {\r\n  outline:2px solid #fff;\r\n  outline-offset:2px;\r\n}\r\n<\/style>\n<\/div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/02\/Langley2-1024x768.jpg\" alt=\"\" class=\"wp-image-251 size-full\" srcset=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/02\/Langley2-1024x768.jpg 1024w, https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/02\/Langley2-300x225.jpg 300w, https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/02\/Langley2-768x576.jpg 768w, https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/02\/Langley2-1536x1152.jpg 1536w, https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/02\/Langley2-2048x1536.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<div style=\"height:63px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Home Care and Senior Assistance for Every Need in Langley, BC Personalized home care in Langley, BC, built around your family\u2019s needs and care plan. Google Rating \u2014 \u2605\u2605\u2605\u2605\u2605 Areas We Serve in Langley, BC Communities and areas we serve: Neighbourhoods Our team works closely with families across Langley to ensure your loved one\u2019s needs [&hellip;]<\/p>\n","protected":false},"author":86,"featured_media":0,"parent":218,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-249","page","type-page","status-publish","hentry"],"acf":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"jgatella","author_link":"https:\/\/qualicare.com\/deltasurrey\/author\/jgatella\/"},"uagb_comment_info":0,"uagb_excerpt":"Home Care and Senior Assistance for Every Need in Langley, BC Personalized home care in Langley, BC, built around your family\u2019s needs and care plan. Google Rating \u2014 \u2605\u2605\u2605\u2605\u2605 Areas We Serve in Langley, BC Communities and areas we serve: Neighbourhoods Our team works closely with families across Langley to ensure your loved one\u2019s needs&hellip;","_links":{"self":[{"href":"https:\/\/qualicare.com\/deltasurrey\/wp-json\/wp\/v2\/pages\/249","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qualicare.com\/deltasurrey\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/qualicare.com\/deltasurrey\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/qualicare.com\/deltasurrey\/wp-json\/wp\/v2\/users\/86"}],"replies":[{"embeddable":true,"href":"https:\/\/qualicare.com\/deltasurrey\/wp-json\/wp\/v2\/comments?post=249"}],"version-history":[{"count":0,"href":"https:\/\/qualicare.com\/deltasurrey\/wp-json\/wp\/v2\/pages\/249\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/qualicare.com\/deltasurrey\/wp-json\/wp\/v2\/pages\/218"}],"wp:attachment":[{"href":"https:\/\/qualicare.com\/deltasurrey\/wp-json\/wp\/v2\/media?parent=249"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}