:root {
--primary: #008080;
  --secondary: #053462;
  --footer: #0B1735;
  --heading: #0A2542;
  --body: #053462;
  --muted: #888888;
  --cream: #FFF9EF;
  --pale: #F0FBFA;
  --lime: #D6F35D;
  --line: #D8EFEF;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(5, 52, 98, 0.12);
  --teal:         #2D7D76;
  --teal-ink:     #2E8079;
  --navy:         #10315D;
  --navy-deep:    #0D2A52;
  --body-ink:     #1B3A63;
  --muted:        #6B7A93;

  --h1-size:      80px;
  --container:    1380px;
  --gutter:       30px;
  --radius-pill:  999px;
}

* {
box-sizing: border-box;
}

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

a {
color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

h1 {
font-family: "Nunito", Arial, sans-serif;
  color: var(--heading);
  font-weight: 800;
  line-height: 1.14;
  margin: 0;
}

h2 {
font-family: "Nunito", Arial, sans-serif;
  color: var(--heading);
  font-weight: 800;
  line-height: 1.14;
  margin: 0;
}

h3 {
font-family: "Nunito", Arial, sans-serif;
  color: var(--heading);
  font-weight: 800;
  line-height: 1.14;
  margin: 0;
}

h4 {
font-family: "Nunito", Arial, sans-serif;
  color: var(--heading);
  font-weight: 800;
  line-height: 1.14;
  margin: 0;
}

h5 {
font-family: "Nunito", Arial, sans-serif;
  color: var(--heading);
  font-weight: 800;
  line-height: 1.14;
  margin: 0;
}

h6 {
font-family: "Nunito", Arial, sans-serif;
  color: var(--heading);
  font-weight: 800;
  line-height: 1.14;
  margin: 0;
}

p {
margin: 0;
}

.container {
margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.row {
display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.row > * {
padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.col-6 {
flex: 0 0 auto;
  width: 50%;
}

.col-12 {
flex: 0 0 auto;
  width: 100%;
}

.g-3 {
row-gap: 1rem;
}

.g-4 {
row-gap: 1.5rem;
}

.g-5 {
row-gap: 3rem;
}

.d-flex {
display: flex;
}

.flex-wrap {
flex-wrap: wrap;
}

.align-items-center {
align-items: center;
}

.align-items-stretch {
align-items: stretch;
}

.justify-content-between {
justify-content: space-between;
}

.text-center {
text-align: center;
}

.w-100 {
width: 100%;
}

.mt-4 {
margin-top: 1.5rem;
}

.mt-5 {
margin-top: 3rem;
}

.mb-2 {
margin-bottom: 0.5rem;
}

.gap-2 {
gap: 0.5rem;
}

.gap-3 {
gap: 1rem;
}

.collapse:not(.show) {
display: none;
}

.section-title span {
display: inline-block;
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.eyebrow {
display: inline-block;
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.btn {
  --bs-btn-border-radius: 999px;
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 13px 50px;
  white-space: nowrap;
}

.btn:hover {
transform: translateY(-2px);
}

.btn-primary-main {
background: var(--primary);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(0, 128, 128, 0.23);
}

.btn-primary-main:hover {
background: var(--secondary);
  color: var(--white);
}

.btn-primary-soft:hover {
background: var(--secondary);
  color: var(--white);
}

.btn-secondary-main {
background: var(--secondary);
  color: var(--white);
}

.btn-secondary-main:hover {
background: var(--primary);
  color: var(--white);
}

.btn-outline-main {
border-color: var(--primary);
  color: var(--secondary);
}

.btn-outline-main:hover {
background: var(--primary);
  color: var(--white);
}

.btn-lime {
background: var(--lime);
  color: var(--secondary);
}

.btn-lime:hover {
background: var(--white);
  color: var(--secondary);
}

.btn-outline-light-main {
border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.btn-outline-light-main:hover {
background: var(--white);
  color: var(--secondary);
}

.top-strip a:hover {
color: var(--lime);
}

.navbar-toggler {
background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: none;
  height: 42px;
  padding: 8px;
  width: 46px;
}

.navbar-toggler-icon {
background: linear-gradient(var(--secondary), var(--secondary)) center 8px / 24px 2px no-repeat,
    linear-gradient(var(--secondary), var(--secondary)) center 16px / 24px 2px no-repeat,
    linear-gradient(var(--secondary), var(--secondary)) center 24px / 24px 2px no-repeat;
  display: block;
  height: 32px;
}

.avatar-stack img:first-child {
margin-left: 0;
}

.doctor-card img {
border-radius: 12px;
  height: 92px;
  object-fit: cover;
  width: 76px;
}

.blog-row a {
color: var(--secondary);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin-top: 22px;
}

.blog-row a:hover {
color: var(--primary);
  transform: translateX(5px);
}

.faq-section {
background: var(--cream);
}


.why-item img {
background: var(--primary);
  border-radius: 50%;
  height: 50px;
  object-fit: contain;
  padding: 10px;
  width: 50px;
}

.why-item span {
color: var(--secondary);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  max-width: 270px;
}

.blog-section {
background: var(--white);
}

.blog-row {
align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) 280px;
  padding: 28px 0;
}

.blog-row:first-child {
border-top: 1px solid var(--line);
}

.blog-row h2 {
font-size: clamp(22px, 2vw, 30px);
  margin-bottom: 14px;
}

.blog-row img {
border-radius: 18px;
  height: 140px;
  object-fit: cover;
  width: 280px;
}

.section-heading-row {
align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}

.faq-accordion .accordion-item {
background: var(--white);
  border: 1px solid #E7E3D8;
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
background: var(--white);
  box-shadow: none;
  color: var(--secondary);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  padding: 19px 24px;
}

.faq-accordion .accordion-button:not(.collapsed) {
background: var(--primary);
  color: var(--white);
}

.faq-accordion .accordion-button::after {
filter: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
filter: brightness(0) invert(1);
}

.faq-accordion .accordion-body {
color: var(--white);
  background: var(--primary);
  padding: 0 24px 24px;
}

.gallery-grid {
display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, 1fr);
}

.gallery-grid img {
border-radius: 16px;
  height: 230px;
  object-fit: cover;
  width: 100%;
}

.gallery-grid img:nth-child(1) {
grid-column: span 6;
}

.gallery-grid img:nth-child(2) {
grid-column: span 6;
}

.gallery-grid img:nth-child(n+3) {
grid-column: span 3;
}

.contact-form {
background: var(--cream);
  height: 100%;
  padding: 10px 0;
}

.form-control {
background-color: rgba(255, 255, 255, 0.78);
  border: 0;
  border-radius: 0;
  color: var(--secondary);
  min-height: 58px;
  padding: 16px 18px;
}

.form-select {
background-color: rgba(255, 255, 255, 0.78);
  border: 0;
  border-radius: 0;
  color: var(--secondary);
  min-height: 58px;
  padding: 16px 18px;
}

.form-control:focus {
box-shadow: 0 0 0 3px rgba(0, 128, 128, 0.16);
}

.form-select:focus {
box-shadow: 0 0 0 3px rgba(0, 128, 128, 0.16);
}

textarea.form-control {
resize: vertical;
}

.contact-info {
align-items: center;
  background: var(--primary);
  color: var(--white);
  display: grid;
  gap: 30px;
  height: 100%;
  justify-items: center;
  padding: 54px 44px;
  text-align: center;
}

.contact-item {
max-width: 520px;
}

.contact-item span {
align-items: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  font-size: 22px;
  font-weight: 800;
  height: 54px;
  justify-content: center;
  margin-bottom: 14px;
  width: 54px;
}

.contact-item p {
color: var(--white);
  font-weight: 600;
}

@media (min-width: 576px) {
  .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
    }
}

@media (min-width: 768px) {
  .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
}

@media (min-width: 992px) {
  .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }

  .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
    }

  .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }

  .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }

  .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }

  .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }

  .d-lg-inline-flex {
      display: inline-flex;
    }

  .navbar-collapse {
      align-items: center;
      display: flex !important;
      flex-basis: auto;
      flex-grow: 1;
    }

  .navbar-nav.mx-auto {
      margin-left: auto;
      margin-right: auto;
    }

  .mb-lg-0 {
      margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
  .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
}

.why-list.left .why-item:nth-child(1) {
left: 210px;
  top: 35px;
}

.why-list.left .why-item:nth-child(2) {
left: 75px;
  top: 210px;
}

.why-list.left .why-item:nth-child(3) {
left: 210px;
  top: 390px;
}

.why-list.right .why-item:nth-child(1) {
right: 148px;
  top: 35px;
}

.why-list.right .why-item:nth-child(2) {
right: 40px;
  top: 210px;
}

.why-list.right .why-item:nth-child(3) {
right: 148px;
  top: 390px;
}

.why-list.left .why-item:nth-child(1) .why-icon {
border-radius: 50% 50% 6px 50%;
}

.why-list.left .why-item:nth-child(3) .why-icon {
border-radius: 50% 50% 6px 50%;
}

.why-list.right .why-item:nth-child(1) .why-icon {
border-radius: 50% 50% 50% 6px;
}

.why-list.right .why-item:nth-child(3) .why-icon {
border-radius: 50% 50% 50% 6px;
}

.why-list.right .why-item strong {
max-width: 250px;
}

@media (max-width: 575.98px) {
  .top-strip {
      font-size: 12px;
    }

  .top-strip .container {
      align-items: center;
      flex-direction: column;
    }

  .btn {
      min-height: 46px;
      padding-left: 20px;
      padding-right: 20px;
      white-space: normal;
    }

  .hero-copy h1 {
      font-size: 42px;
    }

  .hero-visual {
      min-height: 420px;
    }

  .doctor-card {
      max-width: 245px;
    }

  .doctor-card img {
      height: 76px;
      width: 64px;
    }

  .trusted-card {
      padding: 13px 16px;
    }

  .trusted-card strong {
      font-size: 16px;
    }

  .doctor-card strong {
      font-size: 16px;
    }

  .about-collage {
      grid-template-columns: 1fr;
    }

  .about-three {
      grid-column: auto;
    }

  .stat-pill {
      position: static;
      width: 100%;
    }

  .why-item span {
      font-size: 18px;
    }

  .faq-accordion .accordion-button {
      font-size: 14px;
      padding: 17px 16px;
    }
}

html {
scroll-behavior: smooth;
  overflow-x: hidden;
}

.animate-on-scroll {
transition: opacity 0.75s ease, transform 0.75s ease;
  opacity: 1;
  transform: none;
}

.animate-on-scroll.in-view {
opacity: 1;
  transform: none;
}

.nav-link.has-caret::after {
border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  content: "";
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle;
}

.navbar-nav .nav-item {
align-items: center;
  display: flex;
}

.hero-section::before {
background: rgba(0, 128, 128, 0.07);
  border-radius: 50%;
  content: "";
  height: 420px;
  left: -160px;
  position: absolute;
  top: 90px;
  width: 420px;
  display: none;
}

