FileName: MultipleFiles/NEW CSS.css
FileContents: /* ==========================================
   Jurnal Kesehatan Patria Husada Surakarta
   Custom Style Sheet - Versi 2.2 (Gradasi Biru - Sidebars Only, Responsive & Attractive for OJS 3.3)
   ========================================== */

body {
  background: #FFFFFF !important;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  margin: 0;
  padding: 0;
  animation: fadeIn 1s ease-in-out; /* Efek fade-in segar */
}

/* Animasi fade-in untuk kesan segar */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* HEADER: Warna gradasi biru, dengan transisi halus */
.pkp_head_wrapper,
.pkp_site_name_wrapper {
  background: linear-gradient(90deg, #0b82c3 0%, #1a9edb 60%, #23b4ee 100%);
  color: #fff;
  text-align: left;
  padding: 15px 10px;
  transition: all 0.3s ease; /* Transisi halus */
  border-radius: 8px 8px 0 0; /* Sudut bulat atas */
}

.pkp_site_name {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease; /* Hover scale */
}

.pkp_site_name:hover {
  transform: scale(1.05); /* Efek zoom ringan */
}

/* NAVBAR dan DROPDOWN: Lebih menarik dengan shadow dan transisi */
.navbar-nav .dropdown-menu,
.pkp_navigation_primary .dropdown-menu {
  background-color: #0b82c3 !important;
  border: 1px solid #0a6ea8 !important;
  border-radius: 8px !important;
  padding: 4px 0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important; /* Shadow lebih dramatis */
  transition: all 0.3s ease;
}

.navbar-nav .dropdown-menu a,
.pkp_navigation_primary .dropdown-menu a {
  color: #ffffff !important;
  font-weight: 500 !important;
  padding: 8px 16px !important;
  display: block;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.navbar-nav .dropdown-menu a:hover,
.pkp_navigation_primary .dropdown-menu a:hover {
  background-color: #ffcc00 !important;
  color: #004a80 !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(255, 204, 0, 0.5); /* Glow effect */
  transform: translateY(-2px); /* Lift effect */
}

.navbar-nav .dropdown-menu .active > a,
.pkp_navigation_primary .dropdown-menu .current a {
  background-color: #ffcc00 !important;
  color: #004a80 !important;
  font-weight: 700 !important;
  box-shadow: 0 2px 8px rgba(255, 204, 0, 0.5);
}

/* SIDEBAR KIRI: Gradient dengan efek blur dan transisi */
.pkp_sidebar_left {
  background: linear-gradient(180deg, #FFFFFF 0%, #1bb5eb 50%, #129ed9 100%) !important;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); /* Shadow dinamis */
  transition: all 0.3s ease;
  backdrop-filter: blur(2px); /* Efek blur untuk kedalaman */
}

.pkp_sidebar_left:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); /* Shadow lebih besar on hover */
  transform: translateX(5px); /* Slide effect */
}

/* SIDEBAR KANAN: Sama seperti kiri, untuk simetri */
.pkp_sidebar_right {
  background: linear-gradient(180deg, #FFFFFF 0%, #1bb5eb 50%, #129ed9 100%) !important;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}

.pkp_sidebar_right:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: translateX(-5px); /* Slide effect ke kiri */
}

/* KONTEN UTAMA: Lebih menarik dengan shadow dan animasi */
.pkp_structure_main {
  background-color: #ffffff !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); /* Shadow halus */
  border-radius: 12px;
  padding: 20px;
  margin-top: 18px;
  transition: all 0.3s ease;
  animation: fadeIn 0.8s ease-in-out 0.2s both; /* Fade-in delayed */
}

.pkp_structure_main:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); /* Shadow lebih besar on hover */
}

/* JUDUL: Dengan transisi dan efek hover */
.obj_article_summary h2 a,
.page_title {
  color: #0b82c3;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.obj_article_summary h2 a:hover,
.page_title:hover {
  color: #ffbf00;
  text-shadow: 0 0 8px rgba(255, 191, 0, 0.5); /* Glow effect */
  transform: scale(1.02); /* Zoom ringan */
}

/* ===== PERBAIKAN FOOTER: Lebih menarik dengan shadow ===== */
.pkp_structure_footer {
  width: 100% !important;
  margin: 0 !important;
  padding: 35px 0 !important;
  background: linear-gradient(90deg, #0b82c3 0%, #1a9edb 60%, #23b4ee 100%) !important;
  color: #ffffff !important;
  text-align: center !important;
  position: relative;
  left: 0;
  right: 0;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.2); /* Shadow inset untuk kedalaman */
}

/* Pastikan konten footer tidak terbungkus background putih */
.pkp_footer_content {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}

/* Hapus warna abu-abu di sisi kiri/kanan footer */
.pkp_structure_footer::before,
.pkp_structure_footer::after {
  content: none !important;
}

/* Warna teks & link di footer dengan transisi */
.pkp_footer_content,
.pkp_footer_content a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: all 0.3s ease;
}

