/* ===========================
   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;
}

/* Kotak informasi jurnal seperti contoh */ 
.journal-info-box {
  border: 3px dashed #ffffff; /* warna biru */
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 12px; /* sudut membulat */
  background: #007e6e;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
}

/* Judul kecil di dalam box */
.journal-info-box b {
  color: #ffffff;
}

/* ====== INDEXER BOX STYLE ====== */
.indexer-box {
  background: #f8f9fb;
  border: 2px dashed #1a73e8;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.indexer-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #287fcf;
  text-align: center;
  margin-top: 0 !important;  
  margin-bottom: 10px !important; /* supaya judul lebih dekat ke logo */
  text-align: center !important;  /* memastikan tetap di tengah */
}

.indexer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.indexer-logos img {
  height: 55px;
  object-fit: contain;
  transition: 0.2s;
}

.indexer-logos img:hover {
  transform: scale(1.1);
}

.sidebar-box {
  width: 270px;
  background: #ffffff;
  padding: 10px;
}

.sidebar-title {
  background: #0a4da3;
  color: white;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.sidebar-item {
  background: #f4f4f4;
  border: 1px solid #dcdcdc;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 6px;
  text-align: center;
}

.sidebar-item img {
  max-width: 100%;
  height: auto;
}


.homepage_about h2,
.homepage_about h1,
.homepage_about .page_title {
    display: none !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(0,0,0,0.4);
}

/* ================= INFO JURNAL ================= */
.journal-info-section {
  margin-top: 12px;
}

/* Header hijau tegas */
.info-header {
  background: #0a8f4d;
  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: #caebdb;
  font-size: 14px;
}

.journal-info-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #7fc8a9;
}

.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 CLEAN ================= */

.pkp_structure_sidebar .sidebar-box {
  width: 270px;
  margin: 0 auto 16px;
  box-sizing: border-box;
}

/* Judul blok */
.sidebar-title {
  background: #048d4d;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Menu tambahan */
.sidebar-menu a {
  display: block;
  background: #08cb1b;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  margin-bottom: 6px;
  border-radius: 6px;
  font-size: 12.5px;
  transition: all 0.25s ease;
}

.sidebar-menu a:hover {
  background: #dbcd06;
  transform: scale(1.04);
}

/* Item gambar */
.sidebar-item {
  margin-bottom: 10px;
}

.sidebar-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  transition: transform 0.25s ease;
}

.sidebar-item img:hover {
  transform: scale(1.04);
}



/* ==========================================================
   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: #0e8244;  /* 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;
}

/* ====== AGAR KONTEN PUTIH TETAP BERSIH ====== */
.pkp_structure_page,
.pkp_structure_content,
#pkp_content_main,
.pkp_structure_main {
  background-color: #ffffff !important;
  position: relative;
  z-index: 10;
}


/* informasi jurnal */
.judul-atas {
  font-size: 16px;
  font-weight: normal;   /* huruf tidak bold */
  margin-bottom: 8px;    /* jarak dengan teks bawah */
  text-align: justify;   /* rata kiri-kanan */
}


/* 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;
}


/* ==========================================================
   sekarang kita akan membuat untuk ini dari menu sidebar 
   ========================================================== */

/* css untuk semu isi dari sidebar  */
.info-box {
    background-color: #006eaa;
    padding: 15px 20px;
    border-radius: 18px;
    border: 3px dashed #ffffff;
    color: #ffffff;
    margin-bottom: 15px;
}

.btn-info {
    display: block;               /* agar menyusun ke bawah */
    background: #ffffff;
    color: #006eaa;
    padding: 8px 14px;
    margin: 6px 0;                /* jarak tiap tombol vertical */
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    width: 100%;                  /* tombol melebar sesuai box */
    text-align: center;           /* teks tetap ditengah */
}

