/* =========================
   BACKGROUND GAMBAR HALAMAN
========================= */

body {
  background: #db78e9 url("https://ejournal.upnvj.ac.id/public/site/images/admin_mediakaji/whatsapp-image-2026-05-24-at-21.42.58-c31dc6065bc52a75225c500a660c2d92.jpg") center center / cover fixed no-repeat !important;
}

/* Hilangkan background putih besar dari struktur halaman */
.pkp_structure_page {
  background: transparent !important;
}

/* Area konten dibuat semi-transparan agar teks tetap terbaca */
.pkp_structure_content {
  background: rgba(255, 255, 255, 0.88) !important;
}

/* Area utama dan sidebar */
.pkp_structure_main,
.pkp_structure_sidebar {
  background: transparent !important;
}

/* Padding konten */
.pkp_structure_main {
  padding: 32px;
}

.pkp_structure_sidebar {
  padding: 32px;
  border-left: 1px solid rgba(0,0,0,0.12);
}

/* Area homepage/artikel */
.page,
.obj_issue_toc,
.cmp_announcements,
.current_issue {
  background: transparent !important;
}


/* =========================
   ADDITIONAL MENU SIDEBAR
========================= */

.additional-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.additional-menu a {
  display: block;
  background: #b00016;
  color: #ffffff !important;
  padding: 14px 18px;
  margin-bottom: 1px;
  text-align: center;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}

.additional-menu a:hover {
  background: #7f0010;
  color: #ffffff !important;
}

/* =========================
   FOOTER MEDIAKAJI - FULL WIDTH BACKGROUND
========================= */

/* Membuat footer keluar dari batas container agar full layar */
.pkp_structure_footer_wrapper {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background:
    linear-gradient(90deg, rgba(8, 10, 35, 0.58), rgba(176, 0, 22, 0.42)),
    url("https://ejournal.upnvj.ac.id/public/site/images/admin_mediakaji/whatsapp-image-2026-06-05-at-15.14.27.jpg") center center / cover no-repeat !important;
}

/* Footer utama dibuat transparan karena background sudah di wrapper */
.pkp_structure_footer {
  background: transparent !important;
  color: #ffffff !important;
  padding: 64px 0 !important;
  margin-top: 40px;
  max-width: none !important;
  width: 100% !important;
}

/* Isi footer tetap rapi di tengah */
.pkp_footer_content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 36px;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 18px;
  backdrop-filter: blur(3px);
}

/* Teks footer */
.pkp_footer_content p {
  color: #ffffff !important;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 10px;
}

.pkp_footer_content strong {
  color: #ffffff !important;
  font-size: 18px;
}

/* Link di footer */
.pkp_footer_content a {
  color: #ffffff !important;
  text-decoration: underline;
}

/* Google Maps */
.pkp_footer_content iframe {
  width: 100% !important;
  height: 320px !important;
  border-radius: 14px;
  border: 3px solid rgba(255,255,255,0.35) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  margin-top: 14px;
}

/* Logo OJS/PKP agar tidak terlalu mengganggu */
.pkp_brand_footer {
  max-width: 1180px;
  margin: 24px auto 0;
  color: #ffffff !important;
  opacity: 0.8;
}

/* Kalau logo OJS/PKP masih hitam dan mengganggu, aktifkan baris ini */
/*
.pkp_brand_footer {
  display: none !important;
}
*/

/* Responsive HP */
@media (max-width: 768px) {
  .pkp_structure_footer {
    padding: 38px 16px !important;
  }

  .pkp_footer_content {
    padding: 22px;
    border-radius: 14px;
  }

  .pkp_footer_content iframe {
    height: 260px !important;
  }
}
