/* ================================
    Header Gambar Banner
================================ */
.ojs-header-image {
  width: 100%;
  height: 220px;
  background-image: url("https://jurnal.staimh.ac.id/public/journals/1/hedrjurnacl.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.ojs-header-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* Navbar transparan & rapi */
#headerNavigationContainer {
  background: transparent !important;
  border: none !important;
}

.navbar,
.navbar-default {
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.07);
}

/* Geser navbar turun pas banner */
#headerNavigationContainer .container-fluid:first-child {
  margin-top: 160px;
}

/* ================================
    Logo di atas banner (desktop)
================================ */
.navbar-header {
  /* position: absolute;
  top: 30px;
  left: 40px; */
  z-index: 10;
}
.navbar-brand img {
  max-height: 90px;
  width: auto;
}

/* navbar perbaikan */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
/* =========================
   HEADER BAR
========================= */
.header-bar {
  width: 100%;
}

/* =========================
   MOBILE LAYOUT
========================= */
@media (max-width: 768px) {
  .header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: white;
    border-bottom: 1px solid #eee;
  }

  .header-logo img {
    max-height: 48px;
  }

  .navbar-toggle {
    margin: 0;
    border-radius: 8px;
    background: #f1f1f1;
  }

  /* Banner full width di bawah */
  .ojs-header-image {
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center;
  }

  /* Hilangkan offset lama */
  #headerNavigationContainer .container-fluid:first-child {
    margin-top: 0 !important;
  }
}
