.site-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}

.menu-bg-wrap {
  background-color: #102b4f;
  /* Putih transparan */
  padding: 20px 30px;
  position: relative;
  float: left;
  width: 100%;
  height: 80px;
  border-radius: 12px;
  /* Lebih bulat, opsional */
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.1);
  /* Lembut, opsional */
}

.header-wrapper,
.content-wrapper {
  margin-left: 200px;
  margin-right: 200px;
}

@media (max-width: 900px) {
  .header-wrapper,
  .content-wrapper {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.menu-bg-wrap > a {
  color: black !important;
}

.hero-section {
  position: relative;
  height: 100vh;
  /* 100% tinggi layar! */
  min-height: 420px;
  /* fallback desktop kecil */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  height: 100vh;
  /* Ikuti tinggi hero-section */
  background: white;
  z-index: 1;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    180deg,
    rgba(40, 49, 82, 0.32) 0%,
    rgba(20, 20, 32, 0.32) 60%,
    rgba(15, 15, 30, 0.22) 100%
  ); */
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100vw;
  /* text-align: center; */
  color: #fff;
  /* padding: 0 10vw; */
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}

.hero-title {
  font-size: 4rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.32);
}

.hero-subtitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
}

.hero-instansi {
  font-size: 1.3rem;
  font-weight: 600;
  opacity: 0.97;
  margin-bottom: 2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
  .hero-title {
    font-size: 2.4rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .hero-instansi {
    font-size: 1.05rem;
  }
}

@media (max-width: 500px) {
  .hero-title {
    font-size: 1.4rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-instansi {
    font-size: 0.95rem;
  }
}

.liquid-meter {
  max-height: 350px !important;
  max-width: 200px !important;
}
