/* --- CUSTOM THEME: ASWATAMA --- */
/* Base Template: aswatama.css */
/* Auto-Sync: ON */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.header {
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
}

#navigationUser a,
#user-nav-wraper a {
  color: #285d2e;
}

.upper-header.row {
  margin-bottom: 100px;
}

.lower-header {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.nav.nav-tabs {
  display: inline-flex;
  gap: 0;
  padding: 0;
}

#navigationPrimary .nav-item {
  margin: 0;
  padding: 0;
}

#navigationPrimary .nav-link {
  display: inline-block;
}

.journal-logo {
  max-height: 200px !important;
  max-width: 200px;
}

.nav-link {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  box-shadow: none;
}

.user-page-footer {
  max-width: 100%;
}

#primary-nav-wraper {
  border: 1px solid #ccc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  padding-bottom: 0px;
  border-radius: 8px;
  background-color: #fff;
}

#primary-nav-wraper .nav-link {
  color: #000;
  font-family: "Montserrat", sans-serif;
  margin-left: 10px;
}

#primary-nav-wraper .dropdown-menu {
  border: 1px solid #ccc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

#primary-nav-wraper .nav-item:hover .nav-link,
#primary-nav-wraper .dropdown-item:hover {
  background-color: #f0f0f0;
  color: #333;
  border-bottom: 3px solid green;
}

#primary-nav-wraper .nav-link.dropdown-toggle {
  cursor: pointer;
}

#close-small-modal {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
}

.additional_indexing_container {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.homepage_image {
  display: none;
}

.container-page {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.additional_content {
  margin-top: 0px;
}

.pkpbrand-wrapper {
  max-width: 25%;
  flex: 0 0 25%;
  display: none;
  justify-content: flex-end;
}

.user-page-footer {
  width: 100%;
  flex: 0 0 100%;
}

main {
  text-align: justify;
}

.sidebar_wrapper {
  display: contents;
}

.pkp_block.block_custom#customblock-journalheader {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #285d2e !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 80px !important;
  left: 0 !important;
  padding: 20px !important;
  width: 100% !important;
  height: 120px !important;
}

#journalHeaderImg {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain; /* atau 'cover' jika ingin memotong gambar */
  margin-top: -30px;
}

.card-body-left {
  background-color: #285d2e;
  border-top-right-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.additional-journal-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.card {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .col-md-7 {
    width: 10%;
  }

  .col-md-5 {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .col-md-7 {
    width: 10%;
  }

  .col-md-5 {
    width: 90%;
  }

  #nav-small {
    display: flex;
    border-bottom: 0;
    padding-bottom: 15px;
    color: #000;
  }

  #show-modal:focus,
  #show-modal:hover {
    color: #000;
    background-color: inherit;
  }

  #show-modal {
    cursor: pointer;
    color: #000;
  }

  .pkp_block {
    max-width: 100%;
  }

  .pkp_block.block_custom#customblock-journalheader {
    margin-top: 15px;
  }

  .additional_indexing_container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .col-md-7 {
    width: 100%;
  }

  .col-md-5 {
    width: 100%;
  }

  .pkp_block.block_custom#customblock-journalheader {
    margin-top: 70px;
    height: 90px !important;
  }
}

.page_index_journal .container-page {
  /* padding-top: 40px; */
  padding-bottom: 70px;
  display: flex;
  flex-direction: column-reverse;
}

.current_issue {
  margin-top: 40px;
}

.current_issue header {
  margin-bottom: 10px;
}

