/* Custom styles to fix navbar and hero section */
.ftco-navbar-light {
  background: transparent !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.3s ease;
}

.ftco-navbar-light.scrolled {
  position: fixed !important;
  right: 0;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hero-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  z-index: 1;
  margin-top: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

