#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;
    }
  });
});

Lifestyle

BOOK A TOUR

Living Life Your Way

Our goal is to support a lifestyle that offers choice, encourages engagement, and promotes social, physical, spiritual, and intellectual wellbeing. We design our programs with you and for you, incorporating activities you’ve always loved as well as introducing new experiences to enjoy. It’s all about creating a vibrant, fulfilling environment where you can thrive.

Our monthly program is filled with a wide range of engaging activities designed to suit all interests and abilities. Residents enjoy everything from pet therapy and bus outings to competitive sports, exercise classes, art workshops, and men’s groups. These activities promote social interaction, physical wellbeing, and personal fulfillment.

In addition, our Chapel and Pastoral Services offer residents the chance to continue their lifelong Christian devotion. These services provide not only spiritual nourishment but also a deep sense of fellowship and community.

Enquire Now

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

Form