html,body {  
    background-image: url("https://img.freepik.com/free-vector/halftone-background-abstract-black-white-dots-shape_314614-1558.jpg");  
  }
  .pkp_site_name .is_img img {
    max-height: 100%;
    max-width: 100%;
    font-size:14px;
    color: white;
}
body {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
    background: linear-gradient(90deg, #31ab24, #ffda3d);
}
.pkp_structure_main p {
    line-height: 1.785rem;
    margin: 1.43rem 0;
    text-align:justify;
}
.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}
.pkp_structure_content {
    background: #31ab24;
  }
  .pkp_navigation_primary_wrapper {
  font-family:"Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  display:block;
  padding:5px 5px 6px 5%;
  background-image: linear-gradient(to bottom, #ffda3d 0%, #31ab24 100%);
  color:#ffffff;
  border: 2px;
  border-radius: 5px;
  font-weight:bold;
}
/* Mengubah warna latar belakang dan teks dengan gradient */
.pkp_page_index .homepage_about {
    background: linear-gradient(135deg, #3498db, #9b59b6); /* Gradient background */
    color: #ffffff; /* Warna teks putih */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* Menambahkan bayangan */
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Efek hover pada section */
.pkp_page_index .homepage_about:hover {
    transform: translateY(-10px); /* Sedikit mengangkat section saat hover */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* Memperbesar bayangan saat hover */
}

/* Menambahkan elemen dekoratif */
.pkp_page_index .homepage_about::before {
    content: '';
    position: absolute;
    top: -75px;
    left: -75px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s ease;
}

.pkp_page_index .homepage_about:hover::before {
    top: -90px;
    left: -90px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.2);
}

/* Gaya untuk heading */
.pkp_page_index .homepage_about h2 {
    color: #ffffff; /* Warna teks heading */
    font-family: 'Roboto', sans-serif; /* Ganti dengan font pilihan Anda */
    font-size: 2.5em;
    margin-bottom: 20px;
    border-bottom: 3px solid #ffffff; /* Garis bawah pada heading */
    display: inline-block;
    z-index: 2;
    position: relative;
}

/* Gaya untuk teks paragraf */
.pkp_page_index .homepage_about p {
    color: #ecf0f1; /* Warna teks paragraf */
    font-family: 'Open Sans', sans-serif; /* Ganti dengan font pilihan Anda */
    line-height: 1.8;
    font-size: 1.2em;
    z-index: 2;
    position: relative;
}

/* Menambahkan animasi fade-in saat memuat halaman */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pkp_page_index .homepage_about {
    animation: fadeIn 0.8s ease-out;
}
/* Mengubah gaya untuk section current_issue dengan gradient */
.pkp_page_index .current_issue {
    background: linear-gradient(135deg, #31ab24, #ffda3d); /* Gradient background */
    color: #000000; /* Warna teks putih */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* Menambahkan bayangan */
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Efek hover pada section */
.pkp_page_index .current_issue:hover {
    transform: translateY(-10px); /* Sedikit mengangkat section saat hover */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* Memperbesar bayangan saat hover */
}

/* Menambahkan elemen dekoratif */
.pkp_page_index .current_issue::before {
    content: '';
    position: absolute;
    top: -75px;
    left: -75px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s ease;
}

.pkp_page_index .current_issue:hover::before {
    top: -90px;
    left: -90px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.2);
}

/* Gaya untuk judul current issue */
.pkp_page_index .current_issue h2 {
    color: #ffffff; /* Warna teks heading */
    font-family: 'Roboto', sans-serif; /* Ganti dengan font pilihan Anda */
    font-size: 2.5em;
    margin-bottom: 20px;
    border-bottom: 3px solid #ffffff; /* Garis bawah pada heading */
    display: inline-block;
    z-index: 2;
    position: relative;
}

/* Gaya untuk deskripsi current issue */
.pkp_page_index .current_issue p {
    color: #ffffff; /* Warna teks paragraf */
    font-family: 'Open Sans', sans-serif; /* Ganti dengan font pilihan Anda */
    line-height: 1.8;
    font-size: 1.2em;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

/* Gaya untuk daftar artikel dalam current issue */
.pkp_page_index .current_issue .obj_article_summary {
    background-color: #ffda3d; /* Warna latar belakang artikel */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgb(255, 241, 241); /* Menambahkan bayangan */
    margin-bottom: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Efek hover pada artikel */
.pkp_page_index .current_issue .obj_article_summary:hover {
    transform: translateY(-5px); /* Sedikit mengangkat artikel saat hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Memperbesar bayangan saat hover */
}

/* Menambahkan elemen dekoratif pada artikel */
.pkp_page_index .current_issue .obj_article_summary::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: rgba(52, 152, 219, 0.1); /* Warna elemen dekoratif */
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s ease;
}

.pkp_page_index .current_issue .obj_article_summary:hover::before {
    top: -60px;
    right: -60px;
    width: 120px;
    height: 120px;
    background: rgba(52, 152, 219, 0.2);
}

/* Gaya untuk judul artikel */
.pkp_page_index .current_issue .obj_article_summary .title {
    color: #004891; /* Warna teks judul artikel */
    font-family: sans-serif; /* Ganti dengan font pilihan Anda */
    font-size: 16px;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
}
a {
    color: #000000;
}

a:hover,a:focus {
    color: #31ab24
}
/* Gaya untuk penulis dan abstrak artikel */
.pkp_page_index .current_issue .obj_article_summary .authors,
.pkp_page_index .current_issue .obj_article_summary .abstract {
    color: #000000; /* Warna teks penulis dan abstrak */
    font-family: 'Open Sans', sans-serif; /* Ganti dengan font pilihan Anda */
    font-size: 1em;
    z-index: 2;
    position: relative;
}

/* Menambahkan animasi fade-in saat memuat halaman */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pkp_page_index .current_issue {
    animation: fadeIn 0.8s ease-out;
}

/* Mengubah gaya untuk section pkp_structure_footer_wrapper dengan gradient */
.pkp_structure_footer_wrapper {
    background: linear-gradient(135deg, #2c3e50, #34495e); /* Gradient background */
    color: #ffffff; /* Warna teks putih */
    padding: 40px 20px;
    border-top: 5px solid #3498db; /* Garis atas */
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif; /* Ganti dengan font pilihan Anda */
}

/* Gaya untuk elemen di dalam footer */
.pkp_structure_footer_wrapper h2,
.pkp_structure_footer_wrapper h3,
.pkp_structure_footer_wrapper h4 {
    color: #ecf0f1; /* Warna teks heading */
    font-family: 'Roboto', sans-serif; /* Ganti dengan font pilihan Anda */
    margin-bottom: 15px;
}

/* Gaya untuk teks paragraf di footer */
.pkp_structure_footer_wrapper p {
    color: #bdc3c7; /* Warna teks paragraf */
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Gaya untuk tautan di footer */
.pkp_structure_footer_wrapper a {
    color: #3498db; /* Warna tautan */
    text-decoration: none;
    transition: color 0.3s ease;
}

.pkp_structure_footer_wrapper a:hover {
    color: #ffffff; /* Warna tautan saat hover */
}

/* Menambahkan ikon media sosial */
.pkp_structure_footer_wrapper .social-icons {
    margin-top: 20px;
}

.pkp_structure_footer_wrapper .social-icons a {
    color: #bdc3c7; /* Warna ikon media sosial */
    font-size: 1.5em;
    margin-right: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.pkp_structure_footer_wrapper .social-icons a:hover {
    color: #ffffff; /* Warna ikon saat hover */
    transform: scale(1.2); /* Memperbesar ikon saat hover */
}

/* Menambahkan elemen dekoratif */
.pkp_structure_footer_wrapper::before {
    content: '';
    position: absolute;
    bottom: -75px;
    right: -75px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s ease;
}

.pkp_structure_footer_wrapper:hover::before {
    bottom: -90px;
    right: -90px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.2);
}

/* Menambahkan animasi fade-in saat memuat halaman */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pkp_structure_footer_wrapper {
    animation: fadeIn 0.8s ease-out;
}

/* Mengubah gaya untuk section headerNavigationContainer dengan gradient */
#headerNavigationContainer {
    background: linear-gradient(90deg, #31ab24, #ffda3d); /* Gradient background */
    color: #ffffff; /* Warna teks putih */
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif; /* Ganti dengan font pilihan Anda */
}

/* Gaya untuk logo dan branding */
#headerNavigationContainer .pkp_site_name {
    font-family: 'Roboto', sans-serif; /* Ganti dengan font pilihan Anda */
    font-size: 2em;
    color: #ffffff; /* Warna teks logo */
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

/* Gaya untuk navigasi */
#headerNavigationContainer .nav-item a {
    color: #ecf0f1; /* Warna teks tautan */
    font-size: 1.1em;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    transition: color 0.3s ease, background-color 0.3s ease;
}

#headerNavigationContainer .nav-item a:hover {
    color: #ffffff; /* Warna teks tautan saat hover */
    background-color: #3498db; /* Warna latar belakang saat hover */
    border-radius: 5px;
}

/* Menambahkan ikon pada tautan navigasi (opsional) */
#headerNavigationContainer .nav-item a::before {
    content: '\f0c8'; /* Ganti dengan ikon Font Awesome pilihan Anda */
    font-family: 'FontAwesome';
    margin-right: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
}

#headerNavigationContainer .nav-item a:hover::before {
    transform: scale(1.2);
}

/* Menambahkan animasi slide-in saat memuat halaman */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#headerNavigationContainer {
    animation: slideIn 0.5s ease-out;
}

/* Menambahkan elemen dekoratif */
#headerNavigationContainer::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s ease;
}

