/* =========================
   Banner / Hero Section
   ========================= */

.doctor-banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 0 !important;
}

.doctor-banner__inner {
  position: relative;
  padding-top: 48px;
  padding-bottom: 28px;
}

.doctor-banner__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding-right: 20px;
}

.doctor-banner__title {
  margin: 0 0 14px;
  color: #222;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
}

.doctor-banner__title .text-brand {
  font-weight: 700;
}

.doctor-banner__desc {
  margin: 0 0 28px;
  max-width: 560px;
  color: #5d4a52;
  font-size: 15px !important;
  line-height: 1.55;
  letter-spacing: 0 !important;
}

.doctor-banner__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-bottom: 28px;
}

.stat-item {
  min-width: 88px;
}

.stat-item__value {
  display: block;
  margin-bottom: 2px;
  color: var(--brand);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}

.stat-item__label {
  display: block;
  color: var(--brand);
  font-size: 13px;
  line-height: 1.3;
}

.doctor-banner__media {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.doctor-banner__media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 35%;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 0) 100%);
}

.doctor-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (min-width: 992px) {
  /* .doctor-banner__media {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
  } */

  .doctor-banner__content {
    padding-right: 24px;
  }
}

/* Search / filter bar under banner */
.doctor-filter-bar {
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 18px 0 22px;
}

.doctor-filter-bar__row {
  gap: 12px;
}

.doctor-filter-bar__left {
  gap: 12px;
  max-width: 760px;
}

.doctor-search {
  position: relative;
  flex: 1 1 auto;
  min-width: 220px;
}

.doctor-search i {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 2;
  color: #9a9a9a;
  font-size: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

.doctor-search .form-control-soft {
  padding-left: 42px;
}

.doctor-filter-bar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

/* Experience range menu — keeps same filter button look */
.doctor-exp-dropdown {
  position: relative;
  display: inline-flex;
}

.doctor-exp-dropdown .btn {
  white-space: nowrap;
}

.doctor-exp-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 30;
  min-width: 180px;
  max-height: 280px;
  overflow-y: auto;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e8e0e5;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(40, 30, 35, 0.12);
}

.doctor-exp-menu[hidden] {
  display: none !important;
}

.doctor-exp-menu button {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #332d38;
  cursor: pointer;
}

.doctor-exp-menu button:hover,
.doctor-exp-menu button:focus {
  background: #fff8fb;
  color: #bf1c63;
  outline: none;
}

@media (max-width: 991.98px) {
  .doctor-banner__content {
    max-width: 100%;
    padding-right: 0;
  }

  .doctor-banner__title {
    font-size: 34px;
  }

  .doctor-banner__media {
    margin-top: 8px;
    height: 320px;
  }

  .doctor-banner__media::before {
    width: 100%;
    height: 35%;
    inset: 0 0 auto 0;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
}

@media (max-width: 767.98px) {
  .doctor-banner__inner {
    padding-top: 28px;
    padding-bottom: 8px;
  }

  .doctor-banner__title {
    font-size: 28px;
  }

  .doctor-banner__desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .doctor-banner__stats {
    gap: 14px 18px;
    margin-bottom: 22px;
  }

  .stat-item {
    min-width: 72px;
  }

  .stat-item__value {
    font-size: 22px;
  }

  .doctor-banner__media {
    height: 260px;
  }

  .doctor-filter-bar__actions {
    width: 100%;
  }

  .doctor-filter-bar__actions .btn-brand,
  .doctor-filter-bar__actions .btn-outline-soft {
    flex: 1 1 auto;
  }
}

/* =========================
   Browse by Speciality
   ========================= */

.browse-speciality {
  background: #fff;
}

.browse-speciality .chip-list {
  margin-bottom: 28px;
}

/* =========================
   Patient Case Studies
   ========================= */

.case-studies {
  background: #fff;
}

.case-studies__title {
  margin: 0;
  color: #1f1f1f;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
}

.case-studies__title em {
  font-style: italic;
  font-weight: 700;
}

.case-studies__desc {
  color: #8a8a8a;
  font-size: 14px !important;
  line-height: 1.5;
  letter-spacing: 0 !important;
}

@media (max-width: 767.98px) {
  .case-studies__title {
    font-size: 28px;
  }

  .case-studies__filters {
    width: 100%;
  }
}

/* =========================
   Patient Feedback
   ========================= */

.patient-feedback {
  background: #fafafa;
}

.patient-feedback__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
  font-style: italic;
  font-weight: 700;
}

.feedback-slider {
  padding: 0 24px;
}

.feedback-slider__track {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.feedback-slider__track::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767.98px) {
  .patient-feedback__title {
    font-size: 28px;
  }

  .feedback-slider {
    padding: 0 18px;
  }

  .carousel-nav--prev {
    left: -4px;
  }

  .carousel-nav--next {
    right: -4px;
  }
}

/* =========================
   Doctors Info + CTA
   ========================= */

.doctors-info {
  background: #fafafa;
}

@media (max-width: 767.98px) {
  .info-panel {
    padding: 20px 18px;
  }

  .info-panel__title {
    font-size: 24px;
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  .cta-banner__text {
    font-size: 16px;
  }

  .btn-call-inverse {
    width: 100%;
  }
}

/* =========================
   Awards & FAQ
   ========================= */

.awards-faq {
  background: #fff;
}

.awards-faq__awards {
  margin-bottom: 48px;
}

.awards-faq__faq-heading {
  margin-bottom: 24px;
}

.awards-faq__more {
  margin-top: 28px;
}

.cta-action-1{
  padding: 0;
}

@media (max-width: 767.98px) {
  .section-heading {
    font-size: 24px;
  }

  .award-card {
    min-height: 200px;
  }
}
