/* ... [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;
}

.page_index_journal .homepage_about {
    padding-top: 0;
}

/* End Main Content */

/* Homepage image */
.homepage_image {
    padding: 6% 4% 4% 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: 100%;
    /* text-align: center; */
    padding-top: 20px;
    /* padding-bottom: 10px; */
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.pkp_brand_footer {
    float: right;
    padding: 0;
    width: 0%;
}

.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;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    margin-left: -30px;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.footer-section h3 {
    color: #000000;
    font-family: 'Segoe UI', system-ui, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #025fa2;
}

.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: 10px;
    /* list-style-type: &#9745; */
}

.footer-section ul li a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #252525;
}


/* End Footer */

/* Gambar Header */
.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 100%;
    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, #025fa2);
    /* 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, #025fa2);
    /* 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: #025fa2;
    background-image: linear-gradient(90deg, #fff);
    /* 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 */
}