.feature-section,
.info-wrap,
.hero-section,
.stats-section {
  position: relative;
}

.hero-section {
  overflow: hidden;
}

.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
}

.reveal.active,
.reveal-left.active,
.reveal-right.active {
  opacity: 1;
}

@media (max-width: 992px) {
  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: rgba(15, 20, 26, 0.75) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    transform: none !important;
  }

  .site-header .header-inner {
    padding-right: 2rem !important;
  }

  .site-header .menu-toggle {
    margin-right: 1rem !important;
  }
}
