/* =====================================================
   JPRIMA FINAL HEADER FIX - OJS 3.3
   Force Remove Old Header + Full Banner
===================================================== */

/* =========================
   GLOBAL
========================= */

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f5f7f9;
}

/* =========================
   REMOVE OLD UNSWAGATI HEADER
========================= */

.pkp_site_name_wrapper,
.pkp_site_name,
.pkp_site_name img,
.pkp_head_wrapper .pkp_site_name {
    display: none !important;
}

/* =========================
   CREATE NEW HEADER BANNER
========================= */

.pkp_structure_head::before {
    content: "";
    display: block;
    width: 100%;
    height: 260px;
    background-image: url('https://jurnal.ugj.ac.id/public/journals/57/pageHeaderLogoImage_en_US.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* =========================
   NAVIGATION
========================= */

.pkp_navigation_primary_row {
    background: #ffffff !important;
    margin-top: 0 !important;
    position: relative !important;
    z-index: 10;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

/* menu */
.pkp_navigation_primary > li > a {
    color: #444 !important;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* hover */
.pkp_navigation_primary > li > a:hover {
    background: #7A0019;
    color: #ffffff !important;
}

/* active */
.pkp_navigation_primary > li.active > a {
    background: #7A0019 !important;
    color: #ffffff !important;
}

/* dropdown */
.pkp_navigation_primary .dropdown-menu {
    border-radius: 10px;
    border: none;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.pkp_navigation_primary .dropdown-menu li a:hover {
    background: #7A0019 !important;
    color: #ffffff !important;
}

/* =========================
   SEARCH BUTTON
========================= */

button,
input[type="submit"],
.pkp_search button {
    background: #7A0019 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px;
}

/* =========================
   CONTENT
========================= */

.pkp_structure_content {
    max-width: 1200px;
    margin: 25px auto;
    padding: 20px;
}

/* article card */
.obj_article_summary {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 18px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.07);
    transition: all 0.25s ease;
}

.obj_article_summary:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.10);
}

/* article title */
.obj_article_summary .title a {
    color: #7A0019 !important;
    font-weight: 700;
    text-decoration: none;
}

/* sidebar */
.pkp_block {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* footer */
.pkp_structure_footer {
    background: #7A0019;
    color: #ffffff;
    padding: 30px 20px;
    margin-top: 40px;
}

/* hide PKP footer */
.pkp_brand_footer,
img[alt*="PKP"],
a[href*="pkp.sfu.ca"] {
    display: none !important;
}

/* =========================
   RESPONSIVE MOBILE
========================= */

@media (max-width: 768px) {

    .pkp_structure_head::before {
        height: 120px;
        background-size: contain;
        background-color: #ffffff;
    }

    .pkp_navigation_primary_row {
        position: relative;
        background: #ffffff;
    }

    .pkp_navigation_primary > li > a {
        padding: 10px;
        font-size: 14px;
    }

    .pkp_structure_content {
        padding: 12px;
    }

}
