/* ================================================= */
/* OJS POWERFUL HEADER: FULL IMAGE + STICKY MENU */
/* ================================================= */

/* RESET HEADER */
#headerNavigationContainer {
  padding: 0 !important;
  background: none !important;
  min-height: auto !important;
}

/* Hilangkan jarak atas */
.pkp_structure_head,
.pkp_site_name_wrapper,
.pkp_site_name {
  margin: 0 !important;
  padding: 0 !important;
}

/* HEADER IMAGE FULL */
.pkp_site_name_wrapper img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
}

/* ========================= */
/* STICKY NAVIGATION */
/* ========================= */
.pkp_navigation_primary_wrapper {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #2f7f7b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* MENU HEIGHT & ALIGN */
.pkp_navigation_primary {
  padding: 10px 24px;
}

/* MENU ITEM */
.pkp_navigation_primary > li > a {
  color: #ffffff !important;
  font-weight: 600;
  padding: 10px 14px;
  transition: all 0.3s ease;
}

/* HOVER MENU */
.pkp_navigation_primary > li > a:hover {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
}

/* DROPDOWN */
.pkp_navigation_primary ul {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* DROPDOWN LINK */
.pkp_navigation_primary ul li a {
  color: #333 !important;
  padding: 10px 16px;
}

/* SEARCH ICON */
.pkp_navigation_search_wrapper a {
  color: #ffffff !important;
}

/* JARAK KONTEN KE MENU */
.pkp_structure_page {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .pkp_navigation_primary_wrapper {
    position: relative;
  }
}

/* ======================================= */
/* USER NAVIGATION COLOR FIX */
/* ======================================= */

#navigationUser {
  background-color: #008080 !important;
  border-bottom: none !important;
}

/* Teks, icon, dan link */
#navigationUser,
#navigationUser a,
#navigationUser span,
#navigationUser button {
  color: #ffffff !important;
}

/* Hover link */
#navigationUser a:hover {
  color: #e0f2f1 !important;
}

/* Dropdown menu user */
#navigationUser .dropdown-menu {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* Item dropdown */
#navigationUser .dropdown-menu a {
  color: #333 !important;
}

/* Hover dropdown */
#navigationUser .dropdown-menu a:hover {
  background: #008080;
  color: #ffffff !important;
}
