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

:root {
  --nandi-roh-pink: #ee477c;
  --nandi-roh-deep-pink: #d9366b;
  --nandi-roh-soft-pink: #fce8ef;
  --nandi-roh-light-pink: #fff7f9;
  --nandi-roh-dark: #242424;
  --nandi-roh-grey: #777475;
  --nandi-roh-line: rgba(36, 36, 36, .14);
  --nandi-roh-white: #fff;
  --nandi-roh-serif: "Playfair Display", Georgia, serif;
  --nandi-roh-sans: "DM Sans", Arial, sans-serif;
  --nandi-roh-max: 1220px;
}

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

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

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

.nandi-roh-page figure,
.nandi-roh-page p,
.nandi-roh-page h1,
.nandi-roh-page h2,
.nandi-roh-page h3,
.nandi-roh-page h4,
.nandi-roh-page h5,
.nandi-roh-page h6 {
  margin: 0;
}

.nandi-roh-page a {
  color: inherit;
}

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

.nandi-roh-page__grain {
  position: absolute;
  z-index: 8;
  inset: 0;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.nandi-roh-kicker {
  color: var(--nandi-roh-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nandi-roh-section-number {
  display: inline-block;
  color: var(--nandi-roh-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
}

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

.nandi-roh-button span {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s ease;
}

.nandi-roh-button:hover {
  transform: translateY(-3px);
}

.nandi-roh-button:hover span {
  transform: translate(3px, -3px);
}

.nandi-roh-button--pink {
  color: var(--nandi-roh-white);
  background: var(--nandi-roh-pink);
  box-shadow: 0 14px 28px rgba(238, 71, 124, .2);
}

.nandi-roh-button--pink:hover {
  background: var(--nandi-roh-deep-pink);
  box-shadow: 0 18px 34px rgba(238, 71, 124, .28);
}

.nandi-roh-button--outline {
  color: var(--nandi-roh-dark);
  border-color: rgba(36, 36, 36, .22);
  background: transparent;
}

.nandi-roh-button--outline:hover {
  color: var(--nandi-roh-pink);
  border-color: var(--nandi-roh-pink);
}

.nandi-roh-button--light {
  color: var(--nandi-roh-dark);
  background: var(--nandi-roh-white);
  box-shadow: 0 15px 28px rgba(0, 0, 0, .12);
}

.nandi-roh-button--white {
  color: var(--nandi-roh-dark);
  background: var(--nandi-roh-white);
}

.nandi-roh-inline-link {
  display: inline-flex;
  padding-bottom: 7px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--nandi-roh-pink);
  color: var(--nandi-roh-dark);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.nandi-roh-inline-link span {
  color: var(--nandi-roh-pink);
  font-size: 17px;
  font-weight: 400;
  transition: transform .25s ease;
}

.nandi-roh-inline-link:hover span {
  transform: translate(3px, -3px);
}

/* Hero: immersive photography with offset editorial type */
.nandi-roh-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  color: var(--nandi-roh-white);
  background: #39252d;
}

.nandi-roh-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(25, 17, 21, .76) 0%, rgba(25, 17, 21, .48) 38%, rgba(25, 17, 21, .08) 76%, rgba(25, 17, 21, .35) 100%);
  content: "";
}

.nandi-roh-hero__backdrop {
  position: absolute;
  z-index: 0;
  top: -22%;
  left: 36%;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(238, 71, 124, .07), 0 0 0 70px rgba(238, 71, 124, .04);
}

.nandi-roh-hero__image {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 37%;
}

.nandi-roh-hero__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #39252d 0%, rgba(57, 37, 45, .6) 16%, rgba(57, 37, 45, 0) 50%);
  content: "";
}

.nandi-roh-hero__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .84;
}

.nandi-roh-hero__ring {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 50%;
  animation: nandiRohFloat 9s ease-in-out infinite;
}

.nandi-roh-hero__ring--one {
  top: 13%;
  right: 15%;
  width: 145px;
  height: 145px;
}

.nandi-roh-hero__ring--two {
  right: -82px;
  bottom: -70px;
  width: 330px;
  height: 330px;
  border-color: rgba(238, 71, 124, .55);
  animation-delay: -3s;
}

.nandi-roh-hero__inner {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 1fr) minmax(350px, .65fr);
  grid-template-rows: auto 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 48px 0 55px;
}

.nandi-roh-hero__eyebrow {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, .75);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.nandi-roh-eyebrow-line {
  width: 38px;
  height: 1px;
  background: var(--nandi-roh-pink);
}

.nandi-roh-hero__content {
  align-self: center;
  max-width: 720px;
}

