/* ============================================================
   AJIR Clone — combined original styles
   Sources: oldGregg OJS theme + site custom stylesheet
   ============================================================ */

/* Google Fonts loaded in HTML head */

p { text-align: justify; margin-bottom: 0.5rem; font-size: 16px; line-height: 1.56; letter-spacing: 0.2px; }
h1,h2,h3,h4,h5,h6 { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; font-weight: bold; }
li { font-size: 16px; }

/* ── TOPBAR (header-top) ── */
.header-top {
    background-color: #708090;
    padding-top: 10px;
    padding-bottom: 5px;
    color: white;
    padding-left: 3%;
    padding-right: 3%;
}
.header-p {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.header-top a { color: #fff; }

/* ── HEADER ── */
.header {
    background-color: #ffffff;
    padding-top: 7px;
}
.journal_branding {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 30px;
    text-align: start;
    display: flex;
}
.journal_branding a { color: #fff; text-decoration: none; align-self: center; }
.is_img { max-height: inherit; max-width: 80%; width: auto; height: auto; }

/* User nav (Register/Login) */
#navigationUser .nav-link {
    font-family: 'Source Sans Pro',sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: white;
    background-color: orangered;
}
#userNav .nav-link {
    color: #fff;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 400;
}

/* ── PRIMARY NAV (orange bar) ── */
.navigation_wrapper-nav {
    display: flex;
    flex-direction: row;
    justify-content: left;
    background-color: #ff4500;
    padding-left: 5%;
    padding-right: 5%;
}
#navigationPrimary .nav-link {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff !important;
}
.navbar-light .navbar-nav .nav-link { color: #ffffff; }
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus { color: #ffffff; }
.nav-link:hover { background: #6c757d; }
.dropdown-item:focus, .dropdown-item:hover { color: #fff !important; background-color: #6c757d; }
.navbar { padding: .2rem 1rem; }
.navigation_wrapper { display: flex; flex-direction: row; justify-content: flex-end; padding-bottom: 10px; }

/* ── MAIN CONTENT ── */
main { padding-top: 10px; padding-bottom: 10px; }
main a { color: #0027ff; }
.additional_content { margin-top: 15px; }
.container-fluid { width: 100%; padding-right: 2%; padding-left: 2%; }

/* Journal description / info blocks */
.journal-front-section-title {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif;
    background-color: #ffffff;
    border-bottom: 2px solid #FF9800;
    color: #136bc3;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}
.journal-front {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 15px;
    letter-spacing: 0.2px;
    text-align: justify;
    border-radius: 10px;
    color: #000000;
}

/* Indexing logo boxes */
.front-indexing {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.19);
    max-width: inherit;
    padding: 15px 5px 5px 5px;
    text-align: center;
}
.front-indexing img { max-width: 100%; height: auto; }
.front-indexing-img {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.19);
    padding: 15px 5px 5px 5px;
    text-align: center;
    margin: auto;
}
.front-indexing-img img { max-width: 100%; height: auto; }

/* Journal metrics */
.jor-com-hed {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    background-color: #ffffff;
    border-bottom: 2px solid #FF9800;
    color: #136bc3;
    text-align: center;
    font-size: 24px;
    line-height: 2.2;
    font-weight: 600;
}
.jor-met {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    background-color: #f7a10c;
    color: #ffffff;
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    border-style: outset;
    margin-bottom: 4px;
}

/* ── ARTICLE LISTS ── */
.list-content { list-style: none; padding-left: 0; }
.list-content__title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    color: #4169e1;
    border-bottom: 1px solid #007da6;
    padding: .75rem 1.25rem;
    margin-left: -5px;
    margin-right: -5px;
    background-color: #fff;
}
.list-content__article {
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
}
.list-content__article-title { margin: 0 0 4px; font-size: 16px; font-weight: 600; }
.list-content__article-link { color: #0027ff; font-size: 15px; line-height: 1.4; }
.list-content__article-link:hover { color: #001899; text-decoration: underline; }
.list-content__article-authors { list-style: none; padding: 0; margin: 4px 0 0; display: flex; flex-wrap: wrap; gap: 4px; }
.list-content__article-author { font-size: 13px; color: #555; }
.list-content__article-author span { margin-right: 3px; }
.list-content__article-author + .list-content__article-author::before { content: ", "; }
.text-muted { color: #6c757d !important; font-size: 13px; }
.d-block { display: block; }
.mt-2 { margin-top: 0.5rem; }

/* ── MEMBER LOGOS BAR ── */
.container-footeradd {
    padding-left: 3%;
    padding-right: 3%;
    background-color: #ffeb3b;
    border: 2px solid #007934;
}
.footer_first-row {
    padding: 10px 0;
    line-height: 40px;
    font-size: 1.125rem;
    text-align: center;
}
.footer_first-row_title h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #343a40;
}
.footer_first-row_logos {
    text-align: center;
    display: inline-block;
}
.footer_first-row_logos div { float: unset; padding: 10px; box-sizing: border-box; }
.footer_first-row img { max-height: 80px; vertical-align: middle; border-style: none; padding: 5px; }

/* ── FOOTER ── */
footer {
    background-color: #708090;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
footer a { color: #fff; }
.footerhead1 {
    text-transform: uppercase !important;
    margin-bottom: 1rem !important;
    font-weight: 600 !important;
    line-height: 50px !important;
    font-size: 16px !important;
    border-bottom: 1px solid rgba(255,255,255,.8);
    color: #fff;
}
.footerconp {
    line-height: 25px;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}
.footerconp a { color: #fff; font-size: 14px !important; }
footer p { color: #fff; font-size: 14px; }

/* ── BOTTOM COPYRIGHT BAR ── */
.footer-bottom-bar {
    background-color: #ff6600;
    min-height: 30px;
    width: 100%;
    padding: 7px 3%;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px;
}
.footer-bottom-bar a { color: #fff; }

/* ── SUBMIT BUTTON ── */
.jor-sub-but {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    background-color: #ff4500;
    color: #ffffff;
    display: block;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    border-color: #fff900;
    border-style: outset;
    margin-bottom: 8px;
}
.jor-sub-but:hover { color: #fff; background-color: #d63c00; text-decoration: none; }

/* marquee announcement */
marquee { font-size: 14px; font-weight: 700; }

/* Responsive */
@media (max-width: 768px) {
    .navigation_wrapper-nav { padding-left: 2%; padding-right: 2%; }
    .list-content { width: 100% !important; }
}