/* ============================================================
   4. HERO
   ============================================================ */
   .hero-section-banner{
    background:var(--cream);
    padding-block:70px 96px;
    overflow:hidden;
  }
  /* 6 tracks traced off the reference: t1|t2 = copy, t3 = gutter,
     t4 = CTA, t5 = gutter, t6 = right rail. The photo starts on t2
     so it sits further left than the CTA below it. */
  .hero-section__grid{
    display:grid;
    grid-template-columns:33.64% 8.64% 8.18% 23.71% 11.29% 14.55%;
    grid-template-rows:auto auto auto;
    row-gap:16px;
    align-items:start;
  }
  
  /* -- headline ------------------------------------------------ */
  .hero-section__title{ grid-column:1 / 4; grid-row:1; }
  .hero-section__heading{
    margin:0;
    font-size:clamp(38px,5.6vw,var(--h1-size));
    font-weight:700;
    line-height:1.11;
    letter-spacing:-.04em;
    color:var(--navy);
    white-space:nowrap;
  }
  .hero-section__accent{
    position:relative;
    display:inline-block;
    color:var(--teal-ink);
  }
  .hero-section__squiggle{
    position:absolute;
    left:28%;
    bottom:-.10em;
    width:39%;
    height:auto;
    overflow:visible;
  }
  .hero-section__squiggle path{
    fill:none;
    stroke:var(--teal-ink);
    stroke-width:8;
    stroke-linecap:round;
  }
  
  /* -- main photo ---------------------------------------------- */
  .hero-section__visual{
    grid-column:2 / 5;
    grid-row:2;
    margin:0;
    border-radius:6px;
    overflow:hidden;
    background:#E7EFEC;
    aspect-ratio:16 / 9;
  }
  .hero-section__visual img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  
  /* -- right rail ---------------------------------------------- */
  .hero-section__rail{
    grid-column:6 / 7;
    grid-row:1 / 4;
    align-self:stretch;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:space-between;
    gap:32px;
  }
  
  .hero-section__chip{
    margin-top:63px;
    display:inline-block;
    text-align:center;
    background:var(--white);
    border:1px solid rgba(45,125,118,.14);
    border-radius:var(--radius-pill);
    padding:14px 28px;
    box-shadow:0 12px 32px rgba(16,49,93,.09);
  }
  .hero-section__chip-name{
    display:block;
    font-size:15px;
    font-weight:700;
    line-height:1.35;
    color:var(--navy);
    white-space:nowrap;
  }
  .hero-section__chip-role{
    display:block;
    font-size:12.5px;
    font-weight:400;
    line-height:1.4;
    color:var(--muted);
    white-space:nowrap;
  }
  
  .hero-section__video{
    position:relative;
    width:100%;
    max-width:194px;
    aspect-ratio:194 / 236;
    border-radius:10px;
    overflow:hidden;
    background:#E7EFEC;
    margin-bottom:44px;
  }
  .hero-section__video img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .hero-section__play{
    position:absolute;
    inset:0;
    margin:auto;
    width:50px;
    height:50px;
    border-radius:50%;
    background:var(--white);
    border:0;
    cursor:pointer;
    display:grid;
    place-items:center;
    box-shadow:0 8px 22px rgba(0,0,0,.20);
    transition:transform .25s ease;
  }
  .hero-section__play:hover{ transform:scale(1.08); }
  .hero-section__play svg{ width:15px; height:15px; fill:var(--teal); margin-left:3px; }
  
  /* -- intro copy + proof -------------------------------------- */
  .hero-section__intro{ grid-column:1 / 4; grid-row:3; margin-top:36px; }
  .hero-section__lead{
    margin:0;
    max-width:558px;
    font-size:18px;
    font-weight:400;
    line-height:1.7;
    color:var(--body-ink);
  }
  .hero-section__lead strong{ font-weight:700; color:var(--navy); }
  
  .hero-section__proof{
    display:flex;
    align-items:center;
    gap:14px;
    margin-top:58px;
  }
  .hero-section__avatars{
    display:flex;
    align-items:center;
    padding:6px 10px;
    border-radius:var(--radius-pill);
  }
  .hero-section__avatars img{
    width:40px;
    height:40px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid var(--cream);
    background:#DDE7E3;
  }
  .hero-section__avatars img + img{ margin-left:-12px; }
  .hero-section__stat{
    font-size:20px;
    font-weight:700;
    color:var(--navy);
    line-height:1;
  }
  .hero-section__stat-label{
    font-size:13px;
    font-weight:400;
    color:var(--navy);
    margin-left:6px;
  }
  
  /* -- CTA + trust line ---------------------------------------- */
  .hero-section__action{ grid-column:4 / 6; grid-row:3; margin-top:36px; }
  .hero-section__trust{
    margin:24px 0 0;
    font-size:clamp(26px,2.9vw,40px);
    white-space:nowrap;
    font-weight:700;
    line-height:1.28;
    letter-spacing:-.6px;
    color:var(--navy);
  }
  a{ text-decoration:none; color:inherit; }
ul{ list-style:none; margin:0; padding:0; }

.kd-container{
  width:100%;
  max-width:var(--container);
  margin-inline:auto;
  padding-inline:var(--gutter);
}

/* shared utilities */
.u-teal{ color:var(--teal-ink); }

.kd-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:0;
  cursor:pointer;
  font-family:inherit;
  border-radius:var(--radius-pill);
  transition:background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.kd-btn--navy{
  background:var(--navy);
  color:var(--white);
  font-size:15px;
  font-weight:600;
  padding:15px 28px;
}
.kd-btn--navy:hover{ background:var(--navy-deep); transform:translateY(-2px); }
.kd-btn--lg{
  min-width:313px;
  padding:16px 34px;
  font-size:15.5px;
}
.kd-btn:focus-visible,
a:focus-visible,
button:focus-visible{
  outline:3px solid var(--teal);
  outline-offset:3px;
}
  /* ============================================================
     5. RESPONSIVE
     ============================================================ */
  @media (max-width:1200px){
    .kd-nav__link{ margin:0 12px; }
    .kd-nav__link--active{ padding:10px 18px; margin:0 14px 0 0; }
    .hero-section__grid{ column-gap:32px; }
  }
  
  @media (max-width:1080px){
    .kd-header__inner{ flex-wrap:wrap; }
    .kd-navtoggle{ display:block; margin-left:auto; order:2; }
    .kd-header__cta{ order:3; }
    .kd-nav{
      order:4;
      flex-basis:100%;
      margin-inline:0;
      display:none;
    }
  
    .hero-section__grid{
      grid-template-columns:minmax(0,1fr) 194px;
      column-gap:36px;
      row-gap:30px;
    }
    .hero-section__title { grid-column:1; grid-row:1; }
    .hero-section__visual{ grid-column:1; grid-row:2; }
    .hero-section__intro { grid-column:1; grid-row:3; margin-top:0; }
    .hero-section__action{ grid-column:1; grid-row:4; margin-top:0; }
    .hero-section__rail  { grid-column:2; grid-row:1 / 5; }
    .hero-section__heading{ white-space:normal; }
    .hero-section__chip{ margin-top:0; }
  }
  
  @media (max-width:760px){
  
    .hero-section-banner{ padding-block:44px 64px; }
    .hero-section__grid{ grid-template-columns:minmax(0,1fr); }
    .hero-section__title { grid-column:1; grid-row:1; }
    .hero-section__visual{ grid-column:1; grid-row:2; }
    .hero-section__intro { grid-column:1; grid-row:3; }
    .hero-section__action{ grid-column:1; grid-row:4; }
    .hero-section__rail  { grid-column:1; grid-row:5; }
    .hero-section__trust { white-space:normal; }
    .hero-section__heading{ letter-spacing:-.6px; }
    .hero-section__rail{
      flex-direction:row;
      align-items:center;
      justify-content:flex-start;
      flex-wrap:wrap;
      gap:20px;
    }
    .hero-section__video{ margin-bottom:0; }
    .hero-section__proof{ margin-top:34px; }
  }
  
  @media (prefers-reduced-motion:reduce){
    *{ animation:none !important; transition:none !important; }
  }
  

.why-list.right .why-item {
text-align: left;
  justify-content: flex-start;
}

.why-list.left .why-item {
justify-content: flex-end;
  text-align: left;
}

.expert-section .container {
max-width: 2060px;
}

.expert-copy p strong {
font-weight: 900;
}

.gallery-slider-wrap {
margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
}

.gallery-slider {
margin: 0;
}

