.second-opinion-banner {
  width: 100%;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding: 1rem; */
  /* border-radius: 1rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1); */
  /* gap: 1.2rem; */
}

/* ===== LEFT SECTION ===== */
.banner-left {
  flex: 1;
  /* text-align: center; */
  /* max-width: 22rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-title {
  font-size: 1.63rem;
  font-weight: 700;
  color: var(--brandColor);
  line-height: 1.3;
  margin: 2.18rem 0 0.54rem 0;
  font-style: Bold;
  line-height: 90%;
  letter-spacing: -2%;
  text-align: center;
}

.banner-title span {
  color: var(--brandClr);
}

.banner-subtitle {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 0.9rem;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: -2%;
  text-align: center;
  color: #9f5bab;
  margin: 0 0 1.09rem 0;
}

.doctor-image-circle {
  width: 13.4rem;
  height: 13.4rem;
  margin: 1.09rem auto 0.36rem auto;
}
.doctor-image-circle img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.banner-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem 0;
}

.list-description {
  font-weight: 500;
  font-style: Medium;
  font-size: 0.72rem;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

/* .banner-benefits li::before {
  content: "✔";
  color: var(--brandColor);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.6rem;
} */
.banner-list {
  display: flex;
  margin: 0 0 0.57rem 0;
}
.vector {
  width: 0.72rem;
  height: 0.72rem;
  margin: 0 0.36rem 0 0;
}

.booknow-btn {
  width: 9.45rem;
  height: 2.18rem;
  border-radius: 2.18rem;
  padding: 0.54rem;
  gap: 0.54rem;
  background-color: #802a8f;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 0.72rem;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fffffe;
  margin: 0 0 2.16rem 0;
}

.booknow-btn:hover {
  background-color: var(--dark-violet);
}

/* ===== CENTER SECTION ===== */
.banner-center {
  flex: 1;
  display: none;
  justify-content: center;
  align-items: center;
}

.doctor-bg {
  position: relative;
  width: 13.4rem;
  height: 13.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  background-color: #eacff0;
  overflow: hidden;
  border: 1px solid green;
}

.doctor-bg img {
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: -0.2rem;
}

/* ===== RIGHT SECTION ===== */
.banner-right {
  width: 18.72rem;
  height: 4.54rem;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* flex-wrap: wrap; */
  gap: 0 0.8rem;
  text-align: center;
  padding: 0.68rem 1.83rem 0.509rem 1.09rem;
  background-color: #802a8f33;
}

/* .stat {
  min-width: 5rem;
} */

.stat h3 {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 1.27rem;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #62186f;
}

.stat p {
  font-size: 0.45rem;
  color: #62186f;
  font-weight: 600;
  font-style: SemiBold;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}
.verticalLine {
  border: 0.25px solid;
  border-image-source: linear-gradient(
    180deg,
    #999999 0%,
    #802a8f 48.08%,
    #999999 100%
  );
  background-color: #802a8f;
}
.hide-list-mobile {
  display: none;
}
/* ===== DESKTOP LAYOUT ===== */
@media screen and (min-width: 768px) {
  .hide-list-desktop {
    display: none !important;
  }
  .second-opinion-banner {
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
    text-align: left;
    padding: 0rem;
    gap: 10rem;
    /* position: relative; */
  }

  .banner-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
  }

  /* .banner-center {
    flex: 1;
    justify-content: center;
  } */

  .doctor-bg {
    width: 14rem;
    height: 14rem;
    border-radius: 50% 50% 0 0;
    background-color: #eacff0;
  }

  .banner-right {
    flex: 0.8;
    flex-direction: column;
    align-items: flex-end;
    text-align: left;
    gap: 0.5rem;
  }

  .stat h3 {
    font-size: 1.2rem;
    line-height: 110%;
  }

  .stat p {
    font-size: 0.55rem;
  }
  .doctor-image-circle {
    display: none;
  }
  .doctor-circle {
    display: block;
    width: 11.47rem;
    height: 14.71rem;
    angle: 0 deg;
    opacity: 1;
    border-bottom-right-radius: 400px;
    border-bottom-left-radius: 400px;
  }
  .doctor-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .banner-left h2 {
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 1.01rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -1%;
    color: #62186f;
    width: 11.96rem;
    height: 3.05rem;
    angle: 0 deg;
    opacity: 1;
    text-align: start;
    margin: 1.45rem 0 0 0;
  }
  .banner-title span {
    color: #62186f !important;
  }
  .banner-subtitle {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    color: #9f5bab;
    width: 11.11rem;
    height: 0.98rem;
    angle: 0 deg;
    opacity: 1;
    text-align: left;
    margin: 0 0 0.67rem 0;
  }
  .banner-title br {
    display: none;
  }
  .banner-list {
    display: flex;
    margin: 0 0 0.36rem 0;
  }
  .list-description {
    font-weight: 500;
    font-style: Medium;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
  }
  .vector {
    width: 0.45rem;
    height: 0.45rem;
    angle: 0 deg;
    opacity: 1;
  }
  .verticalLine {
    display: none;
  }
  .banner-right {
    background-color: #fff;
    padding: 0 0 0 0;
    margin: -2.09rem 0 0 0;
  }
  .stat h3 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 1.3rem;
    leading-trim: NONE;
    line-height: 110%;
    letter-spacing: 0%;
  }
  .stat p {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.377rem;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    width: 4.18rem;
  }
  .banner-center {
    display: block;
    position: absolute;
    top: 0;
    left: 12.54rem;
    angle: 0 deg;
    opacity: 1;
  }
  .booknow-btn {
    width: 7.16rem;
    height: 1.32rem;
    angle: 0 deg;
    opacity: 1;
    gap: 0.28rem;
    border-radius: 1.127rem;
    padding: 0.281rem 0.377rem;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.452rem;
    line-height: 100%;
    letter-spacing: 0%;
    /* margin: 0.679rem 0 0 0; */
  }
  .banner-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
  }
}
