/* ==================================
   RUMAH JURNAL SINDOTECH
   OJS 3.5 PROFESSIONAL THEME
================================== */

/* GLOBAL */

body{
    font-family:"Segoe UI",Roboto,Arial,sans-serif;
    background:#f8fafc;
    color:#334155;
    line-height:1.7;
}

/* HEADER */

.pkp_structure_head{
    background:linear-gradient(
        135deg,
        #0f172a,
        #1e3a8a
    );
    border:none;
}

.pkp_site_name a{
    color:#fff !important;
    font-weight:700;
    font-size:30px;
    letter-spacing:.5px;
}

/* MENU */

.pkp_navigation_primary_wrapper{
    background:#ffffff;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
}

.pkp_navigation_primary_row a{
    color:#0f172a !important;
    font-weight:600;
}

.pkp_navigation_primary_row a:hover{
    color:#2563eb !important;
}

/* HOMEPAGE BLOCK */

.pkp_block{
    background:#fff;
    border-radius:14px;
    border:none;
    box-shadow:
    0 4px 18px rgba(0,0,0,.05);
    padding:20px;
}

/* CURRENT ISSUE */

.current_issue{
    background:#fff;
    padding:25px;
    border-radius:18px;
    box-shadow:
    0 6px 24px rgba(0,0,0,.06);
}

/* ISSUE COVER */

.obj_issue_summary{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    transition:.3s;
    box-shadow:
    0 4px 20px rgba(0,0,0,.05);
}

.obj_issue_summary:hover{
    transform:translateY(-4px);
}

/* ARTICLE LIST */

.obj_article_summary{
    background:#fff;
    padding:20px;
    margin-bottom:15px;
    border-radius:14px;
    border-left:5px solid #2563eb;
    box-shadow:
    0 3px 12px rgba(0,0,0,.04);
}

.obj_article_summary:hover{
    box-shadow:
    0 8px 25px rgba(0,0,0,.08);
}

/* ARTICLE TITLE */

.obj_article_summary .title a{
    color:#0f172a;
    font-weight:700;
    font-size:18px;
}

.obj_article_summary .title a:hover{
    color:#2563eb;
}

/* BUTTON */

.cmp_button,
.pkp_button,
button{
    background:#2563eb !important;
    border:none !important;
    border-radius:10px;
    color:#fff !important;
    font-weight:600;
    transition:.3s;
}

.cmp_button:hover,
.pkp_button:hover,
button:hover{
    background:#1d4ed8 !important;
}

/* LOGIN */

.page_login .login{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:
    0 8px 30px rgba(0,0,0,.08);
}

/* SEARCH */

.cmp_search_filter{
    background:#fff;
    border-radius:15px;
    padding:20px;
}

/* SIDEBAR */

.pkp_block .title{
    color:#0f172a;
    font-weight:700;
    border-bottom:2px solid #2563eb;
    padding-bottom:8px;
}

/* ANNOUNCEMENTS */

.obj_announcement_summary{
    background:#fff;
    border-radius:14px;
    padding:20px;
    margin-bottom:15px;
    box-shadow:
    0 3px 12px rgba(0,0,0,.04);
}

/* FOOTER */

.pkp_structure_footer_wrapper{
    background:#0f172a;
    color:#fff;
    padding:40px 0;
}

.pkp_structure_footer_wrapper a{
    color:#93c5fd;
}

/* ARTICLE PAGE */

.article-details{
    background:#fff;
    border-radius:20px;
    padding:25px;
    box-shadow:
    0 4px 18px rgba(0,0,0,.05);
}

/* PDF BUTTON */

.galley-link{
    border-radius:8px;
    font-weight:600;
}

/* MOBILE */

@media (max-width:768px){

.pkp_site_name a{
    font-size:22px;
}

.obj_article_summary{
    padding:15px;
}

.current_issue{
    padding:15px;
}

.pkp_block{
    margin-bottom:15px;
}
}
/* ==========================
   SIDEBAR SINDOTECH
========================== */

.block_sindotech{
    background:#ffffff;
    border-radius:16px;
    padding:20px;
    box-shadow:0 4px 20px rgba(0,0,0,.06);
}

.block_sindotech .title{
    color:#0f172a;
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    border-bottom:3px solid #2563eb;
    padding-bottom:10px;
}

.block_sindotech h4{
    color:#1e40af;
    margin-bottom:12px;
    margin-top:10px;
    font-size:15px;
}

.sindotech-menu{
    list-style:none;
    margin:0;
    padding:0;
}

.sindotech-menu li{
    margin-bottom:8px;
}

.sindotech-menu a{
    display:block;
    padding:10px 12px;
    border-radius:8px;
    text-decoration:none;
    color:#334155;
    transition:.3s;
}

.sindotech-menu a:hover{
    background:#eff6ff;
    color:#2563eb;
    padding-left:18px;
}

.sindotech-contact{
    font-size:14px;
    color:#475569;
    line-height:1.8;
}

.block_sindotech hr{
    margin:18px 0;
    border:none;
    border-top:1px solid #e2e8f0;
}

/* ==========================
   SIDEBAR SINDOTECH
========================== */

.block_sindotech{
    background:#ffffff;
    border-radius:16px;
    padding:20px;
    box-shadow:0 4px 20px rgba(0,0,0,.06);
}

.block_sindotech .title{
    color:#0f172a;
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    border-bottom:3px solid #2563eb;
    padding-bottom:10px;
}

.block_sindotech h4{
    color:#1e40af;
    margin-bottom:12px;
    margin-top:10px;
    font-size:15px;
}

.sindotech-menu{
    list-style:none;
    margin:0;
    padding:0;
}

.sindotech-menu li{
    margin-bottom:8px;
}

.sindotech-menu a{
    display:block;
    padding:10px 12px;
    border-radius:8px;
    text-decoration:none;
    color:#334155;
    transition:.3s;
}

.sindotech-menu a:hover{
    background:#eff6ff;
    color:#2563eb;
    padding-left:18px;
}

.sindotech-contact{
    font-size:14px;
    color:#475569;
    line-height:1.8;
}

.block_sindotech hr{
    margin:18px 0;
    border:none;
    border-top:1px solid #e2e8f0;
}