
footer .pkp-brand,
footer .footer-brand,
footer a[href*="aboutThisPublishingSystem"] {
    display: none !important;
}

/* Header wrapper */

.ajoh-header-wrapper{
box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

/* Announcement bar */

.ajoh-announcement{
background:#0c1c5f;
color:white;
font-size:16px;
padding:8px 0;
text-align:center;
font-weight:600;
letter-spacing:.5px;
}

/* ===================== */
/* MAIN HEADER */
/* ===================== */

.ajoh-header{
display:flex;
align-items:center;
flex-wrap:wrap;
padding:30px 300px;
background:linear-gradient(90deg,#122986,#4c5fb5);
color:white;
position:relative;
}

/* Decorative divider */

.ajoh-header::after{
content:"";
position:absolute;
bottom:0;
left:0;
width:100%;
height:2px;
background:rgba(255,255,255,0.2);
}

/* ===================== */
/* LOGO */
/* ===================== */

.ajoh-logo img{
height:95px;
margin-right:30px;
max-width:100%;
filter:drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* ===================== */
/* TITLE AREA */
/* ===================== */

.ajoh-title{
flex:1;
}

.ajoh-title h1{
font-size:46px;
margin:0;
letter-spacing:3px;
font-weight:800;
text-shadow:0 2px 6px rgba(0,0,0,0.25);
}

.ajoh-title h2{
font-size:19px;
margin:6px 0;
letter-spacing:2px;
font-weight:600;
}

.ajoh-title p{
font-size:14px;
margin:6px 0;
opacity:.9;
font-style:italic;
}

/* ===================== */
/* ISSN BADGES */
/* ===================== */

.ajoh-issn{
margin-top:6px;
}

.ajoh-issn span{
background:rgba(255,255,255,0.2);
backdrop-filter:blur(5px);
padding:6px 14px;
border-radius:20px;
margin-right:10px;
font-size:13px;
font-weight:600;
}

/* ===================== */
/* PARTNER LOGO */
/* ===================== */

.ajoh-partner{
margin-left:auto;
text-align:center;
}

.ajoh-partner img{
height:70px;
max-width:100%;
transition:.3s;
}

.ajoh-partner img:hover{
transform:scale(1.05);
}

/* ===================== */
/* NAVIGATION BAR */
/* ===================== */

.ajoh-nav{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
background:#122986;
padding:14px 60px;
border-top:1px solid rgba(255,255,255,0.15);
}

/* Menu links */

.ajoh-menu a{
color:white;
margin-right:25px;
text-decoration:none;
font-size:15px;
font-weight:600;
letter-spacing:.5px;
}

.ajoh-menu a:hover{
color:#dfe6ff;
}

/* User links */

.ajoh-user a{
color:white;
margin-left:18px;
text-decoration:none;
font-size:14px;
font-weight:600;
}

/* ===================== */
/* REMOVE DEFAULT OJS NAV */
/* ===================== */

.pkp_navigation_primary_wrapper{
display:none !important;
}

.page-header{
display:none;
}

/* ===================== */
/* BOOTSTRAP NAVBAR */
/* ===================== */

.navbar-default{
background:#122986;
border:none;
}

.navbar-default .navbar-nav > li > a{
color:#ffffff;
font-size:16px;
font-weight:600;
padding:15px 20px;
}

.navbar-default .navbar-nav > li > a:hover{
background:#0c1c5f;
color:white;
}

.navbar-default .navbar-right > li > a{
color:white;
}

/* ===================== */
/* RESPONSIVE */
/* ===================== */

@media (max-width:992px){

.ajoh-header{
padding:25px 40px;
}

.ajoh-title h1{
font-size:34px;
}

}

@media (max-width:768px){

.ajoh-header{
flex-direction:column;
text-align:center;
padding:20px;
}

.ajoh-logo img{
height:70px;
margin-bottom:10px;
}

.ajoh-title h1{
font-size:26px;
}

.ajoh-title h2{
font-size:16px;
}

.ajoh-partner{
margin-top:15px;
margin-left:0;
}

.ajoh-partner img{
height:50px;
}

.ajoh-nav{
flex-direction:column;
text-align:center;
padding:15px;
}

.ajoh-menu a{
display:inline-block;
margin:6px 10px;
}

.ajoh-user a{
margin:6px 10px;
}

}

@media (max-width:480px){

.ajoh-title h1{
font-size:22px;
}

.ajoh-title h2{
font-size:14px;
}

.ajoh-title p{
font-size:13px;
}

}



.indexing-section{
background:#ffffff;
padding:45px 20px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}

.indexing-container{
max-width:1100px;
margin:auto;
}

.indexing-title{
font-size:20px;
margin-bottom:35px;
color:#333;
}

/* Logos */

.indexing-logos{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
gap:55px;
margin-bottom:35px;
}

.indexing-logos img{
height:70px;
max-width:180px;
object-fit:contain;
}

/* Metrics */

.metrics-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
margin-top:10px;
}

.metric{
text-align:center;
}

.metric-number{
font-size:18px;
color:#1a8f3a;
margin-bottom:4px;
}

.metric-label{
font-size:13px;
color:#444;
line-height:1.4;
}

/* Tablet */

@media(max-width:900px){

.metrics-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:500px){

.metrics-grid{
grid-template-columns:1fr;
}

.indexing-logos img{
height:50px;
}

}




.footer-contact{
background:linear-gradient(90deg,#122986,#4c5fb5);
color:white;
padding:60px 20px;
font-family:Arial, Helvetica, sans-serif;
}

.footer-container{
max-width:1100px;
margin:auto;
display:flex;
align-items:flex-start;
gap:50px;
flex-wrap:wrap;
}

/* Logo */

.footer-logo img{
width:260px;
border-radius:12px;
background:white;
padding:15px;
}

/* Contact area */

.footer-info{
flex:1;
}

.footer-title{
font-size:22px;
margin-bottom:20px;
display:flex;
align-items:center;
gap:10px;
}

/* Contact cards */

.footer-card{
background:rgba(255,255,255,0.15);
padding:14px 18px;
border-radius:10px;
margin-bottom:14px;
display:flex;
align-items:center;
gap:12px;
}

.footer-card i{
font-size:18px;
opacity:0.9;
}

/* Social media */

.footer-social{
margin-top:20px;
}

.footer-social a{
color:white;
font-size:22px;
margin-right:15px;
transition:0.3s;
}

.footer-social a:hover{
opacity:0.7;
}

/* Footer bottom */

.footer-bottom{
margin-top:30px;
font-size:13px;
opacity:0.9;
}

/* Mobile */

@media(max-width:768px){

.footer-container{
flex-direction:column;
align-items:center;
text-align:center;
}

.footer-logo img{
width:200px;
}

.footer-card{
justify-content:center;
}

}