#headerNavigationContainer:hover::before {
    top: -60px;
    left: -60px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
}
/* Gaya untuk container gambar berjalan */
.footer-scrolling-images {
    overflow: hidden;
    width: 100%;
    background: #2c3e50; /* Warna latar belakang footer */
    padding: 20px 0;
    position: relative;
}

.footer-scrolling-images .image-container {
    display: flex;
    animation: scroll 30s linear infinite; /* Mengatur animasi */
    animation-play-state: running; /* Animasi berjalan secara default */
}

.footer-scrolling-images img {
    width: 150px; /* Sesuaikan ukuran gambar */
    margin-right: 20px; /* Jarak antar gambar */
}

/* Animasi scroll */
@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Efek pause saat hover */
.footer-scrolling-images:hover .image-container {
    animation-play-state: paused; /* Pause animasi saat hover */
}

/* Gaya untuk sidebar */
.pkp_structure_sidebar.left {
    background: linear-gradient(135deg, #a80000, #ffda3d); /* Gradient background */
    color: #ffffff; /* Warna teks putih */
    padding: .01rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Menambahkan bayangan */
    font-family: 'Open Sans', sans-serif; /* Ganti dengan font pilihan Anda */
}

/* Gaya untuk judul section di sidebar */
.pkp_structure_sidebar.left .sidebar_section h3 {
    color: #ffffff; /* Warna teks heading */
    font-family: 'Roboto', sans-serif; /* Ganti dengan font pilihan Anda */
    font-size: 1.5em;
    margin-bottom: 15px;
    border-bottom: 2px solid #3498db; /* Garis bawah pada heading */
    padding-bottom: 5px;
}

/* Gaya untuk tautan di sidebar */
.pkp_structure_sidebar.left .sidebar_section ul {
    list-style: none;
    padding: 0;
}

.pkp_structure_sidebar.left .sidebar_section ul li {
    margin-bottom: 10px;
}

.pkp_structure_sidebar.left .sidebar_section ul li a {
    color: #ecf0f1; /* Warna teks tautan */
    text-decoration: none;
    font-size: 1.1em;
    transition: color 0.3s ease, background-color 0.3s ease;
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
}

.pkp_structure_sidebar.left .sidebar_section ul li a:hover {
    color: #ffffff; /* Warna teks tautan saat hover */
    background-color: #3498db; /* Warna latar belakang saat hover */
}

/* Menambahkan elemen dekoratif */
.pkp_structure_sidebar.left::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s ease;
}