.galleys_links .galley-link {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 5px;
  background-color: #285d2e !important;
  color: white;
  padding: 8px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.galleys_links .galley-link:hover {
  display: block;
  width: 100%;
  border: none;
  border: 2px solid #285d2e;
  background-color: #fff !important;
  color: #285d2e;
  padding: 8px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.galleys_links .galley_info{
  margin-top: 10px;
  width: 100%;
  border: none;
  font-size: 13px;
  text-align: center;
}

.summary_meta .authors .bi {
  color:#285d2e;
}

.galleys_links .galley_info .bi {
color: #285d2e;
}
/* =========================================
   TAHAP 2: VERITAS SCOPE (Pillars)
   ========================================= */
.veritas-scope {
  margin: 60px 0;
  font-family: "Montserrat", sans-serif;
}

.veritas-scope h2 {
  text-align: center;
  color: #285d2e; /* Hijau utama Aswatama */
  margin-bottom: 30px;
  font-weight: 700;
}

.veritas-scope .scope-grid {
  display: grid;
  /* Membuat kolom responsif: minimal 280px, maksimal membagi rata ruang */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.veritas-scope .scope-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-bottom 0.3s ease;
}

.veritas-scope .scope-card:hover {
  transform: translateY(-5px); /* Efek melayang saat kursor di atas kartu */
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #285d2e;
}

.veritas-scope .scope-card i {
  font-size: 48px;
  color: #285d2e;
  margin-bottom: 15px;
  display: inline-block;
}

.veritas-scope .scope-card h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.veritas-scope .scope-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* =========================================
   TAHAP 2: VERITAS PATH (Target Audience)
   ========================================= */
.veritas-path {
  margin: 60px 0;
  font-family: "Montserrat", sans-serif;
  background-color: #f4f7f5; /* Latar belakang abu-hijau yang sangat lembut */
  padding: 50px 20px;
  border-radius: 12px;
  text-align: center;
}

.veritas-path h2 {
  color: #000;
  margin-bottom: 30px;
  font-weight: 700;
}

.veritas-path .path-badges {
  display: flex;
  flex-wrap: wrap; /* Izinkan badge turun ke baris baru jika layar sempit */
  justify-content: center;
  gap: 15px;
}

.veritas-path .path-badge {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #285d2e;
  border: 2px solid #285d2e;
  padding: 12px 24px;
  border-radius: 50px; /* Membuat bentuk pil bulat */
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.veritas-path .path-badge i {
  font-size: 20px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

/* Efek saat badge di-hover */
.veritas-path .path-badge:hover {
  background-color: #285d2e;
  color: #fff;
}

.veritas-path .path-badge:hover i {
  transform: translateX(4px); /* Ikon panah bergeser sedikit ke kanan */
}
/* =========================================
   TAHAP 3: HEADER NAV & ACTIONS (VERITAS)
   ========================================= */

/* Menyelaraskan seluruh blok navigasi kanan (Login + Custom Actions) */
.veritas-top-nav-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px; /* Jarak antara menu Login dan Custom Actions */
  flex-wrap: wrap;
}

/* Memastikan menu login (pkp_navigation_user) sejajar */
.pkp_navigation_user {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 15px;
}

/* Kontainer untuk Search, Globe, dan Tombol Publish */
.veritas-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* Gaya untuk ikon Search & Globe */
.veritas-header-actions .header-icon {
  color: #285d2e;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.veritas-header-actions .header-icon:hover {
  color: #0056b3;
  transform: scale(1.1);
}

/* Kontainer khusus Pemilih Bahasa agar Globe dan Teks sejajar */
.veritas-lang-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Merapikan blok bawaan language switcher OJS agar tidak merusak layout */
.veritas-lang-wrapper .cmp_language_switcher {
  margin: 0 !important;
  padding: 0 !important;
}

/* Gaya Tombol Kapsul Modern */
.btn-capsule-blue {
  background-color: #0056b3; /* Biru korporat modern */
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 50px; /* Membentuk Kapsul */
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 86, 179, 0.2);
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.btn-capsule-blue:hover {
  background-color: #004494; /* Biru menggelap saat di-hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 86, 179, 0.3);
}

/* Penyesuaian Responsif untuk layar HP (Mobile) */
@media (max-width: 991px) {
  .veritas-top-nav-container {
    justify-content: center;
    margin-top: 15px;
  }
}
/* =========================================
   PERBAIKAN POSISI HEADER NAVIGASI (FINAL)
   ========================================= */

/* 1. Paksa baris utama menjadi Flexbox agar kiri (logo) dan kanan (menu) sejajar di tengah */
.upper-header.row {
  display: flex !important;
  align-items: center !important;
}

/* 2. Reset total ruang kosong bawaan OJS yang sering membuat menu turun */
#user-nav-wraper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

ul.pkp_navigation_user {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* 3. Kendali Presisi: Menggeser seluruh blok menu ke atas */
.veritas-top-nav-container {
  margin-top: 0 !important; /* Hapus margin-top sebelumnya */
  /* Gunakan translateY untuk menggeser elemen ke atas secara visual. 
     Ubah angka -8px ini menjadi -12px, -15px, dst. sampai posisinya benar-benar pas di tengah logomu. */
  transform: translateY(-15px); 
}
/* =========================================
   TARIK LOGO KE ATAS SECARA PRESISI
   ========================================= */

h1.logo-wrapper {
  /* Hilangkan semua gangguan margin/padding bawaan */
  margin: 0 !important;
  padding: 0 !important;
  
  /* Tuas ajaib: Geser logo ke atas. 
     Ubah angka -15px ini menjadi -20px, -25px, dst. sampai posisinya sejajar persis dengan menu kanan */
  transform: translateY(-15px) !important; 
}

h1.logo-wrapper .home-link {
  display: block !important;
}

img.journal-logo {
  margin: 0 !important;
  padding: 0 !important;
  /* Pastikan logo tidak memiliki ruang kosong tersembunyi */
  display: block; 
}
/* =========================================
   PERBAIKAN LAPISAN (Z-INDEX) DROPDOWN MENU
   ========================================= */

/* Memastikan seluruh kerangka header selalu berada di lapisan teratas */
.header.container-fluid {
  position: relative;
  z-index: 9999 !important; 
}

/* Memastikan baris logo dan navigasi pengguna tidak tertutup elemen bawahnya */
.upper-header.row {
  position: relative;
  z-index: 9999 !important;
}

/* Memastikan kotak dropdown bawaan OJS ikut terangkat ke atas */
.pkp_navigation_user ul {
  z-index: 10000 !important;
}
/* =========================================
   TAHAP 4: VERITAS INSIGHTS (News/Articles)
   ========================================= */
.veritas-insights {
  margin: 80px 0;
  font-family: "Montserrat", sans-serif;
}

.veritas-insights h2 {
  text-align: left;
  color: #000;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 28px;
}

.veritas-insights .insights-grid {
  display: grid;
  /* Membuat 2 kolom: Kiri lebih lebar (2fr), Kanan lebih sempit (1fr) */
  grid-template-columns: 2fr 1fr; 
  gap: 30px;
}

/* --- Gaya Kartu Utama (Kiri) --- */
.insight-main-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.insight-main-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.insight-img {
  height: 350px;
  background-color: #e9ecef;
  background-size: cover;
  background-position: center;
}

/* Gambar Placeholder (Bisa diganti URL-nya nanti) */
.placeholder-main { background-image: url('https://images.unsplash.com/photo-1532094349884-543bc11b234d?auto=format&fit=crop&w=800&q=80'); }

.insight-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.insight-tag {
  font-size: 12px;
  font-weight: 700;
  color: #285d2e; /* Hijau Aswatama */
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.insight-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
  line-height: 1.3;
}

.insight-content p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.read-more {
  color: #0056b3; /* Biru korporat */
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s, gap 0.3s;
}

.read-more:hover {
  color: #285d2e;
  gap: 12px; /* Panah bergerak sedikit menjauh saat dihover */
}

/* --- Gaya Kartu Samping (Kanan) --- */
.insight-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.insight-side-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.insight-side-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.insight-img-small {
  width: 130px; /* Lebar gambar kecil di sidebar */
  background-color: #e9ecef;
  background-size: cover;
  background-position: center;
  flex-shrink: 0; /* Mencegah gambar menyusut */
}

/* Gambar Placeholder Sidebar */
.placeholder-side-1 { background-image: url('https://images.unsplash.com/photo-1555066931-4365d14bab8c?auto=format&fit=crop&w=300&q=80'); }
.placeholder-side-2 { background-image: url('https://images.unsplash.com/photo-1434030216411-0b793f4b4173?auto=format&fit=crop&w=300&q=80'); }
.placeholder-side-3 { background-image: url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=300&q=80'); }

.insight-content-small {
  padding: 20px 15px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.insight-content-small h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.insight-side-card:hover .insight-content-small h4 {
  color: #0056b3; /* Teks judul berubah biru saat dihover */
}

/* --- Penyesuaian Responsif (Layar HP) --- */
@media (max-width: 991px) {
  .veritas-insights .insights-grid {
    grid-template-columns: 1fr; /* Memaksa kolom kanan turun ke bawah kolom utama di HP */
  }
  
  .insight-img-small {
    width: 100px; /* Mengecilkan gambar sidebar di HP */
  }
}
/* =========================================
   TAHAP 1.5: VERITAS HERO SECTION
   ========================================= */

/* =========================================
   PERBAIKAN HERO SECTION (FULL WIDTH)
   ========================================= */

.veritas-hero {
    position: relative;
    /* Teknik Breakout: Membuat elemen keluar dari container induk */
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    
    min-height: 500px;
    background-image: url('https://images.unsplash.com/photo-1576089172869-4f5f6f315620?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden; /* Mencegah elemen dalam berlebih */
}

/* Pastikan body tidak ada scroll horizontal akibat teknik 100vw */
body {
    overflow-x: hidden;
}

.hero-overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 100%);
    min-height: 500px;
    display: flex;
    align-items: center;
}

/* Container internal agar teks tetap sejajar dengan konten bawah (Pillars of Scope) */
.hero-container {
    max-width: 1140px; /* Sesuaikan dengan lebar kontainer OJS kamu */
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.hero-tabs-container {
    display: flex;
    background-color: #333; /* Warna lebih gelap agar kontras */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; /* Tab sekarang juga memenuhi lebar bawah hero */
    max-width: 1140px; /* Tetap sejajar dengan teks di atasnya */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.hero-overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

.hero-content {
    max-width: 600px;
}

.hero-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    opacity: 0.9;
}

.hero-title {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
}

.hero-title em {
    font-style: italic;
    font-family: serif; /* Memberi kontras gaya seperti di gambar */
}

.btn-discover {
    display: inline-flex;
    align-items: center;
    background-color: #0056b3;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-discover:hover {
    background-color: #004494;
    transform: scale(1.05);
}

/* --- Floating Tabs --- */
.hero-tabs-container {
    display: flex;
    background-color: #444; /* Warna gelap default tab */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.hero-tab {
    flex: 1;
    padding: 20px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-right: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #ccc;
}

.hero-tab i {
    font-size: 20px;
}

.hero-tab:last-child {
    border-right: none;
}

.hero-tab:hover {
    background-color: #555;
    color: #fff;
}

.hero-tab.active {
    background-color: #fff;
    color: #333;
}

/* Responsif Mobile */
@media (max-width: 768px) {
    .hero-title { font-size: 32px; }
    .hero-tabs-container { display: none; } /* Sembunyikan tab di mobile agar tidak berantakan */
}
/* =========================================
   TAHAP 5: PARTNERS & COMMUNITY SECTION
   ========================================= */

/* --- Section Partners --- */
.veritas-partners-section {
    background-color: #fff;
    padding: 60px 0;
    border-top: 1px solid #eee;
    text-align: center;
}

.veritas-partners-section h3 {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-size: 18px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.partner-logo img {
    max-height: 50px;
    width: auto;
    filter: grayscale(100%); /* Membuat logo hitam putih agar elegan */
    opacity: 0.6;
    transition: all 0.4s ease;
}

.partner-logo img:hover {
    filter: grayscale(0%); /* Berwarna saat di-hover */
    opacity: 1;
    transform: scale(1.1);
}

/* --- Section Community Banner --- */
.veritas-community-banner {
    background-color: #285d2e; /* Hijau utama Aswatama */
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.community-content {
    max-width: 900px;
    margin: 0 auto;
}

.community-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.community-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: 0.9;
    font-style: italic;
}

/* --- Statistik Ringkas --- */
.community-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 40px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-item strong {
    font-size: 28px;
    font-weight: 700;
}

.stat-item span {
    font-size: 14px;
    opacity: 0.8;
}

/* Responsif Mobile */
@media (max-width: 768px) {
    .community-stats {
        flex-direction: column;
        gap: 30px;
    }
    .partners-grid {
        gap: 30px;
    }
}
/* =========================================
   VERITAS FOOTER REFINEMENT
   ========================================= */
.site-footer {
    background-color: #fff !important;
    border-top: 1px solid #ddd;
    padding: 60px 0 40px !important;
    font-family: 'Montserrat', sans-serif !important;
}

.veritas-footer-grid {
    display: flex;
    align-items: flex-start;
}

/* Branding Footer */
.footer-brand-veritas {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.footer-logo-img {
    max-height: 55px;
    width: auto;
}

.brand-titles {
    display: flex;
    flex-direction: column;
}

.main-brand {
    font-size: 26px;
    font-weight: 700;
    color: #285d2e; /* Hijau Utama Aswatama */
    line-height: 1;
}

.sub-brand {
    font-size: 14px;
    color: #666;
    letter-spacing: 0.5px;
}

/* Teks Deskripsi & Meta */
.footer-legal-desc {
    font-size: 13.5px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 35px;
    max-width: 850px;
    text-align: justify;
}

.footer-bottom-meta {
    font-size: 12px;
    color: #888;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.meta-link {
    color: #0056b3;
    text-decoration: none;
    font-weight: 600;
}

.copyright-statement {
    margin: 8px 0;
}

/* Sisi Kanan (Managed By) */
.veritas-footer-right {
    display: flex;
    justify-content: flex-end;
}

.managed-section {
    text-align: right;
}

.managed-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #999;
    margin-bottom: 12px;
}

.managed-seal-img {
    max-height: 70px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s;
}

.managed-seal-img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Responsif Mobile */
@media (max-width: 991px) {
    .veritas-footer-right {
        justify-content: flex-start;
        margin-top: 40px;
    }
    .managed-section {
        text-align: left;
    }
}
/* =========================================
   PERBAIKAN FOOTER (FULL WIDTH & GARIS TUNGGAL)
   ========================================= */

/* 1. Menghilangkan garis ganda (Reset border bawaan OJS) */
.site-footer,
.additional-footer-info,
.user-page-footer {
    border-top: none !important; 
    border-bottom: none !important;
    margin-top: 0 !important;
}

/* 2. Memaksa kontainer footer mentok kiri-kanan (Full Width) */
.site-footer .container-footer {
    max-width: 100% !important; /* Menjebol batas lebar bawaan OJS */
    width: 100% !important;
    padding-left: 40px !important; /* Jarak sisi kiri, sesuaikan jika kurang pas */
    padding-right: 40px !important; /* Jarak sisi kanan */
}

/* 3. Menambahkan SATU garis pembatas saja yang rapi */
.veritas-footer-grid {
    border-top: 1px solid #ccc !important; /* Garis tunggal yang bersih */
    padding-top: 40px; /* Jarak antara garis dan logo Veritas */
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
/* =========================================
   GRID 4 KOLOM KARTU AKSI (BERSIH)
   ========================================= */

/* Memastikan grid membagi ruang menjadi 4 kolom yang sama rata ke samping */
.action-cards-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    align-items: stretch; /* Memaksa tinggi semua kartu sama rata */
    width: 100%;
}

.action-card {
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #eaeaea;
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.action-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.action-card h4 {
    color: #111;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

.action-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    flex-grow: 1; /* Mendorong ikon ke paling bawah */
    margin-bottom: 25px;
}

.action-card i {
    color: #0056b3; 
    font-size: 24px;
    align-self: flex-start;
    transition: transform 0.3s ease, color 0.3s ease;
}

.action-card:hover i {
    transform: translateX(6px);
    color: #285d2e; 
}

/* Responsif Layar Kecil */
@media (max-width: 991px) {
    .action-cards-grid {
        grid-template-columns: repeat(2, 1fr) !important; /* 2 Kolom untuk Tablet */
    }
}

@media (max-width: 576px) {
    .action-cards-grid {
        grid-template-columns: 1fr !important; /* 1 Kolom untuk HP */
    }
}
/* =========================================
   PERBAIKAN JARAK KARTU & TIPOGRAFI
   ========================================= */

/* 1. Memberikan jarak (gap) yang tegas antara Tab dan Kartu */
.veritas-tab-content-wrapper {
    padding-top: 60px !important; /* Jarak atas pembungkus konten */
}

.action-cards-grid {
    margin-top: 20px !important; /* Tambahan dorongan ke bawah agar benar-benar lepas dari tab */
}

/* 2. Membatalkan efek 'Justify' bawaan OJS agar spasi teks kembali normal */
.action-card {
    text-align: left !important;
}

.action-card h4,
.action-card p {
    text-align: left !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
}

/* 3. Menyesuaikan kembali tinggi tombol ikon panah ke bawah */
.action-card i {
    margin-top: auto; /* Memaksa ikon panah selalu berada di paling bawah kartu */
}
/* =========================================
   TAB KONTEN DINAMIS (EDITORIAL, DLL)
   ========================================= */

.tab-dynamic-content {
    background: #fff;
    padding: 40px 50px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
    color: #444;
    line-height: 1.8;
    font-family: 'Montserrat', sans-serif;
    text-align: left !important; /* Mencegah bentrok dengan efek Justify bawaan OJS */
}

/* Mempercantik judul/heading yang mungkin dibuat admin di teks editor */
.tab-dynamic-content h1, 
.tab-dynamic-content h2, 
.tab-dynamic-content h3 {
    color: #285d2e; /* Menjaga identitas warna hijau Aswatama */
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700;
}

.tab-dynamic-content h1:first-child,
.tab-dynamic-content h2:first-child,
.tab-dynamic-content h3:first-child {
    margin-top: 0;
}

/* Merapikan daftar (list) nama anggota tim editorial */
.tab-dynamic-content ul, 
.tab-dynamic-content ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.tab-dynamic-content li {
    margin-bottom: 10px;
}

/* Penyesuaian Responsif HP */
@media (max-width: 768px) {
    .tab-dynamic-content {
        padding: 30px 20px;
    }
}
/* Sembunyikan blok dinamis di sidebar */
#customblock-tabshop,
#customblock-tablearning,
#customblock-insightswallpaper,
#customblock-findyourpath {
    display: none !important;
}
/* =========================================
   FIND YOUR PATH SECTION
   ========================================= */
.veritas-path-container {
    background-color: #f8f9fa; /* Latar abu-abu sangat muda */
    padding: 60px 40px;
    border-radius: 8px;
    max-width: 1200px;
    margin: 40px auto 60px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border-left: 5px solid #285d2e; /* Aksen hijau Aswatama */
}

.path-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}

.path-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.path-links li {
    margin-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
}

.path-links li:last-child { border-bottom: none; }

.path-links a {
    color: #444;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.path-links a:hover { color: #0056b3; }

.path-content {
    padding-left: 50px;
}

.path-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.3;
}

.path-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

.action-links {
    list-style: none;
    padding: 0;
}

.action-links li { margin-bottom: 15px; }

.action-links a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
}

.action-links a:hover { color: #285d2e; }

@media (max-width: 768px) {
    .path-content { padding-left: 15px; margin-top: 40px; }
    .path-content h2 { font-size: 26px; }
    .veritas-path-container { padding: 40px 20px; }
}

/* Memastikan teks judul pada insight sidebar memiliki warna yang baik */
.insight-side-card h4 {
    color: #111;
    transition: color 0.3s ease;
}
.insight-side-card:hover h4 {
    color: #0056b3;
}
/* =========================================
   PERBAIKAN TAUTAN DINAMIS (HILANGKAN GARIS)
   ========================================= */

.card-full-link {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important; /* Jarak antara ikon dan teks Chat */
    text-decoration: none !important; /* Hilangkan garis bawah bawaan HTML */
    border-bottom: none !important; /* Hilangkan garis bawah bawaan OJS */
    box-shadow: none !important;
    color: #0056b3 !important;
    font-weight: 600;
    margin-top: auto; /* Memastikan tautan selalu di bawah */
    font-size: 15px;
    transition: color 0.3s ease;
}

.card-full-link i {
    font-size: 22px;
    transition: transform 0.3s ease;
}

/* Efek saat kartu disorot kursor */
.action-card:hover .card-full-link {
    color: #285d2e !important; /* Berubah hijau */
}

.action-card:hover .card-full-link i {
    transform: translateX(5px); /* Ikon maju sedikit ke kanan */
}
/* =========================================
   INNOVATIVE SOLUTIONS SECTION
   ========================================= */
.veritas-innovative-section {
    padding: 80px 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.innovative-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

.innovative-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.innovative-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    text-align: left;
    border: 1px solid #eee;
    height: 100%;
}

.innovative-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.innovative-text {
    padding: 35px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.innovative-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.innovative-text p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.innovative-text i {
    font-size: 28px;
    color: #0056b3;
    transition: transform 0.3s ease, color 0.3s ease;
}

.innovative-card:hover .innovative-text i {
    transform: translateX(8px);
    color: #285d2e; /* Berubah hijau Aswatama saat disentuh */
}

/* Gambar dengan Efek Potongan Miring (Clip-Path) */
.innovative-image {
    height: 280px;
    background-size: cover;
    background-position: center;
    /* Ini adalah trik memotong gambar agar terlihat berseni seperti di PDF */
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    transition: transform 0.6s ease;
}

.innovative-card:hover .innovative-image {
    transform: scale(1.08); /* Efek zoom lambat saat disentuh */
}

/* Gambar Placeholder (Bisa diganti URL-nya nanti di CSS ini) */
.image-science { background-image: url('https://images.unsplash.com/photo-1532094349884-543bc11b234d?auto=format&fit=crop&w=600&q=80'); }
.image-technology { background-image: url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&fit=crop&w=600&q=80'); }
.image-society { background-image: url('https://images.unsplash.com/photo-1531206715517-5c0ba140b2b8?auto=format&fit=crop&w=600&q=80'); }

/* Responsif untuk Tablet dan HP */
@media (max-width: 991px) {
    .innovative-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .innovative-grid { grid-template-columns: 1fr; }
    .innovative-image { height: 220px; }
}
/* =========================================
   MOBILE OPTIMIZATION OVERRIDES (FINAL)
   Menyempurnakan Tampilan untuk Layar HP & Tablet
   ========================================= */

/* --- PERBAIKAN HEADER & LOGO --- */
@media (max-width: 991px) {
    /* Mengembalikan posisi Header & Logo agar tidak tumpang tindih dengan menu hamburger OJS */
    h1.logo-wrapper {
        transform: translateY(0) !important;
        text-align: center;
        margin-top: 10px !important;
    }
    .veritas-top-nav-container {
        transform: translateY(0) !important;
        justify-content: center;
        margin-top: 15px !important;
    }
}

/* --- PERBAIKAN HERO, TAB, DAN FOOTER --- */
@media (max-width: 768px) {
    
    /* 1. MENGEMBALIKAN TAB HERO (Sangat Krusial) */
    /* Membuat tab bisa digeser ke samping (Swipe horizontal) seperti aplikasi modern */
    .hero-tabs-container {
        display: flex !important;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        border-radius: 0;
        width: 100%;
        -webkit-overflow-scrolling: touch; /* Efek swipe halus di iPhone/iOS */
    }
    
    .hero-tab {
        flex: 0 0 auto;
        padding: 15px 25px;
        min-width: 150px;
    }

    /* Sembunyikan scrollbar bawah agar desain tetap bersih */
    .hero-tabs-container::-webkit-scrollbar {
        display: none;
    }
    
    /* 2. HEMAT RUANG LAYAR (Padding & Teks) */
    .veritas-hero {
        min-height: 400px;
    }
    
    .hero-overlay {
        min-height: 400px;
        padding-bottom: 60px; /* Ruang agar teks tidak tertutup tab */
    }
    
    .hero-title {
        font-size: 28px !important;
        margin-bottom: 15px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }

    /* Mengecilkan judul utama di setiap seksi */
    .innovative-title, 
    .veritas-insights h2, 
    .path-content h2 {
        font-size: 24px !important;
        text-align: center;
    }
    
    .veritas-innovative-section {
        padding: 50px 15px 20px;
    }

    /* 3. PERBAIKAN FOOTER (Rata Tengah / Center Aligned) */
    .veritas-footer-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer-brand-veritas {
        justify-content: center;
    }
    
    .footer-legal-desc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .veritas-footer-right {
        justify-content: center !important;
        width: 100%;
        margin-top: 30px !important;
    }
    
    .managed-section {
        text-align: center !important;
    }
    
    /* 4. KARTU & GAMBAR UTAMA */
    .action-cards-grid {
        gap: 15px !important;
    }
    
    .insight-img {
        height: 220px; /* Mengecilkan tinggi gambar berita utama di HP */
    }
}

/* --- PERBAIKAN GAMBAR BERITA (INSIGHTS) DI LAYAR HP KECIL --- */
@media (max-width: 576px) {
    /* Mengubah susunan Kartu Samping menjadi atas-bawah */
    .insight-side-card {
        flex-direction: column;
    }
    
    .insight-img-small {
        width: 100%;
        height: 180px;
    }
    
    .insight-content-small {
        padding: 15px;
        text-align: center;
    }
}
/* =========================================
   PERBAIKAN HEADER & BANNER HIJAU (MOBILE)
   Mengatasi tumpang tindih elemen di layar HP
   ========================================= */

@media (max-width: 991px) {
    /* 1. Atur Ulang Menu Atas (Teks & Tombol) */
    .upper-header.row {
        flex-direction: column !important; /* Tumpuk dari atas ke bawah */
        gap: 15px;
        margin-bottom: 20px !important; /* Beri jarak napas */
    }

    .veritas-top-nav-container {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        text-align: center;
    }

    ul.pkp_navigation_user {
        justify-content: center;
        flex-wrap: wrap; /* Izinkan teks turun ke baris baru dengan rapi */
        row-gap: 12px;
        column-gap: 15px;
        line-height: 1.5;
    }

    /* 2. Jinakkan Banner Hijau (SANGAT KRUSIAL) */
    .pkp_block.block_custom#customblock-journalheader {
        position: relative !important; /* Hilangkan sifat melayang/menimpa */
        top: 0 !important;
        margin-top: 10px !important;
        height: auto !important; /* Biarkan tinggi menyesuaikan isi di dalamnya */
        padding: 25px 15px !important;
        flex-direction: column !important; /* Tumpuk isinya (buku, teks, logo) ke bawah */
        text-align: center;
        gap: 20px !important;
        border-radius: 12px; /* Beri sudut melengkung agar elegan di HP */
    }

    /* 3. Rapikan Isi di Dalam Banner Hijau */
    .pkp_block.block_custom#customblock-journalheader .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    /* Pastikan gambar buku & logo indexing tidak kebesaran di HP */
    #journalHeaderImg, 
    .additional-journal-logo {
        max-width: 120px !important;
        height: auto !important;
        margin: 0 !important;
        object-fit: contain;
    }

    /* Tarik tombol "Publish with Us" agar sejajar manis */
    .btn-capsule-blue {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    /* Perbaikan ikon pencarian dan bahasa */
    .veritas-header-actions {
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
}

/* Mematikan aturan lama yang merusak khusus di ukuran 600px */
@media (max-width: 600px) {
    .pkp_block.block_custom#customblock-journalheader {
        margin-top: 10px !important;
        height: auto !important;
    }
}
/* =========================================
   PERBAIKAN MENU HAMBURGER (MOBILE MODAL)
   Mencegah logo, teks, dan tombol menembus menu
   ========================================= */

@media (max-width: 991px) {
    /* 1. Menurunkan sedikit ego lapisan Header di mode HP */
    .header.container-fluid,
    .upper-header.row {
        z-index: 10 !important; /* Turunkan dari 9999 menjadi 10 agar tidak menembus menu */
    }

    /* 2. Mengangkat derajat Menu Hamburger (Modal) agar selalu paling atas */
    #primary-nav-wraper,
    .pkp_structure_head .modal-content,
    .modal-dialog {
        z-index: 999999 !important; /* Angka super besar agar mengalahkan segalanya */
        background-color: #ffffff !important; /* Pastikan background solid putih, bukan transparan */
        box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
    }

    /* 3. Memberikan jarak atas agar tombol "Close (X)" tidak menimpa menu "Home" */
    #primary-nav-wraper {
        padding-top: 40px !important; 
        position: relative;
    }

    /* 4. Pastikan spanduk hijau juga patuh dan tetap di bawah */
    .pkp_block.block_custom#customblock-journalheader {
        z-index: 5 !important;
    }
}
/* =========================================
   PERBAIKAN FINAL MENU HAMBURGER 
   Mencabut z-index tinggi dari elemen custom di mode HP
   ========================================= */

@media (max-width: 991px) {
    /* 1. Cabut tiket VIP z-index 10000 dari menu atas */
    .pkp_navigation_user ul,
    .pkp_navigation_user {
        z-index: 1 !important;
    }

    /* 2. Turunkan derajat kontainer menu custom dan tombol biru */
    .veritas-top-nav-container,
    .veritas-header-actions,
    .btn-capsule-blue {
        z-index: 1 !important;
        position: relative !important;
    }

    /* 3. Pastikan kontainer utama header tidak adu kuat dengan modal menu */
    .upper-header.row,
    .header.container-fluid {
        z-index: 1 !important; 
    }

    /* 4. Pastikan menu hamburger benar-benar jadi penguasa tunggal layar */
    #primary-nav-wraper,
    .pkp_structure_head .modal,
    .pkp_structure_head .modal-dialog,
    .pkp_structure_head .modal-content {
        z-index: 9999999 !important; /* Angka mutlak paling besar */
        background-color: #ffffff !important;
    }
}
/* =========================================
   PERBAIKAN DROPDOWN OVERLAP & LAYAR GESER
   Mengunci lebar layar & menaikkan dropdown profil
   ========================================= */

/* 1. Kunci mati scroll horizontal (geser kiri-kanan) di seluruh halaman */
html, body {
    overflow-x: hidden !important;
    max-width: 100%;
}

@media (max-width: 991px) {
    /* 2. Hilangkan margin negatif bawaan OJS/Bootstrap yang sering bikin bocor ke samping */
    .upper-header.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    /* 3. Perbaiki Z-Index Dropdown Profil agar tampil DI ATAS tombol Publish */
    .pkp_navigation_user > li {
        position: relative !important;
    }
    
    .pkp_navigation_user ul {
        /* Kembalikan wibawa dropdown agar tidak ditimpa tombol */
        z-index: 50 !important; 
    }

    /* Mempercantik kotak dropdown profil di HP */
    .pkp_navigation_user .dropdown-menu,
    .pkp_navigation_user ul ul {
        z-index: 100 !important; /* Pastikan dia menang melawan tombol biru */
        background-color: #fff !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
        border-radius: 8px !important;
    }

    /* 4. Pastikan Tombol Publish rela mengalah di bawah dropdown */
    .veritas-header-actions,
    .btn-capsule-blue {
        z-index: 5 !important;
    }
}
/* =========================================
   REVISI MUTLAK: SCROLL HORIZONTAL & DROPDOWN PROFIL
   ========================================= */

/* 1. MENGUNCI KEBOCORAN LAYAR KE SAMPING */
body, html {
    overflow-x: hidden !important;
    width: 100%;
}

/* Mengunci kontainer utama halaman dari kebocoran elemen 100vw */
.page_index_journal,
.pkp_structure_page {
    overflow-x: hidden !important;
    width: 100%;
}

@media (max-width: 991px) {
    /* Menetralkan trik "breakout" Hero Section di mode HP agar tidak melebar */
    .veritas-hero {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        left: auto !important;
        right: auto !important;
    }

    /* 2. MEMPERBAIKI KASTA (Z-INDEX) DROPDOWN PROFIL VS TOMBOL */
    
    /* Menaikkan derajat kontainer utama navigasi profil */
    .pkp_navigation_user {
        z-index: 999 !important;
        position: relative !important;
    }

    /* Menurunkan derajat tombol "Publish with Us" agar rela ditimpa */
    .veritas-header-actions,
    .btn-capsule-blue {
        z-index: 10 !important;
        position: relative !important;
    }

    /* Memastikan dropdown-nya sendiri muncul paling atas */
    .pkp_navigation_user ul {
        z-index: 1000 !important;
    }

    /* Memastikan dropdown tidak terpotong (hidden) oleh elemen lain */
    .veritas-top-nav-container {
        overflow: visible !important;
    }
}
/* =========================================
   --- VERITAS ARTICLE SUMMARY CARD ---
   Desain Professional Journal Article Look
   ========================================= */

/* 1. GAYA UTAMA KARTU (CARD) */
.article_summary.card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* Shadow lembut bawaan */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    padding: 30px 25px !important;
}

/* Efek saat kartu disorot kursor */
.article_summary.card:hover {
    transform: translateY(-5px); /* Melayang sedikit */
    box-shadow: 0 12px 28px rgba(0,0,0,0.12); /* Shadow lebih tegas */
    border-color: #ccc;
}

/* Garis pembatas tipis */
.veritas-separator-thin {
    height: 1px;
    background-color: #eee;
    margin: 20px 0;
    width: 100%;
}

/* 2. TIPOGRAFI JUDUL ARTIKEL */
.article_summary.card .summary_title_wrapper h4 {
    margin: 0;
    line-height: 1;
}

.article_summary.card .summary_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    text-decoration: none !important;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: block;
}

.article_summary.card .summary_title:hover {
    color: #0056b3; /* Berubah biru korporat saat dihover */
}

/* 3. TIPOGRAFI METADATA (Author & Pages) */
.article_summary.card .summary_meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.article_summary.card .summary_meta .authors {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.article_summary.card .summary_meta i {
    color: #285d2e; /* Hijau Utama Aswatama untuk Ikon */
    font-size: 15px;
}

.article_summary.card .summary_meta strong {
    color: #222;
    font-weight: 600;
}

/* 4. GAYA TAUTAN GALLEY/PDF */
.galleys_links .galley-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

/* Memastikan tombol PDF bawaan OJS terlihat solid */
.galleys_links .galley-link {
    background-color: #285d2e !important;
    border: 1px solid #285d2e !important;
    border-radius: 4px;
    padding: 10px 20px !important;
    font-size: 14px;
    transition: all 0.3s ease !important;
}

.galleys_links .galley-link:hover {
    background-color: #fff !important;
    color: #285d2e !important;
    transform: translateY(-2px);
}

/* 5. GAYA METRIK KAPSUL (Views & Date) */
.veritas-article-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    border-top: none !important; /* Hilangkan garis bawaan OJS */
    padding-top: 0 !important;
}

/* Menghilangkan tanda | yang mungkin masih tertinggal secara statis */
.veritas-article-metrics .metric-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #f8f9fa; /* Latar abu-hijau sangat muda */
    color: #444;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 50px; /* Bentuk Kapsul/Pil */
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.veritas-article-metrics .metric-item i {
    color: #285d2e;
    font-size: 15px;
}

.veritas-article-metrics .metric-item strong {
    color: #111;
    font-weight: 700;
}

.veritas-article-metrics .metric-item:hover {
    background-color: #e9ecef;
    border-color: #ccc;
    color: #000;
}

/* 6. GAYA BAGIAN DOI */
.doi-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
}

.doi-section-wrapper img {
    max-height: 16px;
    width: auto;
}

.doi-label {
    font-weight: 600;
}

.doi-link {
    color: #0056b3;
    text-decoration: none;
    transition: color 0.3s;
    word-break: break-all; /* Agar DOI panjang tidak menjebol layar di HP */
}

.doi-link:hover {
    color: #285d2e;
}

/* Menetralkan garis horizontal akhir bawaan OJS */
.galleys_links > hr:last-of-type {
    display: none;
}
/* =========================================
   --- VERITAS ARTICLE DETAILS PAGE ---
   Desain Professional Reading Experience
   ========================================= */

/* 1. HEADER ARTIKEL */
.veritas-details-container {
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    margin-top: 20px;
}

.article-full-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 10px;
}

.veritas-issue-tag {
    display: inline-block;
    background-color: #f0fdf4;
    color: #285d2e;
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    text-decoration: none;
    border: 1px solid #bbf7d0;
}

/* 2. PENULIS & BIO KAPSUL */
.veritas-authors-box .entry_authors_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.name_wrapper {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.name_wrapper i {
    color: #0056b3;
}

.btn-capsule-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ccc;
    padding: 6px 15px;
    border-radius: 50px;
    color: #555;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-capsule-outline:hover {
    background: #f8f9fa;
    color: #111;
    border-color: #888;
}

.veritas-author-bio-card {
    background: #fafafa;
    border-left: 3px solid #285d2e;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
}

/* 3. SIDEBAR (Kiri) & BADGES */
.sidebar-right-border {
    border-right: 1px solid #eee;
    padding-right: 30px;
}

.veritas-sidebar-box {
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-radius: 8px;
}

.sidebar-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sidebar-label i {
    color: #285d2e;
    margin-right: 5px;
}

.doi-link-break {
    word-break: break-all;
    color: #0056b3;
    font-weight: 500;
}

/* Kategori dan Keyword Tags */
.veritas-badges-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.veritas-badge {
    display: inline-block;
    background-color: #e8f4fd;
    color: #0056b3;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.veritas-badge.outline {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #555;
}

.veritas-badge:hover, .veritas-badge.outline:hover {
    background-color: #0056b3;
    color: #fff;
    border-color: #0056b3;
}

/* Cover Image Shadow */
.veritas-cover-shadow img {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #eaeaea;
}

/* 4. MAIN CONTENT (Abstrak & Referensi) */
.veritas-abstract-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    font-size: 22px;
}

.veritas-abstract-content p {
    font-size: 16px;
    line-height: 1.8; /* Melebarkan jarak baca agar nyaman */
    color: #444;
    text-align: justify;
    margin-bottom: 20px;
}

.veritas-references-box .label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #222;
}

