/* General body styles for better readability and rich look */
body {
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem; /* 16px default */
  line-height: 1.7;
  color: #333333; /* Dark gray for good contrast */
  background-color: #ffffff; /* Clean white background */
}

p {
  margin-bottom: 1rem;
  color: #444444;
  
  text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600; /* Semi-bold headings */
  color: #222222; /* Darker for headings */
  line-height: 1.3;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;

}

a {
  color: #007BFF; /* Bootstrap primary blue */
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #0056b3; /* Darker blue on hover */
  text-decoration: underline;
}

ul, ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

strong, b {
  font-weight: 600;
}

small {
  color: #666666;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2rem 0;
}

blockquote {
  border-left: 4px solid #007BFF;
  padding-left: 1rem;
  color: #555;
  font-style: italic;
  margin: 1rem 0;
}

code {
  background: #f8f9fa;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-family: monospace;
}

pre {
  background: #f1f1f1;
  padding: 1rem;
  border-radius: 4px;
  overflow-x: auto;
}
.hero-section {
  background: url('../images/hero.jpg') no-repeat center center/cover;
  color: #fff;
  height: 80vh;
}

.hero-section h1, .hero-section p {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.navbar-brand {
  font-size: 1.5rem;
}

footer {
  font-size: 0.9rem;
}

/* Exact Nova nav style */

.navbar-nav .nav-link {
  transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #0d6efd; /* Nova style primary blue */
}

.dropdown-menu {
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

.dropdown-item {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #0d6efd;
}

.btn-success {
  background-color: #0d6efd;
  border-color: #0d6efd;
  font-weight: 500;
}

.btn-success:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
}

.navbar-brand img {
  border-radius: 50%;
}

.navbar-toggler {
  border: none;
}
.text-cta{
  color: #233a52;
}
.btn-cta
{
  background: #233a52;
  color: #fff;
}
.btn-cta-home{
  background: #FF6F00;
  color: #fff;
}
.btn-cta-home:hover{
  background: #2098e3;
  color: #fff;
}
.btn-cta:hover
{
  background: #2098e3;
  color: #fff;
}


.hr-line{
 height: 1px;
  border: none;
  background-color: #ccc; /* Bootstrap secondary */
  opacity: 0.5;
  flex-grow: 1;
}
.check-icon {
      color: #233a52; /* Bootstrap success green */
    }

        .membership-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      transition: transform 0.3s ease;
    }
    .membership-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }
     .brand-color {
      color: #233a52;
    }
    .btn-brand {
      background-color: #233a52;
      color: #fff;
      border: none;
    }
    .btn-brand:hover {
      background-color: #e5940f;
      color: #fff;
    }
    .social-icons a {
      color: #333;
      margin-right: 15px;
      font-size: 1.3rem;
      transition: color 0.3s ease;
    }
    .social-icons a:hover {
      color: #233a52;
    }
    .journal-info {
      padding: 40px 0;
    }
.bg-footer
{
    background: #183642;

}
.bg-footer p{
  color: #f8f8f8;
}
.bg-footer .nav-item a, .footer-p p{

    color: #8FAEC1;
}

.logo-scroller-wrapper {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
/*  box-shadow: 0 0 10px rgba(0,0,0,0.05);
*/  padding: 10px 0;
}

.logo-scroller {
  display: flex;
  width: max-content;
  animation: scroll-logos 30s linear infinite;
}

.logo-scroller img {
  height: 60px;
  margin: 0 30px;
  flex-shrink: 0;
}

/* Scrolling Animation */
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.scope-header {
      color: #fff;
      padding: 6rem 1rem;
      text-align: center;
      
    }
    .scope-header .container p{text-align: center;}
    .scope-header h1 { text-shadow: 1px 1px 1px rgba(0,0,0,0.6); }
    .scope-section { padding: 4rem 1rem; }
    .scope-section h2 { border-bottom: 3px solid #233a52; display: inline-block; padding-bottom: .5rem; }
    .scope-section ul { list-style: none; padding-left: 0; }
    .scope-section ul li::before {
      content: "\f121";
      font-family: "bootstrap-icons";
      margin-right: .5rem;
      color: #233a52;
    }

    .archives-sidebar {
      background: #fff;
      border-radius: .5rem;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      height: 100%;
    }
    .archives-sidebar .list-group-item {
      cursor: pointer;
    }
    .archives-sidebar .list-group-item.active {
      background-color: #233a52;
      border-color: #233a52;
      color: #fff;
      font-weight: 600;
    }
    .issue-articles {
      background: #fff;
      border-radius: .5rem;
      padding: 2rem;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .article-item + .article-item {
      border-top: 1px solid #eee;
      margin-top: 1.5rem;
      padding-top: 1.5rem;
    }
    /* Make dropdown text consistent */
.navbar .dropdown-menu {
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
}

.navbar .dropdown-menu .dropdown-item {
  font-weight: 500;
  color: #212529; /* Bootstrap default dark */
  padding: 0.5rem 1rem;
  transition: all 0.2s ease;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
  background-color: #233a52;
  color: #fff; /* Use your theme accent, e.g., Bootstrap danger */
}

.navbar .dropdown-toggle::after {
  margin-left: 0.3em;
  vertical-align: middle;
}

.navbar .dropdown-divider {
  margin: 0.5rem 0;
}

/* Optional: Add subtle hover effect for main link too */
.navbar .nav-link.dropdown-toggle:hover {
  color: #dc3545; /* Match your primary accent */
}
/* Enable hover open for dropdowns on desktop */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar .dropdown-toggle::after {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }

  .navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(0deg);
  }
}
.card-title{
  color: #011f4b;
}


.fixed-icon {
  position: fixed;
  bottom: 20px;    /* distance from bottom */
  right: 20px;     /* distance from right */
  width: 50px;     /* adjust size as needed */
  height: auto;
  z-index: 1000;   /* stays on top of other elements */
  cursor: pointer; /* optional: shows pointer on hover */
}
.benefits-icons i {
  color: #F58220; /* your custom color (orange example) */
}

.custom-border-top {
  border-top: 0.5px solid #303d45; /* Bootstrap 'success' green by default */
}

.ebm-card {
      background: #fff;
      border-radius: 0.5rem;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      padding: 1rem;
    }
    .ebm-image {
      max-width: 150px;
      height: 150px;
    }
    .ebm-name {
      font-weight: 600;
    }

    .side-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #212529;
  }

  .keywords-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .keyword-badge {
    display: inline-block;
    background: #fff;
    color: #0d6efd;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.1rem 0.9rem;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
    border: 1px solid #ccc;
  }

  .keyword-badge:hover {
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(13, 110, 253, 0.3);
    cursor: pointer;
  }
    .image-wrapper {
    max-width: 90%;
    margin: 0 auto;
  }
.bg-scroller{
  background: #BFA46B;
}
.text-gold{
  color: #BFA46B;
}



.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://test.contusmpublications.com/assets/images/contusm-hero.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}
.justify-text {
  text-align: justify;
}
