/* ===========================
   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: #2f7de2e8;
  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;
}



/* Wrapper agar teks dan gambar sejajar */
.journal-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* Pastikan kotak teks tetap seperti asli */
.journal-info-box {
  flex: 1;
}

/* Gambar sampul */
.journal-cover-box img {
  width: 180px;       /* boleh kamu ubah */
  border-radius: 10px;
  border: 2px solid #fff;
}

/* Efek hover membesar pada gambar */
.journal-cover-box img {
  width: 180px;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* Zoom ketika di-hover */
.journal-cover-box img:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

/* Responsif ketika layar kecil */
@media (max-width: 768px) {
  .journal-info-wrapper {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }

  .journal-cover-box img {
    width: 160px; /* otomatis mengecil di HP */
  }
}


/* === RATAKAN SELURUH SIDEBAR JADI SATU KOLOM RAPI === */
.pkp_structure_sidebar .pkp_block {
  width: 70% !important;
  margin: 0 auto 12px auto !important;
  padding: 0 !important;
  box-sizing: border-box;
}

/* Rata penuh untuk tombol menu sidebar */
.pkp_structure_sidebar .pkp_block .content a {
  display: block;
  width: 100% !important;
  padding: 10px 0;
  margin: 5px 0 !important;
  box-sizing: border-box;
}

/* Rata header blok (Journal Template, Tools, Visitor dll) */
.pkp_structure_sidebar .title {
  background-color: #005EB8;
  width: 100% !important;
  text-align: center;
  padding: 10px 0 !important;
  font-weight: bold;
  border-radius: 8px;
  color: white;
  margin-bottom: 6px !important;
}

/* Rapikan gambar agar tidak miring / mencelong */
.pkp_structure_sidebar img {
  display: block;
  margin: 0 auto;
  max-width: 100% !important;
  height: auto !important;
}

/* === HOVER EFFECT UNTUK MENU DAN GAMBAR === */
.pkp_structure_sidebar .pkp_block .content a:hover,
.pkp_structure_sidebar img:hover,
.pkp_structure_sidebar .title:hover {
  transform: scale(1.05);
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

/* Agar tidak bergeser saat hover */
.pkp_structure_sidebar .pkp_block,
.pkp_structure_sidebar img,
.pkp_structure_sidebar .pkp_block .content a,
.pkp_structure_sidebar .title {
  transform-origin: center;
}

/* ======================================================
   SAMAKAN LEBAR SEMUA MENU & BOX DI SIDEBAR
====================================================== */

/* Lebar sidebar diatur konsisten (bisa ganti 260px sesuai selera) */
.pkp_structure_sidebar .pkp_block {
  width: 272px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Samakan lebar menu biru di atas */
.pkp_structure_sidebar .pkp_block .content a {
  width: 100% !important;
  display: block;
  text-align: center;
  box-sizing: border-box;
}

/* Samakan lebar JUDUL BLOK (Journal Template, Tools, Visitor) */
.pkp_structure_sidebar .title {
  width: 130% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center !important;
}

/* Samakan kotak putih icon (Turnitin, Mendeley, dsb) */
.pkp_structure_sidebar img,
.pkp_structure_sidebar iframe,
.pkp_structure_sidebar table {
  width: 130% !important;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================
   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: #0c6ba2;  /* Ganti warna di sini */

  /* --- Gambar background (opsional) --- */
  background-image: url('https://cvauratun.com/wp-content/uploads/2025/11/Lovepik_com-402008806-acidic-bubble-chryin-blue-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;
}

/* ====== 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 #0ba668;
  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 */
}

.btn-info:hover {
    background: #ffcc00;
    color: #000000;
    transform: scale(1.05);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}



/* ====== UNTUK EDITORIAL TEAM ====== */
body {
  font-family: "Poppins", sans-serif;
  background: #f2f2f2;
  padding: 40px;
}

.card {
  width: 900px;
  background: #fff;
  padding: 40px 50px;
  border-radius: 25px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  gap: 40px;
}

.profile-wrap {
  text-align: center;
}

.photo {
  width: 180px;   /* diperkecil sepert 1/4 */
  height: 180px;
  border-radius: 50%;
  background: #ddd url('https://cvauratun.com/wp-content/uploads/2025/11/jurnal-ku-png-scaled.jpg') center/cover no-repeat;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25); /* bayangan lingkaran */
  margin-bottom: 18px;
}

.campus {
  font-size: 20px;
  font-weight: 600;
  color: #0015a3;
}

.info {
  flex: 1;
}

.name {
  font-size: 26px;
  font-weight: 700;
  color: #0015a3;
  margin-bottom: 3px;    /* dirapatkan */
}

.position {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;   /* biar lebih elegan */
  color: #0015a3;
}

.ids p {
  margin: 6px 0;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.ids strong {
  font-weight: 700;
}
