@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap");

:root {
  --nandi-burari-pink: #ee477c;
  --nandi-burari-deep-pink: #d9366b;
  --nandi-burari-soft: #fce8ef;
  --nandi-burari-paper: #fffaf8;
  --nandi-burari-ink: #242424;
  --nandi-burari-muted: #777475;
  --nandi-burari-line: rgba(36, 36, 36, .15);
  --nandi-burari-serif: "Playfair Display", Georgia, serif;
  --nandi-burari-sans: "DM Sans", Arial, sans-serif;
  --nandi-burari-display: "Manrope", Arial, sans-serif;
}

.nandi-burari-page,
.nandi-burari-page *,
.nandi-burari-page *::before,
.nandi-burari-page *::after {
  box-sizing: border-box;
}

.nandi-burari-page {
  position: relative;
  overflow: hidden;
  color: var(--nandi-burari-ink);
  background: var(--nandi-burari-paper);
  font-family: var(--nandi-burari-sans);
  font-size: 16px;
  line-height: 1.7;
  isolation: isolate;
}

.nandi-burari-page img {
  display: block;
  width: 100%;
}

.nandi-burari-page figure,
.nandi-burari-page p,
.nandi-burari-page h1,
.nandi-burari-page h2,
.nandi-burari-page h3 {
  margin: 0;
}

.nandi-burari-wrap {
  width: min(calc(100% - 96px), 1220px);
  margin: 0 auto;
}

