 .navbar.navbar-default {
        background-color: #a2083d !important;
        border-color: #a2083d; /* Optional: makes border match background */
    }
 .navbar.navbar-default .navbar-nav > li > a,
    .navbar.navbar-default .navbar-brand {
        color: #fff !important; /* Makes the text (menu items, brand name) white for contrast */
    }

    .navbar.navbar-default .navbar-nav > li > a:hover,
    .navbar.navbar-default .navbar-brand:hover {
        color: #f1f1f1 !important; /* Lighter color on hover */
    }
.nav.nav-pills.tab-list.pull-right > li > a {
  color: #ffffff !important;
}

.navbar-brand{
color: #fff !important;
}

body{
background-color: #F1F1F1;
}

.article-summary{
text-align: justify;
}

.list-group-item.date-published {
display: none;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.card-header {
    font-weight: bold;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
        border-bottom-color: rgba(0, 0, 0, 0.125);
}

.issue-details p {
display: none;
}
/* Custom footer styles */

footer.footer {
    width: 100%;
    background:  #a2083d ;
    color: #ffffff;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

footer.footer .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
footer.footer .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
footer.footer .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    width: 100%;
    position: relative;
}

footer.footer .col-md-2 {
    display: none;
}

.tojqi-footer {
  background-color: #a2083d;
 padding: 40px 0 20px;
margin-top: 40px;
    box-sizing: border-box;
    width: 100%;
    position: relative;

}
.tojqi-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.tojqi-footer-section {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
}

.tojqi-footer-section h4 {
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #777;
  padding-bottom: 5px;
}

.tojqi-footer-section p {
  margin: 0 0 10px 0;
  line-height: 1.4;
  font-size: 14px;
  color: #ddd;
}

.tojqi-footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tojqi-footer-section ul li {
  margin-bottom: 8px;
}

.tojqi-footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.tojqi-footer-section ul li a:hover,
.tojqi-footer-section ul li a:focus,
.tojqi-footer-section ul li a:visited {
  color: #ffffff;
  text-decoration: underline;
}

.tojqi-social-icons {
    display: flex;
  gap: 10px;
  margin-top: 10px;
}

.tojqi-social-icons a {
    display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.tojqi-social-icons img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tojqi-footer-bottom {
  text-align: center;
  padding: 15px 0;
  margin-top: 20px;
  background-color: #7c062f;
  font-size: 13px;
  width: 100%;
 position: relative;   
}

/* Responsive styles */
@media (max-width: 768px) {
  .tojqi-footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tojqi-footer-section {
    align-items: center;
    text-align: center;
  }

  .tojqi-social-icons {
    justify-content: center;
  }
}


/* Hide OJS branding image in footer */
footer .col-md-2 img[alt*="publishing system"] {
  display: none;
}



