.header .branding {
  background-color: var(--darkbluebg);
}
.header.scrolled .branding {
  background: #0f4a49;
  transition: background-color 0.3s ease, padding 0.3s ease,
    box-shadow 0.3s ease;
}
.herosectionrow {
  background: var(--darkbluebg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  padding-bottom: 1rem;
}
.abcontent {
  width: 100%;
  margin-top: 130px;
  text-align: center;
}
.abcontent .mainheading {
  color: #fff;
  padding-bottom: 0px;
}
.breadcrumb {
  justify-content: center;
  padding: 0rem 0rem 0px 0px;
  margin-bottom: 0rem;
}
.before-after-transplant.bg {
  background: #f1f4f6;
}
/* Light Theme Table */
table {
  width: 70%;
  border-collapse: collapse;
  background: var(--white-color);
  color: var(--text-black);
  font-family: Arial, sans-serif;
  border: 1px solid var(--accent-color);
  font-size: 18px;
  margin-bottom: 15px;
}

/* Cells */
table td,
table th {
  padding: 12px 16px;
  border: 1px solid var(--accent-color);
}

/* Header */
table th {
  background: var(--accent-color);
  color: var(--text-color);
  font-weight: 600;
  text-align: left;
}

/* Alternate Row Colors */
table tr:nth-child(odd) {
  background: #f7fdfd; /* very light accent shade */
}

table tr:nth-child(even) {
  background: #ffffff; /* pure white */
}

/* Hover Effect (soft & light) */
table tr:hover {
  background: #e3f4f4;
  transition: 0.3s ease-in-out;
}
.before-after-transplant ul li::marker {
  color: var(--accent-color);
}
.before-after-transplant ul li {
  list-style-type: square;
  padding: 3px 0px;
  font-size: 1rem;
  font-size: 18px
}
.before-after-transplant ul {
  padding-left: 22px;
}
.secondary{
    font-size: 30px;
}
@media (320px <= width < 769px) {
  .mainheading {
    line-height: 1.2;
    margin-bottom: 15px;
  }
  table {
    width: 100%;
    font-size: 16px;
  }
  .before-after-transplant ul li, p{
    font-size: 16px;
  }
  .secondary{
    font-size: 20px;
  }
}
