.bfl-wrap,
.rb-wrap {
  background: #fbfaf7;
  font-family: 'Poppins', Arial, sans-serif;
  padding: 80px 24px;
}

.bfl-container {
  display: grid;
  gap: 60px;
  grid-template-columns: .85fr 1.15fr;
  margin: 0 auto;
  max-width: 1200px;
}

.bfl-eyebrow,
.rb-eyebrow {
  align-items: center;
  color: #a3823f;
  display: inline-flex;
  font-size: 12.5px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.bfl-eyebrow::before,
.rb-eyebrow::before {
  background: #c9a96e;
  content: '';
  height: 1px;
  width: 20px;
}

.bfl-left h2 {
  color: #0f2c4c;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 20px;
}

.bfl-underline {
  background: #c9a96e;
  border-radius: 2px;
  height: 3px;
  margin-bottom: 22px;
  width: 56px;
}

.bfl-left > p {
  color: #5b6472;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 36px;
  max-width: 420px;
}

.bfl-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.bfl-stat strong {
  color: #0f2c4c;
  display: block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.bfl-stat span {
  color: #8a94a3;
  display: block;
  font-size: 11.5px;
  letter-spacing: .03em;
  margin-top: 6px;
  max-width: 120px;
  text-transform: uppercase;
}

.bfl-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.bfl-card {
  background: #fff;
  border: 1px solid #ece6d6;
  border-radius: 12px;
  border-top: 3px solid #c9a96e;
  padding: 26px 22px;
  transition: box-shadow .25s ease, transform .25s ease;
}

.bfl-card:hover {
  box-shadow: 0 12px 24px rgba(15, 44, 76, .08);
  transform: translateY(-2px);
}

.bfl-icon,
.rb-icon {
  align-items: center;
  background: linear-gradient(135deg, #e6c996, #a3823f);
  color: #0f2c4c;
  display: flex;
  justify-content: center;
}

.bfl-icon {
  border-radius: 10px;
  height: 46px;
  margin-bottom: 16px;
  width: 46px;
}

.bfl-card h3 {
  color: #0f2c4c;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.bfl-card p {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.rb-container {
  margin: 0 auto;
  max-width: 1180px;
}

.rb-head {
  margin: 0 auto 44px;
  max-width: 720px;
  text-align: center;
}

.rb-head h2 {
  color: #0f2c4c;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
}

.rb-head p {
  color: #5b6472;
  font-size: 15.5px;
  line-height: 1.75;
  margin: 0;
}

.rb-grid {
  background: #0a2340;
  border: 1px solid #0a2340;
  border-radius: 18px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.rb-card {
  background: #0f2c4c;
  border-top: 3px solid #c9a96e;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 38px 28px 32px;
  position: relative;
  transition: background .3s ease;
}

.rb-card:hover {
  background: #fff;
}

.rb-icon {
  border-radius: 14px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
  height: 54px;
  margin-bottom: 22px;
  position: relative;
  width: 54px;
  z-index: 1;
}

.rb-title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 17.5px;
  font-weight: 700;
  gap: 8px;
  line-height: 1.3;
  margin: 0 0 10px;
  position: relative;
  transition: color .25s ease;
  z-index: 1;
}

.rb-title::before {
  background: #c9a96e;
  border-radius: 50%;
  content: '';
  flex-shrink: 0;
  height: 7px;
  width: 7px;
}

.rb-desc {
  color: #aec2da;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 20px;
  position: relative;
  transition: color .25s ease;
  z-index: 1;
}

.rb-link {
  align-items: center;
  color: #e6c996;
  display: inline-flex;
  font-size: 13.5px;
  font-weight: 700;
  gap: 6px;
  position: relative;
  transition: gap .2s ease, color .25s ease;
  width: fit-content;
  z-index: 1;
}

.rb-card:hover .rb-title {
  color: #0f2c4c;
}

.rb-card:hover .rb-desc {
  color: #6b7280;
}

.rb-card:hover .rb-link {
  color: #a3823f;
}

.rb-link:hover {
  gap: 10px;
}

.rb-bar {
  background: #c9a96e;
  bottom: 0;
  height: 3px;
  left: 0;
  opacity: .5;
  position: absolute;
  transition: opacity .3s ease;
  width: 100%;
}

.rb-card:hover .rb-bar {
  opacity: 1;
}

#features-18 .about-doctor-photo {
  height: auto;
  object-fit: cover;
  object-position: center top;
}

#cta-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#cta-1::before {
  background: rgba(6, 31, 58, .08);
}

#cta-1 p {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

#cta-1 a.btn-default-sm {
  background: linear-gradient(135deg, #e6c996, #b8893f);
  border: 1px solid #e8c77f;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
  color: #0f2c4c;
  font-weight: 700;
  padding: 14px 24px;
}

#cta-1 a.btn-default-sm:hover {
  background: linear-gradient(135deg, #efd79f, #c99a4a);
  color: #0f2c4c;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .bfl-container,
  .rb-grid {
    grid-template-columns: 1fr;
  }

  .bfl-left h2 {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .bfl-wrap,
  .rb-wrap {
    padding: 56px 20px;
  }

  .bfl-grid {
    grid-template-columns: 1fr;
  }

  .bfl-stats {
    gap: 22px;
  }

  .rb-head h2 {
    font-size: 25px;
  }
}
