/************************************************
GLOBAL LAYOUT
************************************************/

body {
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 15px !important;
    line-height:1.2 !important;
    background: #ffffff !important;
    color: #1b1f2b !important;
    margin: 0 !important;
}
/************************************************
HEADER (CLEAN WHITE + TOP ACCENT)
************************************************/

.pkp_structure_head {
    background: #ffffff !important;
}
.pkp_site_name,.is_img img {
    max-width: 100%;
}
/* Logo */
.pkp_site_name img {
    max-height: 120px !important;
}
.pkp_site_name::after {
    content:"";
    font-size: 32px;
    font-weight: bold;
    color:#06126f!important;
    text-align:center!important;
    margin: 20px;
}
.pkp_site_name {
    display: flex;
    align-items: center;
}
.pkp_structure_main p {
    text-align: justify;
}
html, body {
    background: #f4f7fb;
}
.pkp_site_name_wrapper {
    background: #bcc3f159!important;
}
.pkp_structure_head {
    position: relative;
}

.pkp_structure_head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #4b2a86, #2aa6c8);
}
.pkp_navigation_user>li>a {
        color: #06126f;
}

/************************************************
NAVIGATION (LIGHT STYLE – NOT DARK BAR)
************************************************/


.pkp_navigation_primary_row {
   background: linear-gradient(90deg, #4b2a86, #2aa6c8)!important;
    text-align:center;
}

.pkp_navigation_primary {
    justify-content: center !important;
    display:inline;
}

.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em;
    padding: 14px 10px !important;
}

.pkp_navigation_primary > li > a:hover {
    background: #4b2a86 !important;
    color: #ffffff !important;
}
.pkp_navigation_search_wrapper a {
    color: white !important;
}
.pkp_navigation_primary_wrapper {
    text-align: center;
}
/************************************************
DROPDOWN MENU
************************************************/

.pkp_navigation_primary .dropdown-menu {
    background: #ffffff !important;
    border-radius: 8px !important;
    border: 1px solid #e0e6f0 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
}

.pkp_navigation_primary .dropdown-menu a {
    color: #1f3f8f !important;
}

.pkp_navigation_primary .dropdown-menu a:hover {
    background: #f4f7fb !important;
    color: #4b2a86 !important;
}
/************************************************
CONTENT AREA (CARD STYLE)
************************************************/

.pkp_structure_main {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05) !important;
    width: 800px;
    margin: 30px;
}
nav.cmp_breadcrumbs {
    display: none !important;
}

.pkp_structure_main h2,.pkp_structure_main h3, .pkp_structure_main h4 {
    margin: 0.857rem 0 0.43rem;
}
.pkp_structure_main p, .pkp_structure_main ul {
    line-height: 1.785rem;
    margin: 0.43rem 0;
}

.pkp_page_index .homepage_image {
    margin: 1px;
}
.pkp_structure_content {
    background: #bcc3f159;
}
/************************************************
ARTICLE TITLES
************************************************/

.obj_article_summary {
    padding: 15px !important;
    border-bottom: 1px solid #eef2f8 !important;
}

.obj_article_summary h3 a {
    color: #1f3f8f !important;
    font-weight: 700 !important;
}

.obj_article_summary h3 a:hover {
    color: #2aa6c8 !important;
}

/* Simple single box around article */
.obj_article_summary {
    border: 1px solid #4a90e2 !important;
    border-radius: 12px !important;
    padding: 25px !important;
    background: #eef6ff !important;
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0.286rem;
}

/************************************************
NEW SIDEBAR DESIGN – FUTURE TECHNOLOGIES
************************************************/

/* Sidebar container spacing */
.pkp_structure_sidebar {
    margin-top: 30px !important;
}

/* Sidebar block card */
.pkp_block {
box-shadow: rgba(37, 39, 89, 0.4) 0px 0px 9px 1px;
    background: #fff;
    padding: 10px;
    margin: 0px 10px 10px;
    border-bottom: 5px solid #03466e !important;
}

/* Sidebar header */
.pkp_block h2 {
    background: #white!important;
    color: #000000!important;
    padding: 10px 0px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #06126f!important;
}

