/* ========================================
   HEADER BANNER
======================================== */

.pkp_site_name_wrapper {
    height: auto !important;
}

.pkp_site_name {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_site_name .is_img {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_site_name .is_img img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* ========================================
   REMOVE OJS / PKP FOOTER LOGO
======================================== */

.pkp_brand_footer {
    display: none !important;
}

/* ========================================
   CUSTOM JOURNAL FOOTER
======================================== */

.pkp_structure_footer_wrapper {
    background: #062b58 !important;
    border-top: 3px solid #d8a43b;
}

.pkp_structure_footer {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.pkp_footer_content {
    padding: 45px 6% !important;
    background: #062b58 !important;
    color: #ffffff;
}

.custom-journal-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    max-width: 1500px;
    margin: 0 auto;
}

.footer-journal-info,
.footer-contact {
    flex: 1;
}

.custom-journal-footer h3 {
    color: #e4b34d;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 18px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(228, 179, 77, 0.6);
}

.custom-journal-footer p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 10px 0;
}

.custom-journal-footer a {
    color: #ffffff !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.custom-journal-footer a:hover,
.custom-journal-footer a:focus {
    color: #e4b34d !important;
    border-bottom-color: #e4b34d;
}

.footer-issn {
    margin-top: 15px !important;
    color: #e4b34d !important;
}


/* RESPONSIVE FOOTER */

@media (max-width: 768px) {

    .pkp_footer_content {
        padding: 30px 25px !important;
    }

    .custom-journal-footer {
        flex-direction: column;
        gap: 30px;
    }

    .footer-journal-info,
    .footer-contact {
        width: 100%;
    }

    .custom-journal-footer h3 {
        font-size: 20px;
    }

    .custom-journal-footer p {
        font-size: 15px;
    }
}


/* REMOVE DEFAULT OJS/PKP LOGO */

.pkp_brand_footer {
    display: none !important;
}

/* ========================================
   CUSTOM JOURNAL FOOTER
======================================== */

.pkp_structure_footer_wrapper {
    background: #062b58 !important;
    border-top: 3px solid #d8a43b !important;
}

.pkp_structure_footer {
    background: #062b58 !important;
    width: 100% !important;
    max-width: none !important;
}

.pkp_footer_content {
    background: #062b58 !important;
    padding: 40px 6% !important;
}

.custom-journal-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    max-width: 1500px;
    margin: 0 auto;
}

.footer-journal-info,
.footer-contact {
    flex: 1;
}

.custom-journal-footer h3 {
    color: #e4b34d !important;
    font-size: 22px;
    margin: 0 0 18px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4b34d;
}

.custom-journal-footer p,
.custom-journal-footer strong,
.custom-journal-footer span {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.8;
}

.custom-journal-footer a {
    color: #f0c35a !important;
    text-decoration: underline;
}

.custom-journal-footer a:hover {
    color: #ffffff !important;
}

.custom-journal-footer .footer-issn,
.custom-journal-footer .footer-issn strong {
    color: #f0c35a !important;
}

.pkp_brand_footer {
    display: none !important;
}

@media (max-width: 768px) {
    .custom-journal-footer {
        flex-direction: column;
        gap: 30px;
    }

    .footer-journal-info,
    .footer-contact {
        width: 100%;
    }
}
.custom-journal-footer {
    background: #062b58 !important;
}
.custom-journal-footer {
    padding-top: 45px !important;
    padding-right: 6% !important;
    padding-bottom: 45px !important;
    padding-left: 8% !important;
}
/* HEADER CSS */
/* ...your existing header styles... */


/* FOOTER CSS */
/* ...your existing footer styles... */


/* REMOVE OJS/PKP LOGO */
.pkp_brand_footer {
    display: none !important;
}


/* ========================================
   STATIC PAGE BREADCRUMB
======================================== */

.custom-breadcrumb {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
}

.custom-breadcrumb a {
    color: #062b58 !important;
    text-decoration: none !important;
}

.custom-breadcrumb a:hover {
    color: #d8a43b !important;
}

.custom-breadcrumb span {
    color: #777777;
}

.custom-breadcrumb span:first-of-type {
    margin: 0 12px;
    color: #999999;
}

/* Mobile header/banner fix */
@media (max-width: 768px) {

    .pkp_site_name_wrapper {
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .pkp_site_name {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .pkp_site_name .is_img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .pkp_site_name .is_img img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center !important;
        margin: 0 auto !important;
    }
}

/* FIX FULL HEADER BANNER ON MOBILE */
@media (max-width: 991px) {

    .pkp_site_name_wrapper {
        height: auto !important;
        min-height: 0 !important;
    }

    .pkp_site_name {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .pkp_site_name .is_img {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .pkp_site_name .is_img img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }

}