.gallery-slider:not(.slick-initialized) {
display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-slider .slick-list {
overflow: hidden;
}

.gallery-slider .slick-track {
align-items: stretch;
}

.gallery-slider-wrap::before {
content: "";
  bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: 3;
  background: linear-gradient(90deg, var(--cream), rgba(255, 249, 239, 0));
  left: 0;
}

.gallery-slider-wrap::after {
content: "";
  bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: 3;
  background: linear-gradient(270deg, var(--cream), rgba(255, 249, 239, 0));
  right: 0;
}

.slider-arrow:hover {
background: var(--secondary);
  color: var(--white);
  transform: translateY(-2px);
}

.testimonial-slider:not(.slick-initialized) {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-slider .slick-list {
overflow: hidden;
}

.testimonial-card:hover {
background: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
  transform: none;
}

.testimonial-slider .slick-center .patient strong {
color: var(--white);
}

.testimonial-controls .slider-arrow:hover {
background: var(--primary);
  color: var(--white);
}

@media (max-width: 991.98px) {
  .d-none {
      display: none !important;
    }

  .navbar-toggler {
      display: block;
    }

  .navbar-collapse {
      flex-basis: 100%;
      width: 100%;
      padding: 16px 0 8px;
    }

  .navbar-nav {
      flex-direction: column;
      gap: 4px;
    }

  .why-item {
      justify-content: flex-start;
      text-align: left;
    }

  .why-person {
      order: -1;
    }

  .blog-row {
      grid-template-columns: 1fr;
    }

  .blog-row img {
      height: 260px;
      width: 100%;
    }

  .gallery-grid img:nth-child(n) {
      grid-column: span 6;
    }

  .navbar {
      min-height: 86px;
    }

  .navbar-brand img {
      width: 180px;
    }

  .hero-section {
      min-height: auto;
      padding: 80px 0;
    }

  .hero-copy {
      max-width: 100%;
      text-align: left;
    }

  .hero-copy p {
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      margin-top: 28px;
    }

  .hero-trust {
      justify-content: flex-start;
    }

  .hero-visual {
      margin: 0 auto;
      max-width: 650px;
      min-height: 650px;
    }

  .hero-img {
      margin: 0 auto;
      left: 0;
      max-width: none;
      position: relative;
      top: 0;
      width: 78%;
    }

  .doctor-card {
      right: 0;
      top: 20px;
    }

  .hero-btn {
      bottom: 120px;
      left: 0;
      min-width: min(100%, 430px);
      transform: none;
    }

  .hero-doctor-img {
      height: 260px;
      width: 210px;
    }

  .trusted-card {
      bottom: 12px;
      left: 0;
    }

  .trusted-card span {
      font-size: 36px;
    }

  .trusted-card strong {
      font-size: 36px;
    }

  .about-collage {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
    }

  .stat-pill {
      position: static;
      width: 100%;
    }

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

  .why-list {
      gap: 28px;
      padding-bottom: 0;
    }

  .why-list.left .why-item {
      text-align: left;
      justify-content: flex-start;
    }

  .why-list.right .why-item {
      justify-content: flex-start;
      flex-direction: row-reverse;
    }

  .expert-photo {
      height: auto;
      max-height: 760px;
    }

  .expert-copy {
      padding-left: 0;
    }

  .expert-stack {
      grid-template-columns: repeat(3, 1fr);
    }

  .gallery-slider {
      margin: 0;
    }

  .gallery-slider img {
      height: 320px;
    }

  .gallery-prev {
      left: 24px;
    }

  .gallery-next {
      right: 24px;
    }

  .testimonial-section {
      padding-top: 100px;
    }

  .testimonial-card p {
      font-size: 20px;
    }

  .cta-panel {
      left: 24px;
      min-height: auto;
      padding: 56px 34px;
      right: 24px;
    }

  .cta-panel .btn {
      min-width: 250px;
    }
}

body {
margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--body);
  background: var(--white);
  line-height: 1.72;
  overflow-x: hidden;
  font-size: 15px;
}

.section-spacing {
padding: 105px 0;
  padding-top: 82px;
  padding-bottom: 82px;
}

.pricing-section {
background: var(--cream);
  padding: 120px 0 95px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.expert-section {
background: var(--white);
  padding: 138px 0 115px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.gallery-section {
background: var(--cream);
  padding: 86px 0 68px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.section-title {
margin: 0 auto 48px;
  margin-bottom: 42px;
  max-width: 720px;
}

.section-title h2 {
font-size: clamp(30px, 3vw, 48px);
}

.section-heading-row h2 {
font-size: clamp(30px, 3vw, 48px);
}

.contact-form h2 {
margin-bottom: 28px;
  font-size: clamp(30px, 3vw, 48px);
}

.pricing-section .section-title h2 {
color: var(--secondary);
  font-weight: 900;
  font-size: clamp(30px, 3vw, 48px);
}

.gallery-section .section-title h2 {
color: var(--secondary);
  font-weight: 900;
  font-size: clamp(30px, 3vw, 48px);
}

.pricing-section .section-title p {
color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin-top: 14px;
}

.gallery-section .section-title p {
color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin-top: 14px;
}

.section-title p {
color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin-top: 14px;
}

.expert-copy .eyebrow {
color: var(--secondary);
  font-size: 15px;
  margin-bottom: 12px;
}

.blog-row p {
color: var(--muted);
  font-size: 14px;
}

.why-grid {
align-items: center;
  margin-top: 46px;
  display: block;
  height: 520px;
  position: relative;
  margin: 0 auto;
  gap: 38px;
  grid-template-columns: 1fr 330px 1fr;
  max-width: 1120px;
}

.why-person {
justify-self: center;
  object-fit: contain;
  bottom: 0;
  filter: none;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
  align-self: end;
  max-height: 420px;
}

.why-list {
display: block;
  padding: 0;
  gap: 70px;
  padding-bottom: 42px;
}

.why-icon {
align-items: center;
  background: var(--primary);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  height: 44px;
  width: 44px;
}

.why-icon img {
background: transparent;
  border-radius: 0;
  filter: brightness(0) invert(1);
  padding: 0;
  height: 22px;
  width: 22px;
}

.why-item {
align-items: center;
  display: flex;
  position: absolute;
  z-index: 3;
  gap: 18px;
}

.why-item strong {
font-family: "Montserrat", Arial, sans-serif;
  color: var(--muted);
  font-weight: 800;
  font-size: 15px;
  line-height: 1.65;
  max-width: 230px;
}

.pricing-section .section-title {
margin-bottom: 62px;
  max-width: 760px;
}

.price {
color: var(--secondary);
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
  font-size: 38px;
}

.price span {
display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: inherit;
  font-size: 14px;
  margin-left: 6px;
}

.expert-photo {
width: 100%;
  box-shadow: none;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  height: 560px;
}

.expert-copy {
padding-left: 10px;
}

.expert-copy h2 {
color: var(--primary);
  font-size: clamp(34px, 3.5vw, 52px);
  margin-bottom: 22px;
}

.expert-copy p {
color: var(--secondary);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.expert-copy h3 {
color: var(--secondary);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  margin: 30px 0 18px;
}

.expert-tags {
display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.expert-tags span {
border-radius: 999px;
  font-weight: 700;
  border: 2px solid #BFE5E4;
  color: var(--primary);
  text-align: center;
  font-size: 13px;
  min-width: 150px;
  padding: 7px 14px;
}

.expert-copy .btn {
width: 100%;
  font-size: 14px;
  min-height: 50px;
}

.expert-stack {
display: grid;
  gap: 18px;
}

.expert-stack img {
border-radius: 16px;
  object-fit: cover;
  width: 100%;
  height: 166px;
}

.gallery-section .section-title {
margin-bottom: 52px;
  max-width: 830px;
}

.gallery-slider .slick-slide {
padding: 0 12px 20px;
}

.gallery-slider img {
object-fit: cover;
  width: 100%;
  border-radius: 18px;
  height: 255px;
}

.slider-arrow {
align-items: center;
  background: var(--primary);
  border: 0;
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  padding: 0 0 6px;
  position: relative;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  z-index: 5;
  font-size: 30px;
  height: 42px;
  padding-bottom: 4px;
  width: 42px;
}

.gallery-prev {
position: absolute;
  top: 47%;
  left: 42px;
}

.gallery-next {
position: absolute;
  top: 47%;
  right: 42px;
}

.cta-section {
  position: relative;
  background: var(--cream);
  min-height: auto;
}

.cta-image {
background: url("../images/cta-dental-care.webp") center / cover no-repeat;
  inset: 0;
  position: absolute;
  background-position: center top;
  height: auto;
}

.cta-section .container {
position: relative;
  max-width: 2060px;
  min-height: 470px;
}

.cta-panel {
background: var(--secondary);
  color: var(--white);
  position: absolute;
  left: 12px;
  bottom: -131px;
  max-width: 610px;
  min-height: 361px;
  padding: 48px 54px;
}

.cta-panel h2 {
color: var(--white);
  margin-bottom: 20px;
  line-height: 1.35;
  font-size: clamp(30px, 3vw, 42px);
}

.cta-panel p {
color: rgba(255, 255, 255, 0.83);
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.7;
  margin: 24px 0 42px;
}

.cta-panel .btn {
border: 3px solid var(--lime);
  font-size: 13px;
  min-height: 48px;
  min-width: 195px;
}

.why-section {
padding-top: 82px;
  padding-bottom: 0;
  background: var(--white);
  padding: 88px 0 0;
}

.why-section .container {
max-width: 1320px;
}

.why-section .section-title {
margin-bottom: 54px;
  max-width: 100%;
}

.why-section .section-title h2 {
color: var(--secondary);
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 900;
}

.why-section .why-grid {
display: block;
  height: 520px;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
}

.why-section .why-person {
bottom: 0;
  filter: none;
  left: 50%;
  max-height: 455px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.why-section .why-list {
display: block;
  padding: 0;
}

.why-section .why-item {
align-items: center;
  display: flex;
  gap: 18px;
  position: absolute;
  z-index: 3;
}

.why-section .why-list.left .why-item {
justify-content: flex-start;
  text-align: left;
}

.why-section .why-list.right .why-item {
justify-content: flex-start;
  text-align: left;
}

.why-section .why-list.left .why-item:nth-child(1) {
left: 195px;
  top: 35px;
}

.why-section .why-list.left .why-item:nth-child(2) {
left: 75px;
  top: 210px;
}

.why-section .why-list.left .why-item:nth-child(3) {
left: 195px;
  top: 390px;
}

.why-section .why-list.right .why-item:nth-child(1) {
right: 148px;
  top: 35px;
}

.why-section .why-list.right .why-item:nth-child(2) {
right: 40px;
  top: 210px;
}

.why-section .why-list.right .why-item:nth-child(3) {
right: 148px;
  top: 390px;
}

.why-section .why-icon {
background: var(--primary);
  border-radius: 50%;
  height: 48px;
  width: 48px;
}

.why-section .why-list.left .why-item:nth-child(1) .why-icon {
border-radius: 50% 50% 6px 50%;
}

.why-section .why-list.left .why-item:nth-child(3) .why-icon {
border-radius: 50% 50% 6px 50%;
}

.why-section .why-list.right .why-item:nth-child(1) .why-icon {
border-radius: 50% 50% 50% 6px;
}

.why-section .why-list.right .why-item:nth-child(3) .why-icon {
border-radius: 50% 50% 50% 6px;
}

.why-section .why-icon img {
filter: brightness(0) invert(1);
  height: 23px;
  width: 23px;
}

.why-section .why-item strong {
color: #898989;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
  max-width: 200px;
}

.why-section .why-list.right .why-item strong {
max-width: 250px;
}

.about-section .container {
max-width: 1320px;
}

.about-section {
padding-top: 82px;
  padding-bottom: 82px;
  background: var(--cream);
  padding: 92px 0 84px;
}

.about-section .row {
align-items: center !important;
}

.about-copy {
max-width: 500px;
}

.about-copy .eyebrow {
color: var(--secondary);
  font-size: 14px;
  margin-bottom: 10px;
}

.about-copy h2 {
color: var(--secondary);
  font-size: clamp(34px, 3.7vw, 52px);
  font-weight: 400;
  line-height: 1.27;
}

.about-copy h2::first-line {
color: var(--secondary);
}

.about-copy .lead-line {
font-weight: 800;
  margin-top: 28px;
  color: var(--secondary);
  font-size: 14px;
  line-height: 1.75;
  margin: 44px 0 14px;
}

.about-copy p:not(.lead-line) {
color: #315b85;
  font-size: 14px;
  line-height: 1.78;
}

.about-copy .btn {
font-size: 13px;
  margin-top: 42px;
  min-height: 48px;
  min-width: 372px;
}

.about-collage {
display: grid;
  gap: 18px;
  grid-template-columns: 160px 1fr 130px 118px;
  grid-template-rows: 156px 136px 150px;
  min-height: 470px;
  position: relative;
}

.about-img {
border-radius: 18px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-one {
grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.about-two {
grid-column: 2 / 5;
  grid-row: 1 / 2;
}

.about-three {
grid-column: 1 / 3;
  grid-row: 2 / 4;
}

.about-four {
grid-column: 3 / 4;
  grid-row: 2 / 4;
}

.stat-pill {
color: var(--white);
  gap: 12px;
  right: -150px;
  align-items: center;
  background: var(--primary);
  border-radius: 18px;
  bottom: 148px;
  box-shadow: none;
  display: grid;
  grid-column: 4 / 5;
  grid-row: 2 / 3;
  height: 136px;
  justify-items: center;
  padding: 18px 12px;
  position: static;
  text-align: center;
  width: 136px;
}

.stat-pill strong {
font-family: "Nunito", Arial, sans-serif;
  line-height: 1;
  color: var(--white);
  font-size: 34px;
}

.stat-pill span {
font-weight: 700;
  color: var(--white);
  font-size: 10px;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-btn:hover {
background: var(--primary);
}

.testimonial-slider {
margin: 0;
}

.testimonial-card.featured {
transform: none;
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

.testimonial-card.featured p {
color: rgba(255, 255, 255, 0.78);
}

.patient {
align-items: center;
  display: flex;
  gap: 12px;
}

.testimonial-card.featured .patient span {
background: var(--white);
  color: var(--secondary);
}

.site-header {
box-shadow: none;
  background: var(--cream);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.top-strip {
font-weight: 600;
  color: var(--white);
  font-size: 12px;
  background: var(--primary);
  display: block;
  min-height: 34px;
  padding: 7px 0;
}

.top-strip .container {
max-width: 1320px;
  padding-left: 12px;
  padding-right: 12px;
}

.top-contact {
align-items: center;
  display: flex;
  gap: 28px;
}

.top-contact a {
align-items: center;
  color: var(--white);
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  gap: 8px;
  line-height: 1;
}

.top-contact img {
filter: brightness(0) invert(1);
  height: 14px;
  width: 14px;
}

.top-socials {
align-items: center;
  display: flex;
  gap: 18px;
}

.top-socials a {
align-items: center;
  background: var(--white);
  border-radius: 50%;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.top-socials img {
height: 14px;
  object-fit: contain;
  width: 14px;
}

.navbar {
border-top: 0;
  background: var(--cream) !important;
  min-height: 76px;
}

.navbar > .container {
align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1320px;
}

.navbar-brand img {
height: auto;
  width: 158px;
}

.navbar-nav {
display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.nav-link {
border-radius: 999px;
  color: var(--secondary);
  font-size: 12px;
  font-weight: 800;
  padding: 8px 16px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: rgb(255 255 255);
  background: var(--primary);
  border-radius: 999px;
}

.nav-link:hover {
color: var(--white);
  background: var(--primary);
  border-radius: 999px;
}

.navbar-nav .nav-item + .nav-item::before {
content: "";
  transform: skew(-9deg);
  background: rgba(0, 128, 128, 0.15);
  height: 28px;
  margin: 0 9px;
  width: 2px;
}

.btn-primary-soft {
background: var(--primary);
  box-shadow: none;
  color: var(--white);
  font-size: 13px;
  gap: 9px;
  min-height: 44px;
  min-width: 194px;
  padding: 10px 22px;
}

.btn-primary-soft::before {
font-size: 18px;
  margin-right: 12px;
  content: none;
}

.btn-primary-soft img {
filter: brightness(0) invert(1);
  height: 16px;
  width: 16px;
}

.hero-section {
position: relative;
  background: var(--cream);
  min-height: 620px;
  overflow: hidden;
  padding: 0;
}

.hero-section .container {
height: 620px;
  max-width: 1320px;
  position: relative;
}

.hero-section .row {
align-items: stretch !important;
  display: block;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}

.hero-section .row > [class*="col-"] {
display: block;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}

.hero-copy {
z-index: 1;
  max-width: 505px;
  padding-top: 48px;
  position: static;
}

.hero-visual {
min-height: 535px;
  position: static;
}

.hero-copy h1 {
font-weight: 900;
  letter-spacing: 0;
  color: var(--secondary);
  font-size: clamp(54px, 5.7vw, 78px);
  left: 12px;
  line-height: 1.13;
  position: absolute;
  top: 92px;
  width: 585px;
  z-index: 2;
}

.hero-copy h1 span {
display: inline-block;
  position: relative;
  color: var(--primary);
}

.hero-copy h1 span::after {
border-bottom-width: 6px;
  border-bottom: 6px solid var(--primary);
  border-radius: 50%;
  bottom: -8px;
  content: "";
  height: 18px;
  left: 20%;
  position: absolute;
  width: 60%;
}

.hero-copy p {
margin-top: 235px;
  color: var(--secondary);
  font-size: 15px;
  font-weight: 500;
  left: 12px;
  line-height: 1.62;
  margin: 0;
  max-width: 490px;
  position: absolute;
  top: 430px;
  z-index: 2;
}

.hero-trust {
display: flex;
  margin-top: 34px;
  align-items: center;
  gap: 16px;
  left: 12px;
  margin: 0;
  position: absolute;
  top: 526px;
  z-index: 2;
}

.avatar-stack {
display: flex;
  min-width: 116px;
}

.avatar-stack img {
border-radius: 50%;
  object-fit: cover;
  border-width: 2px;
  border: 2px solid var(--white);
  height: 40px;
  margin-left: -10px;
  width: 40px;
}

.hero-trust strong {
font-family: "Nunito", Arial, sans-serif;
  line-height: 1;
  margin-right: 8px;
  color: var(--secondary);
  display: inline;
  font-size: 20px;
}

.hero-trust span {
margin-top: 4px;
  color: #547292;
  display: inline;
  font-size: 12px;
  font-weight: 500;
}

.hero-img {
margin-left: auto;
  border-radius: 0;
  box-shadow: none;
  height: 270px;
  left: 480px;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 192px;
  width: 520px;
  z-index: 1;
}

.doctor-card {
align-items: center;
  display: flex;
  gap: 14px;
  bottom: auto;
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(5, 52, 98, 0.18);
  left: auto;
  padding: 11px 38px;
  position: absolute;
  right: 118px;
  text-align: center;
  top: 106px;
  z-index: 3;
}

.doctor-card strong {
display: block;
  font-family: "Nunito", Arial, sans-serif;
  line-height: 1.1;
  color: var(--secondary);
  font-size: 15px;
  font-weight: 900;
}

.doctor-card span {
display: block;
  margin-top: 4px;
  letter-spacing: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.hero-btn {
background: var(--secondary);
  bottom: auto;
  box-shadow: none;
  font-size: 12px;
  left: 690px;
  min-height: 52px;
  min-width: 300px;
  padding: 12px 24px;
  position: absolute;
  top: 462px;
  z-index: 4;
}

.hero-btn::before {
font-size: 13px;
  margin-right: 10px;
  content: none;
}

.hero-doctor-img {
bottom: 72px;
  height: 210px;
  object-fit: cover;
  position: absolute;
  right: 24px;
  width: 178px;
  z-index: 2;
}

.trusted-card {
border-radius: 16px;
  right: auto;
  background: transparent;
  bottom: auto;
  box-shadow: none;
  left: 690px;
  padding: 0;
  position: absolute;
  top: 520px;
  z-index: 3;
}

.trusted-card span {
margin-top: 4px;
  display: block;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.18;
  color: var(--secondary);
}

.trusted-card strong {
display: block;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.18;
  color: var(--primary);
}

.testimonial-section {
padding-bottom: 82px;
  padding-top: 92px;
  background: var(--cream);
  padding: 116px 0 84px;
}

.testimonial-section .container {
max-width: 1320px;
}

.testimonial-section .section-title {
margin-bottom: 54px;
  max-width: 760px;
}

.testimonial-section .section-title h2 {
color: var(--secondary);
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 900;
}

.testimonial-section .section-title p {
color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}

.testimonial-slide {
padding: 0 22px;
}

.testimonial-card {
height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-shadow: none;
  background: transparent;
  border: 1px solid #d7d7d1;
  border-radius: 12px;
  min-height: 198px;
  padding: 26px 42px 24px;
}

.testimonial-slider .slick-center .testimonial-card {
transform: none;
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

.testimonial-card p {
opacity: 0.86;
  color: #537499;
  font-size: 14px;
  line-height: 1.58;
  margin: 14px 0 20px;
}

.testimonial-slider .slick-center .testimonial-card p {
color: rgba(255, 255, 255, 0.76);
}

.stars {
color: #ffd800;
  font-size: 12px;
  letter-spacing: 2px;
}

.patient span {
align-items: center;
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  background: var(--secondary);
  font-size: 12px;
  height: 48px;
  width: 48px;
}

.testimonial-slider .slick-center .patient span {
background: var(--white);
  color: var(--secondary);
}

.patient strong {
display: block;
  color: var(--secondary);
  font-size: 12px;
}

.patient small {
display: block;
  opacity: 0.66;
  color: #999999;
  font-size: 12px;
}

.testimonial-controls {
display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 42px;
}

.testimonial-controls .slider-arrow {
background: #f0eee8;
  color: var(--secondary);
  font-size: 26px;
  height: 42px;
  width: 42px;
}

.contact-item span img {
height: 24px;
  width: 24px;
  filter: none;
}

.footer {
background: var(--footer);
  min-height: 610px;
  padding-top: 95px;
}

.footer .container {
max-width: 1320px;
  position: relative;
}

.footer .col-lg-5 {
width: 55%;
}

.footer h2 {
color: var(--white);
  font-size: clamp(34px, 3.45vw, 50px);
  line-height: 1.42;
  margin-bottom: 42px;
}

.socials {
display: flex;
  gap: 42px;
  margin-bottom: 64px;
}

.socials a {
align-items: center;
  background: var(--primary);
  border-radius: 50%;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.socials img {
filter: brightness(0) invert(1);
  height: 19px;
  object-fit: contain;
  width: 19px;
}

.footer-link-row {
row-gap: 28px;
}

.footer ul {
list-style: none;
  margin: 0;
  padding: 0;
}

.footer h3 {
color: var(--white);
  font-size: 18px;
  margin-bottom: 20px;
}

.footer li {
margin-bottom: 10px;
}

.footer a {
color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.footer p {
color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.footer-brand {
bottom: 165px;
  display: block;
  left: 58%;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  right: 4%;
}

.footer-brand img {
margin-bottom: 38px;
  max-width: 520px;
  width: 100%;
}

.footer-brand p {
color: var(--white);
  font-size: 17px;
  font-style: italic;
  line-height: 1.62;
}

.footer-bottom {
background: var(--primary);
  font-size: 13px;
  margin-top: 70px;
  padding: 18px 0;
}

.footer-bottom .container {
justify-content: center;
}

.footer-bottom span + span {
border-left: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: 34px;
  padding-left: 44px;
  color:#fff;
}
.footer-bottom span { color:#fff;}
@media (max-width: 1399.98px) {
  .navbar-brand img {
      width: 210px;
    }

  .nav-link {
      padding-left: 18px !important;
      padding-right: 18px !important;
    }

  .btn-primary-soft {
      min-width: 250px;
    }

  .about-collage {
      grid-template-columns: 240px 1fr 190px;
    }

  .expert-photo {
      height: 760px;
    }

  .expert-stack img {
      height: 225px;
    }

  .hero-copy p {
      margin-top: 230px;
    }

  .hero-section {
      min-height: 630px;
    }

  .hero-visual {
      min-height: 520px;
    }

  .stat-pill {
      right: -110px;
    }

  .hero-img {
      left: 440px;
      width: 490px;
    }

  .hero-btn {
      left: 630px;
    }

  .trusted-card {
      left: 630px;
    }
}

@media (max-width: 1199.98px) {
  .section-spacing {
      padding: 84px 0;
    }

  .why-person {
      display: block;
      margin: 22px auto 0;
      max-height: 420px;
      position: static;
      transform: none;
    }

  .why-list.left {
      margin-top: 20px;
    }

  .why-list.right {
      margin-top: 20px;
    }

  .why-item {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-list.left .why-item:nth-child(1) {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-list.left .why-item:nth-child(2) {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-list.left .why-item:nth-child(3) {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-list.right .why-item:nth-child(1) {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-list.right .why-item:nth-child(2) {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-list.right .why-item:nth-child(3) {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-list.right .why-item {
      flex-direction: row-reverse;
      justify-content: flex-end;
    }

  .navbar {
      min-height: 104px;
    }

  .navbar-brand img {
      width: 185px;
    }

  .navbar-nav .nav-item + .nav-item::before {
      display: none;
    }

  .about-copy .btn {
      min-width: 100%;
    }

  .testimonial-card {
      padding-left: 38px;
      padding-right: 38px;
    }

  .why-grid {
      height: auto;
      max-width: 760px;
      grid-template-columns: 1fr;
    }

  .why-list {
      display: grid;
      gap: 28px;
      padding-bottom: 0;
    }

  .why-section .why-grid {
      height: auto;
      max-width: 760px;
    }

  .why-section .why-person {
      display: block;
      margin: 22px auto 0;
      max-height: 420px;
      position: static;
      transform: none;
    }

  .why-section .why-list {
      display: grid;
      gap: 18px;
    }

  .why-section .why-list.left {
      margin-top: 20px;
    }

  .why-section .why-list.right {
      margin-top: 20px;
    }

  .why-section .why-item {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-section .why-list.left .why-item:nth-child(1) {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-section .why-list.left .why-item:nth-child(2) {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-section .why-list.left .why-item:nth-child(3) {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-section .why-list.right .why-item:nth-child(1) {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-section .why-list.right .why-item:nth-child(2) {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-section .why-list.right .why-item:nth-child(3) {
      left: auto;
      position: static;
      right: auto;
      top: auto;
    }

  .why-section .why-list.right .why-item {
      flex-direction: row-reverse;
      justify-content: flex-end;
    }

  .about-collage {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 170px 170px 170px;
      margin-top: 36px;
    }

  .about-one {
      grid-column: auto;
      grid-row: auto;
    }

  .about-two {
      grid-column: auto;
      grid-row: auto;
    }

  .about-four {
      grid-column: auto;
      grid-row: auto;
    }

  .about-three {
      grid-row: auto;
      grid-column: 1 / 3;
    }

  .stat-pill {
      bottom: 18px;
      right: 18px;
    }

  .top-strip .container {
      gap: 10px;
    }

  .hero-copy {
      max-width: 100%;
      padding-top: 0;
    }

  .hero-section {
      min-height: auto;
      padding: 68px 0 78px;
    }

  .hero-section .container {
      height: auto;
    }

  .hero-section .row {
      display: flex;
      margin-left: -12px;
      margin-right: -12px;
    }

  .hero-section .row > [class*="col-"] {
      padding-left: 12px;
      padding-right: 12px;
      width: 100%;
    }

  .hero-copy h1 {
      left: auto;
      position: static;
      right: auto;
      top: auto;
      width: auto;
    }

  .hero-copy p {
      left: auto;
      position: static;
      right: auto;
      top: auto;
      margin-top: 28px;
    }

  .hero-trust {
      left: auto;
      position: static;
      right: auto;
      top: auto;
      margin-top: 32px;
    }

  .hero-visual {
      display: grid;
      gap: 22px;
      margin-top: 36px;
      min-height: auto;
    }

  .hero-img {
      left: auto;
      position: static;
      right: auto;
      top: auto;
      height: auto;
      width: min(100%, 560px);
    }

  .doctor-card {
      left: auto;
      position: static;
      right: auto;
      top: auto;
      justify-self: start;
    }

  .hero-btn {
      bottom: 94px;
      left: auto;
      position: static;
      right: auto;
      top: auto;
      justify-self: start;
    }

  .trusted-card {
      bottom: 0;
      left: auto;
      position: static;
      right: auto;
      top: auto;
      justify-self: start;
    }

  .hero-doctor-img {
      left: auto;
      position: static;
      right: auto;
      top: auto;
      display: none;
    }

  .footer .col-lg-5 {
      width: 100%;
    }

  .footer .col-lg-2 {
      width: 100%;
    }

  .footer .col-lg-3 {
      width: 100%;
    }

  .footer-brand {
      margin-top: 40px;
      position: static;
    }
}

@media (max-width: 767.98px) {
  body {
      font-size: 15px;
    }

  .section-spacing {
      padding: 68px 0;
    }

  .section-title {
      margin-bottom: 34px;
    }

  .hero-section {
      padding: 66px 0 76px;
    }

  .hero-copy p {
      font-size: 16px;
      margin-top: 22px;
    }

  .hero-trust {
      align-items: flex-start;
      flex-direction: column;
      margin-top: 32px;
      text-align: left;
    }

  .hero-btn:hover {
      transform: translate(-50%, -2px);
    }

  .trusted-card {
      right: 0;
      top: 24px;
    }

  .about-one {
      grid-column: auto;
      grid-row: auto;
    }

  .section-heading-row {
      align-items: flex-start;
      flex-direction: column;
      gap: 18px;
    }

  .gallery-grid {
      gap: 12px;
    }

  .gallery-grid img:nth-child(n) {
      grid-column: span 12;
      height: 230px;
    }

  .cta-panel {
      bottom: 28px;
      padding: 34px 26px;
    }

  .contact-info {
      padding: 40px 24px;
    }

  .why-person {
      max-height: 350px;
    }

  .why-item strong {
      font-size: 14px;
    }

  .hero-img {
      border-radius: 0 0 0 58px;
      width: 100%;
    }

  .pricing-section .section-title p {
      font-size: 18px;
    }

  .gallery-section .section-title p {
      font-size: 18px;
    }

  .testimonial-section .section-title p {
      font-size: 18px;
    }

  .about-copy .lead-line {
      margin-top: 35px;
    }

  .about-two {
      grid-row: auto;
      grid-column: auto;
    }

  .about-four {
      grid-row: auto;
      grid-column: auto;
    }

  .expert-stack {
      grid-template-columns: 1fr;
    }

  .gallery-section .section-title {
      margin-bottom: 48px;
    }

  .testimonial-section .section-title {
      margin-bottom: 48px;
    }

  .testimonial-slider {
      margin: 0;
    }

  .testimonial-card {
      padding: 34px 26px;
    }

  .navbar-brand img {
      width: 150px;
    }

  .pricing-section .section-title h2 {
      font-size: 32px;
    }

  .gallery-section .section-title h2 {
      font-size: 32px;
    }

  .testimonial-section .section-title h2 {
      font-size: 32px;
    }

  .expert-copy h2 {
      font-size: 32px;
    }

  .cta-panel .btn {
      min-width: 100%;
    }

  .gallery-slider img {
      height: 220px;
    }

  .why-section {
      padding-top: 64px;
    }

  .why-section .section-title h2 {
      font-size: 32px;
    }

  .why-section .why-person {
      max-height: 350px;
    }

  .why-section .why-item strong {
      font-size: 14px;
    }

  .doctor-card {
      bottom: 34px;
      left: 0;
      padding: 10px 22px;
    }

  .about-copy h2 {
      font-size: 32px;
    }

  .about-copy .btn {
      min-width: 100%;
    }

  .about-collage {
      min-height: auto;
      gap: 14px;
      grid-template-columns: 1fr;
      grid-template-rows: repeat(4, 190px);
    }

  .about-three {
      grid-row: auto;
      grid-column: auto;
    }

  .stat-pill {
      bottom: 20px;
      right: 20px;
      height: auto;
      position: static;
      width: 100%;
    }

  .hero-visual {
      min-height: 430px;
    }

  .hero-btn {
      left: 50%;
      transform: translateX(-50%);
      bottom: 70px;
      min-width: min(100%, 292px);
    }

  .hero-doctor-img {
      display: none;
    }

  .top-strip .container {
      gap: 8px;
      justify-content: center !important;
      flex-direction: column;
    }

  .top-contact {
      flex-direction: column;
    }

  .top-socials {
      display: none;
    }

  .navbar-nav .nav-item + .nav-item::before {
      display: none;
    }

  .hero-copy h1 {
      font-size: 42px;
    }

  .trusted-card span {
      font-size: 28px;
    }

  .trusted-card strong {
      font-size: 28px;
    }

  .testimonial-slide {
      padding: 0 10px;
    }

  .footer-bottom span + span {
      border-left: 0;
      margin-left: 0;
      padding-left: 0;
    }
}

/* =====================================================================
   ===================================================================
   INNER PAGE STYLES
   Merged from the former about.css / services.css / pricing.css /
   contact.css / root-canal.css. Shared blocks (.pg-cta, .pg-why)
   are declared once here and reused by every inner page.
   ===================================================================
   ===================================================================== */

/* =====================================================================
   PAGE DESIGN TOKENS
   Sampled from the approved design PDFs (1920px artboards). One name per
   value - these replaced 17 per-page variables, 8 of which were the same
   colour declared under different prefixes.
   ===================================================================== */
:root {
  --kd-ink:         #112440;  /* section headings                */
  --kd-navy:        #15335F;  /* body copy on light panels       */
  --kd-teal:        #377E7F;  /* brand teal - icons, accents     */
  --kd-grey:        #868686;  /* muted body copy                 */
  --kd-grey-soft:   #888888;  /* muted body copy, card text      */
  --kd-sage:        #F1F3EB;  /* panel + card fill               */
  --kd-mint:        #C7DFDF;  /* check badge fill                */
  --kd-mint-soft:   #E8F1EE;  /* featured service card fill      */
  --kd-lime:        #C8E86A;  /* design lime (NOT --lime)        */
  --kd-num-bg:      #E7EDE6;  /* step number circles             */
  --kd-tag-border:  #C4DEDF;  /* expertise pills                 */
  --kd-card-border: #E1E1E1;  /* bordered cards                  */
  --kd-line-check:  #D9E6DF;  /* check-list dividers             */
  --kd-line-tech:   #DFE8E0;  /* technology row dividers         */
  --kd-line-hyg:    #E6F1F1;  /* hygiene list dividers           */
  --kd-line-form:   #DCE9A8;  /* contact form field underlines   */
}

/* =====================================================================
   ABOUT PAGE
   ===================================================================== */

/* ---------- Page hero ---------- */
.ab-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 360px;
  overflow: hidden;
  padding: 60px 0;
}

.ab-hero__media {
  background: url("../images/about-hero-banner.webp") center / cover no-repeat;
  inset: 0;
  position: absolute;
}

.ab-hero__media::after {
  background: rgba(52, 121, 124, 0.35);
  content: "";
  inset: 0;
  position: absolute;
}

.ab-hero .container {
  position: relative;
  z-index: 2;
}

.ab-hero__inner {
  margin: 0 auto;
  max-width: 850px;
  text-align: center;
}

.ab-hero__title {
  color: var(--white);
  font-size: clamp(24px, 2.35vw, 40px);
  font-weight: 700;
  line-height: 1.32;
}

/* ---------- Our story ---------- */
.ab-story {
  background: var(--cream);
  padding: 100px 0 90px;
}

.ab-story__grid {
  align-items: center;
  display: grid;
  gap: 87px;
  grid-template-columns: minmax(0, 0.343fr) minmax(0, 1fr);
}

.ab-story__head .eyebrow {
  color: var(--kd-navy);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}

.ab-story__head h2 {
  color: var(--kd-navy);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 300;
  line-height: 1.78;
  text-transform: capitalize;
}

.ab-story__body p {
  color: var(--kd-grey);
  font-size: 15px;
  line-height: 2.1;
  text-transform: capitalize;
}

.ab-story__body p + p {
  margin-top: 26px;
}

/* ---------- Mission & vision ---------- */
.ab-mv {
  background: var(--cream);
  padding: 56px 0 100px;
}

.ab-mv__grid {
  display: grid;
  gap: 47px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ab-mv__card {
  background: var(--kd-sage);
  border: 0;
  border-radius: 14px;
  height: 100%;
  padding: 47px 46px;
}

.ab-mv__badge {
  align-items: center;
  background: var(--kd-teal);
  border-radius: 10px;
  display: inline-flex;
  height: 49px;
  justify-content: center;
  margin-bottom: 23px;
  width: 49px;
}

.ab-mv__badge img {
  height: 24px;
  object-fit: contain;
  width: 24px;
}

.ab-mv__card h3 {
  color: var(--kd-ink);
  font-size: 21px;
  margin-bottom: 14px;
}

.ab-mv__card > p {
  color: var(--kd-navy);
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 26px;
}

/* ---------- Reusable check list ---------- */
.ab-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ab-check-list li {
  border-bottom: 1px solid var(--kd-line-check);
  color: var(--kd-navy);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  padding: 13px 0 13px 32px;
  position: relative;
}

.ab-check-list li:last-child {
  border-bottom: 0;
}

.ab-check-list li::before {
  background: url("../images/icon-check-teal.png") center / contain no-repeat;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 16px;
  width: 16px;
}

/* mint circle variant used in the hygiene section */
.ab-check-list--badge li {
  border-bottom-color: var(--kd-line-hyg);
  padding: 16px 0 16px 34px;
}

.ab-check-list--badge li::before {
  background-color: var(--kd-mint);
  background-size: 11px 11px;
  border-radius: 50%;
  height: 20px;
  top: 15px;
  width: 20px;
}

/* ---------- Meet your dental expert ---------- */
.ab-doctor {
  background: var(--white);
  padding: 94px 0 90px;
}

.ab-doctor__grid {
  align-items: start;
  display: grid;
  gap: 64px;
  grid-template-columns: 416fr 426fr 327fr;
}

.ab-doctor__photo {
  margin: 0;
}

.ab-doctor__photo img {
  aspect-ratio: 416 / 562;
  border-radius: 20px;
  height: auto;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.ab-doctor__copy .eyebrow {
  color: var(--kd-navy);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.ab-doctor__copy h2 {
  color: var(--kd-teal);
  font-size: clamp(28px, 2.8vw, 40px);
  margin-bottom: 20px;
}

.ab-doctor__copy p {
  color: var(--kd-navy);
  font-size: 14px;
  line-height: 1.95;
}

.ab-doctor__copy p + p {
  margin-top: 22px;
}

.ab-doctor__copy strong {
  color: var(--kd-navy);
  font-weight: 700;
}

.ab-doctor__cta {
  background: var(--kd-teal);
  box-shadow: none;
  font-size: 13px;
  margin-top: 22px;
  min-height: 46px;
  width: 100%;
}

.ab-doctor__skills {
  background: transparent;
  border: 0;
  padding: 0;
}

.ab-doctor__skills h3 {
  color: var(--kd-navy);
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.ab-doctor__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 11px;
  margin-bottom: 0;
}

.ab-doctor__tags span {
  background: var(--white);
  border: 1px solid var(--kd-tag-border);
  border-radius: 999px;
  color: var(--kd-teal);
  font-size: 13px;
  font-weight: 500;
  min-width: 0;
  padding: 9px 17px;
  text-align: center;
}

/* ---------- Core values ---------- */
.ab-values {
  background: var(--cream);
  padding: 73px 0 100px;
}

.ab-values .section-title {
  margin-bottom: 83px;
}

.ab-values .section-title h2 {
  color: var(--kd-ink);
  font-size: clamp(24px, 2.4vw, 32px);
}

.ab-values__grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ab-value {
  background: transparent;
  border: 1px solid var(--kd-lime);
  border-radius: 10px;
  height: 100%;
  padding: 55px 24px;
  text-align: center;
  transition: background 0.25s ease, transform 0.25s ease;
}

.ab-value:hover {
  background: rgba(200, 232, 106, 0.12);
  transform: translateY(-4px);
}

.ab-value h3 {
  color: var(--kd-ink);
  font-size: 18px;
  margin-bottom: 11px;
}

.ab-value p {
  color: var(--kd-grey-soft);
  font-size: 13px;
  line-height: 1.55;
  text-transform: capitalize;
}

/* ---------- Why patients choose us ---------- */
.ab-choose {
  background: var(--white);
  padding: 88px 0;
}

.ab-choose .section-title {
  max-width: 760px;
}

.ab-choose .section-title h2,
.ab-tech .section-title h2,
.ab-approach .section-title h2 {
  color: var(--kd-ink);
  font-size: clamp(24px, 2.4vw, 32px);
}

.ab-choose .section-title p,
.ab-tech .section-title p,
.ab-approach .section-title p {
  color: var(--kd-grey);
  font-size: 17px;
  line-height: 1.6;
  margin-top: 16px;
}

.ab-choose__grid {
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ab-choose__card {
  background: var(--white);
  border: 1px solid var(--kd-card-border);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(17, 36, 64, 0.05);
  display: flex;
  gap: 26px;
  height: 100%;
  padding: 34px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ab-choose__card:hover {
  box-shadow: 0 18px 40px rgba(17, 36, 64, 0.1);
  transform: translateY(-5px);
}

.ab-choose__icon {
  align-items: center;
  background: var(--kd-navy);
  border-radius: 7px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.ab-choose__icon img {
  height: 17px;
  object-fit: contain;
  width: 17px;
}

.ab-choose__card h3 {
  color: var(--kd-ink);
  font-size: 16px;
  margin-bottom: 10px;
}

.ab-choose__card p {
  color: var(--kd-grey-soft);
  font-size: 13px;
  line-height: 1.75;
  text-transform: capitalize;
}

/* ---------- Advanced dental technology ---------- */
.ab-tech {
  background: var(--cream);
  padding: 82px 0 0;
}

.ab-tech .section-title {
  max-width: 1080px;
}

.ab-tech__grid {
  display: grid;
  gap: 0 57px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 967px;
}

.ab-tech__item {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--kd-line-tech);
  border-radius: 0;
  display: flex;
  gap: 21px;
  padding: 7px 0;
}

.ab-tech__item:nth-last-child(-n+2) {
  border-bottom: 0;
}

.ab-tech__item img {
  border-radius: 8px;
  flex: 0 0 auto;
  height: 80px;
  object-fit: cover;
  width: 80px;
}

.ab-tech__item h3 {
  color: var(--kd-grey);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

/* ---------- Approach to patient care ---------- */
.ab-approach {
  background: var(--cream);
  padding: 74px 0 96px;
}

.ab-approach .section-title {
  max-width: 830px;
}

.ab-steps {
  display: grid;
  gap: 30px 91px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.ab-step {
  text-align: left;
}

.ab-step__num {
  align-items: center;
  background: var(--kd-num-bg);
  border: 0;
  border-radius: 50%;
  color: var(--kd-teal);
  display: inline-flex;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  margin-bottom: 18px;
  width: 52px;
}

.ab-step h3 {
  color: #1D1D1D;
  font-size: 17px;
  margin-bottom: 17px;
  min-height: 0;
}

.ab-step p {
  color: var(--kd-grey);
  font-size: 15px;
  line-height: 1.6;
  text-transform: capitalize;
}

/* ---------- Hygiene & safety ---------- */
.ab-hygiene {
  background: var(--white);
  padding: 110px 0 100px;
}

.ab-hygiene__grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: 569fr 683fr;
}

.ab-hygiene__photo {
  margin: 0;
}

.ab-hygiene__photo img {
  aspect-ratio: 590 / 519;
  border-radius: 12px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.ab-hygiene__copy h2 {
  color: var(--kd-ink);
  font-size: clamp(24px, 2.4vw, 32px);
  margin-bottom: 18px;
}

.ab-hygiene__copy > p {
  color: var(--kd-grey);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 34px;
}

.ab-hygiene__copy .ab-check-list {
  max-width: 533px;
}

/* ---------- Why oral health matters ---------- */
.ab-oral {
  background: var(--cream);
  padding: 100px 0;
}

.ab-oral__panel {
  background: var(--kd-sage);
  border: 0;
  border-radius: 14px;
  margin: 0 auto;
  max-width: 1006px;
  padding: 55px 60px;
  text-align: center;
}

.ab-oral__panel h2 {
  color: var(--kd-ink);
  font-size: clamp(24px, 2.4vw, 32px);
  margin-bottom: 24px;
}

.ab-oral__panel p {
  color: var(--kd-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
}

.ab-oral__panel p + p {
  margin-top: 18px;
}

/* --- ABOUT: responsive --- */

@media (max-width: 1199.98px) {
  .ab-doctor__grid {
    gap: 44px;
    grid-template-columns: 416fr 426fr;
  }
  .ab-doctor__skills {
    grid-column: 1 / -1;
  }
  .ab-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ab-choose__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ab-steps {
    gap: 30px 50px;
  }
  .ab-story__grid {
    gap: 50px;
  }
}

@media (max-width: 991.98px) {
  .ab-hero {
    min-height: 300px;
    padding: 50px 0;
  }
  .ab-story {
    padding: 70px 0 60px;
  }
  .ab-story__grid {
    align-items: start;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
  }
  .ab-mv {
    padding: 40px 0 70px;
  }
  .ab-mv__grid {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr);
  }
  .ab-doctor {
    padding: 70px 0;
  }
  .ab-doctor__grid {
    gap: 34px;
    grid-template-columns: minmax(0, 1fr);
  }
  .ab-doctor__photo img {
    aspect-ratio: 16 / 11;
    object-position: center 22%;
  }
  .ab-values,
  .ab-choose {
    padding: 70px 0;
  }
  .ab-tech {
    padding: 70px 0 0;
  }
  .ab-tech__grid {
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    max-width: 620px;
  }
  .ab-tech__item:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--kd-line-tech);
  }
  .ab-tech__item:last-child {
    border-bottom: 0;
  }
  .ab-approach {
    padding: 60px 0 70px;
  }
  .ab-steps {
    gap: 34px 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ab-hygiene {
    padding: 70px 0;
  }
  .ab-hygiene__grid {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr);
  }
  .ab-hygiene__copy .ab-check-list {
    max-width: none;
  }
  .ab-oral {
    padding: 70px 0;
  }
  .ab-oral__panel {
    padding: 40px 32px;
  }
}

@media (max-width: 767.98px) {
  .ab-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ab-choose__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .ab-steps {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr);
  }
  .ab-choose .section-title p,
  .ab-tech .section-title p,
  .ab-approach .section-title p,
  .ab-hygiene__copy > p {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .ab-hero__title {
    font-size: 24px;
  }
  .ab-hero__title br {
    display: none;
  }
  .ab-mv__card {
    padding: 32px 24px;
  }
  .ab-values__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .ab-tech__item {
    gap: 16px;
  }
  .ab-tech__item img {
    height: 64px;
    width: 64px;
  }
  .ab-tech__item h3 {
    font-size: 15px;
  }
  .ab-choose__card {
    padding: 26px 22px;
  }
  .ab-doctor__photo img {
    aspect-ratio: 4 / 3;
  }
  .ab-oral__panel {
    padding: 32px 22px;
  }
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

/* =====================================================================
   SERVICES PAGE
   ===================================================================== */

/* ---------- Page hero ---------- */
.sv-hero {
  align-items: center;
  display: flex;
  min-height: 360px;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}

.sv-hero__media {
  background: url("../images/services-hero-banner.webp") center / cover no-repeat;
  inset: 0;
  position: absolute;
}

.sv-hero__media::after {
  background: rgba(52, 121, 124, 0.35);
  content: "";
  inset: 0;
  position: absolute;
}

.sv-hero .container {
  position: relative;
  z-index: 2;
}

.sv-hero__inner {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.sv-hero__title {
  color: var(--white);
  font-size: clamp(24px, 2.35vw, 40px);
  font-weight: 700;
  line-height: 1.3;
}

.sv-hero__sub {
  color: var(--white);
  font-size: clamp(19px, 1.9vw, 32px);
  font-weight: 600;
  line-height: 1.35;
  margin-top: 8px;
}

/* ---------- Services grid ---------- */
.sv-list {
  background: var(--cream);
  padding: 90px 0 100px;
}

.sv-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sv-card {
  background: #00808020;
  border: 1px solid transparent;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 38px 32px 34px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

/* the old .sv-card--featured treatment is now the hover state */
.sv-card:hover {
  background: #00808042;
  border-color: var(--kd-teal);
  box-shadow: 0 16px 36px rgba(17, 36, 64, 0.08);
  transform: translateY(-5px);
}

.sv-card__icon {
  display: block;
  margin-bottom: 18px;
}

.sv-card__icon img {
  height: 56px;
  margin: 0 auto;          /* global `img { display:block }` needs this to centre */
  object-fit: contain;
  width: 56px;
}

.sv-card__title {
  color: var(--kd-ink);
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 14px;
}

.sv-card__text {
  color: #053462;
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 22px;
}

.sv-card__link {
  align-self: center;
  border-bottom: 1px solid var(--kd-ink);
  color: var(--kd-ink);
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 4px;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.sv-card__link:hover {
  border-bottom-color: var(--kd-teal);
  color: var(--kd-teal);
}

/* ---------- Why choose Dr. Vipin Giri ---------- */
.pg-why {
  background: var(--cream);
  padding: 0 0 100px;
}

/* used where the preceding section is white and needs breathing room.
   Doubled class so it still wins inside the responsive overrides below. */
.pg-why.pg-why--spaced {
  padding-top: 80px;
}

.pg-why__panel {
  background: var(--kd-sage);
  border-radius: 14px;
  margin: 0 auto;
  max-width: 960px;
  padding: 52px 60px;
  text-align: center;
}

.pg-why__panel h2 {
  color: var(--kd-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  margin-bottom: 22px;
}

.pg-why__panel p {
  color: var(--kd-navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.pg-cta {
  background: var(--cream);
  position: relative;
}

.pg-cta__media {
  height: 691px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pg-cta__media--patient {
  background: url("../images/about-cta-patient.webp") center top / cover no-repeat;
}

.pg-cta .container {
  padding-bottom: 100px;
  padding-top: 288px;
  position: relative;
  z-index: 2;
}

.pg-cta__panel {
  background: var(--secondary);
  color: var(--white);
  max-width: 694px;
  padding: 56px 62px;
}

.pg-cta__panel h2 {
  color: var(--white);
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.35;
  margin-bottom: 26px;
}

.pg-cta__panel p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 28px;
}

.pg-cta__line {
  color: var(--white) !important;
  font-weight: 700;
  margin: 0 0 34px !important;
}

.pg-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.pg-cta__actions .btn {
  border: 3px solid var(--lime);
  font-size: 13px;
  min-height: 48px;
}

/* --- SERVICES: responsive --- */

@media (max-width: 1199.98px) {

  .sv-grid {
    gap: 22px;
  }

  .pg-cta__media {
    height: 560px;
  }

  .pg-cta .container {
    padding-top: 140px;
  }
}

@media (max-width: 991.98px) {

  .sv-hero {
    min-height: 300px;
    padding: 50px 0;
  }

  .sv-list {
    padding: 70px 0;
  }

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

  .pg-why {
    padding: 0 0 70px;
  }

  .pg-why.pg-why--spaced {
    padding-top: 60px;
  }

  .pg-why__panel {
    padding: 40px 32px;
  }

  /* stack the CTA so the panel never overlaps the next section */
  .pg-cta__media {
    height: 280px;
    position: relative;
  }

  .pg-cta .container {
    padding-bottom: 70px;
    padding-top: 0;
  }

  .pg-cta__panel {
    max-width: none;
    padding: 38px 30px;
  }
}

@media (max-width: 767.98px) {

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

@media (max-width: 575.98px) {

  .sv-hero__title {
    font-size: 24px;
  }

  .sv-hero__sub {
    font-size: 18px;
  }

  .sv-card {
    padding: 32px 24px;
  }

  .pg-cta__actions .btn {
    width: 100%;
  }
}

/* =====================================================================
   PRICING PAGE
   ===================================================================== */

/* ---------- Page hero ---------- */
.pr-hero {
  background: var(--cream);
  padding: 96px 0 70px;
}

.pr-hero__inner {
  margin: 0 auto;
  max-width: 1180px;
  text-align: center;
}

.pr-hero h1 {
  color: var(--secondary);
  margin-inline: auto;
  max-width: 1110px;
  font-size: clamp(30px, 4.4vw, 64px);
  font-weight: 300;
  line-height: 1.24;
  margin-bottom: 34px;
  text-transform: capitalize;
}

.pr-hero__lead {
  color: var(--secondary) !important;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 34px !important;
}

.pr-hero p {
  color: var(--kd-grey-soft);
  font-size: 14px;
  line-height: 1.95;
  text-transform: capitalize;
}

.pr-hero p + p {
  margin-top: 22px;
}

/* ---------- What our pricing means ---------- */
.pr-features {
  background: var(--cream);
  padding: 30px 0 90px;
}

.pr-features__grid {
  align-items: center;
  display: grid;
  gap: 93px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pr-features__photo {
  margin: 0;
}

.pr-features__photo img {
  aspect-ratio: 770 / 529;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.pr-feature + .pr-feature {
  margin-top: 30px;
}

.pr-feature h2 {
  color: var(--secondary);
  font-size: 17px;
  margin-bottom: 8px;
}

.pr-feature p {
  color: var(--kd-grey-soft);
  font-size: 13px;
  line-height: 1.9;
  text-transform: capitalize;
}

/* ---------- Pricing plans ---------- */
.pr-plans {
  background: var(--cream);
  padding: 20px 0 90px;
}

.pr-plans .section-title {
  margin-bottom: 60px;
  max-width: 760px;
}

.pr-plans .section-title h2 {
  color: var(--kd-ink);
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.3;
}

.pr-plans .section-title p {
  color: var(--kd-grey-soft);
  font-size: 15px;
  line-height: 1.7;
  margin-top: 16px;
}

.pr-plans__grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pr-plan {
  background: transparent;
  border: 2px solid var(--kd-teal);
  border-radius: 12px;
  padding: 46px 40px 34px;
  position: relative;
}

.pr-plan--featured {
  background: var(--secondary);
  border-color: var(--secondary);
  padding-bottom: 46px;
  padding-top: 58px;
}

.pr-plan__badge {
  background: var(--kd-lime);
  border-radius: 999px;
  color: var(--kd-ink);
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  padding: 8px 26px;
  position: absolute;
  top: -17px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.pr-plan__name {
  color: var(--kd-ink);
  font-size: 19px;
  margin-bottom: 6px;
}

.pr-plan__sub {
  color: var(--kd-grey-soft);
  font-size: 12px;
  margin-bottom: 28px;
}

.pr-plan__price {
  color: var(--kd-ink);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 37px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 6px;
}

.pr-plan__price span {
  color: var(--kd-grey-soft);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.pr-plan__note {
  color: var(--kd-grey-soft);
  font-size: 12px;
  margin-bottom: 26px;
}

.pr-plan__list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.pr-plan__list li {
  color: var(--kd-ink);
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 0 26px;
  position: relative;
}

.pr-plan__list li + li {
  margin-top: 18px;
}

.pr-plan__list li::before {
  background: url("../images/icon-check-teal.png") center / contain no-repeat;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 14px;
}

.pr-plan__btn {
  background: transparent;
  border: 1px solid var(--kd-ink);
  border-radius: 999px;
  color: var(--kd-ink);
  font-size: 13px;
  font-weight: 700;
  min-height: 46px;
  width: 100%;
}

.pr-plan__btn:hover {
  background: var(--kd-ink);
  color: var(--white);
}

.pr-plan__foot {
  color: var(--kd-grey-soft);
  font-size: 11px;
  font-style: italic;
  margin: 14px 0 0;
}

/* featured card colour overrides */
.pr-plan--featured .pr-plan__name,
.pr-plan--featured .pr-plan__list li {
  color: var(--white);
}

.pr-plan--featured .pr-plan__sub,
.pr-plan--featured .pr-plan__note,
.pr-plan--featured .pr-plan__foot,
.pr-plan--featured .pr-plan__price span {
  color: rgba(255, 255, 255, 0.72);
}

.pr-plan--featured .pr-plan__price {
  color: var(--kd-lime);
}

.pr-plan--featured .pr-plan__btn {
  background: var(--kd-lime);
  border-color: var(--kd-lime);
  color: var(--kd-ink);
}

.pr-plan--featured .pr-plan__btn:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--kd-ink);
}

/* --- PRICING: responsive --- */

@media (max-width: 1199.98px) {
  .pr-features__grid {
    gap: 50px;
  }
  .pr-plans__grid {
    gap: 26px;
  }
  .pr-plan {
    padding: 40px 28px 30px;
  }
}

@media (max-width: 991.98px) {
  .pr-hero {
    padding: 64px 0 50px;
  }
  .pr-features {
    padding: 20px 0 60px;
  }
  .pr-features__grid {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr);
  }
  .pr-plans {
    padding: 10px 0 60px;
  }
  .pr-plans__grid {
    gap: 40px;
    grid-template-columns: minmax(0, 1fr);
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .pr-plan {
    padding: 36px 24px 28px;
  }
  .pr-plan__price {
    font-size: 32px;
  }
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

/* =====================================================================
   CONTACT PAGE
   ===================================================================== */

/* ---------- Intro ---------- */
.ct-intro {
  background: var(--cream);
  padding: 70px 0 40px;
}

.ct-intro__grid {
  /* design: heading sits on its own line, copy is indented beneath it
     (title y320-388, copy y443-539 at the 1920 artboard) */
  display: block;
}

.ct-intro__title {
  color: var(--secondary);
  font-size: clamp(38px, 5.1vw, 74px);
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ct-intro__copy {
  margin-left: 394px;
  max-width: 898px;
  padding-top: 42px;
}

.ct-intro__copy p {
  color: var(--kd-grey-soft);
  font-size: 14px;
  line-height: 2;
  text-transform: capitalize;
}

.ct-intro__copy p + p {
  margin-top: 20px;
}

/* ---------- Details + form ---------- */
.ct-main {
  background: var(--cream);
  padding: 40px 0 60px;
}

.ct-main__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 448fr 808fr;
}

/* contact details */
.ct-info__item + .ct-info__item {
  margin-top: 26px;
}

.ct-info__item h2 {
  color: var(--kd-ink);
  font-size: 16px;
  margin-bottom: 8px;
}

.ct-info__item p {
  color: var(--kd-grey-soft);
  font-size: 13px;
  line-height: 1.75;
}

.ct-info__item a {
  color: inherit;
  text-decoration: none;
}

.ct-info__item a:hover {
  color: var(--kd-teal);
}

.ct-socials {
  display: flex;
  gap: 20px;
  margin-top: 90px;
}

.ct-socials a {
  align-items: center;
  background: var(--kd-lime);
  border-radius: 10px;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  transition: transform 0.2s ease, filter 0.2s ease;
  width: 54px;
}

.ct-socials a:hover {
  filter: brightness(1.05);
  transform: translateY(-3px);
}

.ct-socials img {
  /* site social SVGs are light; the design shows dark marks on the lime tile */
  filter: brightness(0) saturate(100%) invert(11%) sepia(28%) saturate(2000%) hue-rotate(185deg) brightness(95%) contrast(97%);
  height: 22px;
  object-fit: contain;
  width: 22px;
}

/* form — underline-only fields */
.ct-form__row {
  display: grid;
  gap: 34px 52px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ct-field--full {
  grid-column: 1 / -1;
}

.ct-field label {
  color: var(--kd-ink);
  display: block;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ct-field input,
.ct-field select,
.ct-field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--kd-line-form);
  border-radius: 0;
  color: var(--kd-ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  padding: 6px 0 12px;
  width: 100%;
}

.ct-field textarea {
  min-height: 76px;
  resize: vertical;
}

.ct-field select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23112440'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-position: right 2px center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  padding-right: 24px;
}

.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus {
  border-bottom-color: var(--kd-teal);
  box-shadow: none;
  outline: none;
}

.ct-submit {
  background: var(--kd-lime);
  border: 0;
  border-radius: 8px;
  color: var(--kd-ink);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: 54px;
  min-height: 54px;
  transition: filter 0.2s ease;
  width: 100%;
}

.ct-submit:hover {
  filter: brightness(1.05);
}

/* ---------- Map ---------- */
.ct-map {
  background: var(--cream);
  padding: 20px 0 70px;
}

.ct-map__frame {
  border-radius: 12px;
  height: 393px;
  overflow: hidden;
}

.ct-map__frame iframe {
  display: block;
  height: 100%;
  width: 100%;
}

/* The design mock shows a dark-styled map, but that mock is a placeholder
   (it renders Washington/Baltimore, not Varanasi). The Google Maps *embed*
   iframe cannot be themed. Two options:
   1. Quick approximation - add the class `ct-map__frame--dark` to the frame
      div to apply the filter below. Road labels invert too, so check it.
   2. Proper dark map - switch to the Maps JavaScript API with a custom
      style array (needs an API key). Recommended if the dark look matters. */
.ct-map__frame--dark iframe {
  filter: invert(92%) hue-rotate(180deg) saturate(70%) contrast(90%);
}

/* --- CONTACT: responsive --- */

@media (max-width: 991.98px) {
  .ct-intro {
    padding: 50px 0 30px;
  }
  .ct-intro__grid {
    gap: 18px;
    grid-template-columns: minmax(0, 1fr);
  }
  .ct-intro__copy {
    padding-top: 0;
  }
  .ct-main {
    padding: 30px 0 50px;
  }
  .ct-main__grid {
    gap: 44px;
    grid-template-columns: minmax(0, 1fr);
  }
  .ct-intro__copy {
    margin-left: 0;
    max-width: none;
    padding-top: 24px;
  }
  .ct-socials {
    margin-top: 34px;
  }
  .ct-submit {
    margin-top: 34px;
  }
  .ct-map__frame {
    height: 320px;
  }
}

@media (max-width: 575.98px) {
  .ct-intro__title {
    font-size: 38px;
  }
  .ct-form__row {
    gap: 26px;
    grid-template-columns: minmax(0, 1fr);
  }
  .ct-socials {
    gap: 14px;
  }
  .ct-socials a {
    height: 48px;
    width: 48px;
  }
  .ct-map__frame {
    height: 260px;
  }
}

/* =====================================================================
   ROOT CANAL PAGE
   ===================================================================== */

/* ---------- Hero ---------- */
.rc-hero {
  background: var(--cream);
  padding: 70px 0 40px;
}

.rc-hero__title {
  color: var(--secondary);
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 300;
  line-height: 1.32;
}

.rc-hero__title span {
  display: block;
}

.rc-hero__title span + span {
  padding-left: 16%;
}

/* ---------- Intro ---------- */
.rc-intro {
  background: var(--cream);
  padding: 30px 0 60px;
}

.rc-intro__grid {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: 347fr 894fr;
}

.rc-intro__photo {
  margin: 0;
}

.rc-intro__photo img {
  aspect-ratio: 460 / 414;
  border-radius: 8px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.rc-intro__copy p,
.rc-what__copy p {
  color: var(--kd-grey-soft);
  font-size: 14px;
  line-height: 2;
  text-transform: capitalize;
}

.rc-intro__copy p + p,
.rc-what__copy p + p {
  margin-top: 22px;
}

/* ---------- What is root canal treatment ---------- */
.rc-what {
  background: var(--cream);
  padding: 40px 0 70px;
}

.rc-what__grid {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: 894fr 347fr;
}

.rc-what__copy h2 {
  color: var(--secondary);
  font-size: clamp(22px, 2.2vw, 30px);
  margin-bottom: 22px;
}

.rc-what__photo {
  margin: 0;
}

.rc-what__photo img {
  aspect-ratio: 460 / 470;
  border-radius: 8px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* ---------- Reusable check list ---------- */
.rc-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rc-check-list li {
  border-bottom: 1px solid var(--kd-line-check);
  color: var(--kd-navy);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  padding: 12px 0 12px 32px;
  position: relative;
}

.rc-check-list li::before {
  background: url("../images/icon-check-teal.png") center / contain no-repeat;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 15px;
}

.rc-check-list--two {
  column-gap: 60px;
  columns: 2;
}

.rc-check-list--two li {
  break-inside: avoid;
}

.rc-check-list--badge li::before {
  background-color: var(--kd-mint);
  background-size: 10px 10px;
  border-radius: 50%;
  height: 19px;
  top: 13px;
  width: 19px;
}

/* ---------- Signs panel ---------- */
.rc-signs {
  background: var(--cream);
  padding: 0 0 70px;
}

.rc-signs__panel {
  background: var(--kd-sage);
  border-radius: 14px;
  padding: 50px 56px 44px;
}

.rc-signs__panel h2 {
  color: var(--kd-ink);
  font-size: clamp(20px, 2vw, 26px);
  margin-bottom: 20px;
  text-align: center;
}

.rc-signs__lead {
  color: var(--kd-navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 auto 14px;
  max-width: 720px;
  text-align: center;
}

.rc-signs__panel .rc-check-list {
  margin-top: 26px;
}

/* ---------- Common causes ---------- */
.rc-causes {
  background: var(--cream);
  padding: 20px 0 80px;
}

.rc-causes .section-title {
  margin-bottom: 46px;
  max-width: 760px;
}

.rc-causes .section-title h2,
.rc-process .section-title h2,
.rc-tech .section-title h2,
.rc-after .section-title h2,
.rc-clinic .section-title h2 {
  color: var(--kd-ink);
  font-size: clamp(22px, 2.2vw, 30px);
}

.rc-causes .section-title p,
.rc-process .section-title p,
.rc-tech .section-title p,
.rc-after .section-title p {
  color: var(--kd-grey-soft);
  font-size: 15px;
  line-height: 1.7;
  margin-top: 14px;
}

.rc-causes__grid {
  --cause-card-cols: 5;
  --cause-card-gap: 92px;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1120px;
}

.rc-causes__grid--four,
.rc-causes__grid--whitening,
.rc-causes__grid--implants,
.rc-causes__grid--braces,
.rc-causes__grid--fillings,
.rc-causes__grid--smile,
.rc-causes__grid--emergency {
  --cause-card-cols: 4;
  --cause-card-gap: 69px;
}

.rc-causes__grid--three,
.rc-causes__grid--extraction,
.rc-causes__grid--cleaning,
.rc-causes__grid--pediatric {
  --cause-card-cols: 3;
  --cause-card-gap: 46px;
  max-width: 880px;
}

.rc-causes__grid .rc-cause {
  flex: 0 1 calc((100% - var(--cause-card-gap)) / var(--cause-card-cols));
}

.rc-cause {
  align-items: center;
  background: transparent;
  border: 1px solid var(--kd-lime);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 178px;
  padding: 34px 22px;
  text-align: center;
  transition: background 0.25s ease, transform 0.25s ease;
}

.rc-cause:hover {
  background: rgba(200, 232, 106, 0.12);
  transform: translateY(-4px);
}

.rc-cause h3 {
  color: var(--kd-ink);
  font-size: 16px;
  margin-bottom: 12px;
}

.rc-cause p {
  color: var(--kd-grey-soft);
  font-size: 12px;
  line-height: 1.7;
  text-transform: capitalize;
}

/* ---------- Why saving your natural tooth ---------- */
.rc-saving {
  background: var(--white);
  padding: 80px 0;
}

.rc-saving__grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: 640fr 616fr;
}

.rc-saving__photo {
  margin: 0;
}

.rc-saving__photo img {
  aspect-ratio: 830 / 655;
  border-radius: 14px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.rc-saving__copy h2 {
  color: var(--kd-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  margin-bottom: 16px;
}

.rc-saving__lead {
  color: var(--kd-grey-soft);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.rc-saving__foot {
  color: var(--kd-grey-soft);
  font-size: 15px;
  line-height: 1.7;
  margin-top: 22px;
}

.rc-saving .rc-check-list li {
  border-bottom: 0;
  padding: 7px 0 7px 30px;
}

.rc-saving .rc-check-list li::before {
  top: 9px;
}

/* ---------- Treatment process ---------- */
.rc-process {
  background: var(--cream);
  padding: 76px 0 30px;
}

.rc-process .section-title {
  margin-bottom: 46px;
}

.rc-process__grid {
  display: grid;
  gap: 34px 39px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rc-step {
  border-left: 3px solid var(--kd-teal);
  padding: 4px 0 4px 20px;
}

.rc-step__head {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}

.rc-step__num {
  background: var(--kd-num-bg);
  border-radius: 6px;
  color: var(--kd-teal);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 9px;
}

.rc-step h3 {
  color: var(--kd-ink);
  font-size: 16px;
}

.rc-step p {
  color: var(--kd-grey-soft);
  font-size: 13px;
  line-height: 1.75;
  text-transform: capitalize;
}

/* ---------- Advanced dental technology ---------- */
.rc-tech {
  background: var(--cream);
  padding: 60px 0 40px;
}

.rc-tech .section-title {
  margin-bottom: 44px;
  max-width: 940px;
}

.rc-tech__grid {
  display: grid;
  gap: 0 64px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 930px;
}

.rc-tech__item {
  align-items: center;
  border-bottom: 1px solid #DFE8E0;
  display: flex;
  gap: 20px;
  padding: 8px 0;
}

.rc-tech__item:nth-last-child(-n+2) {
  border-bottom: 0;
}

.rc-tech__item img {
  border-radius: 8px;
  flex: 0 0 auto;
  height: 83px;
  object-fit: cover;
  width: 83px;
}

.rc-tech__item h3 {
  color: var(--kd-grey-soft);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

/* ---------- Aftercare ---------- */
.rc-after {
  background: var(--cream);
  padding: 60px 0 80px;
}

.rc-after .section-title {
  margin-bottom: 46px;
  max-width: 640px;
}

.rc-after__grid {
  display: grid;
  gap: 40px 64px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.rc-after__num {
  align-items: center;
  background: var(--kd-num-bg);
  border-radius: 50%;
  color: var(--kd-teal);
  display: inline-flex;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  margin-bottom: 16px;
  width: 46px;
}

.rc-after__item p {
  color: var(--kd-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  text-transform: capitalize;
}

/* ---------- Why choose Kashvi Dental Clinic ---------- */
.rc-clinic {
  background: var(--white);
  padding: 80px 0;
}

.rc-clinic .section-title {
  margin-bottom: 46px;
}

.rc-clinic__grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: 556fr 694fr;
}

.rc-clinic__photo {
  margin: 0;
}

.rc-clinic__photo img {
  aspect-ratio: 740 / 325;
  border-radius: 12px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.rc-clinic .rc-check-list {
  margin: 0;
}

/* --- ROOT CANAL: responsive --- */

@media (max-width: 1199.98px) {
  .rc-causes__grid,
  .rc-causes__grid--three {
    max-width: 860px;
  }
  .rc-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .rc-hero {
    padding: 50px 0 26px;
  }
  .rc-hero__title span + span {
    padding-left: 0;
  }
  .rc-intro__grid,
  .rc-what__grid,
  .rc-saving__grid,
  .rc-clinic__grid {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr);
  }
  .rc-what__grid .rc-what__photo {
    order: -1;
  }
  .rc-signs__panel {
    padding: 36px 26px;
  }
  .rc-check-list--two {
    column-gap: 34px;
  }
  .rc-saving,
  .rc-clinic {
    padding: 60px 0;
  }
  .rc-tech__grid {
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    max-width: 620px;
  }
  .rc-tech__item:nth-last-child(-n+2) {
    border-bottom: 1px solid #DFE8E0;
  }
  .rc-tech__item:last-child {
    border-bottom: 0;
  }
  .rc-after__grid {
    gap: 30px 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .rc-causes__grid,
  .rc-causes__grid--four,
  .rc-causes__grid--three {
    --cause-card-cols: 2;
    --cause-card-gap: 23px;
    max-width: 560px;
  }
  .rc-process__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .rc-check-list--two {
    columns: 1;
  }
}

@media (max-width: 575.98px) {
  .rc-hero__title {
    font-size: 30px;
  }
  .rc-causes__grid,
  .rc-causes__grid--four,
  .rc-causes__grid--three {
    --cause-card-cols: 1;
    --cause-card-gap: 0px;
  }
  .rc-after__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .rc-tech__item img {
    height: 64px;
    width: 64px;
  }
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

/* =====================================================================
   SHARED SERVICE-DETAIL BLOCKS
   Two patterns the treatment pages repeat. Everything else on those
   pages reuses the .rc-* blocks already defined above.
   ===================================================================== */

/* ---------- Two-column comparison (braces vs aligners,
              professional vs home whitening) ---------- */
.kd-compare {
  background: var(--cream);
  padding: 20px 0 90px;
}

.kd-compare__panel {
  background: var(--kd-sage);
  border-radius: 14px;
  padding: 54px 93px 62px;
}

.kd-compare__panel + .kd-compare__panel {
  margin-top: 40px;
}

.kd-compare__panel > h2 {
  color: var(--kd-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  margin-bottom: 44px;
  text-align: center;
}

.kd-compare__grid {
  display: grid;
  gap: 92px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* three-across variant - types of crowns, bridges, extractions */
.kd-compare__grid--three {
  gap: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* four-across variant - emergency first-aid cards */
.kd-compare__grid--four {
  gap: 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kd-compare__grid--four .kd-compare__card {
  padding: 30px 22px;
}

.kd-compare__card {
  background: transparent;
  border: 1px solid var(--kd-lime);
  border-radius: 12px;
  padding: 34px 30px;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.kd-compare__card:hover {
  background: var(--kd-lime);
  border-color: var(--kd-lime);
}

.kd-compare__card h3 {
  color: var(--kd-ink);
  font-size: 17px;
  margin-bottom: 14px;
}

.kd-compare__card > p {
  color: var(--kd-ink);
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.kd-compare__card h4 {
  color: var(--kd-ink);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.kd-compare__card ul {
  color: var(--kd-ink);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  padding-left: 18px;
}

.kd-compare__card li + li {
  margin-top: 10px;
}

/* ---------- Card row inside a sage panel (implant types) ---------- */
.kd-types {
  background: var(--cream);
  padding: 20px 0 90px;
}

.kd-types__panel {
  background: var(--kd-sage);
  border-radius: 14px;
  padding: 50px 93px 58px;
  text-align: center;
}

.kd-types__panel > h2 {
  color: var(--kd-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  margin-bottom: 16px;
}

.kd-types__lead {
  color: var(--kd-navy);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 42px;
}

.kd-types__grid {
  display: grid;
  gap: 43px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kd-types__grid--pediatric {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kd-types__grid--pediatric .kd-types__card {
  flex: 0 1 calc((100% - 129px) / 4);
}

.kd-types__card {
  background: transparent;
  border: 1px solid var(--kd-lime);
  border-radius: 12px;
  padding: 34px 22px;
}

.kd-types__card--lime {
  background: var(--kd-lime);
  border-color: var(--kd-lime);
}

.kd-types__card h3 {
  color: var(--kd-ink);
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 18px;
}

.kd-types__card p {
  color: var(--kd-ink);
  font-size: 12px;
  line-height: 1.7;
  text-transform: capitalize;
}

/* ---------- Pill row (the three parts of an implant) ---------- */
.kd-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 18px;
}

.kd-pills span {
  background: #E0ECE5;
  border-radius: 999px;
  color: var(--primary);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 17px 40px;
}

@media (max-width: 991.98px) {
  .kd-compare,
  .kd-types {
    padding: 10px 0 60px;
  }

  .kd-compare__panel {
    padding: 36px 28px 40px;
  }

  .kd-compare__grid,
  .kd-compare__grid--three {
    gap: 26px;
    grid-template-columns: minmax(0, 1fr);
  }

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

  .kd-types__panel {
    padding: 36px 28px 40px;
  }

  .kd-types__grid {
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kd-types__grid--pediatric .kd-types__card {
    flex-basis: calc((100% - 22px) / 2);
  }
}

@media (max-width: 575.98px) {
  .kd-types__grid,
  .kd-compare__grid--four {
    grid-template-columns: minmax(0, 1fr);
  }

  .kd-pills {
    gap: 12px;
  }

  .kd-pills span {
    padding: 14px 26px;
  }

  .kd-types__grid--pediatric .kd-types__card {
    flex-basis: 100%;
  }
}

/* two labelled check columns inside a signs panel (crowns page) */
.rc-signs__cols {
  display: grid;
  gap: 34px 92px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  text-align: left;
}

.rc-signs__cols h3 {
  color: var(--kd-ink);
  font-size: 15px;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .rc-signs__cols {
    gap: 24px;
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =====================================================================
   SERVICES MEGA MENU
   Opens on hover and on keyboard focus at >=992px; becomes an expandable
   list inside the collapsed navbar below that.
   ===================================================================== */
.navbar {
  position: relative;
}

.nav-item--mega {
  position: static;
}

.kd-mega {
  background: var(--white);
  border-top: 1px solid var(--kd-card-border);
  box-shadow: 0 24px 48px rgba(17, 36, 64, 0.14);
  left: 0;
  opacity: 0;
  padding: 38px 0 42px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  visibility: hidden;
  z-index: 60;
}

.nav-item--mega:hover .kd-mega,
.nav-item--mega:focus-within .kd-mega {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* keep the Services link highlighted while the panel is open, including
   when the pointer has moved down into the panel itself */
.nav-item--mega:hover > .nav-link,
.nav-item--mega:focus-within > .nav-link,
.nav-item--mega.is-open > .nav-link {
  background: var(--primary);
  border-radius: 999px;
  color: rgb(255 255 255);
}

.kd-mega__inner {
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 300fr) minmax(0, 950fr);
}

.kd-mega__intro .eyebrow {
  color: var(--kd-teal);
  display: block;
  margin-bottom: 10px;
}

.kd-mega__intro h2 {
  color: var(--kd-ink);
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.kd-mega__intro p {
  color: var(--kd-grey-soft);
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.kd-mega__intro .btn {
  font-size: 12px;
  min-height: 42px;
}

.kd-mega__grid {
  align-content: start;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kd-mega__card {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  gap: 14px;
  padding: 12px 14px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.kd-mega__card:hover {
  background: #00808020;
  border-color: var(--kd-teal);
  transform: translateY(-2px);
}

.kd-mega__icon {
  align-items: center;
  background: var(--kd-sage);
  border-radius: 9px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 46px;
  justify-content: center;
  transition: background 0.2s ease;
  width: 46px;
}

.kd-mega__card:hover .kd-mega__icon {
  background: var(--white);
}

.kd-mega__icon img {
  height: 26px;
  object-fit: contain;
  width: 26px;
}

.kd-mega__text {
  display: block;
  min-width: 0;
}

.kd-mega__text strong {
  color: var(--kd-ink);
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.kd-mega__text small {
  color: var(--kd-grey-soft);
  display: block;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 3px;
}

.kd-mega__toggle {
  display: none;
}

@media (max-width: 1199.98px) {
  .kd-mega__inner {
    gap: 30px;
    grid-template-columns: minmax(0, 260fr) minmax(0, 900fr);
  }

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

@media (max-width: 991.98px) {
  /* inside the collapsed navbar the panel becomes an accordion */
  .nav-item--mega {
    position: relative;
  }

  .kd-mega {
    border-top: 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    padding: 4px 0 12px;
    position: static;
    transform: none;
    visibility: visible;
  }

  .nav-item--mega.is-open .kd-mega {
    display: block;
  }

  .nav-item--mega:hover .kd-mega,
  .nav-item--mega:focus-within .kd-mega {
    display: none;
  }

  .nav-item--mega.is-open:hover .kd-mega,
  .nav-item--mega.is-open:focus-within .kd-mega {
    display: block;
  }

  .kd-mega .container {
    padding: 0;
  }

  .kd-mega__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .kd-mega__intro {
    display: none;
  }

  .kd-mega__grid {
    gap: 6px;
    grid-template-columns: minmax(0, 1fr);
  }

  .kd-mega__card {
    padding: 10px 12px;
  }

  .kd-mega__toggle {
    background: transparent;
    border: 0;
    display: block;
    height: 26px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 6px;
    width: 34px;
  }

  .kd-mega__toggle::after {
    border-bottom: 2px solid var(--kd-ink);
    border-right: 2px solid var(--kd-ink);
    content: "";
    display: block;
    height: 8px;
    margin: 0 auto;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    width: 8px;
  }

  .nav-item--mega.is-open .kd-mega__toggle::after {
    transform: rotate(-135deg);
  }
}

/* ---------------------------------------------------------------------
   Mobile navbar fix.
   The base `.navbar-nav { flex-direction: row }` is declared later in this
   file than the responsive column rule, so it was winning on source order
   and the collapsed menu laid out horizontally. Scoped selectors below
   restore the stacked menu and let the mega panel fill the drawer.
   --------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }

  /* .navbar-nav .nav-item is display:flex (row) for the desktop separator
     dots - the mega item must stack its link, toggle and panel instead */
  .navbar .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar .navbar-nav .nav-item--mega {
    align-items: flex-start;
    display: block;
  }

  .navbar .navbar-nav .nav-link {
    display: block;
  }

  .kd-mega .container {
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
  }

  .kd-mega__inner,
  .kd-mega__grid {
    width: 100%;
  }
}

.kd-mega__text {
  flex: 1 1 auto;
  min-width: 0;
}

.form-error {
  display: block;
  margin-top: 6px;
  color: #d93025;
  font-size: 13px;
  font-weight: 600;
}

.form-control.is-invalid,
.form-select.is-invalid,
.ct-field input.is-invalid,
.ct-field select.is-invalid,
.ct-field textarea.is-invalid {
  border-color: #d93025;
  box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.12);
}

.legal-hero {
  padding: 90px 0 72px;
  background: linear-gradient(135deg, rgba(24, 160, 144, 0.12), rgba(197, 233, 70, 0.16)), #f7fbfa;
}

.legal-hero h1 {
  max-width: 820px;
  margin: 12px 0 14px;
  color: var(--heading);
  font-family: "Nunito", sans-serif;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 900;
}

.legal-hero p {
  max-width: 720px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.7;
}

.legal-section {
  padding: 76px 0;
  background: #ffffff;
}

.legal-content {
  max-width: 920px;
  margin: 0 auto;
  color: var(--text);
  font-size: 16px;
  line-height: 1.8;
}

.legal-content h2 {
  margin: 34px 0 12px;
  color: var(--heading);
  font-family: "Nunito", sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.legal-content a {
  color: var(--primary);
  font-weight: 700;
}

.thank-you-page {
  min-height: 100vh;
  background: radial-gradient(circle at top left, rgba(197, 233, 70, 0.24), transparent 34%), linear-gradient(135deg, #f5fbfa 0%, #e9f7f4 100%);
  color: var(--heading);
}

.thank-you-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.thank-you-card {
  width: min(680px, 100%);
  padding: 46px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(11, 23, 53, 0.14);
  text-align: center;
}

.thank-you-logo {
  width: 172px;
  height: auto;
  margin-bottom: 24px;
}

.thank-you-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thank-you-card h1 {
  margin: 0 0 16px;
  font-family: "Nunito", sans-serif;
  font-size: clamp(34px, 7vw, 58px);
  font-weight: 900;
}

.thank-you-card p {
  margin: 0 auto 16px;
  max-width: 520px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.7;
}

.thank-you-detail {
  padding: 12px 16px;
  border-radius: 8px;
  background: #f2fbf8;
}

.thank-you-note span {
  color: var(--primary);
  font-weight: 900;
}

.thank-you-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 12px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.thank-you-button:hover {
  color: #ffffff;
  background: var(--heading);
}

.sticky-actions {
  position: fixed;
  right: 22px;
  bottom: 26px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sticky-action {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(11, 23, 53, 0.2);
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.sticky-action svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.sticky-action--whatsapp {
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
}

.sticky-action--whatsapp:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

.sticky-action--top {
  background: var(--primary);
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.sticky-action--top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sticky-action--top:hover {
  background: var(--heading);
}

@media (max-width: 575.98px) {
  .sticky-actions {
    right: 14px;
    bottom: 18px;
    gap: 10px;
  }

  .sticky-action {
    width: 48px;
    height: 48px;
  }

  .sticky-action svg {
    width: 25px;
    height: 25px;
  }
}
