:root {
  --primary: #fbdc30;
  --primary-dark: #fbea81;
  --accent: #6b7280;
   --text: #959495;
  --muted: #6f7277;
  --bg: #f3f0e8;
  --white: #fafafa;
  --border: #ddd5c6;
}

body {
 
  background:#fafafa;
}
/* ===== GLOBAL CLEAN SPACING ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section {
  padding: 2rem 0; /* reduced spacing */
}

.container {
  margin: 0 auto;
  padding: 0;
}
* {
  box-sizing: border-box;
  /* color:#000; */
}

.section-tag {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.85rem;
}

.about-hero {
  height: 70vh;
  background: url("../images/abouthero.jpeg") center/cover no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  /* justify-content:center;
  text-align:center; */
}


@media (max-width: 640px){
  .about-hero{
    height: 80vh;
    padding: 110px 0px;
    padding-bottom: 10px;
  }
}
@media (max-width: 400px){
  .about-hero{
    height: 90vh;
    padding: 90px 0px;
    padding-bottom: 10px;
  }
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(44, 41, 36, 0.95) 0%,
    rgba(44, 41, 36, 0.86) 35%,
    rgba(44, 41, 36, 0) 70%
  );
  z-index: 1;}
  /* background: linear-gradient(90deg, rgba(44, 41, 36, 0.95) 0%, rgba(44, 41, 36, 0.86) 35%, rgba(44, 41, 36, 0) 70%);
} */
/* 
.about-hero-overlay {
  width: 100%;
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}
 */

.about-hero-overlay {
  width: 100%;
  /* padding: 4rem 6%;
  padding: 4rem 0; */
  position: relative;
  z-index: 2; 
   display: flex;
  justify-content:flex-start; 
  align-items: center;
  padding-left: 10px;
  /* max-width:100%;
  padding: 20px; */
}
.about-hero-content {
  /* max-width: 860px; */
   max-width: 650px;
  text-align: left;
  margin-left:130px;
}
  
@media(max-width:1300px){
 .about-hero-content{
  margin-left: 30px;
 }
}
.about-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: #efd98c;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page-hero-text{
  color: #ece4d4;
}
.about-hero h1,
.about-hero h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.1;
  font-weight: 700;
  color: #fafafa;
  margin-bottom:10px;
}

.about-hero p {
  max-width: 520px;
  /* margin: 1.2rem auto 0; */
  font-size: 1.1rem;
  font-weight: 600;
  color: #ece4d4;
   /* text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); */
}

.about-intro {
  padding: 1rem 0;
  
  
}

.about-intro-wrapper {
  display: block;
}

.about-intro .container,
.about-values .container,
.about-doctors .container {
  width: min(1350px, 97%);

}

.about-intro-content h2,
.about-values-header h2 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.12;
  color: #000;
  margin: 0 0 1rem;
}

.about-intro-content p,
.about-values-header p,
.value-card p,
.trust-card p,
.doctor-card p {
  color: #000;
  font-size: 1rem;
  line-height: 1.75;
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}


.about-highlight-item {
  background: #fafafa;
  border: 3px solid var(--primary);
  border-radius: 22px;
  padding: 1.2rem;
  box-shadow: 0 16px 36px rgba(47, 49, 51, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.about-highlight-item:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
  background: #fafafa !important;
  
  box-shadow: 0 20px 40px rgba(61, 57, 49, 0.08);
}
.about-highlight-item h3 {
  margin: 0 0 0.35rem;
  font-size: 1.08rem;
  color: black;
}

.about-highlight-item p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
}

.about-highlight-icon {
  width: 52px;
  height: 52px;
  border: 2px solid #fbd730;
  border-radius: 16px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  flex-shrink: 0;
}

