/* Ensure the nav stays fixed initially */

#mobile-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: var(--bs-white);
  height: 210px;
  z-index: 1000;
  transition: transform 0.3s ease;
}

/* Container where the nav should stop scrolling */

#stop-scroll-container {
  position: relative;
  background: #ffffff;
}

/* Footer styling */

