/* =====================================================
   OMP FINAL CSS FIX - DARK PURPLE + GOLD
   Header full ungu gelap, teks emas
   ===================================================== */

/* ===== HEADER ===== */
.pkp_site_name_wrapper,
.pkp_navigation_primary_row,
.pkp_structure_head {
  background: linear-gradient(
    0deg,
    #2b124f 0%,
    #4b1c7a 100%
  ) !important;
}

.pkp_navigation_primary {
  background: transparent !important;
}

/* ===== MENU TEXT ===== */
.pkp_navigation_primary > li > a {
  color: #FFD700 !important;
  font-weight: 600;
}

.pkp_navigation_primary > li > a:hover {
  color: #FFFFFF !important;
  background: rgba(255,255,255,0.15);
  border-radius: 4px;
}

.pkp_navigation_primary > li.current > a {
  color: #FFFFFF !important;
  border-bottom: 2px solid #FFD700;
}

/* ===== SIDEBAR ===== */
.kepala {
  background: linear-gradient(
    0deg,
    #2b124f 0%,
    #4b1c7a 100%
  );
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-bottom: 4px solid #FFD700;
  font-family: arial;
}

.badan {
  margin-top: -15px;
}

.badan a {
  display: block;
  padding: 10px;
  background: #3b1768;
  color: #FFD700;
  border-bottom: 1px solid rgba(255,215,0,0.4);
  text-align: center;
}

.badan a:hover {
  background: #1c0b38;
  color: #FFFFFF;
  font-weight: bold;
}

/* ===== FOOTER PKP ===== */
.pkp_structure_footer_wrapper {
  background: linear-gradient(
    0deg,
    #2b124f 0%,
    #4b1c7a 100%
  );
}

.pkp_footer_content,
.pkp_footer_content * {
  color: #FFD700 !important;
}

/* ===== LOGO FULL WIDTH ===== */
.pkp_site_name_wrapper {
  padding: 0 !important;
}

.pkp_site_name .is_img img {
  max-height: none !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block;
}

.pkp_site_name > a {
  display: block;
  width: 100%;
}

/* ===== MENU POSITION ===== */
.pkp_navigation_primary {
  padding-left: 15px !important;
}

.pkp_navigation_primary > li:first-child {
  margin-left: 10px;
}

/* ===== FOOTER CUSTOM ===== */
.footer-custom {
  background: transparent !important;
  color: #FFD700 !important;
  padding: 25px 0 15px !important;
  margin-top: 0 !important;
}

.footer-custom h4 {
  color: #FFD700 !important;
  font-weight: 700;
}

.footer-custom a {
  color: #FFD700 !important;
}

.footer-custom a:hover {
  color: #FFFFFF !important;
}

/* ===== LICENSE ===== */
.footer-license {
  width: 100%;
  max-width: 1200px;
  margin: 15px auto 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255,215,0,0.4);
  font-size: 12.5px;
  text-align: center;
  color: #FFD700 !important;
}

/* ===== RAPATKAN FOOTER ===== */
.pkp_structure_footer_wrapper {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}

.pkp_footer_content {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* ===== DROPDOWN MENU ===== */
.pkp_navigation_primary ul {
  background: #2b124f !important;
  border: none !important;
  box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

.pkp_navigation_primary ul li a {
  color: #FFD700 !important;
  background: transparent !important;
  padding: 10px 15px;
  font-weight: 500;
}

.pkp_navigation_primary ul li a:hover {
  background: #1c0b38 !important;
  color: #FFFFFF !important;
}

.pkp_navigation_primary ul li.current a {
  background: #1c0b38 !important;
  color: #FFFFFF !important;
}

.pkp_navigation_primary ul li {
  border-bottom: 1px solid rgba(255,215,0,0.3);
}

/* ===== FOOTER 5 KOLOM ===== */
.footer-custom {
  width: 100%;
  background: transparent !important;
  padding: 30px 0 15px;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr);
  gap: 40px;
  padding: 0 20px;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 12px;
}

.footer-desc {
  color: #FFD700 !important;
  font-size: 13px;
  line-height: 1.5;
}

.footer-col h4 {
  color: #FFD700 !important;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 700;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #FFD700 !important;
  text-decoration: none;
  font-size: 14px;
}

.footer-col a:hover {
  color: #FFFFFF !important;
  text-decoration: underline;
}

/* ===== COPYRIGHT ===== */
.footer-license {
  width: 100%;
  max-width: 1200px;
  margin: 25px auto 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255,215,0,0.4);
  text-align: center;
  font-size: 13px;
  color: #FFD700 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }
}
.kepala,
.kepala a {
  color: #ffffff !important;
}
/* Hover kuning khusus judul kepala */
.kepala:hover,
.kepala:hover a {
  color: #ffd700 !important; /* kuning emas */
}