.about-highlight-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1.6rem;
}
.wb-btn {
  width: auto;
  display: inline-flex;
}
.wb-btn{
  padding: 0.8rem 1.8rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.wb-btn.primary,
.wb-btn.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0.95rem 1.4rem;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.wb-btn.primary {
  background: transparent;
  color: #FBDC30 !important;
  border: #FBDC30 3px solid;
  border-radius: 10px;
}

.wb-btn.primary:hover {
  background: #FBDC30;
  color: #fafafa !important;
}

.wb-btn.secondary {
  background-color: #656361;
  border: #fafafa 2px solid;
  color: #fafafa;
}

.wb-btn.secondary:hover {
  background: transparent !important;
  color: #FBDC30 !important;
  border: #FBDC30 3px solid;
}

.about-values,
.about-doctors {
  padding: 5rem 0;
   background: linear-gradient(
  to bottom,
  #FBDC30 -10%,
  #fafafa 50%,
  #FBDC30 120%
);
}

.about-values-header {
  max-width: 760px;
  margin: 0 auto 1.1rem;
  text-align: center;
}

.about-values-grid,
.trust-grid,
.doctor-grid {
  display: grid;
  gap: 1.8rem;
}

.about-values-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.6rem;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  margin: 0 0 1.8rem;
}

.about-stat-item {
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid #fdbc30;
  border-radius: 24px;
  padding: 1.5rem 1.2rem;
  text-align: center;
  box-shadow: 0 6px 20px #16457514;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.about-stat-item:hover {
  transform: translateY(-8px);
  border-color: #fdbc30;
  box-shadow: 0 12px 28px rgba(184, 134, 11, 0.18);
}

.about-stat-item strong {
  display: block;
  color: #c99713;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0.45rem;
}

.about-stat-item span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* .doctor-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
} */

.doctor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  justify-content: flex-start;
}

/* 3 cards per row */
.doctor-card {
  flex: 0 0 calc(33.333% - 1.2rem);
}

/* ✅ ONLY LAST ROW CENTERED (NO GAP ISSUE) */
.doctor-grid {
  justify-content: flex-start;
}

.doctor-card:nth-last-child(-n + 2) {
  flex: 0 0 calc(33.333% - 1.2rem);
}

/* THIS LINE FIXES EVERYTHING */
.doctor-grid:has(.doctor-card:nth-last-child(2)) {
  justify-content: center;
}

.value-card,
.trust-card {
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid #fbd730;
  border-radius: 28px;
  padding: 1.6rem;
  box-shadow: 0 6px 20px #16457514;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.doctor-card {
  background: rgba(255, 255, 255);
  border: 2px solid black;
  border-radius: 28px;
  padding: 1.6rem;
  box-shadow: 0 6px 20px #16457514;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}


.value-card {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
}

.value-card:hover,
.trust-card:hover,
.doctor-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 12px 28px rgba(184, 134, 11, 0.18);
}

.value-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: grey;
  border: 2px solid #fbd730;
  flex-shrink: 0;
}

.value-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-card h3,
.trust-card h3,
.doctor-card h3 {
  margin: 0 0 0.7rem;
  color: black;
  font-size: 1.25rem;
}

.about-trust-combined {
  position: relative;
  overflow: hidden;

  /* BACKGROUND IMAGE */
  background: url("../images/trustusabout.jpeg") center/cover no-repeat;

  /* keep soft feel */
  backdrop-filter: blur(2px);
}

.about-trust-combined::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    180deg,
    rgba(255, 250, 240, 0.84),
    rgba(247, 236, 214, 0.7)
  ); */
  pointer-events: none;
}

.about-trust-combined .container {
  position: relative;
  z-index: 1;
}
/* Doctor Section Fix */
.doctor-section {
  padding: 60px 0;
}

.doctor-section h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* Layout */
.doctor-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.doctor-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;  
  background: #f9f9f9;
  padding: 35px;
  border-radius: 16px;

   border: 2px solid #fbd730;
  box-shadow: 0 12px 35px rgba(99, 102, 241, 0.15);
  transition: all 0.3s ease;
}
/* Hover Effect */
.doctor-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(99, 102, 241, 0.25);
  border-color: #fbd730;
}