.nandi-burari-kicker,
.nandi-burari-eyebrow,
.nandi-burari-section-number {
  color: var(--nandi-burari-pink);
  font-family: var(--nandi-burari-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nandi-burari-page h1,
.nandi-burari-page h2,
.nandi-burari-page h3 {
  font-weight: 500;
}

.nandi-burari-page h2 {
  font-family: var(--nandi-burari-serif);
  font-size: clamp(36px, 4.5vw, 66px);
  letter-spacing: -.055em;
  line-height: 1.04;
}

.nandi-burari-page h2 em,
.nandi-burari-page h1 em {
  color: var(--nandi-burari-pink);
  font-style: italic;
}

.nandi-burari-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 18px 0 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
  text-decoration: none;
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.nandi-burari-button span,
.nandi-burari-text-link span,
.nandi-burari-contact__phone span {
  font-size: 18px;
  font-weight: 400;
  transition: transform .25s ease;
}

.nandi-burari-button:hover,
.nandi-burari-button:focus-visible {
  transform: translateY(-3px);
}

.nandi-burari-button:hover span,
.nandi-burari-button:focus-visible span,
.nandi-burari-text-link:hover span,
.nandi-burari-contact__phone:hover span {
  transform: translate(3px, -3px);
}

.nandi-burari-button--pink {
  color: #fff;
  background: var(--nandi-burari-pink);
  box-shadow: 0 15px 28px rgba(238, 71, 124, .22);
}

.nandi-burari-button--pink:hover,
.nandi-burari-button--pink:focus-visible {
  background: var(--nandi-burari-deep-pink);
}

.nandi-burari-button--dark {
  color: #fff;
  background: var(--nandi-burari-ink);
}

.nandi-burari-button--light {
  color: var(--nandi-burari-ink);
  background: #fff;
  box-shadow: 0 15px 28px rgba(36, 36, 36, .14);
}

.nandi-burari-button:focus-visible,
.nandi-burari-text-link:focus-visible,
.nandi-burari-contact__phone:focus-visible,
.nandi-burari-proof__call:focus-visible,
.nandi-burari-accordion summary:focus-visible {
  outline: 3px solid rgba(238, 71, 124, .35);
  outline-offset: 4px;
}

.nandi-burari-text-link,
.nandi-burari-contact__phone {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 13px;
  color: var(--nandi-burari-ink);
  border-bottom: 1px solid var(--nandi-burari-pink);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.nandi-burari-hero {
  position: relative;
  min-height: 785px;
  overflow: hidden;
  background: #f6eee9;
}

.nandi-burari-hero__mesh {
  position: absolute;
  inset: 0 0 0 51%;
  opacity: .48;
  background-image: linear-gradient(rgba(36, 36, 36, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(36, 36, 36, .05) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: skewX(-12deg) scale(1.18);
  transform-origin: right center;
}

.nandi-burari-hero__orbit {
  position: absolute;
  border: 1px solid rgba(238, 71, 124, .27);
  border-radius: 50%;
  pointer-events: none;
}

.nandi-burari-hero__orbit--one {
  top: 78px;
  right: 15%;
  width: 440px;
  height: 440px;
}

.nandi-burari-hero__orbit--two {
  top: 140px;
  right: 20%;
  width: 320px;
  height: 320px;
}

.nandi-burari-hero__inner {
  position: relative;
  display: grid;
  min-height: 710px;
  grid-template-columns: minmax(0, 1.04fr) minmax(470px, .96fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
  padding: 70px 0 70px;
}

.nandi-burari-hero__copy {
  position: relative;
  z-index: 2;
  padding-left: 0;
}

.nandi-burari-eyebrow {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 28px;
}

.nandi-burari-eyebrow span {
  color: var(--nandi-burari-pink);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.nandi-burari-hero h1 {
  max-width: 590px;
  color: var(--nandi-burari-ink);
  font-family: var(--nandi-burari-display);
  font-size: clamp(39px, 4.35vw, 64px);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: 1.03;
}

.nandi-burari-hero__under {
  display: grid;
  max-width: 525px;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
  margin-top: 36px;
}

.nandi-burari-hero__under p {
  color: var(--nandi-burari-muted);
  font-size: 14px;
  line-height: 1.8;
}

.nandi-burari-hero__under .nandi-burari-button {
  white-space: nowrap;
}

.nandi-burari-hero__visual {
  position: relative;
  min-height: 595px;
}

.nandi-burari-hero__main-photo {
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 9%;
  width: 70%;
  height: 540px;
  overflow: hidden;
  border-radius: 4px 170px 4px 4px;
  box-shadow: 20px 25px 45px rgba(76, 41, 44, .16);
}

.nandi-burari-hero__main-photo img,
.nandi-burari-hero__inset-photo img,
.nandi-burari-opening__image img,
.nandi-burari-reasons__image img,
.nandi-burari-path__image img,
.nandi-burari-comfort__image img,
.nandi-burari-treatment__visual img,
.nandi-burari-doctor__portrait img {
  height: 100%;
  object-fit: cover;
}

.nandi-burari-hero__inset-photo {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 0;
  width: 35%;
  height: 220px;
  overflow: hidden;
  border: 8px solid #f6eee9;
  border-radius: 3px 3px 100px 3px;
  box-shadow: 0 18px 30px rgba(76, 41, 44, .14);
}

.nandi-burari-hero__note {
  position: absolute;
  z-index: 3;
  right: -9px;
  bottom: 85px;
  display: flex;
  width: 150px;
  min-height: 120px;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  color: #fff;
  background: var(--nandi-burari-ink);
}

.nandi-burari-hero__note strong {
  color: var(--nandi-burari-pink);
  font-family: var(--nandi-burari-serif);
  font-size: 43px;
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: 1;
}

.nandi-burari-hero__note span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.nandi-burari-hero__caption {
  position: absolute;
  right: 0;
  bottom: 27px;
  color: var(--nandi-burari-muted);
  font-size: 10px;
  line-height: 1.55;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.nandi-burari-hero__caption em {
  color: var(--nandi-burari-pink);
  font-family: var(--nandi-burari-serif);
  font-size: 15px;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}

.nandi-burari-hero__bottom {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  display: flex;
  gap: 35px;
  align-items: center;
  padding-left: 0;
  color: var(--nandi-burari-muted);
  font-family: var(--nandi-burari-display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nandi-burari-hero__bottom span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px 2px 0;
  border-radius: 50%;
  background: var(--nandi-burari-pink);
  content: "";
}

.nandi-burari-hero__bottom a {
  margin-left: auto;
  color: var(--nandi-burari-ink);
  font-size: 9px;
  text-decoration: none;
}

.nandi-burari-hero__bottom b {
  margin-left: 10px;
  color: var(--nandi-burari-pink);
  font-size: 17px;
  font-weight: 400;
}

.nandi-burari-proof {
  color: #fff;
  background: var(--nandi-burari-ink);
}

.nandi-burari-proof__inner {
  display: grid;
  min-height: 112px;
  grid-template-columns: 1fr 1fr auto;
  gap: 50px;
  align-items: center;
}

.nandi-burari-proof__award {
  display: flex;
  gap: 15px;
  align-items: center;
}

.nandi-burari-proof__seal {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  color: var(--nandi-burari-pink);
}

.nandi-burari-proof p {
  display: flex;
  flex-direction: column;
}

.nandi-burari-proof small {
  color: var(--nandi-burari-pink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.nandi-burari-proof strong {
  margin-top: 4px;
  font-family: var(--nandi-burari-serif);
  font-size: 18px;
  font-weight: 500;
}

.nandi-burari-proof__stat {
  display: flex;
  flex-direction: column;
  padding-left: 48px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.nandi-burari-proof__stat strong {
  color: var(--nandi-burari-pink);
  font-family: var(--nandi-burari-display);
  font-size: 30px;
  font-weight: 700;
}

.nandi-burari-proof__stat span {
  color: rgba(255, 255, 255, .64);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.nandi-burari-proof__call {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.nandi-burari-proof__call span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--nandi-burari-pink);
  border-radius: 50%;
  color: var(--nandi-burari-pink);
  font-size: 17px;
  font-weight: 400;
}

.nandi-burari-opening {
  padding: 145px 0 150px;
  background: #fff;
}

.nandi-burari-opening__grid {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.nandi-burari-opening__copy {
  padding-top: 9px;
}

.nandi-burari-opening__copy > p {
  margin-bottom: 25px;
  color: var(--nandi-burari-muted);
  font-size: 16px;
  line-height: 1.9;
}

.nandi-burari-opening__copy .nandi-burari-kicker {
  margin-bottom: 25px;
}

.nandi-burari-opening__lead {
  color: var(--nandi-burari-ink) !important;
  font-family: var(--nandi-burari-serif);
  font-size: 23px !important;
  line-height: 1.5 !important;
}

.nandi-burari-opening__image {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 2px 100px 2px 2px;
}

.nandi-burari-opening__image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 11px 16px;
  color: #fff;
  background: var(--nandi-burari-pink);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.nandi-burari-reasons {
  padding: 140px 0 155px;
  background: var(--nandi-burari-soft);
}

.nandi-burari-reasons__inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 10vw, 160px);
}

.nandi-burari-reasons__heading {
  position: sticky;
  top: 80px;
  align-self: start;
}

.nandi-burari-reasons__heading .nandi-burari-kicker {
  margin: 24px 0 18px;
}

.nandi-burari-reasons h2 {
  max-width: 470px;
}

.nandi-burari-reasons__line {
  width: 75px;
  height: 7px;
  margin-top: 42px;
  border-top: 1px solid var(--nandi-burari-pink);
  border-bottom: 1px solid var(--nandi-burari-pink);
}

.nandi-burari-reasons__body p,
.nandi-burari-path__copy > p:not(.nandi-burari-kicker),
.nandi-burari-expect__copy > p:last-child,
.nandi-burari-comfort__copy > p:last-child,
.nandi-burari-responsibility__copy p {
  color: var(--nandi-burari-muted);
  font-size: 16px;
  line-height: 1.9;
}

.nandi-burari-reasons__image {
  height: 320px;
  margin-top: 55px;
  overflow: hidden;
  border-radius: 3px 3px 90px 3px;
}

.nandi-burari-path {
  padding: 150px 0;
  background: var(--nandi-burari-paper);
}

.nandi-burari-path__grid {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: clamp(45px, 9vw, 140px);
  align-items: center;
}

.nandi-burari-path__portrait {
  position: relative;
  min-height: 550px;
}

.nandi-burari-path__image {
  position: absolute;
  top: 0;
  left: 13%;
  width: 70%;
  height: 500px;
  overflow: hidden;
  border-radius: 165px 165px 3px 3px;
  box-shadow: 16px 23px 40px rgba(76, 41, 44, .12);
}

.nandi-burari-path__portrait::after {
  position: absolute;
  top: 28px;
  left: 7%;
  width: 70%;
  height: 500px;
  border: 1px solid var(--nandi-burari-pink);
  border-radius: 165px 165px 3px 3px;
  content: "";
  transform: rotate(-6deg);
}

.nandi-burari-path__quote {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 36px;
  padding: 13px 17px;
  color: #fff;
  background: var(--nandi-burari-ink);
  font-family: var(--nandi-burari-serif);
  font-size: 22px;
  line-height: 1.05;
}

.nandi-burari-path__quote em {
  color: var(--nandi-burari-pink);
  font-style: italic;
}

.nandi-burari-path__copy h2 {
  max-width: 550px;
  margin: 19px 0 30px;
}

.nandi-burari-path__copy .nandi-burari-button {
  margin-top: 31px;
}

.nandi-burari-expect {
  padding: 145px 0;
  color: #fff;
  background: var(--nandi-burari-ink);
}

.nandi-burari-expect__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(60px, 10vw, 150px);
}

.nandi-burari-expect__copy {
  padding-top: 4px;
}

.nandi-burari-expect__copy .nandi-burari-kicker {
  margin: 25px 0 19px;
  color: #f69ab4;
}

.nandi-burari-expect h2 {
  max-width: 450px;
  color: #fff;
}

.nandi-burari-expect__copy > p:last-child {
  max-width: 420px;
  margin-top: 30px;
  color: rgba(255, 255, 255, .63);
}

.nandi-burari-pillars {
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.nandi-burari-pillar {
  display: grid;
  grid-template-columns: 1fr;
  padding: 25px 0 27px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nandi-burari-pillar p {
  max-width: 500px;
  color: rgba(255, 255, 255, .83);
  font-size: 16px;
  line-height: 1.55;
}

.nandi-burari-comfort {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  color: #fff;
  background: #b58d85;
}

.nandi-burari-comfort__image {
  position: absolute;
  inset: 0 0 0 44%;
  opacity: .8;
}

.nandi-burari-comfort__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #b58d85 0%, rgba(181, 141, 133, .78) 22%, rgba(181, 141, 133, .08) 90%);
  content: "";
}

.nandi-burari-comfort__inner {
  position: relative;
  display: grid;
  min-height: 630px;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
}

.nandi-burari-comfort__copy {
  max-width: 620px;
  padding: 65px 0;
}

.nandi-burari-comfort__copy .nandi-burari-kicker {
  color: #fff;
}

.nandi-burari-comfort h2 {
  max-width: 610px;
  margin: 19px 0 30px;
  color: #fff;
}

.nandi-burari-comfort__copy > p:last-child {
  color: rgba(255, 255, 255, .86);
}

.nandi-burari-responsibility {
  padding: 130px 0;
  background: #fff;
}

.nandi-burari-responsibility__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(45px, 8vw, 120px);
  align-items: start;
}

.nandi-burari-responsibility h2 {
  max-width: 480px;
  margin-top: 22px;
}

.nandi-burari-responsibility__copy {
  padding-top: 60px;
}

.nandi-burari-treatments {
  position: relative;
  overflow: hidden;
  padding: 145px 0 160px;
  background: #f8f0ec;
}

.nandi-burari-treatments__wash {
  position: absolute;
  top: -220px;
  right: -180px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(238, 71, 124, .22);
  border-radius: 50%;
}

.nandi-burari-treatments__wash::before,
.nandi-burari-treatments__wash::after {
  position: absolute;
  border: 1px solid rgba(238, 71, 124, .14);
  border-radius: 50%;
  content: "";
}

.nandi-burari-treatments__wash::before { inset: 50px; }
.nandi-burari-treatments__wash::after { inset: 105px; }

.nandi-burari-treatments__head {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 72px;
}

.nandi-burari-treatments__head .nandi-burari-kicker {
  margin: 20px 0 19px;
}

.nandi-burari-treatments h2 {
  max-width: 740px;
}

.nandi-burari-treatments__head .nandi-burari-text-link {
  margin-bottom: 8px;
}

.nandi-burari-treatment-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.nandi-burari-treatment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(35px, 7vw, 100px);
  align-items: center;
  padding: 26px;
  background: #fff;
}

.nandi-burari-treatment--iui,
.nandi-burari-treatment--laser {
  grid-template-columns: 1.1fr .9fr;
  padding-right: 0;
  background: transparent;
}

.nandi-burari-treatment--icsi,
.nandi-burari-treatment--cryo {
  padding-left: 0;
  background: transparent;
}

.nandi-burari-treatment--ivf {
  padding: 36px;
}

.nandi-burari-treatment--icsi .nandi-burari-treatment__visual,
.nandi-burari-treatment--cryo .nandi-burari-treatment__visual {
  order: 0;
}

.nandi-burari-treatment--icsi .nandi-burari-treatment__copy,
.nandi-burari-treatment--cryo .nandi-burari-treatment__copy {
  order: 1;
}

.nandi-burari-treatment--iui .nandi-burari-treatment__visual,
.nandi-burari-treatment--laser .nandi-burari-treatment__visual {
  order: 1;
}

.nandi-burari-treatment--iui .nandi-burari-treatment__copy,
.nandi-burari-treatment--laser .nandi-burari-treatment__copy {
  order: 0;
}

.nandi-burari-treatment__visual {
  position: relative;
  min-height: 275px;
  overflow: hidden;
  border-radius: 3px 90px 3px 3px;
}

.nandi-burari-treatment__visual img {
  position: absolute;
  inset: 0;
  transition: transform .55s ease;
}

.nandi-burari-treatment:hover .nandi-burari-treatment__visual img {
  transform: scale(1.035);
}

.nandi-burari-treatment__copy {
  padding: 20px 0;
}

.nandi-burari-treatment__copy h3 {
  max-width: 470px;
  font-family: var(--nandi-burari-serif);
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -.045em;
  line-height: 1.1;
}

.nandi-burari-treatment__copy p {
  max-width: 620px;
  margin-top: 23px;
  color: var(--nandi-burari-muted);
  font-size: 15px;
  line-height: 1.85;
}

.nandi-burari-treatment__number {
  display: block;
  margin-bottom: 20px;
  color: var(--nandi-burari-pink);
  font-family: var(--nandi-burari-display);
  font-size: 12px;
  font-weight: 800;
}

.nandi-burari-doctor {
  position: relative;
  overflow: hidden;
  padding: 140px 0 155px;
  color: #fff;
  background: var(--nandi-burari-ink);
}

.nandi-burari-doctor__arc {
  position: absolute;
  top: -300px;
  right: -90px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(238, 71, 124, .42);
  border-radius: 50%;
}

.nandi-burari-doctor__arc::before,
.nandi-burari-doctor__arc::after {
  position: absolute;
  border: 1px solid rgba(238, 71, 124, .16);
  border-radius: 50%;
  content: "";
}

.nandi-burari-doctor__arc::before { inset: 47px; }
.nandi-burari-doctor__arc::after { inset: 102px; }

.nandi-burari-doctor__inner {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}

.nandi-burari-doctor__portrait {
  position: relative;
  height: 535px;
  overflow: visible;
}

.nandi-burari-doctor__portrait::before {
  position: absolute;
  inset: 16px 8% 0;
  border: 1px solid var(--nandi-burari-pink);
  border-radius: 200px 200px 2px 2px;
  content: "";
  transform: rotate(5deg);
}

.nandi-burari-doctor__portrait img {
  position: relative;
  z-index: 1;
  width: 79%;
  height: 520px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 200px 200px 2px 2px;
  background: #e5cbd0;
  object-position: center top;
}

.nandi-burari-doctor__portrait figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 20px;
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--nandi-burari-pink);
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.nandi-burari-doctor__copy {
  position: relative;
  z-index: 1;
}

.nandi-burari-doctor__copy .nandi-burari-kicker {
  color: #f69ab4;
}

.nandi-burari-doctor h2 {
  margin: 20px 0 26px;
  color: #fff;
  font-size: clamp(52px, 6vw, 85px);
  line-height: .92;
}

.nandi-burari-doctor__designation {
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
}

.nandi-burari-doctor .nandi-burari-button {
  margin-top: 35px;
}

.nandi-burari-contact {
  position: relative;
  overflow: hidden;
  padding: 145px 0;
  background: var(--nandi-burari-soft);
}

.nandi-burari-contact__shape {
  position: absolute;
  right: -140px;
  bottom: -310px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(238, 71, 124, .25);
  border-radius: 50%;
}

.nandi-burari-contact__shape::before {
  position: absolute;
  inset: 58px;
  border: 1px solid rgba(238, 71, 124, .17);
  border-radius: 50%;
  content: "";
}

.nandi-burari-contact__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .86fr;
  gap: clamp(50px, 10vw, 150px);
  align-items: center;
}

.nandi-burari-contact__copy h2 {
  max-width: 480px;
  margin: 22px 0 27px;
}

.nandi-burari-contact__copy > p:not(.nandi-burari-kicker) {
  max-width: 370px;
  color: var(--nandi-burari-muted);
  font-size: 15px;
}

.nandi-burari-contact__phone {
  margin-top: 30px;
  font-family: var(--nandi-burari-display);
  font-size: 17px;
}

.nandi-burari-form {
  position: relative;
  z-index: 1;
  padding: 44px 48px 50px;
  background: #fff;
  box-shadow: 0 25px 45px rgba(83, 34, 48, .1);
}

.nandi-burari-form h3 {
  margin: 8px 0 28px;
  font-family: var(--nandi-burari-serif);
  font-size: 31px;
  letter-spacing: -.04em;
}

.nandi-burari-form__shortcode {
  color: var(--nandi-burari-muted);
  font-size: 13px;
  line-height: 1.8;
}

.nandi-burari-faq {
  padding: 145px 0 155px;
  background: #fff;
}

.nandi-burari-faq__grid {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: clamp(50px, 9vw, 145px);
}

.nandi-burari-faq__intro h2 {
  margin-top: 23px;
}

.nandi-burari-accordion {
  border-top: 1px solid var(--nandi-burari-line);
}

.nandi-burari-accordion details {
  border-bottom: 1px solid var(--nandi-burari-line);
}

.nandi-burari-accordion summary {
  display: flex;
  min-height: 87px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 21px 4px;
  cursor: pointer;
  list-style: none;
  font-family: var(--nandi-burari-serif);
  font-size: 20px;
  line-height: 1.28;
}

.nandi-burari-accordion summary::-webkit-details-marker {
  display: none;
}

.nandi-burari-accordion summary i {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border: 1px solid var(--nandi-burari-pink);
  border-radius: 50%;
}

.nandi-burari-accordion summary i::before,
.nandi-burari-accordion summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--nandi-burari-pink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.nandi-burari-accordion summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.nandi-burari-accordion details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.nandi-burari-accordion summary:hover {
  color: var(--nandi-burari-pink);
}

.nandi-burari-accordion details p {
  max-width: 700px;
  padding: 0 52px 24px 4px;
  color: var(--nandi-burari-muted);
  font-size: 14px;
  line-height: 1.85;
}

.nandi-burari-final {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  color: #fff;
  background: var(--nandi-burari-pink);
}

.nandi-burari-final__rings {
  position: absolute;
  top: -190px;
  right: 12%;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
}

.nandi-burari-final__rings::before,
.nandi-burari-final__rings::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  content: "";
}

.nandi-burari-final__rings::before { inset: 42px; }
.nandi-burari-final__rings::after { inset: 90px; }

.nandi-burari-final__inner {
  position: relative;
  z-index: 1;
  padding: 112px 0 118px;
  text-align: center;
}

.nandi-burari-final .nandi-burari-kicker {
  color: #fff;
  opacity: .86;
}

.nandi-burari-final .nandi-burari-kicker span {
  margin: 0 7px;
}

.nandi-burari-final h2 {
  margin: 21px auto 32px;
  color: #fff;
  font-size: clamp(50px, 7vw, 90px);
  line-height: .9;
}

.nandi-burari-final h2 em {
  color: #fff;
}

@media (max-width: 1050px) {
  .nandi-burari-wrap { width: min(calc(100% - 64px), 1220px); }
  .nandi-burari-hero__inner { grid-template-columns: .9fr 1.1fr; gap: 35px; }
  .nandi-burari-hero__copy { padding-left: 18px; }
  .nandi-burari-hero__visual { min-height: 520px; }
  .nandi-burari-hero__main-photo { height: 470px; }
  .nandi-burari-opening__grid { gap: 45px; }
  .nandi-burari-path__grid { gap: 60px; }
  .nandi-burari-doctor__inner { gap: 35px; }
}

@media (max-width: 760px) {
  .nandi-burari-wrap { width: min(calc(100% - 40px), 1220px); }
  .nandi-burari-hero { min-height: 0; }
  .nandi-burari-hero__mesh { inset: 38% -10% 0 35%; }
  .nandi-burari-hero__inner {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 52px;
    align-items: stretch;
    padding: 68px 0 115px;
  }
  .nandi-burari-hero__copy { padding-left: 0; }
  .nandi-burari-hero h1 { max-width: 590px; font-size: clamp(36px, 10.5vw, 58px); line-height: 1.05; }
  .nandi-burari-eyebrow { margin-bottom: 22px; }
  .nandi-burari-hero__under { display: block; margin-top: 28px; }
  .nandi-burari-hero__under p { font-size: 15px; }
  .nandi-burari-hero__under .nandi-burari-button { margin-top: 25px; }
  .nandi-burari-hero__visual { min-height: 450px; }
  .nandi-burari-hero__main-photo { top: 0; right: 7%; width: 80%; height: 400px; border-radius: 3px 110px 3px 3px; }
  .nandi-burari-hero__inset-photo { bottom: 0; width: 40%; height: 170px; }
  .nandi-burari-hero__note { right: 0; bottom: 48px; width: 122px; min-height: 105px; }
  .nandi-burari-hero__note strong { font-size: 34px; }
  .nandi-burari-hero__caption { right: 2%; bottom: 0; }
  .nandi-burari-hero__bottom {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 0 20px;
    font-size: 8px;
  }
  .nandi-burari-hero__bottom a { width: 100%; margin: 4px 0 0; }
  .nandi-burari-proof__inner { display: flex; min-height: 0; flex-direction: column; gap: 23px; align-items: flex-start; padding: 32px 0; }
  .nandi-burari-proof__stat { width: 100%; padding: 20px 0 0; border-top: 1px solid rgba(255, 255, 255, .18); border-left: 0; }
  .nandi-burari-proof__call { margin-top: 2px; }
  .nandi-burari-opening,
  .nandi-burari-path,
  .nandi-burari-expect,
  .nandi-burari-responsibility,
  .nandi-burari-treatments,
  .nandi-burari-contact,
  .nandi-burari-faq { padding: 90px 0; }
  .nandi-burari-opening__grid,
  .nandi-burari-reasons__inner,
  .nandi-burari-path__grid,
  .nandi-burari-expect__grid,
  .nandi-burari-responsibility__grid,
  .nandi-burari-contact__grid,
  .nandi-burari-faq__grid { display: block; }
  .nandi-burari-opening__copy { padding-top: 0; }
  .nandi-burari-opening__lead { font-size: 21px !important; }
  .nandi-burari-opening__image { height: 360px; margin-top: 38px; }
  .nandi-burari-reasons__heading { position: static; }
  .nandi-burari-reasons__body { margin-top: 42px; }
  .nandi-burari-reasons__image { height: 260px; margin-top: 35px; }
  .nandi-burari-path__portrait { min-height: 440px; margin-bottom: 44px; }
  .nandi-burari-path__image { height: 405px; }
  .nandi-burari-path__portrait::after { height: 405px; }
  .nandi-burari-path__copy h2 { margin-top: 18px; }
  .nandi-burari-expect__copy { margin-bottom: 45px; }
  .nandi-burari-comfort { min-height: 0; }
  .nandi-burari-comfort__image { inset: 0; opacity: .33; }
  .nandi-burari-comfort__image::after { background: rgba(181, 141, 133, .7); }
  .nandi-burari-comfort__inner { display: block; min-height: 0; padding: 90px 0; }
  .nandi-burari-comfort__copy { padding: 28px 0 0; }
  .nandi-burari-responsibility__copy { padding-top: 30px; }
  .nandi-burari-treatments__head { display: block; margin-bottom: 45px; }
  .nandi-burari-treatments__head .nandi-burari-text-link { margin-top: 25px; }
  .nandi-burari-treatment,
  .nandi-burari-treatment--iui,
  .nandi-burari-treatment--laser,
  .nandi-burari-treatment--icsi,
  .nandi-burari-treatment--cryo {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 24px 0;
    background: #fff;
  }
  .nandi-burari-treatment--ivf { padding: 24px; }
  .nandi-burari-treatment__visual,
  .nandi-burari-treatment--iui .nandi-burari-treatment__visual,
  .nandi-burari-treatment--laser .nandi-burari-treatment__visual { order: 0; width: 100%; min-height: 240px; }
  .nandi-burari-treatment__copy,
  .nandi-burari-treatment--iui .nandi-burari-treatment__copy,
  .nandi-burari-treatment--laser .nandi-burari-treatment__copy,
  .nandi-burari-treatment--icsi .nandi-burari-treatment__copy,
  .nandi-burari-treatment--cryo .nandi-burari-treatment__copy { order: 1; padding: 24px; }
  .nandi-burari-treatment--iui .nandi-burari-treatment__visual,
  .nandi-burari-treatment--laser .nandi-burari-treatment__visual { padding: 0 24px; }
  .nandi-burari-treatment--iui .nandi-burari-treatment__visual img,
  .nandi-burari-treatment--laser .nandi-burari-treatment__visual img { position: absolute; inset: 0 24px; width: calc(100% - 48px); }
  .nandi-burari-doctor { padding: 90px 0; }
  .nandi-burari-doctor__inner { display: flex; flex-direction: column; gap: 35px; align-items: stretch; }
  .nandi-burari-doctor__portrait { width: min(100%, 350px); height: 445px; margin: 0 auto; }
  .nandi-burari-doctor__portrait img { height: 430px; }
  .nandi-burari-doctor__copy { text-align: center; }
  .nandi-burari-doctor .nandi-burari-button { margin-top: 28px; }
  .nandi-burari-contact__copy { margin-bottom: 45px; }
  .nandi-burari-form { padding: 32px 24px; }
  .nandi-burari-faq__intro { margin-bottom: 45px; }
  .nandi-burari-accordion summary { min-height: 77px; font-size: 18px; }
  .nandi-burari-accordion details p { padding-right: 15px; }
  .nandi-burari-final { min-height: 390px; }
  .nandi-burari-final__inner { padding: 95px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .nandi-burari-button,
  .nandi-burari-button span,
  .nandi-burari-text-link span,
  .nandi-burari-contact__phone span,
  .nandi-burari-treatment__visual img { transition: none; }
}