/* ===========================
   FONT IMPORT (BARU DITAMBAH)
=========================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');


/* ===========================
   KODE ANDA (DITAMBAH PERBAIKAN)
=========================== */

.journals ul .body .description a {
    display: inline;
}

#headerNavigationContainer{
    /*background:#066993 url(https://preview.ibb.co/iZocpq/transparent-pattern-modern-1.png) repeat;*/
    max-height: 200% !important;
}

.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pkp_site_name > a {
    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;
}

.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
}

.pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

/* menu css */
*, *:before, *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}

.container > ul {
  list-style: none;
}

body {
  font-family: tahoma, geneva, sans-serif;
}

.obj_article_details .abstract {
    text-align: justify;
}

@media (min-width: 768px) {
    .pkp_page_index .journals>ul>li {
        margin: 0 -1.43rem -20px;
        padding: 1.43rem;
        border-top: 0px solid #870e0e;
    }
}

.pkp_footer_content {
  float: left;
  width: 50%;  
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_site_name_wrapper a.is_img img {
    max-height: none;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom: 10px;
  padding-top: 50px;
}

.pkp_page_index .homepage_about {
    padding-top: 0.123rem;
    padding-bottom: 2.143rem;
}

.pkp_structure_footer_wrapper {
	background: #e8ebef;
	border-bottom: double solid #201e1f; 
}


/* =======================================
   FONT MENU BARU – Poppins (MODERN)
======================================= */
#navigationPrimary li a,
.pkp_navigation_primary li a,
.pkp_navigation_user li a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
}

/* Hover menu modern */
#navigationPrimary li a:hover,
.pkp_navigation_primary li a:hover {
    color: #0066cc !important;
    text-decoration: none;
    font-weight: 600;
}

/* Sedikit perbaikan spacing menu */
#navigationPrimary li a,
.pkp_navigation_primary li a {
    padding: 8px 8px !important;
}

/* Ubah font SEARCH agar sama dengan menu */
.pkp_navigation_search a,
.pkp_navigation_search {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px;
    font-size: 15px !important;
}



/* ================= TOP WRAPPER ================= */
.journal-top-wrapper {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 18px;
}

/* ================= DESKRIPSI ================= */
.journal-desc {
  flex: 1;
}

.journal-desc p {
  text-align: justify;
  line-height: 1.65;
  font-size: 14px;
  margin-bottom: 10px;
}

/* ================= COVER ================= */
.journal-cover-side {
  width: 220px;
}

.journal-cover-side img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(255, 255, 255, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}

.journal-cover-side img:hover {
  transform: scale(1.15);
  box-shadow: 0 16px 36px rgba(255, 255, 255, 0.4);
}

/* ================= INFO JURNAL ================= */
.journal-info-section {
  margin-top: 12px;
}

/* Header hijau tegas */
.info-header {
  background: #028f3f;
  color: #fff;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px 6px 0 0;
}

/* Tabel */
.journal-info-table {
  width: 100%;
  border-collapse: collapse;
  background: #d7ffe8;
  font-size: 14px;
}

.journal-info-table td {
  padding: 7px 12px;
  border-bottom: 1px solid #028f3f;
}

.journal-info-table td:first-child {
  width: 30%;
  font-weight: 600;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .journal-top-wrapper {
    flex-direction: column;
  }

  .journal-cover-side {
    width: 180px;
    margin: 0 auto;
  }
}





/* SIDEBAR BOX */
.sidebar-box {
  background: #fffaf5;
  padding: 12px;
  border-radius: 10px;
}

/* JUDUL SIDEBAR */
.sidebar-title {
  background: #73bf27;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border-radius: 6px;
  margin: 18px 0 10px;
  letter-spacing: 0.5px;
}

/* MENU */
.sidebar-menu a {
  display: block;
  background: #08793a;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  margin-bottom: 4px;
  border-radius: 6px;
  font-size: 12.5px;
  transition: transform 0.25s ease, background 0.25s ease;
}

/* HOVER MENU */
.sidebar-menu a:hover {
  background: #ddda09;
  transform: scale(1.05);
}

/* ITEM GAMBAR */
.sidebar-item {
  text-align: center;
  margin-bottom: 10px;
}

/* GAMBAR */
.sidebar-item img {
  width: 100%;
  border-radius: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* HOVER GAMBAR */
.hover-zoom img:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .sidebar-title {
    font-size: 12px;
  }

  .sidebar-menu a {
    font-size: 12px;
  }
}




/* ==========================================================
   BACKGROUND AREA ABU-ABU (DI LUAR KOTAK KONTEN)
   Dengan fitur:
   1. Bisa ganti warna background jika tidak pakai gambar
   2. Bisa atur ukuran background image
   ========================================================== */

/* ====== PENGATURAN BACKGROUND UTAMA ====== */
body {
  /* --- Ganti warna jika tidak pakai gambar --- */
  background-color: #0ca240;  /* Ganti warna di sini */

  /* --- Gambar background (opsional) --- */
  background-image: url('https://permatasukma.com/wp-content/uploads/2026/01/qw-scaled.jpg');

  background-repeat: no-repeat;
  background-position: center top;

  /* --- KONTROL UKURAN GAMBAR --- */
  background-size: cover; 
  /* 
     Opsi lain:
     background-size: contain;   (gambar penuh tapi tidak terpotong)
     background-size: 100% auto; (lebar penuh)
     background-size: auto 100%; (tinggi penuh)
  */

  background-attachment: fixed;
}




/* tampilan daftar isi jurnal */
.obj_article_summary {
  border: 2px solid #058854;
  padding: 15px 18px;
  border-radius: 10px;
  background: #f7fff7;
  margin-bottom: 18px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.obj_article_summary:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 15px rgba(0,0,0,0.15);
}

.obj_article_summary .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #00653a;
}

.obj_article_summary .title a {
  text-decoration: none;
  color: inherit;
}

.obj_article_summary .title a:hover {
  text-decoration: underline;
}

.obj_article_summary .authors {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

.obj_article_summary .btn.btn-primary {
  background-color: #0ba668 !important;
  border-color: #0ba668 !important;
  padding: 4px 12px;
  border-radius: 6px;
  transition: 0.3s;
}

.obj_article_summary .btn.btn-primary:hover {
  transform: scale(1.08);
  background-color: #008a52 !important;
}

.obj_article_summary .pages {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #005c37;
}