#brxe-3e661e {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: transparent;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}

#brxe-3e661e.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

#brxe-3e661e.bg-visible {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
document.addEventListener("DOMContentLoaded", () => {
  const header = document.querySelector("#brxe-3e661e");
  if (!header) return;

  let lastScrollY = window.scrollY;
  const threshold = 100;
  let ticking = false;

  function updateHeader() {
    const currentScrollY = window.scrollY;
    const scrollingDown = currentScrollY > lastScrollY;

    if (scrollingDown && currentScrollY > threshold) {
      header.classList.add("hide");
      header.classList.remove("bg-visible");
    } else {
      header.classList.remove("hide");
      if (currentScrollY > threshold) {
        header.classList.add("bg-visible");
      } else {
        header.classList.remove("bg-visible");
      }
    }

    lastScrollY = currentScrollY;
    ticking = false;
  }

  window.addEventListener("scroll", () => {
    if (!ticking) {
      requestAnimationFrame(updateHeader);
      ticking = true;
    }
  });
});

Short Term Care

BOOK A TOUR

What is Respite Care?

Respite care, commonly known as short term care, is a form of support for an older person and their primary carer. Carers need a break too. Sometimes your carer may need to take a holiday or focus on everyday personal tasks they need to fulfill. Whether you receive care from a loved one or someone who acts as your primary carer, this time away is necessary.

Residential respite

CCS offers residential respite care in all of our residential aged care homes from a few days to a few weeks at a time.

You will need an assessment to determine your eligibility for residential respite. However, If you haven’t had an assessment, in an emergency situation you may be able to access residential respite care in a residential aged care home. In these cases, we can assist you to arrange an urgent assessment.

How does residential respite work?

When you receive residential respite, you are entitled to the same care and support services as permanent residents of our residential aged care homes. Our experienced admissions team will assist you to find the right option for you.

Enquire Now

Let us know as much about the person requiring care as you feel comfortable with.

Form