@import url('https://fonts.google.com/specimen/Roboto');

body {
  height: 100%;
  background-image: url("https://nvhardiansyah.wordpress.com/wp-content/uploads/2025/10/bg-ojs-1.png");
  background-repeat: repeat;
  background-position: left top bottom right;
}

        :root {
            --primary-color: #192c40;
            --accent-color: #04652d;
            --bg-light: #f4f7f6;
            --text-dark: #333;
            --white: #fafafa;
            --ket: #64748b;
            --accent: #093b5d;
            --border-color: #e2e8f0;
            --text-main: #334155;
            --text-sub: #828586;
        }

.pkp_structure_content {
  background: #ffff;
}
.pkp_structure_head {
  height: 100%;
  background-image: url("https://nvhardiansyah.wordpress.com/wp-content/uploads/2025/10/bg-ojs-1.png");
  background-repeat: repeat;
  background-position: left top bottom right;
}

.pkp_structure_head{
  border-bottom: 1px solid #e7e7e7;
}
.pkp_site_nav_menu{
  background: #024851;
  border-top: 6px double #0b6256;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_structure_page {margin-top:  20px !important; margin-bottom:20 !important; padding-bottom: 20 !important;}







/* DESAIN TEAM EDITOR DAN REVIWER */
.container-pepey {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px 0;
  }

  /* Style Card Anggota */
  .editorpepey {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fcfbfb;
    transition: all 0.3s ease-in-out;
    border-bottom: 3px solid #d1cece; /* Border bawah default */
    position: relative;
    overflow: hidden;
    border-radius: 15px;
  }

  /* Efek Hover */
  .editorpepey:hover {
    background-color: #f9f9f9;
    transform: translateY(-3px);
    border-bottom: 3px solid #50ACC7; /* Warna aksen saat hover */
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    
  }

  /* Foto Kecil */
  .editorpepey img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 2px solid #f0f0f0;
  }

  /* Detail Teks */
  .editor-info {
    flex-grow: 1;
  }

  .editor-name {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    display: block;
    margin-bottom: 2px;
  }

  .editor-instansi {
    font-size: 0.85em;
    color: #666;
    display: block;
    margin-bottom: 8px;
  }

  /* Link Icon ID */
  .editor-links {
    display: flex;
    gap: 10px;
  }

  .editor-links a {
    text-decoration: none;
    font-size: 0.75em;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    color: #fff;
    transition: opacity 0.2s;
  }

  .editor-links a:hover {
    opacity: 0.8;
  }

  /* Warna Brand Identitas */
  .id-sinta { background-color: #38afd4; }
  .id-gs { background-color: #4285f4; }
  .id-orcid { background-color: #a6ce39; }
  .id-scopus { background-color: #ff6600; }
  .id-info { background-color: #ffea00b0; }



  
/** ARTIKEL LIST DESAIN **/
/* Judul artikel di detail */
.page_title {
    color: #125e5a;
}

  /* rata kiri kanan abstract */
.obj_article_details .abstract {
    text-align: justify;
  }

/* untuk daftar artikel */
a {
    color: #125e5a;
}

a:hover {
    color: #f28d40;
}


/* --- 1. Tombol (Galleys & Buttons) --- */
.cmp_button_wire,
.obj_galley_link {
    background: #125e5a;
    border: 1px solid #125e5a;
    color: #fff;
    transition: all 0.3s ease; /* Transisi dasar */
    display: inline-block;
    cursor: pointer;
}

.cmp_button_wire:hover,
.obj_galley_link:hover {
    background: #0d4643;
    border-color: #0d4643;
    color: #fff;
    /* Animasi getar */
    animation: shake-animation 0.5s ease-in-out infinite;
    box-shadow: 0 0 15px rgba(18, 94, 90, 0.5);
}

/* --- 2. Kartu Ringkasan Artikel --- */
.obj_article_summary {
    border: 1px solid #8bb5b4;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px #125e5a;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #fff;
}

.obj_article_summary:hover {
    /* Animasi Unik: Melayang dan Bayangan Berubah */
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 15px 30px rgba(18, 94, 90, 0.2);
    border-color: #125e5a;
}

/* --- KEYFRAMES ANIMASI --- */

/* Animasi Getar (Shake) */
@keyframes shake-animation {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(2deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-2deg); }
    100% { transform: rotate(0deg); }
}


.read_more {
  margin-top: 20px;
  padding-left: 5px;
}


/**  DESAIN UMUM UNTUK SEMUA KONTEN  **/

/* Sidebar Title*/

.name {
    color: #012724;
    font-weight: 600;
}

.pkp_block .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #104f4a;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.obj_article_details .page_title{
  font-weight: 900;
}

.item .over_image .sub_item{
  width: 190px;
}

/* Payment */

        .payment-methods {
        margin-top: 30px;
        }

        .method-card {
            display: flex;
            align-items: center;
            padding: 15px;
            border: 2px solid #f1f5f9;
            border-radius: 16px;
            margin-bottom: 12px;
            cursor: pointer;
            transition: 0.3s;
        }

        .method-card:hover {
            border-color: #0056b3;
            background: #f0f7ff;
        }

        .method-icon {
            width: 50px;
            height: 30px;
            object-fit: contain;
            margin-right: 15px;
        }

        .method-info {
            flex-grow: 1;
        }

        .method-name {
            font-weight: 700;
            font-size: 14px;
            color: #1e293b;
        }

        /* Bank Account Info */
        .bank-info {
            background: #eef2f7;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 25px;
        }

        .bank-details {
            margin-top: 10px;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        .bank-details strong {
            display: inline-block;
            width: 100px;
        }

        /* WhatsApp Button */
        .btn-whatsapp {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background-color: var(--accent-color);
            color: white;
            text-decoration: none;
            padding: 15px;
            border-radius: 8px;
            font-weight: bold;
            transition: background 0.3s ease;
            text-align: center;
            margin-bottom: 10px;
        }
        .btn-loa {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background-color: var(--primary-color);
            color: white;
            text-decoration: none;
            padding: 15px;
            border-radius: 8px;
            font-weight: bold;
            transition: background 0.3s ease;
            text-align: center;
        }

        .btn-whatsapp:hover {
            background-color: #219150;
        }


/** TOOLS F.A.Q **/
        
        /* Sembunyikan Radio Button Asli */
        .faq-input {
            display: none;
        }

        .faq-item {
            border-bottom: 1px solid var(--border-color);
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        /* Header / Pertanyaan */
        .faq-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 20px;
            background: #fff;
            cursor: pointer;
            font-weight: 600;
            color: var(--primary-blue);
            transition: background 0.3s ease;
        }

        .faq-label:hover {
            background: var(--light-blue);
        }

        /* Ikon Panah */
        .faq-label::after {
            content: '\276F'; /* Simbol > */
            width: 1em;
            height: 1em;
            text-align: center;
            transition: transform 0.3s ease;
            color: #94a3b8;
        }

        /* Konten / Jawaban */
        .faq-content {
            max-height: 0;
            overflow: hidden;
            background: #fff;
            transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
            color: var(--text-main);
        }

        .faq-text {
            padding: 0 20px 20px;
            line-height: 1.6;
            font-size: 0.95rem;
        }

        /* LOGIKA CSS UNTUK MEKANISME TERBUKA */
        
        /* 1. Menampilkan konten saat radio di-check */
        .faq-input:checked ~ .faq-content {
            max-height: 500px; /* Batas tinggi maksimal saat terbuka */
            transition: max-height 0.5s ease-in;
        }

        /* 2. Memutar ikon panah */
        .faq-input:checked ~ .faq-label::after {
            transform: rotate(90deg);
            color: var(--accent);
        }

        /* 3. Memberi warna pada pertanyaan yang aktif */
        .faq-input:checked ~ .faq-label {
            color: var(--accent);
            background: var(--light-blue);
        }




/** ICON TOOLS DAN INFONYA **/

        .list-container {
            width: 100%;
            max-width: 550px;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .list-item {
            display: flex;
            align-items: center;
            background: var(--card-bg);
            padding: 10px;
            border-radius: 0.575rem; /* Standard BS5 Rounded */
            border: 1px solid rgba(0,0,0,0.05);
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
            position: relative;
            overflow: hidden;
        }

        /* --- EFEK HOVER UTAMA --- */
        .list-item:hover {
            transform: translateX(10px); /* Geser sedikit ke kanan */
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            border-color: var(--accent-color);
        }

        /* Garis aksen di samping saat hover */
        .list-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 4px;
            background: var(--accent-color);
            transform: scaleY(0);
            transition: transform 0.3s ease;
        }

        .list-item:hover::before {
            transform: scaleY(1);
        }

        .image-box {
            width: 30px;
            height: 30px;
            margin-right: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.5s ease;
            flex-shrink: 0;
        }

        /* Animasi Ikon saat Hover */
        .list-item:hover .image-box {
            transform: scale(1.1) rotate(5deg);
        }

        .image-box img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .content {
            display: flex;
            flex-direction: column;
        }

        .title-pey {
            font-size: 13px;
            font-weight: 700;
            color: var(--text-main);
            margin-bottom: 2px;
            transition: color 0.3s ease;
        }

        .list-item:hover .title-pey {
            color: var(--accent-color);
        }

        .description-tools {
            font-size: 11px;
            color: var(--text-sub);
            line-height: 1.4;
        }

        /* Responsivitas Layar Kecil */
        @media (max-width: 480px) {
            .list-item {
                padding: 15px;
            }
            .image-box {
                width: 50px;
                height: 50px;
                margin-right: 15px;
            }
            .title-pey { font-size: 1.1rem; }
            .description { font-size: 0.85rem; }
        }







/***** TEMPLATE JOURNAL *****/
    .minimal-template-link {
        display: block;
        width: 100%;
        position: relative;
        text-decoration: none;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        
    }

    .minimal-template-link img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px; /* Corner lebih melengkung agar elegan */
        border: 1px solid rgba(0, 0, 0, 0.05); /* Border tipis halus */
        
        /* Box Shadow yang Indah & Lembut */
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08), 
                    0 1px 3px rgba(0, 0, 0, 0.05);
        
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    /* --- EFEK HOVER --- */
    .minimal-template-link:hover img {
        /* Shadow berubah menjadi soft glow yang lebih dalam */
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 
                    0 5px 15px rgba(0, 0, 0, 0.06);
        
        /* Animasi Getar Minimalis (Subtle Shake) */
        animation: elegant-shake 0.6s ease-in-out infinite;
        
        /* Sedikit efek scale up */
        transform: translateY(-5px);
    }

    /* Efek Tekan */
    .minimal-template-link:active img {
        transform: translateY(-2px) scale(0.98);
    }

    /* KEYFRAMES GETAR YANG LEBIH HALUS */
    @keyframes elegant-shake {
        0% { transform: translateY(-5px) rotate(0deg); }
        25% { transform: translateY(-5px) rotate(1deg); }
        50% { transform: translateY(-5px) rotate(0deg); }
        75% { transform: translateY(-5px) rotate(-1deg); }
        100% { transform: translateY(-5px) rotate(0deg); }
    }



/******* ABAOUT JOURNAL *******/
.about-journal-container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        background: #ffffff;
        padding: 25px;
        border-radius: 15px;
        border: 1px solid #eef2f6;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        align-items: flex-start;
        margin: 20px 0;
    }

    /* Bagian Cover (Kiri) */
    .journal-cover-wrapper {
        flex: 1;
        min-width: 33%;
        max-width: 33%;
        display: flex;
        justify-content: center;
    }

    .shake-cover {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.3s ease;
        cursor: pointer;
    }

    /* Efek Getar Saat Hover */
    .shake-cover:hover {
        animation: shake-animation 0.5s ease-in-out infinite;
    }

    /* Bagian Detail (Kanan) */
    .journal-details-wrapper {
        flex: 2;
    }

    .journal-main-title {
        color: #125e5a; /* Warna hijau tua identik dengan PISMA */
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 24px;
        border-bottom: 3px solid #125e5a;
        display: inline-block;
        padding-bottom: 5px;
    }

    .journal-description {
        line-height: 1.6;
        color: #444;
        text-align: justify;
        margin-bottom: 20px;
        font-size: 14.5px;
    }

    /* Styling Tabel Info */
    .journal-info-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
    }

    .journal-info-table td {
        padding: 8px 5px;
        vertical-align: top;
        color: #333;
    }

    .journal-info-table td:first-child {
        width: 150px;
        white-space: nowrap;
    }

    /* Elemen Tambahan */
    .badge {
        background: #f0f4f8;
        padding: 2px 8px;
        border-radius: 4px;
        font-size: 12px;
        margin-right: 5px;
        color: #125e5a;
        font-weight: bold;
        border: 1px solid #d1d9e0;
    }

    .link-text {
        color: #066ec8;
        font-weight: 500;
    }

    /* KEYFRAMES ANIMASI GETAR */
    @keyframes shake-animation {
        0% { transform: rotate(0deg); }
        25% { transform: rotate(1.5deg) translate(1px, 1px); }
        50% { transform: rotate(0deg) translate(-1px, -1px); }
        75% { transform: rotate(-1.5deg) translate(1px, -1px); }
        100% { transform: rotate(0deg); }
    }

    /* Responsivitas Layar HP */
    @media (max-width: 768px) {
        .about-journal-container {
            flex-direction: column;
            align-items: center;
        }
        .journal-cover-wrapper {
            max-width: 200px;
            margin-bottom: 20px;
        }
        .journal-info-table td {
            display: block;
            width: 100% !important;
        }
    }