.nandi-roh-hero h1 {
  max-width: 760px;
  font-family: var(--nandi-roh-serif);
  font-size: clamp(39px, 5vw, 70px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .96;
}

.nandi-roh-hero__distance {
  display: flex;
  margin: 31px 0 31px;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  letter-spacing: .04em;
}

.nandi-roh-hero__distance span {
  color: var(--nandi-roh-pink);
}

.nandi-roh-hero__caption {
  position: absolute;
  z-index: 3;
  right: 38px;
  bottom: 42px;
  display: flex;
  padding: 10px 13px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 3px;
  background: rgba(36, 25, 30, .35);
  backdrop-filter: blur(9px);
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  letter-spacing: .2em;
}

.nandi-roh-hero__caption span {
  margin-top: 0;
  color: var(--nandi-roh-pink);
  font-size: 8px;
}

/* Credibility strip */
.nandi-roh-trust {
  position: relative;
  z-index: 2;
  color: var(--nandi-roh-white);
  background: var(--nandi-roh-dark);
}

.nandi-roh-trust__inner {
  display: grid;
  min-height: 116px;
  grid-template-columns: 1.25fr 1fr auto;
  gap: 45px;
  align-items: center;
}

.nandi-roh-trust__award {
  display: flex;
  align-items: center;
  gap: 15px;
}

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

.nandi-roh-trust p {
  max-width: 360px;
}

.nandi-roh-trust small {
  display: block;
  margin-bottom: 4px;
  color: var(--nandi-roh-pink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.nandi-roh-trust strong {
  display: block;
  font-family: var(--nandi-roh-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.nandi-roh-trust__stat {
  display: flex;
  padding-left: 35px;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.nandi-roh-trust__stat strong {
  color: var(--nandi-roh-pink);
  font-family: var(--nandi-roh-sans);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: 1.15;
}

.nandi-roh-trust__call {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--nandi-roh-white);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.nandi-roh-trust__call span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid var(--nandi-roh-pink);
  border-radius: 50%;
  color: var(--nandi-roh-pink);
  font-size: 17px;
  font-weight: 400;
  transition: transform .25s ease;
}

.nandi-roh-trust__call:hover span {
  transform: translate(3px, -3px);
}

/* Introduction */
.nandi-roh-intro {
  position: relative;
  padding: 108px 0 92px;
  overflow: hidden;
  background: var(--nandi-roh-white);
}

.nandi-roh-intro__wash {
  position: absolute;
  top: -170px;
  right: -100px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(238, 71, 124, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(238, 71, 124, .04), 0 0 0 78px rgba(238, 71, 124, .025);
}

.nandi-roh-intro__topline {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nandi-roh-intro__topline .nandi-roh-kicker {
  margin-left: 9px;
}

.nandi-roh-intro__aside-line {
  display: inline-block;
  width: 58px;
  height: 1px;
  background: var(--nandi-roh-pink);
}

.nandi-roh-intro__hero {
  display: grid;
  margin-top: 30px;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: 78px;
  align-items: end;
}

.nandi-roh-intro__heading h2,
.nandi-roh-beginnings h2,
.nandi-roh-right-care h3,
.nandi-roh-hold h2,
.nandi-roh-callback h2,
.nandi-roh-faq h2,
.nandi-roh-final h2 {
  font-family: var(--nandi-roh-serif);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: 1.04;
}

.nandi-roh-intro__heading h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
}

.nandi-roh-page em {
  color: var(--nandi-roh-pink);
  font-style: italic;
  font-weight: 500;
}

.nandi-roh-intro__lead p,
.nandi-roh-intro__body p {
  color: var(--nandi-roh-grey);
  font-size: 16px;
  line-height: 1.9;
}

.nandi-roh-intro__lead p {
  max-width: 640px;
}

.nandi-roh-intro__lead .nandi-roh-inline-link {
  margin-top: 25px;
}

.nandi-roh-intro__body {
  display: grid;
  margin-top: 58px;
  padding-top: 34px;
  grid-template-columns: 1.1fr .9fr;
  gap: 52px;
  border-top: 1px solid var(--nandi-roh-line);
}

.nandi-roh-intro__body-lead {
  grid-column: 1 / -1;
  max-width: 940px;
  color: var(--nandi-roh-dark) !important;
  font-family: var(--nandi-roh-serif);
  font-size: clamp(21px, 2vw, 28px) !important;
  letter-spacing: -.025em;
  line-height: 1.35 !important;
}

/* Principles section */
.nandi-roh-beginnings {
  position: relative;
  padding: 104px 0 110px;
  overflow: hidden;
  color: var(--nandi-roh-white);
  background: #33272c;
}

.nandi-roh-beginnings::before {
  position: absolute;
  top: -200px;
  right: -90px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(238, 71, 124, .38);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(238, 71, 124, .08), 0 0 0 85px rgba(238, 71, 124, .03);
  content: "";
}

.nandi-roh-beginnings__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 82px;
}

.nandi-roh-beginnings h2 {
  max-width: 510px;
  margin-top: 15px;
  color: var(--nandi-roh-white);
  font-size: clamp(36px, 4.4vw, 59px);
}

.nandi-roh-beginnings__copy > p {
  max-width: 520px;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.9;
}

.nandi-roh-principles {
  display: grid;
  margin: 38px 0 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  list-style: none;
}

.nandi-roh-principles li {
  min-height: 65px;
  padding: 17px 0 17px 25px;
  border-top: 1px solid rgba(255, 255, 255, .17);
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.5;
}

.nandi-roh-principles li::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: -22px;
  margin-right: 14px;
  border-radius: 50%;
  background: var(--nandi-roh-pink);
  content: "";
}

/* Feature editorial list */
.nandi-roh-right-care {
  position: relative;
  padding: 110px 0 105px;
  background: var(--nandi-roh-light-pink);
}

.nandi-roh-right-care__shape {
  position: absolute;
  top: 60px;
  left: -170px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(238, 71, 124, .16);
  border-radius: 50%;
}

.nandi-roh-right-care__shape::after {
  position: absolute;
  inset: 35px;
  border: 1px solid rgba(238, 71, 124, .1);
  border-radius: 50%;
  content: "";
}

.nandi-roh-right-care h3 {
  max-width: 720px;
  margin-top: 15px;
  font-size: clamp(35px, 4.2vw, 57px);
}

.nandi-roh-right-care__lead {
  max-width: 670px;
  margin-top: 28px;
  color: var(--nandi-roh-grey);
  font-size: 15px;
  line-height: 1.85;
}

.nandi-roh-care-list {
  margin-top: 50px;
  margin-left: 12%;
}

.nandi-roh-care-list article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 24px;
  padding: 23px 0;
  border-top: 1px solid var(--nandi-roh-line);
}

.nandi-roh-care-list article:last-child {
  border-bottom: 1px solid var(--nandi-roh-line);
}

.nandi-roh-care-list article > span {
  padding-top: 4px;
  color: var(--nandi-roh-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
}

.nandi-roh-care-list h4 {
  font-family: var(--nandi-roh-serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.nandi-roh-care-list p {
  max-width: 750px;
  margin-top: 11px;
  color: var(--nandi-roh-grey);
  font-size: 15px;
  line-height: 1.85;
}

.nandi-roh-care-callout {
  display: flex;
  margin: 40px 0 0 12%;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.nandi-roh-care-callout p {
  max-width: 440px;
  color: var(--nandi-roh-dark);
  font-family: var(--nandi-roh-serif);
  font-size: 21px;
  line-height: 1.35;
}

/* Treatments */
.nandi-roh-treatments {
  position: relative;
  padding: 108px 0 104px;
  background: var(--nandi-roh-white);
}

.nandi-roh-treatments__head {
  display: grid;
  grid-template-columns: .65fr 1.3fr .75fr;
  gap: 45px;
  align-items: end;
  margin-bottom: 48px;
}

.nandi-roh-treatments__head h4 {
  max-width: 650px;
  font-family: var(--nandi-roh-serif);
  font-size: clamp(34px, 4.2vw, 55px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .99;
}

.nandi-roh-treatments__head > p:last-child {
  color: var(--nandi-roh-grey);
  font-size: 14px;
  line-height: 1.8;
}

.nandi-roh-treatment-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.nandi-roh-treatment {
  position: relative;
  display: grid;
  min-height: 0;
  padding: 28px 32px;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  border: 1px solid var(--nandi-roh-line);
  background: var(--nandi-roh-light-pink);
  transition: transform .3s ease, box-shadow .3s ease;
}

.nandi-roh-treatment:hover {
  transform: translateY(-4px);
  box-shadow: 0 19px 35px rgba(83, 34, 48, .08);
}

.nandi-roh-treatment--feature {
  min-height: 290px;
  grid-column: 1 / -1;
  grid-template-columns: 50px minmax(220px, .8fr) 1fr;
  align-items: center;
  background: #34272d;
  color: var(--nandi-roh-white);
}

.nandi-roh-treatment--rose {
  color: var(--nandi-roh-white);
  background: var(--nandi-roh-pink);
  border-color: transparent;
}

.nandi-roh-treatment--wide {
  grid-column: 1 / -1;
  min-height: 170px;
  align-items: center;
  background: transparent;
}

.nandi-roh-treatment__number {
  padding-top: 4px;
  color: var(--nandi-roh-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.nandi-roh-treatment h5 {
  font-family: var(--nandi-roh-serif);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.12;
}

.nandi-roh-treatment:not(.nandi-roh-treatment--feature) h5 {
  font-size: 24px;
}

.nandi-roh-treatment p {
  max-width: 520px;
  margin-top: 15px;
  color: var(--nandi-roh-grey);
  font-size: 14px;
  line-height: 1.8;
}

.nandi-roh-treatment--feature p,
.nandi-roh-treatment--rose p {
  color: rgba(255, 255, 255, .72);
}

.nandi-roh-treatment__image {
  height: 235px;
  overflow: hidden;
  border-radius: 170px 4px 4px 4px;
}

.nandi-roh-treatment__image img {
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.nandi-roh-treatment:hover .nandi-roh-treatment__image img {
  transform: scale(1.04);
}

.nandi-roh-treatment--wide a {
  display: grid;
  width: 45px;
  height: 45px;
  margin-left: auto;
  place-items: center;
  border: 1px solid var(--nandi-roh-pink);
  border-radius: 50%;
  color: var(--nandi-roh-pink);
  font-size: 19px;
  text-decoration: none;
}

.nandi-roh-treatment__after {
  display: grid;
  margin: 58px 12% 0;
  grid-template-columns: 1fr 1fr;
  gap: 42px 75px;
}

.nandi-roh-treatment__after p {
  color: var(--nandi-roh-grey);
  font-size: 15px;
  line-height: 1.9;
}

.nandi-roh-treatment__after .nandi-roh-treatment__question {
  grid-column: 1 / -1;
  margin-bottom: -27px;
  color: var(--nandi-roh-dark);
  font-family: var(--nandi-roh-serif);
  font-size: 29px;
  line-height: 1.2;
}

/* IVF process */
.nandi-roh-process {
  position: relative;
  padding: 109px 0 114px;
  overflow: hidden;
  background: var(--nandi-roh-soft-pink);
}

.nandi-roh-process__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%;
  height: 68%;
  overflow: hidden;
  border-radius: 220px 0 0 0;
  opacity: .74;
}

.nandi-roh-process__photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--nandi-roh-soft-pink), rgba(252, 232, 239, .1));
  content: "";
}

.nandi-roh-process__photo img {
  height: 100%;
  object-fit: cover;
}

.nandi-roh-process__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 72px;
}

.nandi-roh-process__heading h5 {
  max-width: 470px;
  margin-top: 16px;
  font-family: var(--nandi-roh-serif);
  font-size: clamp(35px, 4.2vw, 57px);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: 1;
}

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

.nandi-roh-process__steps article {
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--nandi-roh-line);
}

.nandi-roh-process__steps article > span {
  color: var(--nandi-roh-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
}

.nandi-roh-process__steps h6 {
  font-family: var(--nandi-roh-serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.nandi-roh-process__steps p {
  max-width: 620px;
  margin-top: 7px;
  color: var(--nandi-roh-grey);
  font-size: 14px;
  line-height: 1.8;
}

/* Team capabilities */
.nandi-roh-team {
  padding: 110px 0 115px;
  background: var(--nandi-roh-white);
}

.nandi-roh-team__heading {
  display: grid;
  grid-template-columns: .7fr 1.15fr .75fr;
  gap: 55px;
  align-items: end;
}

.nandi-roh-team__heading h6 {
  max-width: 560px;
  font-family: var(--nandi-roh-serif);
  font-size: clamp(35px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1;
}

.nandi-roh-team__heading > p:last-child {
  max-width: 240px;
  color: var(--nandi-roh-grey);
  font-size: 14px;
  line-height: 1.8;
}

.nandi-roh-team__list {
  margin: 57px 0 0 12%;
  border-top: 1px solid var(--nandi-roh-line);
}

.nandi-roh-team__list article {
  display: grid;
  grid-template-columns: 57px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--nandi-roh-line);
}

.nandi-roh-team__list article > span {
  color: var(--nandi-roh-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.nandi-roh-team__list h3 {
  font-family: var(--nandi-roh-serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.nandi-roh-team__list p {
  max-width: 800px;
  margin-top: 11px;
  color: var(--nandi-roh-grey);
  font-size: 15px;
  line-height: 1.85;
}

/* Doctor profile */
.nandi-roh-doctor {
  position: relative;
  padding: 108px 0 116px;
  overflow: hidden;
  color: var(--nandi-roh-white);
  background: var(--nandi-roh-dark);
}

.nandi-roh-doctor__glow {
  position: absolute;
  top: -260px;
  right: -140px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(238, 71, 124, .37);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(238, 71, 124, .08), 0 0 0 90px rgba(238, 71, 124, .03);
}

.nandi-roh-doctor__inner {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 125px;
  align-items: center;
}

.nandi-roh-doctor__portrait {
  position: relative;
  width: min(100%, 440px);
  height: 495px;
  justify-self: center;
}

.nandi-roh-doctor__portrait img {
  position: relative;
  z-index: 1;
  width: 76%;
  height: 100%;
  margin-left: 12%;
  object-fit: cover;
  object-position: center top;
  border-radius: 210px 210px 4px 4px;
}

.nandi-roh-doctor__frame {
  position: absolute;
  z-index: 0;
  top: 18px;
  left: 8%;
  width: 76%;
  height: 100%;
  border: 1px solid var(--nandi-roh-pink);
  border-radius: 210px 210px 4px 4px;
  transform: rotate(-7deg);
}

.nandi-roh-doctor__experience {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 32px;
  display: flex;
  width: 145px;
  height: 145px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  color: var(--nandi-roh-white);
  background: var(--nandi-roh-pink);
  transform: rotate(8deg);
}

.nandi-roh-doctor__experience strong {
  font-family: var(--nandi-roh-serif);
  font-size: 48px;
  font-weight: 500;
  line-height: .85;
}

.nandi-roh-doctor__experience small {
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
}

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

.nandi-roh-doctor__copy .nandi-roh-kicker {
  color: #f68eab;
}

.nandi-roh-doctor h2 {
  margin-top: 16px;
  color: var(--nandi-roh-white);
  font-family: var(--nandi-roh-serif);
  font-size: clamp(44px, 5vw, 73px);
  font-weight: 500;
  letter-spacing: -.07em;
  line-height: .95;
}

.nandi-roh-doctor__designation {
  margin-top: 27px;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  line-height: 1.45;
}

.nandi-roh-doctor__rule {
  width: 68px;
  height: 1px;
  margin: 29px 0 23px;
  background: var(--nandi-roh-pink);
}

.nandi-roh-doctor__experience-copy {
  color: rgba(255, 255, 255, .7);
  font-family: var(--nandi-roh-serif);
  font-size: 26px;
  line-height: 1.25;
}

.nandi-roh-doctor .nandi-roh-button {
  margin-top: 34px;
}

/* Hold / callback */
.nandi-roh-hold {
  position: relative;
  padding: 108px 0 113px;
  overflow: hidden;
  background: var(--nandi-roh-white);
}

.nandi-roh-hold__circle {
  position: absolute;
  right: -170px;
  bottom: -260px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(238, 71, 124, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 39px rgba(238, 71, 124, .04);
}

.nandi-roh-hold__grid {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 120px;
  align-items: end;
}

.nandi-roh-hold h2 {
  max-width: 620px;
  margin-top: 16px;
  font-size: clamp(36px, 4.4vw, 60px);
}

.nandi-roh-hold__grid > div:first-child > p:not(.nandi-roh-kicker) {
  max-width: 680px;
  margin-top: 27px;
  color: var(--nandi-roh-grey);
  font-size: 15px;
  line-height: 1.85;
}

.nandi-roh-hold__grid > div:first-child > p + p {
  margin-top: 21px;
}

.nandi-roh-hold__contact {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  border: 1px solid var(--nandi-roh-line);
  background: var(--nandi-roh-light-pink);
}

.nandi-roh-hold__contact > span {
  color: var(--nandi-roh-pink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.nandi-roh-callback {
  position: relative;
  padding: 104px 0;
  background: var(--nandi-roh-soft-pink);
}

.nandi-roh-callback__grid {
  display: grid;
  grid-template-columns: 1fr .83fr;
  gap: 100px;
  align-items: center;
}

.nandi-roh-callback h2 {
  max-width: 500px;
  margin-top: 16px;
  font-size: clamp(38px, 4.5vw, 62px);
}

.nandi-roh-callback__copy > p:not(.nandi-roh-kicker) {
  max-width: 420px;
  margin-top: 28px;
  color: var(--nandi-roh-grey);
  font-size: 14px;
  line-height: 1.8;
}

.nandi-roh-callback address {
  max-width: 355px;
  margin-top: 26px;
  color: var(--nandi-roh-dark);
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}

.nandi-roh-callback__details {
  display: flex;
  margin-top: 27px;
  gap: 30px;
}

.nandi-roh-callback__details a {
  color: var(--nandi-roh-dark);
  font-size: 13px;
  text-decoration: none;
}

.nandi-roh-callback__details a:hover {
  color: var(--nandi-roh-pink);
}

.nandi-roh-callback__details span {
  display: block;
  margin-bottom: 3px;
  color: var(--nandi-roh-pink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.nandi-roh-callback__form {
  padding: 45px 48px 48px;
  background: var(--nandi-roh-white);
  box-shadow: 0 25px 50px rgba(83, 34, 48, .1);
}

.nandi-roh-callback__form > span {
  display: block;
  color: var(--nandi-roh-pink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.nandi-roh-callback__form > strong {
  display: block;
  margin-top: 8px;
  font-family: var(--nandi-roh-serif);
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -.04em;
}

/* FAQ */
.nandi-roh-faq {
  padding: 109px 0 116px;
  background: var(--nandi-roh-white);
}

.nandi-roh-faq__grid {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 120px;
}

.nandi-roh-faq h2 {
  margin-top: 16px;
  font-size: clamp(38px, 4.4vw, 59px);
}

.nandi-roh-faq__intro .nandi-roh-inline-link {
  margin-top: 46px;
}

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

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

.nandi-roh-accordion summary {
  display: flex;
  min-height: 84px;
  padding: 21px 4px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  font-family: var(--nandi-roh-serif);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.3;
}

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

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

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

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

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

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

.nandi-roh-accordion details > div {
  max-width: 690px;
  padding: 0 52px 24px 4px;
}

.nandi-roh-accordion details > div p {
  color: var(--nandi-roh-grey);
  font-size: 14px;
  line-height: 1.85;
}

/* Final CTA */
.nandi-roh-final {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  color: var(--nandi-roh-white);
  background: var(--nandi-roh-pink);
}

.nandi-roh-final__inner {
  position: relative;
  z-index: 1;
  padding: 89px 0;
  text-align: center;
}

.nandi-roh-final .nandi-roh-kicker {
  color: var(--nandi-roh-white);
  opacity: .82;
}

.nandi-roh-final h2 {
  margin: 16px auto 28px;
  color: var(--nandi-roh-white);
  font-size: clamp(46px, 6.5vw, 82px);
  line-height: .91;
}

.nandi-roh-final h2 em {
  color: var(--nandi-roh-white);
}

.nandi-roh-final__orb {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
}

.nandi-roh-final__orb--one {
  top: -190px;
  right: 8%;
  width: 410px;
  height: 410px;
}

.nandi-roh-final__orb--two {
  bottom: -230px;
  left: -80px;
  width: 490px;
  height: 490px;
}

@keyframes nandiRohFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -12px, 0); }
}

@media (max-width: 1100px) {
  .nandi-roh-wrap {
    width: min(calc(100% - 64px), var(--nandi-roh-max));
  }

  .nandi-roh-hero__inner {
    grid-template-columns: 1fr .5fr;
  }

  .nandi-roh-beginnings__grid {
    gap: 55px;
  }

  .nandi-roh-intro__hero {
    gap: 45px;
  }

  .nandi-roh-beginnings__grid {
    grid-template-columns: .8fr 1.2fr;
  }

  .nandi-roh-team__heading,
  .nandi-roh-treatments__head {
    gap: 28px;
  }

  .nandi-roh-process__inner {
    gap: 55px;
  }

  .nandi-roh-doctor__inner,
  .nandi-roh-callback__grid {
    gap: 70px;
  }
}

@media (max-width: 767px) {
  .nandi-roh-wrap {
    width: min(calc(100% - 40px), var(--nandi-roh-max));
  }

  .nandi-roh-hero {
    min-height: 650px;
  }

  .nandi-roh-hero__image {
    inset: 0;
  }

  .nandi-roh-hero__image::after {
    background: linear-gradient(180deg, rgba(40, 25, 31, .38), rgba(40, 25, 31, .8) 78%);
  }

  .nandi-roh-hero__inner {
    display: flex;
    min-height: 650px;
    padding: 36px 0 54px;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
  }

  .nandi-roh-hero__eyebrow {
    flex: 0 0 auto;
  }

  .nandi-roh-hero__content {
    margin-top: auto;
    padding: 80px 0 40px;
  }

  .nandi-roh-hero h1 {
    font-size: clamp(37px, 9.5vw, 54px);
    line-height: .98;
  }

  .nandi-roh-hero__distance {
    margin: 25px 0 27px;
    flex-wrap: wrap;
  }

  .nandi-roh-hero__caption {
    right: 20px;
    bottom: 20px;
    padding: 8px 10px;
    font-size: 8px;
    letter-spacing: .13em;
  }

  .nandi-roh-hero__backdrop {
    top: 11%;
    left: 30%;
    width: 440px;
    height: 440px;
  }

  .nandi-roh-hero__ring--one {
    top: 18%;
    right: -47px;
    width: 110px;
    height: 110px;
  }

  .nandi-roh-trust__inner {
    display: flex;
    min-height: 0;
    padding: 25px 0;
    flex-wrap: wrap;
    gap: 21px;
  }

  .nandi-roh-trust__award {
    width: 100%;
  }

  .nandi-roh-trust__stat {
    flex: 1;
    padding-left: 0;
    border-left: 0;
  }

  .nandi-roh-trust__stat strong {
    max-width: 180px;
    font-size: 22px;
  }

  .nandi-roh-trust__call {
    align-self: end;
    font-size: 10px;
  }

  .nandi-roh-intro,
  .nandi-roh-right-care,
  .nandi-roh-treatments,
  .nandi-roh-team,
  .nandi-roh-faq {
    padding-top: 91px;
    padding-bottom: 95px;
  }

  .nandi-roh-intro__topline {
    display: flex;
    align-items: center;
  }

  .nandi-roh-intro__hero {
    display: block;
    margin-top: 25px;
  }

  .nandi-roh-intro__heading h2 {
    font-size: clamp(41px, 11vw, 58px);
  }

  .nandi-roh-intro__lead {
    margin-top: 28px;
  }

  .nandi-roh-intro__lead p,
  .nandi-roh-intro__body p {
    font-size: 15px;
  }

  .nandi-roh-intro__body {
    display: block;
    margin-top: 46px;
    padding-top: 27px;
  }

  .nandi-roh-intro__body p + p {
    margin-top: 24px;
  }

  .nandi-roh-intro__body-lead {
    font-size: 22px !important;
  }

  .nandi-roh-beginnings {
    padding: 91px 0 96px;
  }

  .nandi-roh-beginnings__grid {
    display: block;
  }

  .nandi-roh-beginnings h2 {
    font-size: clamp(40px, 10vw, 58px);
  }

  .nandi-roh-beginnings__copy {
    margin-top: 39px;
  }

  .nandi-roh-principles {
    display: block;
  }

  .nandi-roh-principles li {
    min-height: 0;
  }

  .nandi-roh-right-care h3 {
    font-size: clamp(39px, 10vw, 57px);
  }

  .nandi-roh-care-list {
    margin: 49px 0 0;
  }

  .nandi-roh-care-list article {
    display: block;
    padding: 27px 0;
  }

  .nandi-roh-care-list article > span {
    display: block;
    margin-bottom: 12px;
  }

  .nandi-roh-care-list h4 {
    font-size: 25px;
  }

  .nandi-roh-care-list p {
    font-size: 14px;
  }

  .nandi-roh-care-callout {
    display: block;
    margin: 39px 0 0;
  }

  .nandi-roh-care-callout p {
    font-size: 19px;
  }

  .nandi-roh-care-callout .nandi-roh-button {
    margin-top: 22px;
  }

  .nandi-roh-treatments__head {
    display: block;
    margin-bottom: 46px;
  }

  .nandi-roh-treatments__head h4 {
    margin-top: 18px;
    font-size: clamp(39px, 10vw, 58px);
  }

  .nandi-roh-treatments__head > p:last-child {
    margin-top: 24px;
  }

  .nandi-roh-treatment-stack {
    display: block;
  }

  .nandi-roh-treatment,
  .nandi-roh-treatment--feature,
  .nandi-roh-treatment--wide {
    min-height: 0;
    margin-bottom: 15px;
    padding: 31px 27px;
  }

  .nandi-roh-treatment--feature {
    display: block;
  }

  .nandi-roh-treatment--feature .nandi-roh-treatment__number {
    display: block;
    margin-bottom: 15px;
  }

  .nandi-roh-treatment h5,
  .nandi-roh-treatment:not(.nandi-roh-treatment--feature) h5 {
    font-size: 28px;
  }

  .nandi-roh-treatment__image {
    height: 220px;
    margin-top: 27px;
  }

  .nandi-roh-treatment--wide {
    display: grid;
    grid-template-columns: 42px 1fr;
  }

  .nandi-roh-treatment--wide a {
    display: none;
  }

  .nandi-roh-treatment__after {
    display: block;
    margin: 53px 0 0;
  }

  .nandi-roh-treatment__after p + p {
    margin-top: 24px;
  }

  .nandi-roh-treatment__after .nandi-roh-treatment__question {
    margin: 33px 0 -6px;
    font-size: 26px;
  }

  .nandi-roh-process {
    padding: 91px 0 96px;
  }

  .nandi-roh-process__photo {
    top: 0;
    right: 0;
    width: 57%;
    height: 235px;
    opacity: .26;
  }

  .nandi-roh-process__inner {
    display: block;
  }

  .nandi-roh-process__heading {
    position: relative;
    z-index: 1;
  }

  .nandi-roh-process__heading h5 {
    font-size: clamp(39px, 10vw, 58px);
  }

  .nandi-roh-process__steps {
    position: relative;
    z-index: 1;
    margin-top: 51px;
  }

  .nandi-roh-process__steps article {
    grid-template-columns: 37px 1fr;
    gap: 13px;
  }

  .nandi-roh-process__steps h6 {
    font-size: 21px;
  }

  .nandi-roh-process__steps p {
    font-size: 14px;
  }

  .nandi-roh-team__heading {
    display: block;
  }

  .nandi-roh-team__heading h6 {
    margin-top: 18px;
    font-size: clamp(39px, 10vw, 57px);
  }

  .nandi-roh-team__heading > p:last-child {
    margin-top: 24px;
  }

  .nandi-roh-team__list {
    margin: 50px 0 0;
  }

  .nandi-roh-team__list article {
    display: block;
    padding: 28px 0;
  }

  .nandi-roh-team__list article > span {
    display: block;
    margin-bottom: 13px;
  }

  .nandi-roh-team__list h3 {
    font-size: 25px;
  }

  .nandi-roh-team__list p {
    font-size: 14px;
  }

  .nandi-roh-doctor {
    padding: 91px 0 96px;
  }

  .nandi-roh-doctor__inner {
    display: block;
  }

  .nandi-roh-doctor__portrait {
    width: min(100%, 365px);
    height: 420px;
  }

  .nandi-roh-doctor__experience {
    right: 0;
    bottom: 17px;
    width: 118px;
    height: 118px;
  }

  .nandi-roh-doctor__experience strong {
    font-size: 39px;
  }

  .nandi-roh-doctor__copy {
    margin-top: 47px;
  }

  .nandi-roh-doctor h2 {
    font-size: clamp(50px, 13vw, 74px);
  }

  .nandi-roh-hold {
    padding: 91px 0 96px;
  }

  .nandi-roh-hold__grid {
    display: block;
  }

  .nandi-roh-hold h2 {
    font-size: clamp(42px, 10vw, 59px);
  }

  .nandi-roh-hold__contact {
    margin-top: 39px;
  }

  .nandi-roh-callback {
    padding: 91px 0;
  }

  .nandi-roh-callback__grid {
    display: block;
  }

  .nandi-roh-callback h2 {
    font-size: clamp(43px, 10vw, 59px);
  }

  .nandi-roh-callback__details {
    display: block;
  }

  .nandi-roh-callback__details a {
    display: block;
    margin-top: 15px;
  }

  .nandi-roh-callback__form {
    margin-top: 47px;
    padding: 31px 24px 33px;
  }

  .nandi-roh-faq__grid {
    display: block;
  }

  .nandi-roh-faq__intro .nandi-roh-inline-link {
    margin-top: 33px;
  }

  .nandi-roh-accordion {
    margin-top: 47px;
  }

  .nandi-roh-accordion summary {
    min-height: 78px;
    padding: 19px 2px;
    font-size: 17px;
  }

  .nandi-roh-accordion details > div {
    padding-right: 29px;
  }

  .nandi-roh-final {
    min-height: 390px;
  }

  .nandi-roh-final__inner {
    padding: 91px 0;
  }

  .nandi-roh-final h2 {
    font-size: clamp(53px, 13vw, 75px);
  }
}

@media (max-width: 360px) {
  .nandi-roh-wrap {
    width: min(calc(100% - 30px), var(--nandi-roh-max));
  }

  .nandi-roh-hero h1 {
    font-size: 35px;
  }

  .nandi-roh-hero__distance {
    font-size: 11px;
  }

  .nandi-roh-button {
    min-height: 51px;
    padding-right: 16px;
    padding-left: 18px;
    gap: 14px;
    font-size: 11px;
  }

  .nandi-roh-trust strong {
    font-size: 14px;
  }

  .nandi-roh-trust__call {
    gap: 7px;
    font-size: 9px;
  }

  .nandi-roh-care-list h4,
  .nandi-roh-treatment h5,
  .nandi-roh-treatment:not(.nandi-roh-treatment--feature) h5,
  .nandi-roh-team__list h3 {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nandi-roh-page *,
  .nandi-roh-page *::before,
  .nandi-roh-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Callback form */
.nandi-roh-form {
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}

.nandi-roh-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.nandi-roh-form label {
  display: block;
  margin-top: 17px;
}

.nandi-roh-form label > span {
  display: block;
  margin-bottom: 7px;
  color: var(--nandi-roh-grey);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nandi-roh-form input,
.nandi-roh-form textarea {
  display: block;
  width: 100%;
  padding: 10px 0;
  resize: vertical;
  border: 0;
  border-bottom: 1px solid var(--nandi-roh-line);
  outline: 0;
  color: var(--nandi-roh-dark);
  background: transparent;
  font: inherit;
  font-size: 13px;
}

.nandi-roh-form textarea {
  min-height: 65px;
}

.nandi-roh-form input:focus,
.nandi-roh-form textarea:focus {
  border-color: var(--nandi-roh-pink);
  box-shadow: 0 1px 0 var(--nandi-roh-pink);
}

.nandi-roh-form input::placeholder,
.nandi-roh-form textarea::placeholder {
  color: #b2acad;
}

.nandi-roh-form button {
  display: inline-flex;
  width: max-content;
  margin-top: 25px;
  padding: 15px 18px;
  align-items: center;
  gap: 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--nandi-roh-pink);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.nandi-roh-form button span {
  font-size: 17px;
  font-weight: 400;
}

.nandi-roh-form small {
  display: block;
  margin-top: 15px;
  color: var(--nandi-roh-grey);
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .nandi-roh-form__row {
    display: block;
  }
}

/* Contact Form 7 output */
.nandi-roh-callback__shortcode {
  margin-top: 28px;
}

.nandi-roh-callback__shortcode .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nandi-roh-callback__shortcode .wpcf7 form p {
  display: contents;
  margin: 0;
}

.nandi-roh-callback__shortcode .wpcf7-form-control-wrap {
  display: block;
}

.nandi-roh-callback__shortcode input:not([type="submit"]),
.nandi-roh-callback__shortcode textarea,
.nandi-roh-callback__shortcode select {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 11px 13px;
  border: 1px solid var(--nandi-roh-line);
  border-radius: 3px;
  outline: 0;
  color: var(--nandi-roh-dark);
  background: #fff;
  font: inherit;
  font-size: 13px;
}

.nandi-roh-callback__shortcode textarea {
  min-height: 92px;
  resize: vertical;
}

.nandi-roh-callback__shortcode input:not([type="submit"]):focus,
.nandi-roh-callback__shortcode textarea:focus,
.nandi-roh-callback__shortcode select:focus {
  border-color: var(--nandi-roh-pink);
  box-shadow: 0 0 0 3px rgba(238, 71, 124, .1);
}

.nandi-roh-callback__shortcode input[type="submit"],
.nandi-roh-callback__shortcode button {
  width: max-content;
  min-height: 48px;
  margin-top: 4px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--nandi-roh-pink);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.nandi-roh-callback__shortcode .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  color: #c5365f;
  font-size: 11px;
}

.nandi-roh-callback__shortcode .wpcf7 form p:empty,
.nandi-roh-callback__shortcode .wpcf7-response-output {
  margin: 0;
}