/* LEFT */
.doctor-left {
  flex: 1;
  text-align: center;
}

.doctor-left img {
  height: 500;
  width: 450px;
  border-radius: 14px;
  margin-bottom: 15px;
}

.doctor-left h3 {
  font-size: 22px;
  font-weight: 600;
}

.doctor-left h4 {
  font-size: 14px;
  color: #777;
}

.doctor-section h2 {
 font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.12;
  color: #000;
  margin: 0 0 1rem;
  text-align: center;
  margin-bottom: 40px;
}

/* RIGHT */
.doctor-right {
  flex: 2;
  padding-top: 10px; 
}

.doctor-right p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 18px;
}
/* First paragraph highlight (intro feel) */
.doctor-right p:first-of-type {
  font-size: 17px;
  color: #222;
  font-weight: 500;
}

/* Add subtle left accent line */
.doctor-right {
  border-left: 3px solid #d7d7c9;
  padding-left: 20px;
}

.doctor-right h5 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.doctor-right p:last-child {
  font-weight: 500;
  color: #222;
}

.doctor-section{
  padding: 56px;
}
/* Inhouse section */

/* Section spacing */
.inhouse-section {
  padding: 56px 0;
  background: #f8fbff;
}

/* Card */
.inhouse-card {
  background: #fff;
  padding: 45px;
  border-radius: 18px;

  /* POP EFFECT */
  border: 2px solid #fbd730;
  box-shadow: 0 15px 40px rgba(99, 102, 241, 0.15);

  text-align: center;
  max-width: 1250px;
  margin: auto;
  transition: 0.3s ease;
}

.inhouse-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 20px 50px rgba(61, 63, 28, 0.796); */
}

/* Tag */
.section-tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000000d5;
}

/* Heading */
.inhouse-card h2 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #111;
  line-height: 1.4;
}

/* Badge highlight */
.badge {
  background: rgba(142, 146, 128, 0.1);
  color: #fbd730;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 700;
}

/* Paragraph */
.inhouse-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

/* First paragraph highlight */
.inhouse-card .intro {
  font-weight: 500;
  color: #222;
}

/* Features grid */
.inhouse-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 30px;
}

/* Feature box */
.inhouse-features div {
  background: rgba(99, 102, 241, 0.06);
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
  color: #333;
  border: 1px solid rgba(99, 102, 241, 0.12);
}

/* Mobile */
@media (max-width: 768px) {
  .inhouse-card {
    padding: 25px;
  }

  .inhouse-card h2 {
    font-size: 26px;
  }

  .inhouse-features {
    grid-template-columns: 1fr;
  }
}

/* ================= WHY TRUST US TEXT FIX ================= */

/* Heading */
.about-trust-combined .about-values-header h2 {
  color: black;
  font-weight: 800;
}

/* Subheading */
.about-trust-combined .about-values-header h3 {
  color: black;
  font-weight: 700;
}

/* Paragraph */
.about-trust-combined .about-values-header p {
  color: black;
  font-weight: 500;
}

/* Stats Numbers */
.about-trust-combined .about-stat-item strong {
  color: black;
  font-weight: 800;
}

/* Stats Text */
.about-trust-combined .about-stat-item span {
  color: black;
  font-weight: 600;
}

/* Card Titles */
.about-trust-combined .value-card h3,
.about-trust-combined .trust-card h3 {
  color: black;
  font-weight: 700;
}

/* Card Paragraph */
.about-trust-combined .value-card p,
.about-trust-combined .trust-card p {
  color: black;
  font-weight: 500;
}
.doctor-card {
  text-align: center;
}

