.elementor-9222 .elementor-element.elementor-element-f6c97e8{--display:flex;}body.elementor-page-9222:not(.elementor-motion-effects-element-type-background), body.elementor-page-9222 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   A SOUND LIFE
   PAGE BACKGROUND DECORATIONS + CORAL SCROLLBAR
   Add to: Elementor > Custom CSS (or a site-wide HTML widget)
   
   Uses the 3 offerings illustrations as floating,
   faded decorative elements throughout the page.
   ========================================================= */

/* =========================================================
   CORAL SCROLLBAR
========================================================= */

/* WebKit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff8f2;
}

::-webkit-scrollbar-thumb {
  background: #e85f59;
  border-radius: 999px;
  border: 2px solid #fff8f2;
}

::-webkit-scrollbar-thumb:hover {
  background: #d94f4a;
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #e85f59 #fff8f2;
}

/* =========================================================
   PAGE BODY
========================================================= */

body {
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  pointer-events: none;
  opacity: 0.06;

  background-repeat: no-repeat;
  background-size: contain;
}

/* =========================================================
   TOP-RIGHT - Wellbeing Programs illustration
========================================================= */

body::before {
  top: 120px;
  right: -60px;

  width: 420px;
  height: 480px;

  background-image: url("https://allacesprinting.clientbuild.neonsnow.com.au/wp-content/uploads/2026/08/wellbeing-programs-scaled.png");
  background-position: center;

  transform: rotate(8deg);

  animation: asl-float-1 18s ease-in-out infinite;
}

/* =========================================================
   BOTTOM-LEFT - Mentoring Programs illustration
========================================================= */

body::after {
  bottom: 80px;
  left: -50px;

  width: 380px;
  height: 440px;

  background-image: url("https://allacesprinting.clientbuild.neonsnow.com.au/wp-content/uploads/2026/08/mentoring-programs-scaled.png");
  background-position: center;

  transform: rotate(-6deg);

  animation: asl-float-2 22s ease-in-out infinite;
}

/* =========================================================
   MIDDLE-RIGHT - Corporate Wellness (via page wrapper)
   Uses the page's main wrapper element
========================================================= */

.elementor {
  position: relative;
}

.elementor::after {
  content: "";

  position: absolute;
  z-index: -1;

  top: 55%;
  right: -40px;

  width: 350px;
  height: 400px;

  pointer-events: none;

  background-image: url("https://allacesprinting.clientbuild.neonsnow.com.au/wp-content/uploads/2026/08/corporate-wellness-scaled.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  opacity: 0.05;

  transform: rotate(5deg);

  animation: asl-float-3 20s ease-in-out infinite;
}

/* =========================================================
   FLOAT ANIMATIONS - gentle bobbing
========================================================= */

@keyframes asl-float-1 {
  0%, 100% {
    transform: rotate(8deg) translateY(0);
  }
  50% {
    transform: rotate(8deg) translateY(-18px);
  }
}

@keyframes asl-float-2 {
  0%, 100% {
    transform: rotate(-6deg) translateX(0);
  }
  50% {
    transform: rotate(-6deg) translateX(12px);
  }
}

@keyframes asl-float-3 {
  0%, 100% {
    transform: rotate(5deg) translateY(0) translateX(0);
  }
  33% {
    transform: rotate(5deg) translateY(-14px) translateX(-8px);
  }
  66% {
    transform: rotate(5deg) translateY(8px) translateX(6px);
  }
}

/* =========================================================
   TABLET - smaller, tighter to edges
========================================================= */

@media (max-width: 1024px) {

  body::before {
    width: 300px;
    height: 340px;
    right: -80px;
    top: 100px;
    opacity: 0.045;
  }

  body::after {
    width: 280px;
    height: 320px;
    left: -70px;
    opacity: 0.04;
  }

  .elementor::after {
    width: 260px;
    height: 300px;
    right: -60px;
    opacity: 0.04;
  }
}

/* =========================================================
   MOBILE - hide to keep performance clean
========================================================= */

@media (max-width: 700px) {

  body::before {
    width: 220px;
    height: 250px;
    right: -100px;
    top: 80px;
    opacity: 0.035;
  }

  body::after {
    width: 200px;
    height: 230px;
    left: -90px;
    bottom: 60px;
    opacity: 0.03;
  }

  .elementor::after {
    display: none;
  }
}/* End custom CSS */