.pkp_structure_sidebar.left:hover::before {
    top: -60px;
    left: -60px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
}

/* Menambahkan animasi fade-in saat memuat halaman */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pkp_structure_sidebar.left {
    animation: fadeIn 0.8s ease-out;
}

/* Gaya untuk judul blok */
.pkp_block .title {
    color: #000000; /* Warna teks judul */
    background-color: #ffda3d; /* Warna latar belakang judul */
    font-family: Georgia, serif; /* Ganti dengan font pilihan Anda */
    font-size: 1.2em;
    margin-bottom: 15px;
    padding: 10px 45px;
    text-align: center; /* Menempatkan judul di tengah */
    border-radius: 5px;
    position: relative;
    display: grid;
    background-image: linear-gradient(to bottom, #31ab24 0%, #ffda3d 100%);
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Menambahkan bayangan */
}

/* Efek hover pada judul blok */
.pkp_block .title:hover {
    background-color: #a80000; /* Warna latar belakang saat hover */
    color: #ecf0f1; /* Warna teks saat hover */
}

/* Menambahkan elemen dekoratif pada judul */
.pkp_block .title::before,
.pkp_block .title::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #ffffff; /* Warna elemen dekoratif */
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    
}

.pkp_block .title::after {
    top: -10px;
    bottom: auto;
}
.pkp_block{
    padding: 10px;
}
/* Menambahkan animasi slide-in saat memuat halaman */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pkp_block .title {
    animation: slideIn 0.5s ease-out;
}
/* Gaya untuk container menu sidebar */
.menu-sidebar {
    background: linear-gradient(135deg, #31ab24, #f2851f); /* Gradient background */
    color: #ffffff; /* Warna teks putih */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Menambahkan bayangan */
    position: relative;
    font-family: 'Open Sans', sans-serif; /* Ganti dengan font pilihan Anda */
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

/* Gaya untuk judul menu sidebar */
.menu-sidebar h2 {
    color: #ffffff; /* Warna teks heading */
    font-family: 'Roboto', sans-serif; /* Ganti dengan font pilihan Anda */
    font-size: 1.5em;
    margin-bottom: 15px;
    border-bottom: 2px solid #3498db; /* Garis bawah pada heading */
    padding-bottom: 5px;
    text-align: center;
}

/* Gaya untuk tautan di menu sidebar */
.menu-sidebar ul {
    list-style: none;
    padding: 0;
}

.menu-sidebar ul li {
    margin-bottom: 10px;
    
}
.menu-sidebar li {
  border: 2px solid #c6c6c6;
  border-radius:10px;
  padding:5px 0 5px;
  cursor:pointer;
  box-shadow: inset 0 0 0 0 #a80000;
  -web-kit-transition: ease-out 2s;
  -moz-transition:ease-out 2s;
  transition: ease-out 2s;
  text-align: center;
  margin: 1px;
}

.menu-sidebar li:hover {
    box-shadow: inset 1000px 0 0 0 #31ab24;
}
.menu-sidebar ul li a {
    color: #000000; /* Warna teks tautan */
    text-decoration: none;
    font-size: 1.1em;
    display: block;
    padding: 10px;
    border-radius: 5px;
    transition: color 0.3s ease, background-color 0.3s ease;
    background-color: #ffda3d; /* Warna latar belakang tautan */
    background-image: linear-gradient(to bottom, #31ab24 0%, #ffda3d 100%);
}

.menu-sidebar ul li a:hover {
    color: #ffffff; /* Warna teks tautan saat hover */
    background-color: #f2851f; /* Warna latar belakang saat hover */
}

/* Menambahkan elemen dekoratif */
.menu-sidebar::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s ease;
}

.menu-sidebar:hover::before {
    top: -60px;
    left: -60px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
}

/* Menambahkan animasi fade-in saat memuat halaman */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-sidebar {
    animation: fadeIn 0.8s ease-out;
}
.chart-container {
        width: 100%;
        height: 300px;
        display: flex;
        align-items: flex-end;
        background: #f4f4f4;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        position: relative;
    }
    .chart-bar {
        flex: 1;
        margin: 0 5px;
        background: linear-gradient(to top, #1e5799 0%,#2989d8 50%,#207cca 50%,#7db9e8 100%);
        text-align: center;
        color: white;
        font-size: 14px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        transition: all 0.3s ease-in-out;
        border-radius: 4px;
        position: relative;
        animation: grow 1s ease-in-out forwards;
    }
    .chart-bar:hover {
        background: linear-gradient(to top, #207cca 0%,#2989d8 50%,#1e5799 100%);
        transform: scale(1.05);
    }
    .chart-bar span {
        padding: 5px 0;
    }
    .chart-bar .citation {
        position: absolute;
        top: -25px;
        width: 100%;
        color: black;
        font-weight: bold;
    }
    .chart-bar .year {
        margin-top: 10px;
        color: #666;
    }
    .chart-bar-2017 { height: 20%; animation-delay: 0.1s; }
    .chart-bar-2018 { height: 30%; animation-delay: 0.2s; }
    .chart-bar-2019 { height: 40%; animation-delay: 0.3s; }
    .chart-bar-2020 { height: 50%; animation-delay: 0.4s; }
    .chart-bar-2021 { height: 60%; animation-delay: 0.5s; }
    .chart-bar-2022 { height: 80%; animation-delay: 0.6s; }
    .chart-bar-2023 { height: 70%; animation-delay: 0.7s; }
    .chart-bar-2024 { height: 35%; animation-delay: 0.8s; }

    @keyframes grow {
        0% {
            height: 0;
        }
        100% {
            height: var(--final-height);
        }
    }
    .y-axis {
        position: absolute;
        left: -40px;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        color: #1ABC9C;
    }
    .y-axis span {
        font-size: 12px;
    }


    /* Gaya untuk konten editorial team */
.tim_editor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

/* Gaya untuk setiap anggota editorial team */
.tim_editor .member {
    background: linear-gradient(135deg, #3498db, #2c3e50); /* Gradient background */
    color: #ffffff; /* Warna teks utama */
    margin: 15px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Menambahkan bayangan */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(33.333% - 40px); /* Lebar kolom dengan margin */
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Efek hover pada anggota editorial team */
.tim_editor .member:hover {
    transform: translateY(-10px); /* Sedikit mengangkat blok saat hover */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); /* Memperbesar bayangan saat hover */
}

/* Gaya untuk foto anggota */
.tim_editor .member .member-photo {
    position: relative;
    margin-bottom: 15px;
}

.tim_editor .member .member-photo img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 4px solid #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tim_editor .member:hover .member-photo img {
    transform: scale(1.1); /* Memperbesar gambar saat hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Menambahkan bayangan saat hover */
}

/* Gaya untuk nama anggota */
.tim_editor .member .member-info h3 {
    font-family: 'Roboto', sans-serif; /* Ganti dengan font pilihan Anda */
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    font-size: 1em; /* Ukuran font lebih besar */
}

.tim_editor .member .member-info .position {
    font-family: 'Open Sans', sans-serif; /* Ganti dengan font pilihan Anda */
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    font-size: 1.2em; /* Ukuran font lebih besar */
    font-weight: 300; /* Font-weight lebih tipis */
}

.tim_editor .member .member-info .affiliation {
    font-family: 'Open Sans', sans-serif; /* Ganti dengan font pilihan Anda */
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    font-size: 1.1em; /* Ukuran font lebih besar */
    font-weight: 300; /* Font-weight lebih tipis */
    font-style: italic; /* Menambahkan gaya italic */
}

/* Gaya untuk hyperlink akun */
.tim_editor .member .social-links {
    margin-top: 10px;
}

.tim_editor .member .social-links a {
    margin: 0 10px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tim_editor .member .social-links a:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Menambahkan bayangan saat hover */
}

/* Gaya untuk ikon Google Scholar dan Scopus */
.tim_editor .member .social-links a img {
    width: 40px; /* Ukuran ikon lebih besar */
    height: 40px; /* Ukuran ikon lebih besar */
    border-radius: 50%;
    border: 2px solid #ffffff;
    padding: 5px;
    background-color: #ffffff; /* Latar belakang putih */
}

/* Menambahkan elemen dekoratif */
.tim_editor .member::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2); /* Warna elemen dekoratif */
    border-radius: 50%;
    z-index: 0;
    transition: all 0.6s ease;
}

.tim_editor .member:hover::before {
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
}

/* Menambahkan animasi fade-in saat memuat halaman */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body {
    animation: fadeIn 0.8s ease-out;
}

/* Gaya untuk konten editorial team */
.slideshow-container {
    position: relative;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    animation: slide 20s infinite;
}

.slideshow-container:hover .slides {
    animation-play-state: paused;
}

@keyframes slide {
    0%, 5% { transform: translateX(0); }
    10%, 15% { transform: translateX(-100%); }
    20%, 25% { transform: translateX(-200%); }
    30%, 35% { transform: translateX(-300%); }
    40%, 45% { transform: translateX(-400%); }
    50%, 55% { transform: translateX(-500%); }
    60%, 65% { transform: translateX(-600%); }
    70%, 75% { transform: translateX(-700%); }
    80%, 85% { transform: translateX(-800%); }
    90%, 95% { transform: translateX(-900%); }
    0%, 5% { transform: translateX(0); }
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

/* Gaya untuk setiap anggota dewan direksi */
.dewandireksi {
    background: linear-gradient(135deg, #3498db, #2c3e50); /* Gradient background */
    color: #ffffff; /* Warna teks utama */
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Menambahkan bayangan */
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Gaya untuk foto dewan direksi */
.dewandireksi-photo {
    position: relative;
    margin-bottom: 15px;
}

.dewandireksi-photo img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 4px solid #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slide:hover .dewandireksi-photo img {
    transform: scale(1.1); /* Memperbesar gambar saat hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Menambahkan bayangan saat hover */
}

/* Gaya untuk nama dewan direksi */
.dewandireksi-info h3 {
    font-family: 'Georgia', sans-serif; /* Ganti dengan font pilihan Anda */
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    font-size: 1.4em; /* Ukuran font lebih besar */
}

.dewandireksi-info .position {
    font-family: 'Open Sans', sans-serif; /* Ganti dengan font pilihan Anda */
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    font-size: 1.2em; /* Ukuran font lebih besar */
    font-weight: 300; /* Font-weight lebih tipis */
}

.dewandireksi-info .affiliation {
    font-family: 'Open Sans', sans-serif; /* Ganti dengan font pilihan Anda */
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    font-size: 1.1em; /* Ukuran font lebih besar */
    font-weight: 300; /* Font-weight lebih tipis */
    font-style: italic; /* Menambahkan gaya italic */
}

/* Gaya untuk hyperlink akun */
.social-links {
    margin-top: 10px;
}

.social-links a {
    margin: 0 10px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-links a:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Menambahkan bayangan saat hover */
}

/* Gaya untuk ikon Google Scholar dan Scopus */
.social-links a img {
    width: 40px; /* Ukuran ikon lebih besar */
    height: 40px; /* Ukuran ikon lebih besar */
    border-radius: 50%;
    border: 2px solid #ffffff;
    padding: 5px;
    background-color: #ffffff; /* Latar belakang putih */
}
/* Efek Animasi */
@keyframes hoverEffect {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
}

.relative.flex.flex-col.min-w-0.break-words.bg-white.dark\:bg-gray-800.w-full.mb-6.border {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-break: break-word;
    background-color: white;
    color: white;
    background-color: #31ab24; /* Untuk dark mode */
    width: 100%;
    margin-bottom: 1.5rem; /* mb-6 */
    border: 1px solid #e2e8f0; /* Warna border sesuai dengan light mode */
    border: 1px solid #ffda3d; /* Untuk dark mode */
    border-radius: 0.375rem; /* Menambahkan border radius */
    padding: 1.5rem; /* Menambahkan padding */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Menambahkan shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transisi untuk efek hover */
    animation: fadeIn 1s ease-in-out; /* Menambahkan animasi saat elemen muncul */
}


/* Dark mode variable overrides */
@media (prefers-color-scheme: dark) {
    :root {
        --dark-bg: #2d3748; /* Background color untuk dark mode */
        --dark-border: #4a5568; /* Border color untuk dark mode */
    }
}

/* Animasi untuk saat elemen muncul */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Flexbox item styles */
.relative {
    position: relative;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.min-w-0 {
    min-width: 0;
}

.break-words {
    word-wrap: break-word;
}

.bg-white {
    background-color: #ffffff;
}

.w-full {
    width: 100%;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.shadow-lg {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.rounded {
    border-radius: 0.5rem;
}



/* Hover effect */
.relative:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
/* Flexbox styles */
.flex {
    display: flex;
}

.mb-0 {
    margin-bottom: 0;
}

.lg\:flex-none {
    flex: none;
}

.flex-auto {
    flex: 1 1 auto;
}

.list-none {
    list-style-type: none;
}

.flex-wrap {
    flex-wrap: wrap;
}

.pt-3 {
    padding-top: 1rem;
}

.flex-row {
    flex-direction: row;
}

/* Flex item styles */
.flex-item {
    background: linear-gradient(135deg, #3498db, #2ecc71);
    color: white;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
    position: relative;
    min-width: 200px;
    max-width: calc(33.333% - 20px);
    margin-bottom: -1px;
    border: 2px solid transparent;
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    animation-delay: calc(var(--i) * 0.1s);
}

.flex-item:hover {
    transform: translateY(-10px) rotate(3deg);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.flex-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s;
}

.flex-item:hover::before {
    opacity: 1;
}

.flex-item .content {
    position: relative;
    z-index: 1;
}

.flex-item h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    animation: fadeIn 0.6s ease forwards;
    opacity: 0;
    animation-delay: calc(var(--i) * 0.2s);
}

.flex-item p {
    font-size: 16px;
    margin: 0;
    animation: fadeIn 0.6s ease forwards;
    opacity: 0;
    animation-delay: calc(var(--i) * 0.3s);
}

/* Responsive design */
@media (min-width: 1024px) {
    .lg\:flex-none {
        flex: none;
    }
}

/* Specific classes */
.-mb-px {
    margin-bottom: -1px;
}

.me-2 {
    margin-right: 0.5rem;
}

.last\:me-0:last-child {
    margin-right: 0;
}

.text-center {
    text-align: center;
}

.border {
    border: 2px solid #3498db;
}

/* Keyframes for animation */
@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Adding delay to each item */
.flex-item:nth-child(1) {
    --i: 1;
}

.flex-item:nth-child(2) {
    --i: 2;
}

.flex-item:nth-child(3) {
    --i: 3;
}

.flex-item:nth-child(4) {
    --i: 4;
}

.flex-item:nth-child(5) {
    --i: 5;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
}

.cmp_form {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
    animation: fadeIn 1.5s ease-in-out;
}

.cmp_form h1 {
    font-size: 2em;
    color: #004080;
    text-align: center;
    margin-bottom: 30px;
}

.cmp_form .fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cmp_form .fields label {
    font-size: 1em;
    color: #333;
}

.cmp_form input[type="text"],
.cmp_form input[type="password"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cmp_form input[type="text"]:focus,
.cmp_form input[type="password"]:focus {
    border-color: #004080;
    box-shadow: 0 0 5px rgba(0, 64, 128, 0.5);
    transform: scale(1.05);
}

.cmp_form button {
    background-color: #004080;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 1.1em;
    transition: background-color 0.3s ease-in-out;
}

.cmp_form button:hover {
    background-color: #003366;
}

.cmp_form .pkp_linkActions {
    text-align: center;
    margin-top: 20px;
}

.cmp_form .pkp_linkActions a {
    color: #004080;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.cmp_form .pkp_linkActions a:hover {
    color: #003366;
    text-decoration: underline;
}

/* Animasi */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.obj_issue_summary .cover img {
    width: 100%; /* Pastikan gambar mengambil lebar penuh elemen induk */
    height: auto;
    border-radius: 15px; /* Sudut membulat lebih besar */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Efek shadow lebih besar */
    transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease; /* Efek transisi lebih halus */
}

.obj_issue_summary .cover img:hover {
    transform: scale(1.1) rotate(3deg); /* Memperbesar dan memutar sedikit saat dihover */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3); /* Shadow lebih besar dan intens saat dihover */
    filter: brightness(1.2) contrast(1.1); /* Meningkatkan kecerahan dan kontras gambar saat dihover */
    cursor: pointer; /* Menambahkan kursor pointer saat dihover */
}

.obj_issue_summary .cover img::after {
    content: ''; /* Konten kosong untuk pseudo-elemen */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.1);
    transition: background 0.4s ease;
}

.obj_issue_summary .cover img:hover::after {
    background: rgba(0, 0, 0, 0.2); /* Warna overlay lebih gelap saat dihover */
}

.obj_issue_toc .cover img {
    width: 100%; /* Pastikan gambar mengambil lebar penuh elemen induk */
    height: auto;
    border-radius: 20px; /* Sudut membulat lebih besar */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* Efek shadow lebih besar */
    transition: transform 0.5s ease, box-shadow 0.5s ease, filter 0.5s ease; /* Efek transisi lebih halus */
    position: relative;
    overflow: hidden;
}

.obj_issue_toc .cover img:hover {
    transform: scale(1.1) rotate(5deg); /* Memperbesar dan memutar sedikit saat dihover */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3); /* Shadow lebih besar dan intens saat dihover */
    filter: brightness(1.2) contrast(1.1); /* Meningkatkan kecerahan dan kontras gambar saat dihover */
    cursor: pointer; /* Menambahkan kursor pointer saat dihover */
}

.obj_issue_toc .cover img::before {
    content: ''; /* Konten kosong untuk pseudo-elemen */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.1); /* Overlay transparan */
    transition: background 0.5s ease;
}

.obj_issue_toc .cover img:hover::before {
    background: rgba(0, 0, 0, 0.25); /* Warna overlay lebih gelap saat dihover */
}

.obj_issue_toc .cover img::after {
    content: ''; /* Konten kosong untuk pseudo-elemen */
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 60%;
    height: 2px;
    background: #fff; /* Garis putih */
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.5s ease, width 0.5s ease;
}

.obj_issue_toc .cover img:hover::after {
    opacity: 1; /* Menampilkan garis saat dihover */
    width: 80%; /* Memperlebar garis saat dihover */
}
body.dark-mode,
body.dark-mode .pkp_content_main,
body.dark-mode .pkp_content_nav,
body.dark-mode .pkp_structure_page,
body.dark-mode .pkp_structure_footer_wrapper,
body.dark-mode .pkp_structure_head,
body.dark-mode .obj_article_summary,
body.dark-mode .pkp_page_index,
body.dark-mode .pkp_page_article {
    background: #1c1c25 !important;
    color: #e4e6eb !important;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}

body.dark-mode .pkp_site_name,
body.dark-mode .pkp_structure_head,
body.dark-mode .pkp_block .title,
body.dark-mode .page_header {
    background: #15151b !important;
    color: #e4e6eb !important;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}

body.dark-mode .obj_article_summary_title,
body.dark-mode .menu-sidebar,
body.dark-mode p,
body.dark-mode .pkp_page_title,
body.dark-mode a  {
    color: #7ab3ff !important;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}

body.dark-mode .card, 
body.dark-mode .panel, 
body.dark-mode .pkp_block,
body.dark-mode .editor,
body.dark-mode .pkp_block block_custom,
body.dark-mode .pkp_structure_content,
body.dark-mode .obj_article_summary {
    background: #242435 !important;
    color: #e4e6eb !important;
    border-color: #31333d !important;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}

body.dark-mode .btn, 
body.dark-mode button, 
body.dark-mode input, 
body.dark-mode select, 
body.dark-mode textarea {
    background: #23252d !important;
    color: #e3e3e3 !important;
    border-color: #31333d !important;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}

body.dark-mode .pkp_structure_footer {
    background: #181820 !important;
    color: #e4e6eb !important;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}

body.dark-mode .pkp_structure_sidebar {
    background: #20202a !important;
    color: #e4e6eb !important;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}
body.dark-mode .menu-sidebar,
body.dark-mode .tim-editor{
    background: #3498db !important;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
    
}
body.dark-mode .pkp_navigation_primary_wrapper {
    background: #3498db !important;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
    
}
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode .current,
body.dark-mode .obj_article_summary_title,
body.dark-mode .pkp_page_title {
    color: #f4f6fa !important; /* Lebih putih, menonjol */
text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}

body.dark-mode a,
body.dark-mode a:link,
body.dark-mode a:visited {
    color: #7ab3ff !important; /* Biru muda yang tetap jelas di gelap */
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}

body.dark-mode a:hover {
    color: #ffffff !important;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}
body.dark-mode, 
body.dark-mode .pkp_structure_main, 
body.dark-mode #pkp_content_main {
    color: #e4e6eb !important; /* Abu terang untuk kontras lembut */
text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}
body.dark-mode h4,
body.dark-mode .obj_article_summary_authors,
body.dark-mode .obj_article_summary_views,
body.dark-mode .pkp_footer_copyright,
body.dark-mode .pkp_structure_sidebar {
    color: #b0b3b8 !important; /* Abu-abu lebih redup untuk info sekunder */
text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}
body.dark-mode .btn,
body.dark-mode button,
body.dark-mode input,
body.dark-mode select,
body.dark-mode textarea,
body.dark-mode .navbar,
body.dark-mode .pkp_structure_head {
    color: #e3e3e3 !important;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}

.references {
  background: #f8fafc;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(44, 62, 80, 0.06);
  padding: 32px 32px 16px 32px;
  margin: 30px auto 40px auto;
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: 1.09em;
}

.references p {
  color: #374151;
  margin-bottom: 18px;
  padding-left: 3.5em;
  text-indent: -3.2em;
  line-height: 1.75;
  transition: background 0.25s, box-shadow 0.25s;
  border-left: 3px solid #3478db1a;
  background: linear-gradient(90deg, #f0f6ff 85%, transparent 100%);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(44, 62, 80, 0.03);
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}

.references p:hover {
  background: linear-gradient(90deg, #eaf6ff 60%, #f8fafc 100%);
  box-shadow: 0 6px 18px rgba(44, 62, 80, 0.07);
  border-left: 3px solid #3498db;
}

.references p::before {
  content: "â¦¿";
  color: #9b59b6;
  position: absolute;
  left: 0.5em;
  top: 0.8em;
  font-size: 0.95em;
  opacity: 0.14;
  transition: opacity 0.2s;
}

.references p:hover::before {
  opacity: 0.35;
}

@media (max-width: 600px) {
  .references {
    padding: 14px 6px 6px 6px;
    font-size: 0.97em;
  }
  .references p {
    padding-left: 0.8em;
    text-indent: -0.8em;
    margin-bottom: 14px;
  }
}
.metrics-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 22px rgba(52, 120, 219, 0.08);
  padding: 32px 28px 18px 28px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeIn 0.8s;
}
.metrics-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.metric-box {
  background: linear-gradient(135deg, #eaf3fb 60%, #f7faff 100%);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.06);
  padding: 22px 32px;
  min-width: 140px;
  max-width: 190px;
  text-align: center;
  flex: 1 1 140px;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.metric-box:hover {
  box-shadow: 0 8px 22px rgba(52, 120, 219, 0.16);
  transform: translateY(-4px) scale(1.04);
}
.metric-value {
  font-size: 2.3em;
  color: #2563eb;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.metric-label {
  font-size: 1em;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 2px;
}
.metrics-chart-wrapper {
  margin: 40px 0 20px 0;
  background: linear-gradient(120deg, #e8f0fc 60%, #e5e9f2 100%);
  border-radius: 18px;
  padding: 28px 18px 14px 18px;
  box-shadow: 0 2px 12px rgba(52, 120, 219, 0.08);
}
.metrics-note {
  margin-top: 18px;
  text-align: right;
  color: #888;
  font-size: 0.98em;
}
.metrics-note a {
  color: #3498db;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .metrics-grid {
    flex-wrap: wrap;
    gap: 12px;
  }
  .metric-box {
    max-width: 100%;
    padding: 16px 10px;
    min-width: 80px;
  }
  .metrics-panel {
    padding: 16px 3vw 10px 3vw;
    max-width: 99vw;
  }
  .metrics-chart-wrapper {
    padding: 12px 1vw 8px 1vw;
  }
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(18px);}
  to   { opacity: 1; transform: translateY(0);}
}
.tim-editor {
    text-align: center;
    padding: 10px 20px;
    background: linear-gradient(to right, #31ab24, #ffda3d);
    border-radius: 15px;
    animation: fadeIn 1s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.tim-editor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, rgba(0, 123, 255, 0.1), rgba(0, 123, 255, 0.2), rgba(0, 123, 255, 0.1));
    animation: moveBackground 10s linear infinite;
    z-index: 0;
}

@keyframes moveBackground {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.editor-grid {
  display: grid;
  grid-template-columns: 130px 1.5fr 1.1fr;
  align-items: center;
  justify-content: left;
    margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.49);
  transition: transform 0.3s, box-shadow 0.3s;
  animation: fadeInUp 1s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.tim-editor .editor-grid:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #f2851f, #a80000); /* Gradient background */
}
.tim-editor .editor-grid::before {
    content: "";
    
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(0, 123, 255, 0.1), rgba(0, 123, 255, 0));
    background-image: url('https://adabi.ejournaladabiah.org/public/site/images/adminadabi/adabilogo.png'); /* Ganti URL_LOGO dengan URL logo Anda */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13%; /* Atur ukuran logo sesuai kebutuhan */
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 1;
    animation: float 5s cubic-bezier(1, -0.32, 0.05, 0.72) infinite, bubble 20s infinite;
    transform: rotate(0deg);
}
@keyframes bubble {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }
    25% {
        transform: translateY(-10px) translateX(10px) rotate(45deg);
    }
    50% {
        transform: translateY(-20px) translateX(-10px) rotate(0deg);
    }
    75% {
        transform: translateY(-10px) translateX(10px) rotate(45deg);
    }
    100% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }
}
.tim-editor .editor-grid:hover::before {
    opacity: 0.5;
    
}
.editor-image-wrapper img {
  width: 120px;
  height: 120px;
  border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
  z-index: 2;
    position: relative;
    display: block;
  box-shadow: 0 1px 4px #e0eaff;
    
}
.editor-image-wrapper img:hover {
    transform: rotate(360deg);
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.6);
}

.editor-info {
  padding-right: 12px;
}
.editor-info p {
  text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}
.editor-info h3 {
  margin: 0 0 4px 0;
  font-size: 1.17em;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}
.editor-info .editor-role {
  font-weight: bold;
  color: #226de7;
  margin-bottom: 2px;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}
.editor-expertise {
  background: #ffda3d66;
  color: #007bff;
  border-radius: 6px;
  padding: 6px 10px;
  margin: 10px 0 14px 0;
  font-size: 0.97em;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}
.social-links {
  margin-top: 10px;
    animation: fadeInUp 1s ease-in-out;
}
.social-links img {
  width: 30px;
    height: 30px;
}
.social-links img:hover {
  transform: scale(1.2);
    filter: brightness(1.2);
    
}

.editor-stats-widget {
  background: #ffda3d66;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 1px 8px #e0eaff45;
  min-width: 160px;
  max-width: 240px;
}
.editor-stats-widget h4 {
  margin: 0 0 10px 0;
  color: #2563eb;
  font-weight: 600;
  font-size: 1.05em;
  letter-spacing: 0.2px;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}
.stats-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid #e8ecf6;
}
.stats-row:last-child {
  border-bottom: none;
}
.stats-label img {
  width: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.stats-label {
  color: #444;
  font-size: 0.98em;
  display: flex;
  align-items: center;
    text-shadow: 0 10px 3px rgba(0,0,0,0.20);
}
.stats-value {
  color: #2563eb;
  font-weight: 700;
  font-size: 1.1em;
  padding-left: 10px;
}
.stats-links {
  margin-top: 8px;
  text-align: left;
}
.stats-links a {
  color: #2346b2;
  font-size: 0.96em;
  text-decoration: none;
  margin-right: 7px;
}
.stats-links a:hover {
  text-decoration: underline;
}

/* Mobile responsive */
@media (max-width: 900px) {
  .editor-grid {
    grid-template-columns: 110px 1fr;
    grid-template-rows: auto auto;
  }
  .editor-stats-widget {
    grid-column: span 2;
    max-width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .editor-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 18px 8px;
  }
  .editor-image-wrapper,
  .editor-info,
  .editor-stats-widget {
    max-width: 100%;
    min-width: 0;
    padding-right: 0;
  }
  .editor-stats-widget {
    margin-top: 16px;
  }
}
.slick-slide img {
    width: 150px;
    height: 59px;
}
.slick-slide {
    width: auto !important;    /* atau atur width sesuai kebutuhan */
    margin: 0 10px;            /* atur spasi antar slide */
    padding: 0 !important;     /* pastikan padding tidak besar */
    box-sizing: border-box;
}
.slick-list {
    padding: 0 !important;
    margin: 0 !important;
}
$('.slick-list draggable').slick({
  slidesToShow: 2,        // Jumlah slide yang tampil
  slidesToScroll: 1,      // Slide yang digeser per klik
  infinite: true,         // <-- AKTIFKAN INFINITE LOOP!
  arrows: true,           // Tampilkan panah navigasi
  dots: false             // Tampilkan titik navigasi (opsional)
});
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}