.doctor-avatar {
  width: 84px;
  height: 84px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #fffef4, #fbea81);
  color: black;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  border: 2px solid #fafafa;

  /* ✅ ADD SHADOW ALWAYS */
  box-shadow: 0 10px 20px rgba(47, 49, 51, 0.15);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* ✅ HOVER = JUST ENHANCE */
.doctor-card:hover .doctor-avatar {
  transform: scale(1.08);
  box-shadow: 0 18px 35px rgba(47, 49, 51, 0.25);
}

.doctor-card span {
  display: block;
  margin-bottom: 0.8rem;
  color: #000;
  font-style: italic;
  font-size: 0.92rem;
  font-weight: 700;
}

/* ================= DOCTOR GRID (RESPONSIVE) ================= */

.doctor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  justify-content: center; /* keeps last row centered */
}

/* ================= DEFAULT (DESKTOP) ================= */
/* 3 cards per row */
.doctor-card {
  flex: 0 0 calc(33.333% - 1.2rem);
  max-width: calc(33.333% - 1.2rem);
}

/* ================= TABLET (2 CARDS) ================= */
@media (max-width: 1024px) {
  .doctor-card {
    flex: 0 0 calc(50% - 0.9rem);
    max-width: calc(50% - 0.9rem);
  }
}

/* ================= MOBILE (1 CARD) ================= */
@media (max-width: 600px) {
  .doctor-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wb-btn {
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
  }
}

/* ================= EXTRA SMALL DEVICES ================= */
@media (max-width: 400px) {
  .doctor-card {
    padding: 1.2rem;
  }

  .doctor-avatar {
    width: 70px;
    height: 70px;
    font-size: 1rem;
  }

  .doctor-card h3 {
    font-size: 1.1rem;
  }

  .doctor-card span {
    font-size: 0.85rem;
  }

  .doctor-card p {
    font-size: 0.9rem;
  }
}

@media (max-width: 1100px) {
  .about-highlights,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .doctor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .about-values-grid,
  .about-stats,
  .trust-grid,
  .doctor-grid,
  .about-highlights {
    grid-template-columns: 1fr;
  }

  .about-intro-content,
  .about-values-header,
  .doctor-card {
    text-align: center;
  }

  .about-highlight-item,
  .value-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-actions {
    justify-content: flex-start;
  }

  .about-highlight-icon,
  .value-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 900px) {
  .about-hero-content {
    text-align: left !important;
    margin-top:30px;
  }
}

@media (max-width: 600px) {
  .about-hero {
    min-height: 58vh;
  }

  .about-hero h1,
  .about-hero h2 {
    font-size: 2.2rem;
  }

  .about-intro,
  .about-values,
  .about-doctors {
    padding: 4rem 0;
  }
/* 
  .wb-btn.primary,
  .wb-btn.secondary {
    width: 100%;
  } */
}
/* ================= ABOUT ICON HOVER EFFECT ================= */

/* when hovering highlight cards */
.about-highlight-item:hover .about-highlight-icon {
  background: #fafafa;
  color: black;
  border: 2px solid #fbd730;
  transform: scale(1.05);
}

/* when hovering value cards */
.value-card:hover .value-icon {
  background: #fafafa;
  color: #fbd730;
  transform: scale(1.05);
}

/* smooth transition */
.about-highlight-icon,
.value-icon {
  transition: all 0.3s ease;
}
/* ================= BUTTON HOVER ENHANCEMENT ================= */

/* PRIMARY BUTTON (Book Appointment) */
.wb-btn.primary:hover {
  background: #fbdc30;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 20px 38px rgba(184, 134, 11, 0.35);
}

/* SECONDARY BUTTON (Explore Services) */
.wb-btn.secondary:hover {
  background: #FBDC30;
  color: #fafafa !important;
  
  border-radius: 10px;
  border:#FBDC30 3px solid;
  border-color: #fbdc30;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 28px rgba(47, 49, 51, 0.18);
}

/* smooth animation */
.wb-btn.primary,
.wb-btn.secondary {
  transition: all 0.3s ease;
}

/* REMOVE OLD BOX BACKGROUND COMPLETELY */
.about-trust-combined .about-values-header {
  background: none;
  backdrop-filter: none;
  padding: 0;
  display: block;

  text-align: center;
  max-width: 750px;
  margin: 0 auto 2rem;
}

