/* ===========================
   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;
}



/* TAMPILAN DEPAN DESKRISI, COVER DAN TABEL */
/* WRAPPER UTAMA */
/* WRAPPER */
.jas-wrapper {
  background: #fffaf5;
  padding: 32px;
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(90, 60, 30, 0.15);
  border-top: 6px solid #8b5e34;
  line-height: 1.9;
  color: #4b3621;
}

/* ROW HORIZONTAL */
.jas-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

/* COVER KIRI */
.jas-cover {
  width: 220px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}

.jas-cover img {
  width: 100%;
  display: block;
  border-radius: 10px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

/* HOVER MEMBESAR */
.jas-cover img:hover {
  transform: scale(1.15);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* TEKS KANAN */
.jas-text {
  flex: 1;
  text-align: justify;
}



/* JUDUL UTAMA */
.jas-title {
  text-align: center;
  color: #ac4800;
  margin-bottom: 20px;
  font-weight: bold;
}

/* INFO BOX (PEMBUNGKUS TABEL) */
.jas-info-box {
  margin-top: 40px;
  padding: 0;
  background: #f6ebdf;
  border-radius: 14px;
  overflow: hidden; /* penting agar radius rapi */
}

/* JUDUL INFO (KEPALA TABEL) */
.jas-info-title {
  background: #b25203;
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
  margin: 12;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 14px 14px 0 0;
}

/* TABLE */
.jas-info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1;
  font-size: 15px;
}

/* BARIS */
.jas-info-table tr {
  border-bottom: 2px solid rgba(152, 89, 12, 0.941);
}

/* KOLOM KIRI (LABEL) */
.jas-label {
  width: 30%;
  font-weight: 600;
  color: #6f4e37;
  padding: 10px 14px;
}

/* KOLOM KANAN */
.jas-info-table td {
  padding: 6px 11px;
  color: #8c4600;
}

/* BARIS TERAKHIR */
.jas-info-table tr:last-child td {
  padding-bottom: 10px;
}

/* RESPONSIVE HP */
@media (max-width: 768px) {
  .jas-title {
    text-align: center;
  }

  .jas-label {
    width: 40%;
  }
}





/* SIDEBAR BOX */
.sidebar-box {
  background: #fffaf5;
  padding: 12px;
  border-radius: 10px;
}

/* JUDUL SIDEBAR */
.sidebar-title {
  background: #8b4513;
  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: #a0522d;
  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: #7a3b12;
  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: #b56900;  /* Ganti warna di sini */

  /* --- Gambar background (opsional) --- */
  background-image: url('');

  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;
}
