.pkp_site_name {

  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0 !important;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* NAVIGASI JIDI */

/* =============================================
   OJS 3 — Custom Navigation Menu (Elegan)
   ============================================= */

.pkp_navigation_primary_row {
  background: #ffffff;
  border-bottom: 1px solid #e8e6e0;
}

.pkp_navigation_primary_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}

/* ---- Item level 1 ---- */
ul.pkp_navigation_primary {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: auto;
}

ul.pkp_navigation_primary > li {
  position: relative;
}

ul.pkp_navigation_primary > li > a {
  display: block;
  padding: 1rem 1.1rem;
  font-size: 16px !important;
  font-weight: 500;
  text-transform: capitalize !important;
  color: #434342;
  text-decoration: none;
  letter-spacing: 0.01em;
  border-bottom: 2px solid transparent;
  transition: color 0.18s, border-color 0.18s;
  white-space: nowrap;
}

ul.pkp_navigation_primary > li:hover > a,
ul.pkp_navigation_primary > li > a:focus {
  color: #185FA5;
  border-bottom-color: #185FA5;
}

/* ---- Dropdown level 2 ---- */
ul.pkp_navigation_primary > li > ul {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background: #ffffff;
  border: 0.5px solid #D3D1C7;
  border-radius: 8px;
  padding: 6px 0;
  min-width: 210px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  z-index: 100;
}

ul.pkp_navigation_primary > li:hover > ul {
  display: block;
}

ul.pkp_navigation_primary > li > ul > li > a {
  display: block;
  padding: 8px 18px;
  font-size: 16px !important;
  color: #5F5E5A;
  text-decoration: none;
  text-transform: capitalize !important;
  transition: background 0.15s, color 0.15s;
}

ul.pkp_navigation_primary > li > ul > li > a:hover {
  background: #E6F1FB;
  color: #185FA5;
}

/* ---- Tombol Cari ---- */
/* Paksa search ke kanan */
.pkp_navigation_search_wrapper {
  margin-left: auto;
}

.pkp_navigation_search_wrapper a.pkp_search {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  color: #5F5E5A;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 6px;
  border: 0.5px solid #D3D1C7;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.pkp_navigation_search_wrapper a.pkp_search:hover {
  background: #E6F1FB;
  color: #185FA5;
  border-color: #B5D4F4;
}

/* END NAVIGASI JIDI */

/* ===== FOOTER JIDI ===== */
.pkp_structure_footer_wrapper {
  /* margin-top: 48px; */
  background:
    radial-gradient(circle at top left, rgba(114, 188, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #0a1b35 0%, #12315f 55%, #1e4e93 100%);
  color: #e5eef8;
  overflow: hidden;
  border-bottom: 0;
}

.pkp_structure_footer,
.pkp_footer_content {
  margin: 0;
  padding: 0;
  max-width: none;
  border: 0;
  background: transparent;
}

.pkp_structure_footer {
  position: relative;
}

.footer-jidi,
.footer-jidi * {
  box-sizing: border-box;
}

.footer-jidi {
  position: relative;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer-jidi::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #6cc7f2 0%, #97e0ff 42%, rgba(255, 255, 255, 0.12) 100%);
}

.footer-container {
  display: grid;
  grid-template-columns: minmax(230px, 2.2fr) repeat(3, minmax(190px, 1fr));
  gap: 34px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 52px clamp(24px, 4vw, 56px) 38px;
}

.footer-col {
  min-width: 0;
}

.footer-col h3,
.footer-col h4,
.footer-col p {
  margin: 0;
}

.footer-col h3 {
  max-width: 22ch;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.footer-col h4 {
  display: inline-block;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(108, 199, 242, 0.36);
  color: #7fd6f6;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-col p {
  color: #bfd4e8;
  font-size: 0.82rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.16em;
}

.footer-col p + p {
  margin-top: 6px;
}

.footer-col:first-child p {
  max-width: 30ch;
  color: #92b7d8;
  font-style: italic;
}

.footer-col a {
  color: #a4e5ff;
  text-decoration: none;
  text-underline-offset: 0.18em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.82);
}

.footer-bottom {
  padding: 18px 220px 22px clamp(24px, 4vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(3, 11, 24, 0.24);
  color: #88a7c5;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-align: left;
}

.pkp_brand_footer {
  position: absolute;
  right: clamp(24px, 4vw, 56px);
  bottom: 11px;
  z-index: 1;
  margin: 0;
  padding: 4px 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  border-top: 0;
}

.pkp_brand_footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pkp_brand_footer img {
  max-height: 28px;
  opacity: 0.72;
  filter: grayscale(0.6) brightness(1.08);
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.pkp_brand_footer a:hover img,
.pkp_brand_footer a:focus-visible img {
  opacity: 0.94;
  filter: grayscale(0.15) brightness(1.18);
}

@media (max-width: 980px) {
  .footer-container {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 28px 32px;
    padding-top: 44px;
    padding-bottom: 30px;
  }

  .footer-col h3 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .pkp_structure_footer_wrapper {
    margin-top: 36px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 20px 24px;
  }

  .footer-col h3 {
    font-size: 1.04rem;
  }

  .footer-col p,
  .footer-col:first-child p {
    font-size: 0.88rem;
  }

  .footer-bottom {
    padding: 16px 20px 18px;
  }

  .pkp_brand_footer {
    position: static;
    margin-top: 12px;
    padding: 8px 14px;
  }
}

/* ===== END FOOTER JIDI ===== */
