
/* === BACKGROUND GRADASI DENGAN MOTIF SAMAR === */
body {
    background: linear-gradient(180deg, #f2f6fc, #d9e4f5); /* gradasi biru muda-putih */
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

/* Overlay motif batik samar */
body::before {
    content: "";
    background: url('https://journal.bustanululum.ac.id/public/site/images/syarif16/bg-batik.png') repeat;
    opacity: 0.08; /* atur transparansi agar elegan */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
}

/* === AREA KONTEN TENGAH === */
.pkp_structure_page {
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* === HEADER & LOGO === */
.pkp_site_name,
.pkp_head_wrapper {
    background: linear-gradient(180deg, #003366, #0055aa);
    padding: 15px;
    text-align: center;
}

/* === NAVBAR FULL BIRU === */
.pkp_navigation_primary {
    background: linear-gradient(180deg, #003366, #0055aa) !important;
    border-top: none !important;
    border-bottom: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pkp_navigation_primary_wrapper {
    width: 100% !important;
    margin: 0 auto;
    padding: 0;
}

.pkp_navigation_primary ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pkp_navigation_primary a {
    color: #fff !important;
    font-weight: bold;
    padding: 10px 15px;
    text-decoration: none;
}

.pkp_navigation_primary a:hover {
    background: #002244 !important;
    color: #fff !important;
}

/* === SIDE MENU === */
.pkp_block {
    background: #0055aa;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.pkp_block .title {
    background: #e0f0ff;
    color: #003366;
    font-weight: bold;
    padding: 5px;
    display: block;
    margin-bottom: 8px;
    text-align: center;
}

.pkp_block a {
    background: #e0f0ff;
    color: #003366 !important;
    display: block;
    margin: 3px 0;
    padding: 5px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
}

.pkp_block a:hover {
    background: #003366;
    color: #fff !important;
}

/* === MAIN CONTENT === */
.pkp_page_index .about_journal,
.pkp_page_index .current_issue {
    background: #fff;
    border: 2px solid #0055aa;
    padding: 25px;
    margin: 20px auto;
    border-radius: 10px;
    max-width: 900px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* === LIST ARTIKEL (ISSUE PAGE) === */
.obj_article_summary {
    background: #e0f0ff;
    border: 1px solid #0055aa;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Judul artikel */
.obj_article_summary .title a {
    color: #003366 !important;
    font-weight: bold;
    text-decoration: none;
}

.obj_article_summary .title a:hover {
    color: #0055aa !important;
    text-decoration: underline;
}

/* Tombol PDF */
.obj_article_summary .galley-link {
    background: #0055aa !important;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}

.obj_article_summary .galley-link:hover {
    background: #003366 !important;
}

/* === ISSUE SUMMARY (Vol 1 No 1 + Cover + Deskripsi) === */
.issue,
.issue_description,
.obj_issue_summary {
    background: #e0f0ff;
    border: 1px solid #0055aa;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Gambar cover */
.issue img,
.issue_description img,
.obj_issue_summary img {
    max-width: 220px;
    float: left;
    margin: 0 20px 10px 0;
    border-radius: 5px;
}

/* Teks deskripsi */
.issue p,
.issue_description p,
.obj_issue_summary p {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}
body {
    background-color: #f8f9fa !important; /* warna dasar tengah */
    background-image: url('https://journal.bustanululum.ac.id/public/site/images/kawakib123456789/mceclip1.jpg'),
                      url('https://journal.bustanululum.ac.id/public/site/images/kawakib123456789/mceclip1.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: auto 100%, auto 100%;
    background-attachment: fixed, fixed;
}
/* === SUBMENU / DROPDOWN === */
.pkp_navigation_primary li ul {
    background: #ffffff; /* Warna latar dropdown */
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 0;
    min-width: 150px;
    position: absolute;
    z-index: 1000;
    display: none;
}

.pkp_navigation_primary li:hover ul {
    display: block;
}

.pkp_navigation_primary li ul li a {
    color: #003366 !important; /* Warna teks dropdown */
    background: transparent;
    display: block;
    padding: 8px 15px;
    font-weight: normal;
    text-align: left;
}

.pkp_navigation_primary li ul li a:hover {
    background: #0055aa !important;
    color: #fff !important;
}
