.swiper-main-container {
  position: relative;
  margin: 0.5rem 0 0 0;
}

.swiper-slide__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.83rem;
  /* padding: 0.3rem 0.2rem;
  margin-top: 0.36rem; */
  flex-grow: 1;
}
.ourteam {
  margin-top: 0.85rem;
}
.doctor-tab-content {
  display: none;
}

.doctor-tab-content.active {
  display: block;
}

.doctors-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.doctor-card {
  border: 1px solid #ccc;
  padding: 1rem;
  width: 3.77rem;
  border-radius: 8px;
  text-align: center;
  background-color: #f9f9f9;
}

.doctor-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.doctor-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.doctor-tab-btn {
  background: none;
  border: none;
  font-size: 0.63rem;
  padding: 0;
  cursor: pointer;
  color: #8f9399;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
}

.doctor-tab-btn.active {
  color: var(--darkColor);
  border-color: #eb88a3;
  font-weight: bold;
}

.mySwiper2 {
  height: 19.2rem;
  position: relative;
}
.mySwiper2 .swiper-slide {
  height: 20.54rem;
  border-radius: 0.36rem;
  /* box-shadow: 0px 0.5rem 1rem 0px #0000001a; */
  /* box-shadow: 0px 2px 12px 0px #0000001A; */

}

.mySwiper2 .swiper-slide__image {
  height: 11.63rem;
  position: relative;
  background-color: #f0f0f0;
}
.mySwiper2 .swiper-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  flex-shrink: 0;
}

.mySwiper2 .swiper-slide__specailization {
  width: 100%;
  height: 1.09rem;
  background-color: var(--lightpink);
  position: absolute;
  bottom: 0;
  font-size: 0.54rem;
  font-weight: 500;
  color: var(--darkColor);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.31rem 0.9rem;
}
.content-slide{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.3rem 0.2rem 0 0.2rem;
  margin-top: 0.36rem;
  flex-grow: 1;
}

.swiper-slide__content-ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.swiper-slide__content-li > p::before {
  content: "-";
}

.swiper-slide__content-li > p {
  list-style-type: disc;
  font-size: 0.63rem;
  font-weight: 400;
  line-height: 140%;
  color: #2d2d2d99;
  margin-bottom: 0.3rem;
}
.swiper-slide__content-name {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.3rem;
  color: #2d2d2d;
  text-align: center !important;
}
.swiper-slide__content-education {
  font-size: 0.63rem;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0.72rem;
  color: #2d2d2d99;
  text-align: left;
}
.swiper-slide__content-button {
  background-color: var(--brandColor);
  color: var(--white);
  padding: 0.54rem 0.72rem;
  border-radius: 2.18rem;
  font-size: 0.72rem;
  font-weight: 600;
  margin: 0.3rem 0 0 0;
}

