/* =========================================================
   OJS 3.3 CLEAN MODERN UI FINAL
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* =========================
   GLOBAL
========================= */

body{
    background:#f5f7fb !important;
    font-family:'Poppins',sans-serif;
    color:#222;
    overflow-x:hidden;
    margin:0;
    padding:0;
    line-height:1.7;
}

a{
    text-decoration:none;
}

/* =========================
   MAIN LAYOUT
========================= */

.pkp_structure_page{
    width:100%;
    max-width:100%;
    margin:0 auto;
    background:transparent;
    box-shadow:none;
}

.pkp_structure_content{
    width:88%;
    max-width:1350px;
    margin:auto;
}

/* =========================
   REMOVE DEFAULT SPACE
========================= */

.pkp_structure_head{
    margin:0 !important;
    padding:0 !important;
}

/* =========================
   FULL HERO BANNER
========================= */

.pkp_site_name_wrapper{
    position:relative;
    width:100%;
    height:520px;
    overflow:hidden;

    background:
    linear-gradient(
        rgba(0,0,0,.35),
        rgba(0,0,0,.35)
    ),
    url('https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?q=80&w=1600&auto=format&fit=crop');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    display:flex;
    align-items:center;
    justify-content:center;
}

/* ==========================================================
   JMEBK NAVIGATION
========================================================== */

.pkp_site_nav_menu{

    background:#8b0000 !important;

    padding:18px 0;

    display:flex !important;

    flex-direction:column;

    align-items:center;

    justify-content:center;
}

/* ==========================
   BARIS 1
========================== */

.pkp_navigation_primary_row{

    width:100%;

    display:flex !important;

    justify-content:center !important;

    background:none !important;

    box-shadow:none !important;

    margin-bottom:14px;
}

.pkp_navigation_primary ul{

    display:flex !important;

    justify-content:center !important;

    align-items:center !important;

    flex-wrap:wrap;

    gap:35px;

    margin:0;

    padding:0;

    list-style:none;
}

.pkp_navigation_primary ul li a{

    color:#fff !important;

    font-size:15px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.4px;

    transition:.3s;
}

.pkp_navigation_primary ul li a:hover{

    opacity:.8;
}

/* ==========================
   BARIS 2
========================== */

.pkp_navigation_user_wrapper{

    position:static !important;

    width:100%;

    display:flex !important;

    justify-content:center !important;

    align-items:center !important;

    gap:25px;
}

.pkp_navigation_user{

    display:flex !important;

    flex-direction:row !important;

    justify-content:center !important;

    align-items:center !important;

    gap:25px;

    margin:0;

    padding:0;

    list-style:none;
}

.pkp_navigation_user li a{

    background:none !important;

    border:none !important;

    color:#fff !important;

    font-size:15px;

    font-weight:700;

    text-transform:uppercase;

    padding:0 !important;

    border-radius:0 !important;
}

.pkp_navigation_user li a:hover{

    opacity:.8;
}

/* SEARCH */

.pkp_search{

    display:flex !important;

    align-items:center !important;

    margin:0 !important;

    padding:0 !important;
}

.pkp_search a{

    color:#fff !important;

    font-size:15px;

    font-weight:700;

    text-transform:uppercase;
}

/* =========================
   OVERLAY
========================= */

.pkp_site_name_wrapper::before{
    content:'';
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        135deg,
        rgba(123,0,0,.55),
        rgba(185,28,28,.35)
    );
}

/* =========================
   BANNER CONTENT
========================= */

.pkp_site_name{
    position:relative;
    z-index:3;
    width:90%;
    max-width:1400px;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* =========================
   LOGO BANNER
========================= */

.pkp_site_name img{
    width:240px;
    height:auto;
    border-radius:20px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.25);
}

/* =========================
   REMOVE TEXT HEADER
========================= */

.pkp_site_name .is_img::after{
    display:none !important;
    content:none !important;
}


/* =========================
   SECTION TITLE
========================= */

.page_index_journal h2{
    font-size:28px;
    font-weight:700;
    margin-top:60px;
    margin-bottom:30px;
    color:#222;
}

