/* ... [kode sebelumnya tetap] ... */

/* Header sidebar */
.pkp_block .title {
    color: #ffffff;
    background-color: #1e4b6d; /* biru tua */
    text-align: left;
    font-weight: bold;
    font-size: medium;
    padding: 8px 10px;
    position: relative;
}

/* Tambahan segitiga kecil pojok kanan bawah */
.pkp_block .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}

/* List menu sidebar bullet */
.pkp_block ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0;
    background-color: #ffffff;
}

/* ... [kode untuk kursor bisa klik di bkn tulisan] ... */
.pkp_block li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pkp_block li a {
    display: block;
    padding: 4px 6px;
    color: #005b9f;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pkp_block li a::before {
    margin-right: 6px;
}



.pkp_block li a:hover {
    background-color: #085ca4; 
    /* background-image: linear-gradient(90deg, #085ca4, #6a0dad); */
    color: #ffffff;
    /* text-decoration: underline; */
    text-decoration: none;
}

/* ... [kode lainnya tetap] ... */


    /* lebar dari menu, saran saya tidak perlu di ubah */
    .vertical-menu {
        width: 100%;
    }

    /* Start Main Menu */
    .pkp_site_nav_menu {
        background-color: #025fa2;
        color: white;
    }

    .pkp_site_nav_menu a {
        background-color: #025fa2;
        /* Warna pada bagian body menu */
        color: #ffffff;
        /* Warna tulisan */
        display: block;
        padding: 12px;
        text-decoration: none;
        /*Jenis font*/
        font-family: 'Segoe UI', system-ui, sans-serif;
        font-size: 14px;
    }

    .pkp_site_nav_menu a:hover,
    .pkp_site_nav_menu a:focus {
        background-color: #025fa281;
        /* Warna efek yang keluar ketika di arahkan mouse */
    }

    .pkp_site_nav_menu a.active {
        background-color: #025fa2;
        /* Warna pada header menu */
        color: white;
        /*Warna font*/
        font-family: 'Segoe UI', system-ui, sans-serif;
        /*Jenis font*/
    }

    .pkp_nav_list ul a {
        background-color: #ffffff;
        /* Warna pada header menu */
        color: #025fa2;
        /*Warna font*/
        font-family: 'Segoe UI', system-ui, sans-serif;
        /*Jenis font*/
    }

    /* End Main Menu */

    .pkp_structure_head {
        background: #025fa2;
    }

    body {
        font-family: 'Segoe UI', system-ui, sans-serif;
    }

    /* Start Main Content */
    .pkp_page_index .homepage_about h2 {
        display: none;
    }

    /* End Main Content */

    /* Homepage image */
    .homepage_image {
        padding-top: 6%;
        padding: 4%;
    }

    /* Abstract */
    .obj_article_details .item {
        padding: 5%;
    }

    .obj_article_details .item p {
        text-align: justify;
    }

    .obj_galley_link {
        color: #fd9904;
        border-color: #fd9904;
    }

    .galleys_links a:hover {
        background-color: #fd9904;
    }

    .obj_article_details .authors .affiliation {
        font-style: italic;
    }

    .obj_article_details .authors .orcid {
        font-size: 14px;
    }

    .obj_article_details .author_bios .affiliation {
        font-weight: lighter;
    }

    /* Start Footer */
    .pkp_footer_content {
        float: left;
        width: 75%;
        /* text-align: center; */
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pkp_brand_footer {
        float: right;
        width: 25%;
        padding-bottom: 10px;
        padding-top: 50px;
    }

    .pkp_footer_links a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .pkp_footer_links a:hover {
        color: #fd9904;
    }

    .pkp_structure_footer_wrapper {
        background: #e8ebef;
        border-bottom: double solid;
        border-bottom-color: #595959;
    }

    /* End Footer */

    /* Gambar Header */
    .pkp_site_name .is_img img {
        display: inline-block;
        /* max-height: 100px; */
        max-width: 100%;
        width: auto;
        height: auto;
    }

    /* List menu sidebar a */
    .pkp_block {
        padding: 5%;
    }

    .pkp_block a {
        font-size: 15px;
    }

    /* List menu sidebar p */
    .pkp_block p {
        width: 100%;
        border-bottom: 1px solid #cacaca;
        background-color: #ececec;
    }

    /* List menu sidebar p hover */
    .pkp_block p:hover {
        color: #000000;
        padding-left: 10px;
    }

    /* List menu sidebar bullet */
    .pkp_block li {
        width: 100%;
        border-bottom: 1px solid #cacaca;
        background-color: #ececec;
    }

    .pkp_block li a {
        color: #000000;
        padding-left: 10px;
    }

    .pkp_block li:hover {
        background-color: #e0e0e0;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* Efek bayangan */
        font-weight: bold;
    }
    

    

    /* Header sidebar */
    .pkp_block .title {
        color: #ffffff;
        background-image: linear-gradient(90deg, #085ca4, #6a0dad); /* biru ke ungu */
        text-align: center;
        font-weight: 600;
        font-size: medium;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /* Tombol make submission */
    .block_make_submission a {
        width: 100%;
        color: #ffffff;
        background-image: linear-gradient(90deg, #085ca4, #6a0dad); /* biru ke ungu */
        text-align: center;
        font-weight: 600;
        font-size: medium;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 0px;
        border: 0px;
    }

    /* Tombol make submission hover */
    .block_make_submission a:hover {
        color: #fff;
        background-image: linear-gradient(90deg, #085ca4, #6a0dad); /* biru ke ungu */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .navbar-nav {
            margin-top: 1rem;
        }

        .sidebar {
            margin-top: 2rem;
            border-left: none;
            border-top: 3px solid #fd9904;
        }

        .homepage__featured {
            padding: 1.5rem;
        }
    }

    /* Alert/notice styling */
    .alert-notice {
        background-color: rgba(253, 153, 4, 0.15);
        border-left: 4px solid #fd9904;
        color: #025fa2;
        padding: 1rem;
        border-radius: 4px;
        margin: 1rem 0;
    }

    
    /* Ini kusus untuk tampilan Editorial Board */
  .profile-section-title {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 10px;
    /* border-bottom: 2px solid #ccc; Ini untuk garis dibawah judul */
    padding-bottom: 5px;
  }

  .profile-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }

  .profile-card {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    width: 48%;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #888;
  }

.profile-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease; /* Tambahan: animasi zoom pada foto profile */
}

.profile-image:hover {
  transform: scale(1.1); /* Zoom ringan pada foto profile */
}

  .profile-info {
    flex: 1;
  }

  .profile-info img {
  width: 16px;
  height: auto;
  vertical-align: middle;
  margin-right: 4px;
}

.profile-info a img {
  width: 16px;
  height: auto;
  vertical-align: middle;
  margin-right: 4px;
  transition: transform 0.2s ease;
}

.profile-info a img:hover {
  transform: scale(1.3); /* Efek zoom saat hover */
}

.pkp_brand_footer {
  display: none !important; /*Untuk menghilangkan brand PKP di footernya */
}


/* Untuk tampilan footer sesuwai aturan terbaru */
.footer-container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap; /* jangan biarkan pindah baris */
  justify-content: space-between;
  padding: 20px 0;
  gap: 10px; /* opsional, agar ada jarak antar kolom */
}

        .footer-column {
            flex: 1;
            margin-left: -30px;
        }

.footer-section {
  flex: 1 1 25%;
  max-width: 25%; /* Ubah ini jadi lebih besar */
  box-sizing: border-box;
  padding: 0 15px; /* Bisa kamu tambah agar kotaknya lebih lapang */
  min-width: 200px;
}

/* .footer-section:nth-child(1) { background: #ffe6e6; }
.footer-section:nth-child(2) { background: #e6ffe6; }
.footer-section:nth-child(3) { background: #e6e6ff; }
.footer-section:nth-child(4) { background: #fffacc; }
.footer-section:nth-child(5) { background: #cbf57d; } */

.footer-section h3 {
    color: #000000;
    font-family: 'Segoe UI', system-ui, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 80%; /* atur agar sama panjang */
    background-color: #025fa2; /* warna biru */
}

        .footer-section ul {
            list-style: square;
            margin: 0;
            padding-left: 10%;
            font-family: 'Segoe UI', system-ui, sans-serif;
            font-size: 16px;
        }

        .footer-section .footer-column ul {
            list-style: square;
            margin: 0;
            padding-left: 15%;
            font-family: 'Segoe UI', system-ui, sans-serif;
            font-size: 16px;
        }

        .footer-section ul li {
            margin-bottom: 4px;
            /* list-style-type: &#9745; */
        }

.footer-section ul li a {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  word-break: break-word;
  white-space: normal;
  text-decoration: none;         /* Hapus underline */
  max-width: 100%;
  color: #000000; /* Warna hitam */
}

.footer-section ul li a:hover {
  background-color: #f5f5f5;     /* Warna latar saat hover */
  color: #000203;                /* Warna teks saat hover */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Bayangan */
  text-decoration: none;         /* Pastikan underline tetap hilang */
  transform: translateY(-1px);   /* Efek naik sedikit */
}

        /* Agar gambar submit nge-zoom */
        .submit-paper img {
  transition: transform 0.3s ease;
}

.submit-paper img:hover {
  transform: scale(1.1); /* Zoom sebesar 110% */
}