/* Sidebar content area */
.pkp_block .content {
    padding: 15px !important;
    background: #ffffff !important;
}

/* Sidebar links */
.pkp_block a {
    color: #1f3f8f !important;
    font-weight: 500 !important;
    display: inline !important;
    padding: 6px 0;
    transition: all 0.3s ease;
}

/* Hover effect */
.pkp_block a:hover {
    color: #4b2a86 !important;
}

.pkp_block .title {
    border-bottom: 3px solid #06126f;
}
/************************************************
BUTTONS (ROUNDED MODERN)
************************************************/

button,
.btn,
.cmp_button {
    background: #4b2a86 !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    padding: 8px 20px !important;
    border: none !important;
}

button:hover,
.btn:hover,
.cmp_button:hover {
    background: #2aa6c8 !important;
}

/************************************************
FOOTER (MINIMAL)
************************************************/

.pkp_structure_footer_wrapper {
    background: #bcc3f159!important;
    text-align: center !important;
    color: #1b1f2b !important;
    border-bottom: 0.00rem solid #4b7d92;
}


.pkp_structure_footer a {
    color: #2aa6c8 !important;
}

.pkp_structure_footer a:hover {
    color: #4b2a86 !important;
}
.pkp_brand_footer{
    display:none;
}
.pkp_footer_content {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #4b2a86, #2aa6c8) 1;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
/************************************************
MOBILE VIEW
***********************************************/
@media (max-width: 991px) {
/**********************************************
OJS 3.4 Manuscript – SIMPLE MOBILE CENTER FIX
**********************************************/

@media (max-width: 991px) {

    /* Center the entire header */
    .pkp_structure_head {
        text-align: center !important;
        height: 100px;
        background: #ffffff !important;
    }

    /* Make logo block and center */
    .pkp_structure_head .pkp_site_name {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    /* Make image fully visible */
    .pkp_structure_head .pkp_site_name img {
        display: inline-block !important;
        max-width: 90% !important;
        height: auto !important;
    }

}
    /* Mobile menu */
    .pkp_site_nav_menu {
        background:white!important;
        color:#06126f !important
    }

    .pkp_site_nav_menu a {
        color: #ffffff !important;
        padding: 14px 20px !important;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .pkp_site_nav_menu a:hover {
        background: #2aa6c8 !important;
    }

    /* Remove card margin on mobile */
    .pkp_structure_main {
        margin: 15px !important;
        padding: 20px !important;
    }
.pkp_navigation_user.pkp_navigation_user {
    background: white;
}

 .pkp_navigation_primary_wrapper,
    .pkp_site_nav_menu,
    .pkp_navigation_primary {
        background: #ffffff !important;
    }

    .pkp_navigation_primary a {
        color: #000000 !important;
    }
/************************************************
MOBILE SIDEBAR
************************************************/

@media (max-width: 991px) {

    .pkp_structure_sidebar {
        margin-top: 20px !important;
    }

    .pkp_block {
        border-radius: 8px !important;
    }

}


.page_title {
    display: none !important;
}




/************************************************
MOBILE DROPDOWN COLOR CHANGE
************************************************/

@media (max-width: 991px) {

    /* Entire dropdown background */
    .pkp_site_nav_menu {
        background:white!important;   /* Purple */
    }

    /* Dropdown links */
    .pkp_site_nav_menu a {
        color: #1f3f8f !important;
        background: transparent !important;
        padding: 14px 20px !important;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    /* Hover effect */
    .pkp_site_nav_menu a:hover {
        background: #2aa6c8 !important;   /* Teal on hover */
        color: #ffffff !important;
    }
.pkp_navigation_primary > li > a {
    color: #1f3f8f !important;
}
}

/************************************************
MOBILE header
************************************************/
@media (max-width: 991px) {
.pkp_site_name::after {
    content: "";
    font-size: 32px;
    font-weight: bold;
    color: white !important;
    text-align: center;
}
.pkp_site_name_wrapper {
    height:100px;
    background:#ffffff !important;
}
}
/************************************************
logo adjustments
************************************************/
/* Disable logo click */
.pkp_site_name a,
.pkp_site_name a img {
    pointer-events: none !important;
    cursor: default !important;
}