/* ============================================ */
/* CSS JPL MODERN */
/* ============================================ */

/* ===== BODY ===== */
html, body {
    font-family: Aptos, Arial, sans-serif !important;
    background: url(https://thumbs.dreamstime.com/b/modern-simple-geometric-vector-seamless-pattern-gold-line-texture-white-background-light-abstract-wallpaper-modern-simple-123642313.jpg);
    background-repeat: repeat;
    background-size: 300px;
    background-position: center;
    background-attachment: fixed;
    scroll-behavior: smooth;
    margin: 0;
}

/* ===== CONTAINER ===== */
.pkp_structure_page {
    max-width: 1200px;
    margin: 10px auto;
    background: rgba(255,255,255,0.97);
    box-shadow: 0 8px 24px rgba(0,0,0,0.10), 0 2px 6px rgba(0,0,0,0.05);
    border-radius: 14px;
    transition: 0.3s ease;
}

/* ===== HEADER ===== */
.pkp_structure_head,
.pkp_head_wrapper {
    padding: 0 !important;
    background: #74d713 !important;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.pkp_site_name { margin: 0; width: auto%; }

.pkp_site_name .is_img img,
.pkp_site_name img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    width: auto;
    display: block;
}

/* ===== NAVBAR ===== */
.pkp_navigation_primary_wrapper {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.pkp_navigation_primary_row {
    background: #74d713;
    font-weight: normal;
}

.pkp_navigation_primary_row a {
    color: #000 !important;
    padding: 0 15px !important;
    line-height: 30px !important;
    transition: 0.2s ease;
}

.pkp_navigation_primary_row a:hover {
    background: #ffe699 !important;
    color: #000 !important;
}

.pkp_navigation_primary_row ul ul {
    background: #ffefb5 !important;
}

.pkp_navigation_primary_row ul ul a {
    color: #000 !important;
}

.pkp_navigation_primary_row ul ul a:hover {
    background: #f39c12;
    color: #000 !important;
}

.pkp_navigation_primary_row .current a,
.pkp_navigation_primary_row a:active,
.pkp_navigation_primary_row a:focus {
    background: #FFC344 !important;
    color: #000 !important;
}

/* ===== BREADCRUMB ===== */
.pkp_breadcrumbs {
    background: transparent !important;
    border: none !important;
}

.pkp_breadcrumbs a { color: #4573ff !important; }

/* ===== CONTENT ===== */
.pkp_structure_content { background: #fff !important; }

.pkp_structure_main {
    padding: 20px;
    line-height: 1.7;
}

.pkp_structure_main h1 {
    font-weight: 600;
    font-size: 20px;
}

.pkp_structure_main a {
    color: #135f89;
    transition: 0.2s ease;
}

.pkp_structure_main a:hover { color: #148200; }

/* ===== ARTIKEL ===== */
.obj_article_summary {
    padding: 10px !important;
    margin-bottom: 8px;
    background: transparent !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.25s ease;
}

.obj_article_summary:hover {
    background: #fcfff7 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.obj_article_summary .title a {
    color: #00526b !important;
    font-weight: 600;
    transition: 0.2s ease;
}

.obj_article_summary .title a:hover {
    color: #d98c00;
    padding-left: 2px;
}

/* ===== BUTTON PDF ===== */
.obj_galley_link {
    font-weight: 700;
    text-transform: capitalize !important;
    background: #74d713 !important;
    color: #000 !important;
    border: none !important;
    border-radius: 8px;
    padding: 7px 14px !important;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.obj_galley_link:hover {
    background: #23b832;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

/* ===== FOOTER ===== */
.pkp_structure_footer_wrapper {
    background: #74d713 !important;
    border-bottom: 20px solid #74d713;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
}

.pkp_footer_content {
    width: 100%;
    padding: 10px 0;
}

.pkp_footer_content img { border: 0 solid #2f2f2f; }

.pkp_brand_footer { display: none; }

/* ===== HOMEPAGE ===== */
.homepage_image {
    display: inline-block;
    width: 28%;
    float: right;
}

.homepage_image img {
    margin: 60px 0 0 -20px;
    width: 300px;
    border-radius: 12px;
    box-shadow: 4px 2px 5px gray;
    transition: all 0.3s ease;
}

.homepage_image img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 22px rgba(0,0,0,0.18);
}

.homepage_about {
    display: inline-block;
    width: 70%;
}

.homepage_about p { text-align: justify; }

/* ===== SIDEBAR ===== */
.sidebar { font-family: Aptos, Arial, sans-serif; }

.box {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
}

.box-header {
    padding: 10px;
    background: #74d713;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.menu li { border-bottom: 1px solid #eee; }

.menu li:last-child { border-bottom: none; }

.menu li a {
    display: block;
    padding: 1px 14px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    border-radius: 6px;
    transition: 0.2s;
}

.menu li a:hover {
    background: #fefff2;
    color: #23b832;
    padding-left: 16px;
}

.center {
    text-align: center;
    padding: 15px;
}

.img-full {
    width: 100%;
    max-width: 270px;
}

/* ===== TOOLS ===== */
.tools {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 6px;
    padding: 10px 10px 18px 10px;
}

.tools img {
    width: 100%;
    max-width: 110px;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.tools img:hover {
    transform: scale(1.04);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 10px; }

::-webkit-scrollbar-track { background: #f1f1f1; }

::-webkit-scrollbar-thumb {
    background: #74d713;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #4ea500;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

    .pkp_structure_main { padding: 14px; }

    .obj_article_summary { padding: 12px !important; }

    .homepage_image {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .homepage_image img {
        width: 90%;
        max-width: 280px;
        margin: 0 auto;
    }

    .homepage_about { width: 100%; }
}

@media (max-width: 360px) {

    .homepage_image {
        width: 90%;
        margin: 0;
    }
}