.eael-simple-menu-toggle-text {
  display: none;
}

.page-header {
  display: none;
}

/* Base scroll-stacking style for each service block */
.layer {
  position: sticky;
  top: 0;
  background: white;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 1;
  box-sizing: border-box;
}

/* Z-index layering for stacking effect */
.layer-1 { z-index: 10; }
.layer-2 { z-index: 20; }
.layer-3 { z-index: 30; }
.layer-4 { z-index: 40; }
.layer-5 { z-index: 50; }
.layer-6 { z-index: 60; }

/* Hide the mobile-only item on desktop and tablets */
li.mobile-only {
  display: none !important;
}

/* Show it only on mobile */
@media screen and (max-width: 768px) {
  li.mobile-only {
    display: list-item !important;
  }
}