/*.pkp_site_name_wrapper {
    height: 10.857rem;
}
.pkp_site_name .is_text {
    display: none;

}*/

/* =========================================================
   SMRJ OJS FOOTER
   White background + logos + blue wave
   ========================================================= */

.pkp_structure_footer_wrapper {
    position: relative;
    background: #ffffff !important;
    border-top: 2px solid #3438d4;
    overflow: hidden;
}


/* Main footer area */
.pkp_structure_footer {
    position: relative;
    z-index: 2;

    width: 100% !important;
    max-width: 1200px !important;

    margin: 0 auto !important;

    padding: 34px 30px 92px !important;

    box-sizing: border-box !important;
}


/* Remove default OJS footer layout restrictions */
.pkp_footer_content {
    width: 100% !important;
    float: none !important;

    /*margin-left: -30px !important;*/
    padding: 0 !important;

    font-family: Arial, Helvetica, sans-serif !important;
    color: #475875 !important;
}


/* =========================================================
   LOGOS
   NEMSU first, SMRJ second
   ========================================================= */

.pkp_footer_content::before {
    content: "";

    display: block;

    width: 190px;
    height: 82px;

    /*margin-bottom: 18px;*/

    margin: 0 0 12px 0;

    background-image:
        url("https://nemsu.edu.ph/storage/images/branding/logos/nemsu-logo.png"),
        url("/public/journals/1/favicon_en_US.png");

    background-repeat:
        no-repeat,
        no-repeat;

    background-position:
        left center,
        98px center;

    background-size:
        78px 78px,
        78px 78px;
}


/* =========================================================
   JOURNAL INFORMATION
   ========================================================= */

/* Main journal name */
.pkp_footer_content > div > div:first-child {
    color: #10145f !important;

    font-size: 18px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;

    margin-bottom: 8px !important;

    max-width: 520px;
}


/* University, unit and address */
.pkp_footer_content > div > div:nth-child(2),
.pkp_footer_content > div > div:nth-child(3),
.pkp_footer_content > div > div:nth-child(4) {
    color: #536582 !important;

    font-size: 14px !important;
    line-height: 1.65 !important;
}


/* Address spacing */
.pkp_footer_content > div > div:nth-child(4) {
    margin-bottom: 14px !important;
}


/* ISSN */
.pkp_footer_content > div > div:nth-child(5),
.pkp_footer_content > div > div:nth-child(6) {
    color: #38475f !important;

    font-size: 14px !important;
    line-height: 1.7 !important;
}


/* ISSN labels */
.pkp_footer_content strong {
    color: #10145f !important;
    font-weight: 700;
}


/* =========================================================
   BLUE WAVE
   ========================================================= */

.pkp_structure_footer_wrapper::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 105px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 150' preserveAspectRatio='none'%3E%3Cpath fill='%23171373' d='M0,55 C220,82 440,76 650,67 C900,55 1160,45 1440,72 L1440,150 L0,150 Z'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;

    z-index: 1;
}


/* =========================================================
   DEFAULT OJS / PKP BRAND
   ========================================================= */

.pkp_brand_footer {
    display: none !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .pkp_structure_footer {
        padding: 32px 22px 105px !important;
    }

    .pkp_structure_footer::after {
        left: 22px;
        right: 22px;
        text-align: left;
    }

    .pkp_footer_content::before {
        width: 165px;
        height: 70px;

        background-size:
            65px 65px,
            65px 65px;

        background-position:
            left center,
            82px center;

        margin-bottom: 16px;
    }

    .pkp_footer_content > div > div:first-child {
        font-size: 17px !important;
    }

    .pkp_structure_footer_wrapper::after {
        height: 85px;
    }
}

/* Copyright text inside the blue wave */
.pkp_structure_footer::after {
    content: "© 2026 North Eastern Mindanao State University · SDSSU Multidisciplinary Research Journal (SMRJ)";

    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 16px;

    text-align: center;

    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;

    z-index: 5;
}
  
.pkp_brand_footer {
  display: none;
}

/* =========================================================
   SMRJ PRIMARY NAVIGATION
   Full-width background + centered content
   ========================================================= */

/* =========================================================
   FULL-WIDTH NAVIGATION
   ========================================================= */

.pkp_navigation_primary_row {
    background-color: #F0F4F8 !important;

    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;

    box-sizing: border-box;

    border-top: 1px solid #DCE4EC;
    border-bottom: 1px solid #DCE4EC;
}


/* =========================================================
   CENTER NAVIGATION CONTENT
   ========================================================= */

.pkp_navigation_primary_wrapper {
    background: transparent !important;

    width: 100% !important;
    max-width: 1200px;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 24px;
    padding-right: 24px;

    box-sizing: border-box;
}


/* =========================================================
   PRIMARY NAVIGATION
   ========================================================= */

.pkp_navigation_primary {
    margin: 0 !important;
    padding: 0 !important;
}


/* Parent menu links */
.pkp_navigation_primary > li > a {
    color: #1E3A5F !important;

    font-weight: 500;

    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}


/* Parent menu hover */
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    color: #1C4F9C !important;

    background-color: #E4EBF3 !important;

    font-weight: 600;
}


/* Current / active navigation item */
.pkp_navigation_primary > li.current > a,
.pkp_navigation_primary > li.active > a {
    color: #1C4F9C !important;

    font-weight: 600;
}


/* =========================================================
   DROPDOWN
   ========================================================= */

.pkp_navigation_primary > li > ul,
.pkp_navigation_primary .pkp_navigation_submenu,
.pkp_navigation_primary ul ul,
.pkp_navigation_primary .dropdown-menu {

    background-color: #FFFFFF !important;

    border: 1px solid #DCE4EC !important;

    border-radius: 0 0 6px 6px;

    box-shadow:
        0 10px 24px rgba(30, 58, 95, 0.14) !important;

    padding: 6px 0 !important;
}


/* =========================================================
   DROPDOWN LINKS
   ========================================================= */

.pkp_navigation_primary > li > ul > li > a,
.pkp_navigation_primary .pkp_navigation_submenu a,
.pkp_navigation_primary ul ul li a {

    color: #1E3A5F !important;

    background-color: transparent !important;

    display: block !important;

    padding: 0.75rem 1.25rem !important;

    border-left: 3px solid transparent !important;

    font-weight: 500;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}


/* =========================================================
   DROPDOWN HOVER / FOCUS
   ========================================================= */

.pkp_navigation_primary > li > ul > li > a:hover,
.pkp_navigation_primary > li > ul > li > a:focus,
.pkp_navigation_primary .pkp_navigation_submenu a:hover,
.pkp_navigation_primary .pkp_navigation_submenu a:focus,
.pkp_navigation_primary ul ul li a:hover,
.pkp_navigation_primary ul ul li a:focus,
.pkp_navigation_primary .is_hovering > a {

    background-color: #E7EEF6 !important;

    color: #1C4F9C !important;

    border-left-color: #F4B400 !important;
}


/* =========================================================
   SEARCH NAVIGATION
   ========================================================= */

.pkp_navigation_search_wrapper a,
.pkp_navigation_search_wrapper .fa {
    color: #1E3A5F !important;

    transition: color 0.2s ease;
}


.pkp_navigation_search_wrapper a:hover,
.pkp_navigation_search_wrapper a:focus {
    color: #1C4F9C !important;
}
