.jbi-hero-section {
  width: 100%;
  max-width: 820px;
  min-height: auto;
  margin: 0 auto;
  padding: 35px 38px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 38px;
  align-items: center;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;

  /* Replace this URL with your uploaded background image */
  background-image:
    
    url("https://bioscijournal.com/public/site/images/admin/fondo-de-pantalla-ordenador-escritorio-profesional-abstracto-azul.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.jbi-hero-section,
.jbi-hero-section * {
  box-sizing: border-box;
}

.jbi-cover-area,
.jbi-content-area {
  position: relative;
  z-index: 1;
}

.jbi-cover-area {
  text-align: center;
}

.jbi-cover-area img {
  width: 190px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 18px;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.jbi-issn-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.jbi-publisher-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 18px;
  background: rgba(0, 58, 45, 0.65);
  border-radius: 24px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.jbi-content-area h1 {
  max-width: 520px;
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 900;
  color: #ffffff;
}

.jbi-info-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 9px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.jbi-icon {
  font-size: 20px;
}

.jbi-description {
  max-width: 520px;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}

.jbi-submit-btn {
  display: inline-block;
  margin: 0 0 18px;
  padding: 13px 28px;
  background: linear-gradient(135deg, #f26a2e, #d64518);
  color: #ffffff;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}

.jbi-submit-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.jbi-meta-row,
.jbi-index-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.jbi-meta-row {
  margin-bottom: 8px;
}

.jbi-meta-row span,
.jbi-index-row span {
  display: inline-block;
  padding: 6px 9px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.jbi-meta-row span {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.jbi-index-row span {
  background: rgba(0, 58, 45, 0.78);
  color: #ffffff;
}

/* Responsive */
@media (max-width: 780px) {
  .jbi-hero-section {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 30px 20px;
    gap: 25px;
    text-align: center;
  }

  .jbi-content-area h1,
  .jbi-description {
    margin-left: auto;
    margin-right: auto;
  }

  .jbi-meta-row,
  .jbi-index-row {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .jbi-cover-area img {
    width: 155px;
  }

  .jbi-content-area h1 {
    font-size: 30px;
  }

  .jbi-info-pill {
    font-size: 13px;
    padding: 10px 13px;
  }

  .jbi-description {
    font-size: 13px;
  }

  .jbi-submit-btn {
    font-size: 14px;
    padding: 12px 22px;
  }
}
2nd indexing image
.jbi-logo-wall {
  width: 100%;
  max-width: 760px;
  margin: 25px auto;
  padding: 24px 20px;
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 28px;
  align-items: center;
  justify-items: center;
  box-sizing: border-box;
}

.jbi-logo-wall,
.jbi-logo-wall * {
  box-sizing: border-box;
}

.jbi-logo-item {
  width: 100%;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  border-radius: 14px;
  background: transparent;
  transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.jbi-logo-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}

.jbi-logo-item img {
  display: block;
  width: auto;
  max-width: 125px;
  max-height: 62px;
  height: auto;
  object-fit: contain;
  filter: grayscale(8%);
  transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.jbi-logo-item:hover {
  transform: translateY(-5px);
  background: #f8fbff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.jbi-logo-item:hover img {
  transform: scale(1.08);
  filter: grayscale(0%) saturate(1.12);
  opacity: 1;
}

.jbi-logo-item::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 5px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0b6b55, transparent);
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.jbi-logo-item:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Wider logos */
.jbi-wide img {
  max-width: 165px;
  max-height: 64px;
}

/* Square logos */
.jbi-logo-item:nth-child(5) img,
.jbi-logo-item:nth-child(6) img,
.jbi-logo-item:nth-child(10) img,
.jbi-logo-item:nth-child(11) img {
  max-width: 90px;
  max-height: 78px;
}

/* DOI logo control */
.jbi-logo-item:nth-child(11) img {
  max-width: 82px;
  max-height: 82px;
}

/* Root, ESJ, SPI, ResearchGate adjustment */
.jbi-logo-item:nth-child(4) img,
.jbi-logo-item:nth-child(7) img,
.jbi-logo-item:nth-child(8) img,
.jbi-logo-item:nth-child(13) img {
  max-width: 175px;
}

/* Responsive */
@media (max-width: 700px) {
  .jbi-logo-wall {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 18px;
    padding: 20px 14px;
  }

  .jbi-logo-item img {
    max-width: 105px;
    max-height: 55px;
  }

  .jbi-wide img {
    max-width: 135px;
  }
}

@media (max-width: 480px) {
  .jbi-logo-wall {
    grid-template-columns: repeat(2, 1fr);
  }

  .jbi-logo-item {
    min-height: 78px;
  }
}
3rd footer
.jbi-footer {
  width: 100%;
  background: #667494;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.jbi-footer,
.jbi-footer * {
  box-sizing: border-box;
}

.jbi-footer-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 26px 22px;
}

.jbi-footer-action {
  margin-bottom: 22px;
}

.jbi-footer-action a {
  display: inline-block;
  background: #ffaaa8;
  color: #000000;
  padding: 11px 22px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}

.jbi-footer-action a:hover {
  background: #ffc1bf;
  transform: translateY(-2px);
}

.jbi-footer-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}

.jbi-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.35fr;
  gap: 34px;
  align-items: start;
}

.jbi-footer-col h4,
.jbi-footer-brand h4 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

.jbi-footer-col a {
  display: block;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 12.5px;
  line-height: 1.45;
  text-decoration: none;
  transition: opacity 0.25s ease, padding-left 0.25s ease;
}

.jbi-footer-col a:hover {
  opacity: 0.78;
  padding-left: 4px;
  text-decoration: underline;
}

.jbi-footer-brand {
  text-align: left;
}

.jbi-footer-brand p {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 12.5px;
  line-height: 1.5;
}

.jbi-footer-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.jbi-footer-info span {
  display: block;
  color: #ffffff;
  font-size: 11.5px;
  line-height: 1.35;
  opacity: 0.95;
}

.jbi-footer-bottom {
  margin-top: 34px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.jbi-footer-bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 11.5px;
  line-height: 1.45;
}

/* Responsive */
@media (max-width: 900px) {
  .jbi-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .jbi-footer-brand {
    grid-column: span 2;
  }
}

@media (max-width: 560px) {
  .jbi-footer-inner {
    padding: 24px 18px 20px;
  }

  .jbi-footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .jbi-footer-brand {
    grid-column: auto;
  }

  .jbi-footer-action a {
    font-size: 11.5px;
    padding: 10px 18px;
  }

  .jbi-footer-col h4,
  .jbi-footer-brand h4 {
    font-size: 15px;
  }

  .jbi-footer-col a,
  .jbi-footer-brand p {
    font-size: 12px;
  }

  .jbi-footer-bottom p {
    font-size: 11px;
  }
}
/* Make footer text black */

.jbi-footer {
  color: #000000 !important;
}

.jbi-footer-col h4,
.jbi-footer-brand h4,
.jbi-footer-col a,
.jbi-footer-brand p,
.jbi-footer-info span,
.jbi-footer-bottom p {
  color: #000000 !important;
}

.jbi-footer-col a:hover {
  color: #000000 !important;
  opacity: 0.75;
  text-decoration: underline;
}

/* Make lines visible on light background */
.jbi-footer-line {
  background: rgba(0, 0, 0, 0.25) !important;
}

.jbi-footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.18) !important;
}

/* Fix right-side info spacing */
.jbi-footer-info span {
  display: block !important;
  margin-bottom: 4px !important;
  line-height: 1.35 !important;
}

/* Optional: make footer background light grey */
.jbi-footer {
  background: #dddddd !important;
}