/* =========================
   ARTICLE CARD
========================= */

.obj_issue_toc .articles > li{
    background:#fff !important;

    border:none !important;

    border-radius:22px;

    padding:30px;

    margin-bottom:30px;

    box-shadow:
        0 6px 25px rgba(0,0,0,.06);

    transition:.3s;
}

.obj_issue_toc .articles > li:hover{
    transform:translateY(-4px);

    box-shadow:
        0 12px 35px rgba(0,0,0,.1);
}

/* =========================
   ARTICLE COVER
========================= */

.obj_article_summary .cover img{
    width:190px;
    height:270px;

    object-fit:cover;

    border-radius:18px;

    box-shadow:
        0 8px 20px rgba(0,0,0,.1);
}

/* =========================
   ARTICLE TITLE
========================= */

.obj_article_summary .title{
    font-size:16px !important;
    line-height:1.9 !important;
    font-weight:600 !important;

    margin-bottom:18px;
}

.obj_article_summary .title a{
    color:#1f2937 !important;
}

.obj_article_summary .title a:hover{
    color:#a10404 !important;
}

/* =========================
   AUTHORS
========================= */

.obj_article_summary .authors{
    font-size:14px;
    color:#666;
    margin-bottom:18px;
}

/* =========================
   PAGE NUMBER
========================= */

.obj_article_summary .pages{
    font-size:14px;
    color:#888;
}

/* =========================
   ABSTRACT VIEWS
========================= */

.obj_article_summary .item{
    font-size:14px;
    color:#555;
}

/* =========================
   PDF BUTTON
========================= */

.obj_galley_link{
    background:
    linear-gradient(
        135deg,
        #a10404,
        #d62828
    ) !important;

    border:none !important;

    border-radius:12px !important;

    color:#fff !important;

    padding:12px 22px !important;

    font-size:14px;
    font-weight:600;

    transition:.3s;
}

.obj_galley_link:hover{
    transform:translateY(-2px);

    box-shadow:
        0 10px 20px rgba(161,4,4,.2);
}

/* =========================
   SIDEBAR
========================= */

.pkp_block{
    background:#fff;

    border:none;

    border-radius:18px;

    padding:22px;

    margin-bottom:25px !important;

    box-shadow:
        0 4px 18px rgba(0,0,0,.05);
}

/* =========================
   FOOTER
========================= */

.pkp_structure_footer{
    background:
    linear-gradient(
        135deg,
        #7f0000,
        #b71c1c
    );

    color:#fff;

    padding:60px 0;
}

.pkp_structure_footer a{
    color:#fff;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:992px){

.pkp_site_name_wrapper{
    height:420px;
}

.pkp_site_name img{
    width:180px;
}

.obj_article_summary .cover img{
    width:100%;
    height:auto;
}

}

@media(max-width:768px){

.pkp_navigation_user_wrapper{
    top:20px;
    right:20px;
}

.pkp_navigation_user li a{
    padding:10px 18px !important;
    font-size:13px;
}

.pkp_site_name_wrapper{
    height:340px;
}

.pkp_site_name img{
    width:140px;
}

.obj_issue_toc .articles > li{
    padding:20px;
}

.obj_article_summary .title{
    font-size:15px !important;
    line-height:1.7 !important;
}

}

@media(max-width:480px){

.pkp_site_name_wrapper{
    height:280px;
}

.pkp_site_name img{
    width:110px;
}

.page_index_journal h2{
    font-size:22px;
}

.obj_article_summary .title{
    font-size:14px !important;
}

.obj_galley_link{
    width:100%;
    text-align:center;
}

}

/* ==========================
   FORCE SEARCH + LOGIN + REGISTER
========================== */

.pkp_navigation_user_wrapper{

    display:flex !important;

    justify-content:center !important;

    align-items:center !important;

    gap:25px;
}

.pkp_navigation_user{

    display:flex !important;

    flex-direction:row !important;

    align-items:center !important;

    gap:25px;
}

.pkp_search{

    display:flex !important;

    align-items:center !important;

    margin:0 !important;
}