.pkp_footer_content a:hover {
  color: #ffbf00 !important;
  text-shadow: 0 0 8px rgba(255, 191, 0, 0.5);
}

/* Hapus batas antara konten dan footer */
.pkp_structure_main {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

/* Hapus Logo OJS */
.pkp_brand_footer,
.pkp_brand_text,
.pkp_footer_content img[src*="ojs"],
.pkp_footer_content a[href*="openjournalsystems"],
.pkp_brand_footer a {
  display: none !important;
}

/* ===== SISIPAN BARU: FOOTER ELEGANT DAN RESPONSIVE ===== */
/* Layout footer dengan flexbox untuk responsivitas */
.pkp_structure_footer {
  display: flex; /* Flexbox untuk layout */
  flex-wrap: wrap; /* Wrap untuk mobile */
  justify-content: space-around; /* Spasi antar elemen */
  align-items: center; /* Center vertikal */
  padding: 40px 20px !important; /* Padding lebih besar untuk elegan */
}

/* Konten footer dalam grid/flex untuk elemen */
.pkp_footer_content {
  max-width: 1200px !important; /* Max width untuk elegan */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* Elemen footer individual (kontak, about, dll.) */
.footer-section {
  flex: 1 1 200px; /* Flex grow/shrink untuk responsivitas */
  margin: 10px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease; /* Transisi halus */
}

.footer-section h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}

.footer-section p, .footer-section a {
  font-size: 14px;
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-section a:hover {
  color: #ffbf00 !important;
  text-shadow: 0 0 8px rgba(255, 191, 0, 0.5); /* Glow effect */
}

/* All rights reserved */
.footer-rights {
  font-size: 12px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

/* Tombol Scroll to Top: Fixed, elegan, dan responsive */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #0b82c3, #23b4ee); /* Gradient biru konsisten */
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none; /* Hidden by default */
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  font-size: 20px; /* Untuk ikon panah */
}

.scroll-to-top:hover {
  transform: scale(1.1); /* Zoom on hover */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.scroll-to-top.show {
  display: flex; /* Show when scrolled */
}

/* ===== RESPONSIVITAS: Media Queries untuk Mobile dan Tablet ===== */
/* Untuk tablet (768px - 1024px) */
@media (max-width: 1024px) {
  .pkp_sidebar_left,
  .pkp_sidebar_right {
    padding: 10px; /* Padding lebih kecil */
    border-radius: 8px;
  }
  .pkp_structure_main {
    padding: 15px; /* Padding dikurangi */
  }
  .pkp_site_name {
    font-size: 20px; /* Font lebih kecil */
  }
}

/* Untuk mobile (< 768px): Sidebar disembunyikan, konten full-width */
@media (max-width: 768px) {
  .pkp_sidebar_left,
  .pkp_sidebar_right {
    display: none !important; /* Sembunyikan sidebar untuk mobile */
  }
  .pkp_structure_main {
    padding: 10px; /* Padding minimal */
    margin: 10px; /* Margin untuk ruang */
    border-radius: 8px;
  }
  .pkp_head_wrapper,
  .pkp_site_name_wrapper {
    padding: 10px 5px; /* Padding lebih kecil */
  }
  .pkp_site_name {
    font-size: 18px; /* Font lebih kecil */
  }
  body {
    font-size: 14px; /* Font body lebih kecil */
  }
  .navbar-nav .dropdown-menu a,
  .pkp_navigation_primary .dropdown-menu a {
    padding: 6px 12px; /* Padding dropdown lebih kecil */
  }
  /* Responsivitas Footer di Mobile */
  .pkp_structure_footer {
    flex-direction: column; /* Stack vertikal di mobile */
    padding: 20px 10px !important;
  }
  .pkp_footer_content {
    flex-direction: column;
    align-items: stretch;
  }
  .footer-section {
    flex: 1 1 100%; /* Full width di mobile */
    margin: 5px 0;
    padding: 5px;
  }
  .footer-rights {
    margin-top: 10px;
  }
  .scroll-to-top {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.scroll-to-top {
  position: fixed !important; /* pastikan tidak ikut layout footer */
  bottom: 25px !important;
  right: 25px !important;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #0b82c3, #23b4ee);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 9999 !important; /* posisi paling depan */
  font-size: 22px;
}

.scroll-to-top:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

/* ===== Tombol Scroll to Top Elegan ===== */
.scroll-to-top {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #0b82c3, #23b4ee);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 9999 !important;
  font-size: 20px;
}

/* Animasi muncul halus */
.scroll-to-top.show {
  display: flex;
  animation: fadeInUp 0.3s ease forwards;
}

/* Efek hover elegan dengan glow kuning */
.scroll-to-top:hover {
  transform: scale(1.12);
  background: linear-gradient(45deg, #23b4ee, #0b82c3);
  box-shadow: 0 0 12px rgba(255, 204, 0, 0.8),
              0 0 20px rgba(255, 204, 0, 0.5);
  color: #ffeb99;
}

/* Ikon lebih halus saat hover */
.scroll-to-top i {
  transition: transform 0.3s ease;
}
.scroll-to-top:hover i {
  transform: translateY(-2px);
}

/* Animasi muncul */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

<!-- 🔹 Sidebar Menu Stylish + Gambar Link Mendeley & Turnitin -->
<style>
/* ==== Gaya Umum Sidebar ==== */
.custom-button-menu {
  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease-in-out;
}

.custom-button-menu:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* ==== Judul Menu ==== */
.menu-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #004d99;
  margin-bottom: 12px;
  border-left: 4px solid #00b4d8;
  padding-left: 8px;
}

/* ==== Tombol Menu ==== */
.menu-btn {
  display: block;
  background: #0077b6;
  color: white !important;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
  text-align: center;
}

.menu-btn:hover {
  background: #00b4d8;
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

/* ==== Gambar Link (Mendeley, Turnitin) ==== */
.sidebar-image-link {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.sidebar-image-link:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.sidebar-image-link img {
  width: 80%;
  max-width: 180px;
  height: auto;
  transition: transform 0.3s ease;
}

.sidebar-image-link img:hover {
  transform: scale(1.1);
}

/* ==== Responsif ==== */
@media (max-width: 768px) {
  .custom-button-menu {
    padding: 12px;
    text-align: center;
  }

  .menu-btn {
    font-size: 14px;
    padding: 8px 10px;
  }

  .menu-title {
    font-size: 16px;
    text-align: center;
    border-left: none;
    border-bottom: 2px solid #00b4d8;
    display: inline-block;
    padding: 0 0 4px 0;
  }

  .sidebar-image-link img {
    width: 60%;
  }
}
</style>

<!-- 🔹 Sidebar Tombol Submission -->
<div class="sidebar-block custom-button-menu">
  <h3 class="menu-title">SUBMISSION</h3>
  <a class="menu-btn" href="http://localhost/jph/index.php/phjurnal/login?source=%2Fjph%2Findex.php%2Fphjurnal%2FSubmission">Make a Submission</a>
</div>

<!-- 🔹 Sidebar Tombol Navigasi -->
<div class="sidebar-block custom-button-menu">
  <h3 class="menu-title">NAVIGASI JURNAL</h3>
  <a class="menu-btn" href="http://localhost/jph/index.php/phjurnal/about">Tentang Jurnal</a>
  <a class="menu-btn" href="http://localhost/jph/index.php/phjurnal/about/submissions">Panduan Penulis</a>
  <a class="menu-btn" href="http://localhost/jph/index.php/phjurnal/about/editorialTeam">Tim Editorial</a>
  <a class="menu-btn" href="http://localhost/jph/index.php/phjurnal/about/privacy">Pernyataan Privasi</a>
  <a class="menu-btn" href="http://localhost/jph/index.php/phjurnal/about/contact">Hubungi Kami</a>
</div>

<!-- 🔹 Sidebar Gambar Link: Mendeley -->
<div class="sidebar-image-link">
  <a href="https://www.mendeley.com/" target="_blank" rel="noopener noreferrer">
    <img src="https://upload.wikimedia.org/wikipedia/commons/4/49/Mendeley_Logo.png" alt="Mendeley Logo">
  </a>
</div>

<!-- 🔹 Sidebar Gambar Link: Turnitin -->
<div class="sidebar-image-link">
  <a href="https://www.turnitin.id/" target="_blank" rel="noopener noreferrer">
    <img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/Turnitin_logo.svg" alt="Turnitin Logo">
  </a>
</div>

/* ====== STYLE UNTUK HALAMAN ABOUT & SECTION SERAGAM ====== */
.page_about h2, 
.page_about h3 {
  font-family: "Poppins", sans-serif;
  color: #0056a3;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.page_about p, 
.page_about li {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 10px;
}

.page_about ul, 
.page_about ol {
  padding-left: 25px;
  margin-bottom: 20px;
}

.page_about hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 30px 0;
}

/* ====== CARD GAYA SERAGAM UNTUK SETIAP BAGIAN ====== */
.page_about section {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 25px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page_about section:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* ====== RESPONSIVE DESIGN ====== */
@media (max-width: 768px) {
  .page_about section {
    padding: 18px;
  }

  .page_about h2, 
  .page_about h3 {
    font-size: 18px;
  }
}

/* ====== TOMBOL / LINK TAMPAK RAPI ====== */
.page_about a {
  color: #0056a3;
  text-decoration: none;
  font-weight: 600;
}

.page_about a:hover {
  text-decoration: underline;
}


<style>
#content, .page, .editorial-container {
  max-width: 100% !important;
  width: 100% !important;
}

.editorial-container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 20px !important;
  margin: 20px auto !important;
}

.editor-card {
  background: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 14px !important;
  width: 280px !important;
  text-align: center !important;
  padding: 20px !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
  transition: all 0.3s ease !important;
}

.editor-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.15) !important;
}

.editor-img {
  width: 95px !important;
  height: 95px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  margin-bottom: 15px !important;
  border: 3px solid #2b3a55 !important;
}

.editor-name {
  font-weight: 700 !important;
  color: #2b3a55 !important;
  font-size: 17px !important;
}

.editor-role {
  font-style: italic !important;
  color: #666 !important;
  margin-bottom: 6px !important;
}

.editor-affil {
  font-size: 14px !important;
  color: #333 !important;
}

.section-title {
  text-align: center !important;
  color: #2b3a55 !important;
  font-weight: 700 !important;
  margin: 40px 0 15px !important;
  font-size: 24px !important;
}

.section-desc {
  text-align: center !important;
  max-width: 800px !important;
  margin: 0 auto 25px !important;
  color: #444 !important;
  font-size: 15px !important;
}
</style>

/* === Sidebar Container === */
.sidebar-block.custom-button-menu {
  border-radius: 8px;
  padding: 12px 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  background: inherit; /* gunakan background asli tema */
}

/* Efek saat diarahkan cursor */
.sidebar-block.custom-button-menu:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* === Judul Bagian Sidebar === */
.sidebar-block.custom-button-menu .menu-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(0,0,0,0.1);
  padding-bottom: 4px;
  text-transform: uppercase;
}

/* === Tombol Sidebar === */
.menu-btn {
  display: block;
  text-decoration: none;
  padding: 8px 12px;
  margin: 5px 0;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Hover tombol: tanpa ubah warna asli */
.menu-btn:hover {
  transform: scale(1.03);
  opacity: 0.85;
}

/* === Gambar di Sidebar === */
.sidebar-block.custom-button-menu img {
  display: block;
  margin: 10px auto;
  width: 90%;
  height: auto;
  border-radius: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-block.custom-button-menu img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* === Sidebar Sticky (ikut scroll) === */
#sidebar,
.pkp_structure_sidebar {
  position: sticky;
  top: 90px; /* sesuaikan jika header tinggi */
  height: fit-content;
}

/* === Responsif untuk layar kecil === */
@media (max-width: 991px) {
  .sidebar-block.custom-button-menu {
    padding: 10px;
    margin-bottom: 15px;
  }
  .menu-btn {
    font-size: 0.95rem;
  }
  .sidebar-block.custom-button-menu img {
    width: 100%;
  }
}

@media (max-width: 600px) {
  #sidebar {
    position: relative;
    top: 0;
    margin-top: 10px;
  }
}

=================================================================================================

/* GLOBAL RIPPLE - OJS 3.3 SAFE MODE */
#global-ripple-layer {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none !important;
    overflow: visible !important;
    z-index: 999999999 !important;
}

.ripple-wave {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(0, 102, 204, 0.35); /* Biru JOIN Health */
    border-radius: 50%;
    transform: scale(0);
    animation: ripple-explode 0.7s ease-out forwards;
}

@keyframes ripple-explode {
    to {
        transform: scale(18);
        opacity: 0;
    }
}