.references-list, .references-raw {
    font-size: 14.5px;
    line-height: 1.7;
    color: #555;
}

.references-list li {
    margin-bottom: 12px;
}

/* Responsif Mobile untuk halaman detail */
@media (max-width: 991px) {
    .sidebar-right-border {
        border-right: none;
        padding-right: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    
    .veritas-details-container {
        padding: 20px 15px;
    }
    
    .article-full-title {
        font-size: 24px;
    }
    
    .pl-md-5 {
        padding-left: 15px !important;
    }
}
/* =========================================
   --- VERITAS ARCHIVES PAGE ---
   Desain Grid Modern untuk Daftar Arsip Jurnal
   ========================================= */

.veritas-archive-page {
    padding: 40px 0 60px;
    background-color: #fcfcfc; /* Latar belakang sedikit abu-abu agar kartu menonjol */
}

/* 1. HEADER HALAMAN */
.veritas-page-header {
    text-align: center;
    margin-bottom: 50px;
}

.veritas-page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.veritas-title-separator {
    width: 60px;
    height: 4px;
    background-color: #285d2e; /* Hijau Utama Aswatama */
    margin: 0 auto;
    border-radius: 2px;
}

/* 2. GRID ARSIP (RESPONSIF OTOMATIS) */
.veritas-archive-grid {
    display: grid;
    /* Membuat kolom otomatis selebar minimal 260px */
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

/* 3. DESAIN KARTU EDISI (ISSUE CARD) */
/* Menargetkan output bawaan dari issue_summary.tpl */
.veritas-issue-card-wrapper .obj_issue_summary {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.veritas-issue-card-wrapper .obj_issue_summary:hover {
    transform: translateY(-8px); /* Efek melayang */
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
    border-color: #d0d0d0;
}

/* Gambar Cover (Sampul) */
.veritas-issue-card-wrapper .cover {
    margin-bottom: 25px;
    width: 100%;
}

.veritas-issue-card-wrapper .cover img {
    max-width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* Bayangan pada buku */
    transition: transform 0.4s ease;
}

.veritas-issue-card-wrapper .obj_issue_summary:hover .cover img {
    transform: scale(1.05); /* Zoom in tipis pada gambar saat kartu disentuh */
}

/* Judul Edisi */
.veritas-issue-card-wrapper .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.3s;
}

.veritas-issue-card-wrapper .title:hover {
    color: #0056b3;
}

/* Label Seri (Volume, Nomor, Tahun) */
.veritas-issue-card-wrapper .series {
    font-size: 13px;
    font-weight: 600;
    color: #285d2e;
    background: #e8f4fd;
    padding: 6px 15px;
    border-radius: 50px; /* Bentuk kapsul */
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #cce5ff;
}

/* 4. KONDISI KOSONG (EMPTY STATE) */
.veritas-empty-state {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
    border-radius: 12px;
    border: 2px dashed #ddd;
    margin: 40px 0;
}

.veritas-empty-state i {
    font-size: 56px;
    color: #ccc;
    margin-bottom: 15px;
    display: inline-block;
}

.veritas-empty-state p {
    font-size: 18px;
    color: #666;
    margin: 0;
    font-weight: 500;
}

/* 5. PAGINATION (Nomor Halaman) */
.veritas-pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
/* =========================================
   PERBAIKAN DINAMIS INNOVATIVE SOLUTIONS
   ========================================= */

/* Sembunyikan blok asli dari sidebar */
#customblock-innovativesolutions {
    display: none !important;
}
#customblock-veritashero,
#customblock-herotabs {
    display: none !important;
}

/* Terapkan efek potongan miring langsung pada tag gambar <img> */
.innovative-card img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    transition: transform 0.6s ease;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
}

.innovative-card:hover img {
    transform: scale(1.08);
}

/* Hapus class background statis yang lama karena sudah tidak dipakai */
.image-science, .image-technology, .image-society, .innovative-image {
    display: none !important;
}