.swiper-button-next-custom2,
.swiper-button-prev-custom2 {
  background-color: #ffffff;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  box-shadow: 0px 2.4px 2.4px 0px rgba(240, 208, 221, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
/* 
.swiper-button-next-custom2:hover,
.swiper-button-prev-custom2:hover {
  transform: scale(1.1);
} */

.swiper-button-prev-custom2 {
  margin-right: 0.8rem;
}
.review-section__navigation-buttons-container {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}

/* .swiper-button-prev-custom2 {
  position: absolute;
  left: -1rem;
  z-index: 9;
  top: 9.3rem;
}
.swiper-button-next-custom2 {
  position: absolute;
  right: -1rem;
  z-index: 9;
  top: 9.3rem;
} */

.swiper-button-next-custom2 > img,
.swiper-button-prev-custom2 > img {
  width: 0.765rem;
  height: 0.72rem;
}
.ourteam h1 {
  color: var(--brandColor);
  font-family: Poppins;
  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: 2%;
  /* margin-bottom: 0.318rem; */
}
.ourteam p {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.72rem;
  line-height: 160%;
  letter-spacing: 2%;
  color: #2d2d2d;
  /* margin-bottom: 1.63rem; */
}
.btn-container {
  display: flex;
  justify-content: space-around;
  gap: 0.36rem;
  /* padding: 0.72rem 1.95rem 0.72rem 1.95rem; */
}
.swiper-slide__content-button1 {
  background-color: #fff;
  border: 1px solid var(--brandColor);
  color: var(--brandColor);
}
.swiper-slide__content-button1 {
  border-radius: 2.18rem;
  border-width: 1px;
  padding: 0.54rem 0.72rem 0.54rem 0.72rem;
  /* gap: 12px; */
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 0.72rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--brandColor);
  white-space: wrap;
}
.swiper-slide__content-button2 {
  border-radius: 2.18rem;
  padding: 0.54rem 0.72rem 0.54rem 0.72rem;
  /* gap: 12px; */
  background: #802a8f;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 0.72rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fffffe;
}
.swiper-slide__content-li {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.63rem;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #2d2d2d99;
}
.swiper-slide__content-name {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .ourteam {
    margin-top: 0.5rem;
  }
  .doctor-tabs {
    border-bottom: 2px solid #ccc;
  }
  .doctor-tab-btn {
    font-size: 0.54rem;
  }
  .doctor-tab-btn.active {
    font-size: 0.54rem;
    border-bottom: solid 0.15rem #eb88a3;
  }
  .swiper-slide__content-li > p {
    font-size: 0.3rem;
    min-height: 0.5rem;
    margin-bottom: 0.1rem;
  }
  .mySwiper2 {
    height: 11.8rem;
  }
  .mySwiper2 .swiper-slide {
    height: 11.75rem;
    padding: 0.3rem;
    border-radius: 0.15rem;
    position: relative;
    width: 7.83rem;
  }
  .mySwiper2 .swiper-slide__image {
    height: 6.28rem;
    border-radius: 0.07rem;
    flex-shrink: 0;
  }
  .mySwiper2 .swiper-slide__specailization {
    height: 0.45rem;
    font-size: 0.26rem;
    padding: 0.3rem 0.38rem;
    text-align: center;
  }
  .swiper-slide__content-name {
    font-size: 0.377rem;
  }
  .swiper-slide__content-education {
    font-size: 0.26rem;
  }
  .swiper-slide__content-button {
    padding: 0.22rem 0.45rem;
    font-size: 0.377rem;
    /* position: absolute;
    bottom: 0.5rem;
    right: 2.33rem; */
    margin: 0;
  }

  .swiper-button-next-custom2,
  .swiper-button-prev-custom2 {
    height: 1.26rem;
    width: 1.26rem;
    box-shadow: 0px 4px 4px 0px #f0d0dd66;
  }
  .swiper-button-prev-custom2 {
    position: absolute;
    left: -1.4rem;
    z-index: 9;
    top: 7.5rem;
    transform: translate(50%, -180%);
  }
  .swiper-button-next-custom2 {
    position: absolute;
    right: 0;
    z-index: 9;
    top: 7.5rem;
    transform: translate(50%, -200%);
  }

  .swiper-button-next-custom2 > img,
  .swiper-button-prev-custom2 > img {
    width: 0.5rem;
    height: 0.51rem;
  }
  .ourteam h1 {
    font-weight: 600 !important;
    font-style: Medium;
    font-size: 0.83rem;
    line-height: 160%;
    letter-spacing: -2%;
    margin: 0 0 0 0;
    color: var(--brandColor);
  }
  .ourteam p {
    font-weight: 400;
    font-style: Regular;
    font-size: 0.45rem;
    width: 20.18rem;
    line-height: 140%;
    letter-spacing: -2%;
    margin: -0.15rem 0rem 0rem 0rem;
  }
  .swiper-slide__content-li {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 0.301rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #2d2d2d99;
  }
  .original-slide {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 0.377rem 0 0 !important;
  }
  .btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin: 0rem 0 auto 0;
    padding: 0 0 0.377rem 0;
  }
  .swiper-slide__content-button1 {
    border-radius: 1.2rem;
    border-width: 1.4px;
    padding: 0.226rem 0.45rem 0.226rem 0.45rem;
    font-weight: 500;
    font-style: Medium;
    font-size: 0.377rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #802a8f;
    white-space: nowrap;
      height: 0.905rem;
  }
  .swiper-slide__content-button2 {
    border-radius: 1.2rem;
    padding: 0.226rem 0.45rem 0.226rem 0.45rem;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.377rem;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: var(--brandColor);
      height: 0.905rem;
  }
  .swiper-slide {
    display: flex !important;
    flex-direction: column !important;
  }
}
