/* === Journal Name Styling === */

.pkp_site_name {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pkp_site_name .pkp_site_title {
    font-size: clamp(30px, 10vw, 60px); /* Auto-scaling font size */
    font-weight: bold;
    color: #092045;
    margin: 0;
}



/* Style the chart container */
#downloadsGraph {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.1);
}

/* Optional: Make text more readable */
#downloadsGraph .chart-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* Legend styling if present */
.chart-legend {
    font-size: 0.9em;
    color: #666;
}











.main-nav {
  background-color: #092045; /* Deep Green Background */
  font-family: 'Segoe UI', sans-serif;
  padding: 12px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.main-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.main-nav li {
  margin: 0 16px;
}

.main-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 14px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.main-nav a:hover {
  background-color: #09541c; /* Slightly darker green on hover */
  color: #ffffff;
}
















/* === Button and Link Styling === */
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    background: #092045; /* Updated button background */
    color: #ffffff;
}

/* === Headings (h1, h2, h3, h4) Updated to Green === */
h1, h2, h3, h4 {
    color: #092045;
}


/* === Links Hover Color === */
a:hover {
    color: #092045; /* Dark green on hover */
}









/* Main footer wrapper with background image */
.footer-map-wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* Full-width responsive background image */
.footer-bg-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive embedded Google Map */
.map-container {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 90%;
  max-width: 500px;
  aspect-ratio: 16 / 9; /* Keeps it proportional */
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border-radius: 8px;
  overflow: hidden;
}

/* Map iframe fully fills the container */
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}












/* Container for the submission block */
.block_make_submission {
    text-align: center; /* Center-aligns inline-block elements */
    margin: 30px 0;     /* Adds vertical spacing */
}

/* Make the "Make a Submission" button larger and styled */
.block_make_submission a {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.75em 1.5em;
    background-color: #092045;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    animation: blink 1.5s linear infinite;
    transition: background-color 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    text-align: center;
}

/* Hover effect - changes color */
.block_make_submission a:hover {
    background-color: #065c1f;
    color: #ffffff;
}

/* Blinking animation keyframes */
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}





.issn-highlight {
  font-size: 1.5rem; /* double the normal size */
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
  animation: colorShift 5s infinite;
  transition: transform 0.3s ease-in-out;
}

/* Optional hover effect for some interactivity */
.issn-highlight:hover {
  transform: scale(1.1);
}

/* Color changing animation */
@keyframes colorShift {
  0%   { color: #ff3c3c; }
  20%  { color: #ff7b00; }
  40%  { color: #f1c40f; }
  60%  { color: #2ecc71; }
  80%  { color: #3498db; }
  100% { color: #9b59b6; }
}




/* Sidebar container */
.pkp_sidebar {
    padding: 2px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif;
}

/* Sidebar titles */
.pkp_block .title {
    background: linear-gradient(135deg, #092045, #157347);
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 1em;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* List items inside sidebar blocks */
.pkp_block .content ul {
    list-style: none;
    padding-left: 0;
}

.pkp_block .content ul li {
    padding: 4px 5px;
    margin-bottom: 4px;
    border-left: 4px solid #092045;
    background: #ffffff;
    border-radius: 4px;
    transition: background 0.3s;
}

.pkp_block .content ul li:hover {
    background: #e6f2ea;
}

/* Links inside the sidebar */
.pkp_block .content ul li a {
    text-decoration: none;
    color: #092045;
    font-weight: 500;
    display: block;
}

.pkp_block .content ul li a:hover {
    color: #065c1f;
    text-decoration: underline;
}

/* "Most Read" article view count */
.pkp_block .content ul li::after {
    content: attr(data-views);
    float: right;
    font-size: 0.85em;
    color: #888;
}

/* Follow us section icons (assuming you use icons or placeholders) */
.pkp_block.follow_us ul li a::before {
    content: "🔗 ";
}

/* Keyword tags */
.pkp_block.keywords .content {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pkp_block.keywords .content span {
    background: #092045;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.85em;
    cursor: pointer;
    transition: background 0.3s ease;
}

.pkp_block.keywords .content span:hover {
    background: #065c1f;
}

/* Optional: Add spacing between blocks */
.pkp_block {
    margin-bottom: 0px;
}









/* Style for reference links to wrap text and align properly */
.obj_article_details .references,
.citation_list, /* Adjust selector depending on OJS version */
.references {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: justify;
    line-height: 1.6em;
    font-size: 1em;
}

/* Ensure anchor tags (links) also wrap correctly inside references */
.obj_article_details .references a,
.citation_list a,
.references a {
    word-break: break-all;
    white-space: normal;
    text-decoration: underline;
    color: #004080; /* optional: improves link readability */
}













/* Main article listing container */
.article-listing {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* Each article entry */
.article-item {
    padding: 15px 20px;
    margin-bottom: 15px;
    border-left: 5px solid #092045;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 6px;
}

/* Hover effect */
.article-item:hover {
    background-color: #f0f9f0;
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Article title */
.article-item h4 {
    margin: 0 0 8px;
    font-size: 1.25em;
    color: #092045;
}

/* DOI */
.article-item .doi {
    font-size: 1em;
    color: #888;
    margin-bottom: 5px;
    display: block;
}

/* Author list */
.article-item .authors {
    font-size: 1em;
    margin-bottom: 10px;
}

/* Page range & links */
.article-item .meta {
    font-size: 0.9em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* PDF/HTML buttons */
.article-item .meta a {
    text-decoration: none;
    color: #FFFFFF;
    background: #092045;
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: 10px;
    transition: background 0.3s ease;
}#092045

.article-item .meta a:hover {
    background: #084d1b;
}


























/* Global Body and Background */
body {
    font-family: 'Arial', sans-serif;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    color: #333;
}

/* Section Headers Styling */
.editor-section {
    margin: 30px 0;
}

.subject-heading {
    background-color: #092045; /* Updated from #7a64bb */
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-transform: uppercase;
    border-top: 3px solid #084d1a; /* Updated from #5b4099 */
    border-bottom: 3px solid #084d1a; /* Updated from #5b4099 */
}

/* Card Styling */
.editor-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #092045; /* Updated from #7a64bb */
}

.editor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.editor-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}

/* Editor Information */
.editor-info {
    flex-grow: 1;
}

.editor-info strong a {
    color: #0b4466;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.editor-info strong a:hover {
    color: #003366;
}

.editor-info p {
    margin: 10px 0;
    font-size: 14px;
    color: #555;
}

.editor-info a {
    color: #0b4466;
    text-decoration: none;
}

.editor-info a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .editor-card {
        flex-direction: column;
        text-align: center;
    }

    .editor-card img {
        margin-bottom: 15px;
    }

    .subject-heading {
        font-size: 14px;
    }
}

/* Link Styling */
a {
    color: #0b4466;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}






/* style.css - Table Styles for Manuscript Guidelines */


/* Container to center and style the table */
.table-container {
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Table base styling */
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

/* Header styling */
th {
  background-color: #092045;
  color: white;
  font-weight: 600;
  padding: 14px 16px;
  text-align: center;
  border: 1px solid #ddd;
}

/* Body cell styling */
td {
  padding: 14px 16px;
  text-align: center;
  border: 1px solid #ddd;
}

/* Alternate row coloring */
tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Hover effect */
tr:hover {
  background-color: #e6f7ff;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  th, td {
    padding: 10px;
  }
}



/* Justify text in the abstract section */
.abstract, .article-abstract, .obj_article_details .abstract {
    text-align: justify;
    line-height: 1.6;
    font-size: 1em;
    color: #333;
}