/* TEXT COLORS (WHITE FOR VISIBILITY) */
.about-trust-combined .about-values-header h2 {
  color: #000;
  font-weight: 800;
  text-shadow: none;
}

.about-trust-combined .about-values-header h3 {
  color: #000;
  font-weight: 700;
  text-shadow: none;
}

.about-trust-combined .about-values-header p {
  color: black;
  font-weight: 500;
  text-shadow: none;
}

/* ================= RESPONSIVE REFINEMENTS ================= */

img {
  max-width: 100%;
  height: auto;
}

.about-intro-content,
.about-values-header,
.value-card,
.trust-card,
.doctor-card,
.about-highlight-item,
.about-stat-item {
  min-width: 0;
}

@media (max-width: 1200px) {
  .about-intro .container,
  .about-values .container,
  .about-doctors .container {
    width: min(1180px, 94%);
  }

  .about-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .about-hero {
    min-height: 60vh;
    background-position: center top;
  }

  .about-hero-overlay {
    padding: 3.5rem 0;
  }

  .about-hero p {
    font-size: 1.08rem;
  }

  .about-intro,
  .about-values,
  .about-doctors {
    padding: 4.5rem 0;
  }

  .about-values-grid,
  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stat-item:last-child {
    grid-column: 1 / -1;
    max-width: 360px;
    justify-self: center;
    width: 100%;
  }

  .doctor-grid {
    gap: 1.4rem;
  }

  .doctor-card {
    flex: 0 0 calc(50% - 0.7rem);
    max-width: calc(50% - 0.7rem);
  }
}
@media (max-width: 768px) {
  .about-hero {
    padding-top:65px;
    min-height: 75vh; /* more space */
    background-position: center;
  }

  .about-hero-overlay {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 20px;
    
  }

  .about-hero-content {
    margin-left: 0;
    text-align: left;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .about-intro .container,
  .about-values .container,
  .about-doctors .container {
    width: min(100%, calc(100% - 2rem));
  }

  .about-hero {
    min-height: 56vh;
  }

  .about-hero-overlay {
    padding: 3rem 0;
  }

  .about-kicker {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    color: #efd98c;
  }

  .about-hero h1,
  .about-hero h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .about-hero p {
    font-size: 1rem;
    line-height: 1.65;
    margin-top: 1rem;
  }

  .about-intro,
  .about-values,
  .about-doctors {
    padding: 4rem 0;
  }

  .about-intro-content h2,
  .about-values-header h2 {
    margin-bottom: 0.8rem;
  }

  .about-intro-content p,
  .about-values-header p,
  .value-card p,
  .trust-card p,
  .doctor-card p {
    font-size: 0.97rem;
    line-height: 1.7;
  }

  .about-highlights,
  .about-values-grid,
  .about-stats,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .about-highlight-item,
  .value-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-values-header,
  .doctor-card,
  .about-intro-content {
    text-align: center;
  }

  .about-highlight-icon,
  .value-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .about-stat-item:last-child {
    grid-column: auto;
    max-width: none;
  }

  .about-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .about-hero {
    min-height: 52vh;
  }

  .about-hero-overlay {
    padding: 2.5rem 0;
  }

  .about-intro,
  .about-values,
  .about-doctors {
    padding: 3.5rem 0;
  }

  .about-highlights,
  .about-values-grid,
  .about-stats,
  .trust-grid,
  .doctor-grid {
    gap: 1.1rem;
  }

  .about-highlight-item,
  .value-card,
  .trust-card,
  .doctor-card,
  .about-stat-item {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .about-highlight-icon,
  .value-icon {
    width: 48px;
    height: 48px;
  }

  .about-highlight-icon svg,
  .value-icon svg {
    width: 24px;
    height: 24px;
  }

  .doctor-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .doctor-avatar {
    width: 74px;
    height: 74px;
    font-size: 1rem;
    margin-bottom: 0.85rem;
  }

  .wb-btn.primary,
  .wb-btn.secondary {
    /* width: 100%; */
    min-width: 0;
    padding: 0.9rem 1.2rem;
  }
}

@media (max-width: 420px) {
  .about-intro .container,
  .about-values .container,
  .about-doctors .container {
    width: min(100%, calc(100% - 1.25rem));
  }

  .about-kicker,
  .section-tag {
    font-size: 0.75rem;
  }

  .about-hero h1,
  .about-hero h2 {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }

  .about-hero p,
  .about-intro-content p,
  .about-values-header p,
  .value-card p,
  .trust-card p,
  .doctor-card p {
    font-size: 0.92rem;
  }

  .about-highlight-item h3,
  .value-card h3,
  .trust-card h3,
  .doctor-card h3 {
    font-size: 1.05rem;
  }

  .about-highlight-item,
  .value-card,
  .trust-card,
  .doctor-card,
  .about-stat-item {
    padding: 1rem;
  }

  .about-stat-item strong {
    font-size: 2rem;
  }

  .doctor-avatar {
    width: 68px;
    height: 68px;
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .about-hero-overlay {
    justify-content: left;  /* center horizontally */
    padding: 1rem;
  }

  .about-hero-content {
    margin-left: 0;          /* ✅ remove left push */
    text-align: left;      /* ✅ center text */
  }
}

@media (max-width: 1024px) {
  .doctor-card:nth-last-child(-n + 2) {
    flex: 0 0 calc(50% - 0.7rem);
    max-width: calc(50% - 0.7rem);
  }
}

@media (max-width: 600px) {
  .doctor-card:nth-last-child(-n + 2) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .doctor-grid:has(.doctor-card:nth-last-child(2)) {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .about-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;        /* ✅ allow natural sizing */
    gap: 10px;
    justify-content: flex-start;
  }

  .wb-btn {
    flex: 0 0 auto;         /* ✅ STOP stretching */
    width: auto;
    min-width: 150px;       /* optional for consistency */
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .about-actions {
    gap: 10px;
  }

  .wb-btn {
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
  }
}

/* @media (max-width: 768px) {
  .about-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;       /* 🔥 force same line */
    /* gap: 10px;
    justify-content: flex-start; */
  /* }

  .wb-btn {
    flex: 1;                 /* 🔥 equal width buttons */
    /* min-width: 0;            prevent overflow */
    /* padding: 0.6rem 0.8rem; */
    /* font-size: 0.85rem; */
    /* white-space: nowrap;     🔥 prevent text break */
  /* }
} */
/* Dr. Pavithra Section Responsive */
@media (max-width: 992px) {
  .doctor-wrapper {
    gap: 30px;
    padding: 30px;
  }

  .doctor-left img {
    width: 220px;
  }

  .doctor-right p {
    font-size: 15px;
    line-height: 1.8;
  }
}

@media (max-width: 768px) {
  .doctor-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px;
  }

  .doctor-left {
    width: 100%;
  }

  .doctor-left img {
    width: 220px;
    max-width: 100%;
  }

  .doctor-right {
    width: 100%;
    text-align: left;
    border-left: none;
    padding-left: 0;
    padding-top: 15px;
  }

  .doctor-right p {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .about-actions {
    flex-wrap: nowrap;      /* ✅ keep in one row */
  }

  .wb-btn {
    flex: 1;                /* ✅ equal width */
    min-width: 0;           /* prevent overflow */
    padding: 0.6rem 0.5rem; /* reduce size */
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .doctor-section {
    padding: 45px 0;
  }

  .doctor-section h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .doctor-wrapper {
    padding: 20px;
    gap: 20px;
  }

  .doctor-left img {
    width: 190px;
  }

  .doctor-left h3 {
    font-size: 20px;
  }

  .doctor-left h4 {
    font-size: 13px;
  }

  .doctor-right p {
    font-size: 14px;
  }
}