/* source: home-services-exact-3.0.133.css */
/* NoorVista 3.0.129 - exact visual rebuild of the homepage services section */
#services.nv-home-services {
  --nv-v129-navy: #08182f;
  --nv-v129-copy: #36516f;
  --nv-v129-teal: #00aaa7;
  --nv-v129-teal-dark: #007b8c;
  --nv-v129-blue: #0f5ce8;
  --nv-v129-blue-dark: #073bd4;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 92px;
  margin-top: clamp(24px, 2.4vw, 38px);
  padding: clamp(64px, 6.2vw, 98px) 0 clamp(58px, 5.2vw, 86px) !important;
  background: #ffffff !important;
}

/* 3.0.133: pure white background with no image or gradient overlay. */
#services.nv-home-services::before,
#services.nv-home-services::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.nv-v129-shell {
  position: relative;
  width: min(1480px, calc(100% - 40px));
  margin-inline: auto;
}

.nv-v129-hero-eye {
  position: absolute;
  z-index: -1;
  top: -82px;
  right: -72px;
  width: clamp(260px, 26vw, 420px);
  max-width: none;
  pointer-events: none;
  user-select: none;
  opacity: .92;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at 58% 44%, #000 48%, rgba(0,0,0,.8) 64%, transparent 82%);
          mask-image: radial-gradient(ellipse at 58% 44%, #000 48%, rgba(0,0,0,.8) 64%, transparent 82%);
}

.nv-v129-heading {
  position: relative;
  z-index: 2;
  width: min(1040px, 82%);
  margin: 0 auto clamp(30px, 3.2vw, 46px);
  text-align: center;
}


.nv-v129-heading h2 {
  margin: 0 !important;
  color: var(--nv-v129-navy) !important;
  font-size: clamp(38px, 4.45vw, 70px) !important;
  line-height: 1.42 !important;
  letter-spacing: -1.6px;
  font-weight: 950 !important;
  text-wrap: balance;
}

.nv-v129-heading h2 .nv-v129-accent {
  position: relative;
  display: inline-block;
  color: #02999d;
  background: linear-gradient(180deg, #02b9b5 0%, #048891 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 3.0.133: remove the decorative line below «چشم». */
.nv-v129-heading h2 .nv-v129-accent::after {
  content: none !important;
  display: none !important;
}

.nv-v129-heading p {
  width: min(820px, 100%);
  margin: 16px auto 0 !important;
  color: var(--nv-v129-copy) !important;
  font-size: clamp(15px, 1.28vw, 19px) !important;
  line-height: 2.05 !important;
  font-weight: 550;
  text-align: center !important;
  text-align-last: center !important;
  text-wrap: pretty;
}

.nv-v129-cards {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "beauty medical";
  gap: clamp(18px, 1.9vw, 28px);
}

.nv-v129-card {
  --card-accent: var(--nv-v129-blue);
  --card-accent-rgb: 15, 92, 232;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
  min-height: clamp(410px, 32vw, 500px);
  padding: clamp(28px, 2.4vw, 38px);
  border: 1px solid rgba(128, 176, 226, .37);
  border-radius: clamp(27px, 2.2vw, 36px);
  background:
    radial-gradient(circle at 24% 15%, rgba(var(--card-accent-rgb), .055), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(245,250,255,.88));
  box-shadow:
    0 22px 60px rgba(46, 94, 145, .11),
    inset 0 1px 0 rgba(255,255,255,.98);
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.nv-v129-card--medical { grid-area: medical; }

.nv-v129-card--beauty {
  grid-area: beauty;
  --card-accent: var(--nv-v129-teal);
  --card-accent-rgb: 0, 170, 167;
}

.nv-v129-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--card-accent-rgb), .45);
  box-shadow:
    0 32px 78px rgba(31, 81, 137, .16),
    inset 0 1px 0 rgba(255,255,255,.98);
}

.nv-v129-card__media {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 36%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  mix-blend-mode: multiply;
  opacity: .99;
}

.nv-v129-card--medical .nv-v129-card__media {
  right: 0;
  object-position: 52% 62%;
  -webkit-mask-image: linear-gradient(to left, #000 55%, rgba(0,0,0,.9) 69%, transparent 100%);
          mask-image: linear-gradient(to left, #000 55%, rgba(0,0,0,.9) 69%, transparent 100%);
}

.nv-v129-card--beauty .nv-v129-card__media {
  left: 0;
  object-position: 50% 34%;
  -webkit-mask-image: linear-gradient(to right, #000 56%, rgba(0,0,0,.9) 70%, transparent 100%);
          mask-image: linear-gradient(to right, #000 56%, rgba(0,0,0,.9) 70%, transparent 100%);
}

.nv-v129-card::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 54%;
  aspect-ratio: 1;
  top: -34%;
  border: 1px solid rgba(var(--card-accent-rgb), .10);
  border-radius: 48% 52% 58% 42% / 42% 46% 54% 58%;
  background: rgba(var(--card-accent-rgb), .035);
  transform: rotate(18deg);
}

.nv-v129-card--medical::after { right: -19%; }
.nv-v129-card--beauty::after { left: -19%; }

.nv-v129-card__content {
  position: relative;
  z-index: 2;
  width: 69%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.nv-v129-card--medical .nv-v129-card__content {
  margin-right: auto;
  margin-left: 0;
  padding-left: clamp(0px, 1vw, 15px);
}

.nv-v129-card--beauty .nv-v129-card__content {
  margin-right: 0;
  margin-left: auto;
  padding-right: clamp(0px, 1vw, 15px);
}

.nv-v129-card__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 10px;
}

.nv-v129-card__icon {
  width: clamp(62px, 5.3vw, 82px);
  height: clamp(62px, 5.3vw, 82px);
  flex: 0 0 clamp(62px, 5.3vw, 82px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--card-accent-rgb), .20);
  border-radius: 50%;
  color: var(--card-accent);
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 30px rgba(var(--card-accent-rgb), .11), inset 0 1px 0 #fff;
}

.nv-v129-card__icon svg {
  width: 52%;
  height: 52%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nv-v129-card__title {
  position: relative;
  margin: 0 !important;
  padding-bottom: 10px;
  color: var(--nv-v129-navy) !important;
  font-size: clamp(22px, 2.05vw, 31px) !important;
  line-height: 1.55 !important;
  font-weight: 950 !important;
  text-align: center;
  text-wrap: balance;
}

.nv-v129-card__title::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: var(--card-accent);
  transform: translateX(50%);
  opacity: .9;
}

.nv-v129-card__description {
  width: min(100%, 520px);
  margin: 5px auto 20px !important;
  color: #3e5876 !important;
  font-size: clamp(14px, 1.12vw, 17px) !important;
  line-height: 1.95 !important;
  font-weight: 550;
  text-align: center !important;
  text-align-last: center !important;
}

.nv-v129-card__chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 12px;
  grid-auto-rows: minmax(52px, auto);
  align-content: start;
  margin-top: 0;
}

.nv-v129-chip {
  min-width: 0;
  min-height: 52px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid rgba(99, 149, 204, .18);
  border-radius: 15px;
  background: rgba(255,255,255,.82);
  color: #10213b;
  box-shadow: 0 8px 22px rgba(30, 78, 126, .055), inset 0 1px 0 rgba(255,255,255,.96);
  font-size: clamp(13px, 1vw, 15.5px);
  line-height: 1.7;
  font-weight: 850;
  transition: transform .22s ease, border-color .22s ease, color .22s ease, background .22s ease;
}

.nv-v129-chip span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nv-v129-chip__check {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(var(--card-accent-rgb), .70);
  border-radius: 50%;
  color: var(--card-accent);
  background: rgba(255,255,255,.88);
  box-shadow: 0 4px 12px rgba(var(--card-accent-rgb), .12);
}

.nv-v129-chip__check svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nv-v129-chip:hover,
.nv-v129-chip:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(var(--card-accent-rgb), .42);
  color: var(--card-accent);
  background: rgba(255,255,255,.96);
}

.nv-v129-card__cta {
  width: min(100%, 310px);
  min-height: 58px;
  margin: 24px auto 0;
  padding: 9px 14px 9px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(100deg, #0b69de, #05a9c7);
  box-shadow: 0 14px 28px rgba(var(--card-accent-rgb), .23), inset 0 1px 0 rgba(255,255,255,.22);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.5;
  font-weight: 950;
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.nv-v129-card--medical .nv-v129-card__cta {
  background: linear-gradient(100deg, #153fe4 0%, #0865ee 58%, #09a9e8 100%);
}

.nv-v129-card--beauty .nv-v129-card__cta {
  background: linear-gradient(100deg, #047f91 0%, #06a5a4 54%, #03c0b8 100%);
}

.nv-v129-card__cta-icon {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(0,52,119,.11);
}

.nv-v129-card__cta-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .22s ease;
}

.nv-v129-card__cta:hover,
.nv-v129-card__cta:focus-visible {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(var(--card-accent-rgb), .30), inset 0 1px 0 rgba(255,255,255,.25);
}

.nv-v129-card__cta:hover .nv-v129-card__cta-icon svg,
.nv-v129-card__cta:focus-visible .nv-v129-card__cta-icon svg {
  transform: translateX(-3px);
}

.nv-v129-features {
  position: relative;
  z-index: 4;
  margin-top: clamp(18px, 2vw, 28px);
  padding: 20px clamp(18px, 2.4vw, 34px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-areas: "team equipment care satisfaction";
  direction: ltr;
  border: 1px solid rgba(94, 152, 211, .27);
  border-radius: 28px;
  background: rgba(255,255,255,.83);
  box-shadow: 0 16px 48px rgba(35, 80, 129, .09), inset 0 1px 0 rgba(255,255,255,.96);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.nv-v129-feature:nth-child(1) { grid-area: satisfaction; }
.nv-v129-feature:nth-child(2) { grid-area: care; }
.nv-v129-feature:nth-child(3) { grid-area: equipment; }
.nv-v129-feature:nth-child(4) { grid-area: team; }

.nv-v129-feature {
  --feature-accent: var(--nv-v129-blue);
  direction: rtl;
  min-width: 0;
  min-height: 86px;
  padding: 8px clamp(12px, 1.6vw, 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: right;
}

.nv-v129-feature:nth-child(3),
.nv-v129-feature:nth-child(4) {
  --feature-accent: #08a4a2;
}

.nv-v129-feature + .nv-v129-feature {
  border-right: 1px solid rgba(79, 142, 210, .23);
}

.nv-v129-feature__icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(76, 147, 211, .24);
  border-radius: 50%;
  color: var(--feature-accent);
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 24px rgba(30, 93, 153, .07);
}

.nv-v129-feature__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nv-v129-feature__text {
  min-width: 0;
}

.nv-v129-feature strong {
  display: block;
  margin-bottom: 3px;
  color: #123152;
  font-size: clamp(14px, 1.22vw, 18px);
  line-height: 1.55;
  font-weight: 950;
  text-wrap: balance;
}

.nv-v129-feature span {
  display: block;
  color: #526985;
  font-size: clamp(12px, .92vw, 14px);
  line-height: 1.7;
  font-weight: 600;
}

.nv-v129-contact {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-top: clamp(16px, 1.6vw, 22px);
  min-height: 98px;
  padding: 16px clamp(20px, 2.7vw, 42px);
  display: grid;
  grid-template-columns: 1.05fr 1.55fr 1.05fr;
  grid-template-areas: "phone copy booking";
  align-items: center;
  gap: 20px;
  direction: ltr;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 10%, rgba(41, 230, 225, .35), transparent 30%),
    linear-gradient(105deg, #05859a 0%, #04aaa8 50%, #008493 100%);
  box-shadow: 0 20px 52px rgba(0, 112, 132, .24), inset 0 1px 0 rgba(255,255,255,.22);
}

.nv-v129-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(125deg, transparent 20%, rgba(255,255,255,.08) 41%, transparent 62%);
}

.nv-v129-contact__booking {
  grid-area: booking;
  direction: rtl;
  position: relative;
  z-index: 2;
  min-height: 62px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 999px;
  color: #0c213b !important;
  background: #fff;
  box-shadow: 0 14px 28px rgba(0, 64, 82, .16), inset 0 1px 0 #fff;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.5;
  font-weight: 950;
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease;
}

.nv-v129-contact__booking svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  fill: none;
  stroke: #00969f;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nv-v129-contact__booking:hover,
.nv-v129-contact__booking:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 64, 82, .23), inset 0 1px 0 #fff;
}

.nv-v129-contact__copy {
  grid-area: copy;
  direction: rtl;
  position: relative;
  z-index: 2;
  padding-inline: clamp(20px, 3vw, 48px);
  border-inline: 1px solid rgba(255,255,255,.30);
  font-size: clamp(14px, 1.3vw, 19px);
  line-height: 1.9;
  font-weight: 850;
  text-align: center;
  text-wrap: balance;
}

.nv-v129-contact__phone {
  grid-area: phone;
  direction: rtl;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff !important;
}

.nv-v129-contact__phone-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 22px;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.nv-v129-contact__phone-icon svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.nv-v129-contact__phone-text {
  min-width: 0;
}

.nv-v129-contact__phone-text strong,
.nv-v129-contact__phone-text span {
  display: block;
}

.nv-v129-contact__phone-text strong {
  margin-bottom: 2px;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.55;
  font-weight: 950;
}

.nv-v129-contact__phone-text span {
  direction: ltr;
  unicode-bidi: embed;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: .2px;
}

@media (max-width: 1180px) {
  .nv-v129-heading {
    width: min(920px, 88%);
  }

  .nv-v129-card {
    min-height: 440px;
  }

  .nv-v129-card__content {
    width: 76%;
  }

  .nv-v129-card__media {
    width: 47%;
    opacity: .93;
  }

  .nv-v129-card__title-row {
    gap: 11px;
  }

  .nv-v129-feature {
    padding-inline: 12px;
    gap: 10px;
  }

  .nv-v129-feature__icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .nv-v129-feature__icon svg {
    width: 29px;
    height: 29px;
  }
}

@media (max-width: 980px) {
  #services.nv-home-services {
    padding-top: 66px !important;
  }

  .nv-v129-shell {
    width: min(820px, calc(100% - 30px));
  }

  .nv-v129-hero-eye {
    width: 290px;
    right: -105px;
    top: -50px;
    opacity: .70;
  }

  .nv-v129-heading {
    width: min(760px, 94%);
  }

  .nv-v129-cards {
    grid-template-columns: 1fr;
    grid-template-areas: "medical" "beauty";
  }

  .nv-v129-card {
    min-height: 460px;
  }

  .nv-v129-card__content {
    width: 70%;
  }

  .nv-v129-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "care satisfaction" "team equipment";
    gap: 0;
  }

  .nv-v129-feature:nth-child(3) {
    border-right: 0;
  }

  .nv-v129-feature:nth-child(n+3) {
    border-top: 1px solid rgba(79, 142, 210, .20);
  }

  .nv-v129-contact {
    grid-template-columns: 1fr 1.4fr;
    grid-template-areas: "booking booking" "phone copy";
  }

  .nv-v129-contact__booking {
    grid-column: 1 / -1;
    width: min(360px, 100%);
    justify-self: center;
  }

  .nv-v129-contact__copy {
    border-right: 0;
  }
}

@media (max-width: 680px) {
  #services.nv-home-services {
    padding: 52px 0 46px !important;
  }

  .nv-v129-shell {
    width: min(100% - 22px, 560px);
  }

  .nv-v129-hero-eye {
    display: none;
  }

  .nv-v129-heading {
    width: 100%;
    margin-bottom: 27px;
  }


  .nv-v129-heading h2 {
    font-size: clamp(28px, 9vw, 39px) !important;
    line-height: 1.55 !important;
    letter-spacing: -.7px;
  }

  .nv-v129-heading p {
    margin-top: 10px !important;
    font-size: 14px !important;
    line-height: 1.95 !important;
  }

  .nv-v129-card {
    min-height: 0;
    padding: 245px 18px 24px;
    border-radius: 27px;
  }

  .nv-v129-card__media,
  .nv-v129-card--medical .nv-v129-card__media,
  .nv-v129-card--beauty .nv-v129-card__media {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 265px;
    object-fit: contain;
    object-position: center top;
    opacity: .95;
    -webkit-mask-image: linear-gradient(to bottom, #000 56%, rgba(0,0,0,.75) 74%, transparent 100%);
            mask-image: linear-gradient(to bottom, #000 56%, rgba(0,0,0,.75) 74%, transparent 100%);
  }

  .nv-v129-card--medical .nv-v129-card__media {
    object-position: center 70%;
  }

  .nv-v129-card__content,
  .nv-v129-card--medical .nv-v129-card__content,
  .nv-v129-card--beauty .nv-v129-card__content {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .nv-v129-card__title-row {
    flex-direction: column;
    gap: 9px;
  }

  .nv-v129-card__icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .nv-v129-card__title {
    font-size: 23px !important;
  }

  .nv-v129-card__description {
    margin-bottom: 16px !important;
    font-size: 14px !important;
  }

  .nv-v129-card__chips {
    gap: 9px;
  }

  .nv-v129-chip {
    min-height: 48px;
    padding-inline: 10px;
    font-size: 12.8px;
  }

  .nv-v129-card__cta {
    min-height: 54px;
    margin-top: 18px;
  }

  .nv-v129-features {
    grid-template-columns: 1fr;
    grid-template-areas: "satisfaction" "care" "equipment" "team";
    padding: 8px 16px;
    border-radius: 24px;
  }

  .nv-v129-feature {
    min-height: 82px;
    justify-content: flex-start;
    padding: 12px 4px;
  }

  .nv-v129-feature + .nv-v129-feature,
  .nv-v129-feature:nth-child(n+3) {
    border-top: 1px solid rgba(79, 142, 210, .20);
    border-right: 0;
  }

  .nv-v129-contact {
    grid-template-columns: 1fr;
    grid-template-areas: "booking" "copy" "phone";
    gap: 15px;
    padding: 20px 18px;
    border-radius: 28px;
  }

  .nv-v129-contact__booking {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }

  .nv-v129-contact__copy {
    padding: 13px 4px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.25);
    border-bottom: 1px solid rgba(255,255,255,.25);
    font-size: 14px;
  }

  .nv-v129-contact__phone {
    justify-content: center;
  }
}

@media (max-width: 410px) {
  .nv-v129-card {
    padding-top: 225px;
  }

  .nv-v129-card__media,
  .nv-v129-card--medical .nv-v129-card__media,
  .nv-v129-card--beauty .nv-v129-card__media {
    height: 245px;
  }

  .nv-v129-card__chips {
    grid-template-columns: 1fr;
  }

  .nv-v129-feature__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nv-v129-card,
  .nv-v129-chip,
  .nv-v129-card__cta,
  .nv-v129-card__cta-icon svg,
  .nv-v129-contact__booking {
    transition: none !important;
  }
}

/* NoorVista 3.0.130 - compact desktop viewport tuning
   Keeps the complete services composition visible on common laptop screens. */
@media (min-width: 1181px) and (max-height: 950px) {
  #services.nv-home-services {
    padding: 22px 0 24px !important;
  }

  .nv-v129-shell {
    width: min(1480px, calc(100% - 32px));
  }

  .nv-v129-hero-eye {
    top: -38px;
    right: -44px;
    width: clamp(235px, 21vw, 330px);
    opacity: .86;
  }

  .nv-v129-heading {
    width: min(960px, 74%);
    margin-bottom: 14px;
  }


  .nv-v129-heading h2 {
    font-size: clamp(34px, 3.15vw, 50px) !important;
    line-height: 1.28 !important;
    letter-spacing: -1px;
  }

  .nv-v129-heading p {
    width: min(760px, 100%);
    margin-top: 7px !important;
    font-size: clamp(13px, .96vw, 15px) !important;
    line-height: 1.72 !important;
  }

  .nv-v129-cards {
    gap: clamp(14px, 1.35vw, 20px);
  }

  .nv-v129-card {
    min-height: 252px;
    padding: 16px 22px;
    border-radius: 27px;
  }

  .nv-v129-card:hover {
    transform: translateY(-3px);
  }

  .nv-v129-card__media {
    width: 34%;
  }

  .nv-v129-card__content {
    width: 71%;
  }

  .nv-v129-card--medical .nv-v129-card__content {
    padding-left: 8px;
  }

  .nv-v129-card--beauty .nv-v129-card__content {
    padding-right: 8px;
  }

  .nv-v129-card__title-row {
    gap: 9px;
    margin-bottom: 2px;
  }

  .nv-v129-card__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .nv-v129-card__title {
    padding-bottom: 6px;
    font-size: clamp(19px, 1.55vw, 24px) !important;
    line-height: 1.42 !important;
  }

  .nv-v129-card__title::after {
    width: 34px;
  }

  .nv-v129-card__description {
    margin: 2px auto 9px !important;
    font-size: clamp(12.2px, .86vw, 13.8px) !important;
    line-height: 1.62 !important;
  }

  .nv-v129-card__chips {
    gap: 7px 8px;
    grid-auto-rows: minmax(38px, auto);
  }

  .nv-v129-chip {
    min-height: 38px;
    padding: 5px 9px;
    border-radius: 12px;
    font-size: clamp(11.5px, .78vw, 13px);
    line-height: 1.45;
  }

  .nv-v129-chip__check {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    border-width: 1.5px;
  }

  .nv-v129-chip__check svg {
    width: 10px;
    height: 10px;
  }

  .nv-v129-card__cta {
    width: min(100%, 245px);
    min-height: 44px;
    margin-top: 11px;
    padding: 6px 10px 6px 8px;
    gap: 11px;
    font-size: 13.5px;
  }

  .nv-v129-card__cta-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .nv-v129-card__cta-icon svg {
    width: 16px;
    height: 16px;
  }

  .nv-v129-features {
    margin-top: 10px;
    padding: 7px 20px;
    border-radius: 22px;
  }

  .nv-v129-feature {
    min-height: 56px;
    padding: 3px 12px;
    gap: 9px;
  }

  .nv-v129-feature__icon {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }

  .nv-v129-feature__icon svg {
    width: 24px;
    height: 24px;
  }

  .nv-v129-feature strong {
    margin-bottom: 1px;
    font-size: clamp(12.5px, .94vw, 14.5px);
    line-height: 1.42;
  }

  .nv-v129-feature span {
    font-size: clamp(10.5px, .75vw, 12px);
    line-height: 1.45;
  }

  .nv-v129-contact {
    min-height: 66px;
    margin-top: 8px;
    padding: 8px 24px;
    gap: 14px;
    border-radius: 25px;
  }

  .nv-v129-contact__booking {
    min-height: 46px;
    padding: 7px 16px;
    gap: 10px;
    font-size: 13.5px;
  }

  .nv-v129-contact__booking svg {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .nv-v129-contact__copy {
    padding-inline: 20px;
    font-size: clamp(12.5px, .92vw, 14px);
    line-height: 1.55;
  }

  .nv-v129-contact__phone {
    gap: 10px;
  }

  .nv-v129-contact__phone-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 16px;
  }

  .nv-v129-contact__phone-icon svg {
    width: 25px;
    height: 25px;
  }

  .nv-v129-contact__phone-text strong {
    font-size: 12.5px;
  }

  .nv-v129-contact__phone-text span {
    font-size: 16px;
  }
}

/* NoorVista 3.0.131 - feature icon alignment
   Reference layout: copy on the right, circular icon on the left. */
.nv-v129-feature {
  direction: ltr;
  flex-direction: row;
}

.nv-v129-feature__text {
  direction: rtl;
  text-align: right;
}

.nv-v129-feature__icon {
  align-self: center;
  margin: 0;
}

/* source: home-page-polish-3.0.134.css */
/* NoorVista 3.0.134 — homepage hero spacing, CTA cleanup and hidden scrollbar */

/* Keep scrolling enabled while hiding the visual scrollbar on the homepage only. */
html.nv-home-document,
html.nv-home-document body.nv-home-page {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html.nv-home-document::-webkit-scrollbar,
html.nv-home-document body.nv-home-page::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

html.nv-home-document body.nv-home-page {
  overflow-y: auto;
}

/* A clearer visual break between the hero artwork and the services section. */
body.nv-home-page #services.nv-home-services {
  margin-top: clamp(56px, 4.4vw, 76px) !important;
}

/* Defensive cleanup in case a cached/static homepage still contains the old strip. */
body.nv-home-page .nv-v129-contact {
  display: none !important;
}

@media (max-width: 980px) {
  body.nv-home-page #services.nv-home-services {
    margin-top: clamp(40px, 6vw, 58px) !important;
  }
}

@media (max-width: 680px) {
  body.nv-home-page #services.nv-home-services {
    margin-top: 34px !important;
  }
}

/* source: home-lasik-exact-code-3.0.147.css */
/* NoorVista 3.0.147 — exact coded cards, SVG icons, previous approved right panel */
body.nv-home-page .nv-lasik-exact-code {
  position: relative;
  margin: 0 !important;
  padding: 18px 0 24px !important;
  overflow: hidden;
  background: radial-gradient(circle at 50% 18%, rgba(255,255,255,.99) 0 20%, rgba(248,251,254,.98) 58%, #f5f9fd 100%);
}
body.nv-home-page .nv-lasik-exact-code::before,
body.nv-home-page .nv-lasik-exact-code::after { content: none !important; display: none !important; }
body.nv-home-page .nv-lasik-svg-sprite { position:absolute; width:0; height:0; overflow:hidden; }
body.nv-home-page .nv-lasik-exact-code__container { width:min(calc(100% - 40px), 1348px); margin:0 auto; padding:0; direction:rtl; }
body.nv-home-page .nv-lasik-exact-code__eyebrow {
  width:fit-content; margin:0 auto 18px; padding:8px 16px !important; border:1.5px solid #b9dcff !important;
  border-radius:999px !important; background:rgba(255,255,255,.88) !important; color:#17639b !important;
  font-size:15px !important; font-weight:800 !important; box-shadow:0 8px 22px rgba(111,161,210,.06) !important;
}
body.nv-home-page .nv-lasik-exact-code__eyebrow i { width:11px !important; height:11px !important; background:#21c5c1 !important; box-shadow:0 0 0 4px rgba(33,197,193,.12); }
body.nv-home-page .nv-lasik-exact-code__title {
  max-width:1020px; margin:0 auto; color:#09284d; text-align:center; font-size:clamp(28px,2.85vw,43px);
  line-height:1.32; font-weight:900; letter-spacing:-.035em;
}
body.nv-home-page .nv-lasik-exact-code__lead {
  max-width:980px; margin:12px auto 22px; color:#6a84a2; text-align:center; font-size:clamp(13px,.98vw,15px); line-height:1.85;
}
body.nv-home-page .nv-lasik-exact-code__top {
  display:grid; grid-template-areas:"guides panel"; grid-template-columns:minmax(0, 56.8fr) minmax(0, 43.2fr);
  gap:18px; height:410px; align-items:stretch; direction:ltr; margin-bottom:18px;
}
body.nv-home-page .nv-lasik-exact-code__guides {
  grid-area:guides; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); grid-template-rows:repeat(2,minmax(0,1fr));
  gap:12px; direction:ltr; min-width:0;
}
body.nv-home-page .nv-lasik-guide-card,
body.nv-home-page .nv-lasik-method-card {
  box-sizing:border-box; direction:rtl; text-decoration:none; color:inherit; display:flex; flex-direction:column; align-items:center; text-align:center;
  border:1.35px solid #d3e3f7; border-radius:27px; background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(253,254,255,.96));
  box-shadow:0 11px 26px rgba(58,112,168,.055), inset 0 1px 0 rgba(255,255,255,.95);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
body.nv-home-page .nv-lasik-guide-card { min-height:0; height:100%; padding:12px 14px 13px; overflow:hidden; }
body.nv-home-page .nv-lasik-guide-card:hover,
body.nv-home-page .nv-lasik-method-card:hover,
body.nv-home-page .nv-lasik-exact-code__decision:hover,
body.nv-home-page .nv-lasik-guide-card:focus-visible,
body.nv-home-page .nv-lasik-method-card:focus-visible,
body.nv-home-page .nv-lasik-exact-code__decision:focus-visible { transform:translateY(-2px); box-shadow:0 15px 30px rgba(58,112,168,.09); border-color:#c5ddf7; }
body.nv-home-page .nv-lasik-icon-badge {
  width:62px; height:62px; flex:0 0 62px; display:inline-flex; align-items:center; justify-content:center; margin:0 auto 8px;
  border-radius:50%; border:1.35px solid #d8e7f8; background:radial-gradient(circle at 50% 32%,#fff 0 58%,#f5f9fe 100%);
  box-shadow:0 8px 18px rgba(54,116,180,.07); color:#226cff;
}
body.nv-home-page .nv-lasik-icon-badge--method { width:66px; height:66px; flex-basis:66px; color:#178cc8; }
body.nv-home-page .nv-lasik-svg-icon { width:37px; height:37px; fill:none; stroke:currentColor; stroke-width:2.65; stroke-linecap:round; stroke-linejoin:round; overflow:visible; }
body.nv-home-page .nv-lasik-svg-icon .nv-li-accent { stroke:#19bfc3; }
body.nv-home-page .nv-lasik-guide-card__title,
body.nv-home-page .nv-lasik-method-card__title { display:block; color:#09284d; font-weight:900; }
body.nv-home-page .nv-lasik-guide-card__title { font-size:16px; line-height:1.45; margin:0 0 4px; }
body.nv-home-page .nv-lasik-guide-card__desc { display:block; color:#6d84a1; font-size:13.5px; line-height:1.65; min-height:36px; }
body.nv-home-page .nv-lasik-card-cta { margin-top:auto; display:inline-flex; align-items:center; justify-content:center; gap:8px; color:#0874be; font-size:13.5px; font-weight:850; line-height:1; }
body.nv-home-page .nv-lasik-card-cta__arrow { width:27px; height:27px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; border:1.25px solid #cfe1f7; background:#fff; color:#146db5; font-size:21px; box-shadow:0 4px 12px rgba(43,108,173,.06); }
body.nv-home-page .nv-lasik-exact-code__decision {
  box-sizing:border-box; grid-area:panel; display:block; min-width:0; overflow:hidden; border:1.35px solid #d3e3f7; border-radius:29px;
  background:#fff; box-shadow:0 11px 26px rgba(58,112,168,.055); line-height:0; transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body.nv-home-page .nv-lasik-exact-code__decision img { display:block; width:100%; height:100%; object-fit:contain; object-position:center; background:#fff; border:0; }
body.nv-home-page .nv-lasik-exact-code__methods { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:13px; direction:ltr; height:270px; }
body.nv-home-page .nv-lasik-method-card { min-height:0; height:100%; padding:14px 15px 13px; overflow:hidden; }
body.nv-home-page .nv-lasik-method-card__title { font-size:18px; line-height:1.4; margin:0 0 7px; }
body.nv-home-page .nv-lasik-method-card__desc { display:block; color:#6d84a1; font-size:13.5px; line-height:1.72; min-height:88px; }
body.nv-home-page .nv-lasik-card-cta--method { color:#0088ad; }
@media (max-width:1200px) {
  body.nv-home-page .nv-lasik-exact-code__container { width:min(calc(100% - 32px), 1348px); }
  body.nv-home-page .nv-lasik-exact-code__top { gap:14px; }
  body.nv-home-page .nv-lasik-exact-code__guides,
  body.nv-home-page .nv-lasik-exact-code__methods { gap:10px; }
  body.nv-home-page .nv-lasik-guide-card { padding-inline:11px; }
}
@media (max-width:980px) {
  body.nv-home-page .nv-lasik-exact-code__top { grid-template-areas:"panel" "guides"; grid-template-columns:1fr; height:auto; }
  body.nv-home-page .nv-lasik-exact-code__decision { width:100%; aspect-ratio:1138/828; }
  body.nv-home-page .nv-lasik-exact-code__methods { grid-template-columns:repeat(3,minmax(0,1fr)); height:auto; }
}
@media (max-width:760px) {
  body.nv-home-page .nv-lasik-exact-code { padding:18px 0 22px !important; }
  body.nv-home-page .nv-lasik-exact-code__container { width:calc(100% - 24px); }
  body.nv-home-page .nv-lasik-exact-code__title { font-size:clamp(24px,5.8vw,32px); }
  body.nv-home-page .nv-lasik-exact-code__lead { margin-bottom:22px; font-size:13px; line-height:1.9; }
  body.nv-home-page .nv-lasik-exact-code__guides,
  body.nv-home-page .nv-lasik-exact-code__methods { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  body.nv-home-page .nv-lasik-guide-card,
  body.nv-home-page .nv-lasik-method-card { min-height:270px; height:270px; }
  body.nv-home-page .nv-lasik-exact-code__methods a:last-child { grid-column:1/-1; width:calc(50% - 5px); justify-self:center; }
}
@media (max-width:520px) {
  body.nv-home-page .nv-lasik-exact-code__break { display:none; }
  body.nv-home-page .nv-lasik-exact-code__title { font-size:22px; line-height:1.65; }
  body.nv-home-page .nv-lasik-exact-code__eyebrow { margin-bottom:17px; font-size:13px !important; }
  body.nv-home-page .nv-lasik-exact-code__guides,
  body.nv-home-page .nv-lasik-exact-code__methods { grid-template-columns:1fr; gap:12px; }
  body.nv-home-page .nv-lasik-guide-card,
  body.nv-home-page .nv-lasik-method-card,
  body.nv-home-page .nv-lasik-exact-code__methods a:last-child { width:min(100%,360px); justify-self:center; grid-column:auto; }
  body.nv-home-page .nv-lasik-guide-card,
  body.nv-home-page .nv-lasik-method-card { min-height:260px; height:260px; }
  body.nv-home-page .nv-lasik-guide-card__desc,
  body.nv-home-page .nv-lasik-method-card__desc { min-height:0; }
}
@media (prefers-reduced-motion:reduce) {
  body.nv-home-page .nv-lasik-guide-card,
  body.nv-home-page .nv-lasik-method-card,
  body.nv-home-page .nv-lasik-exact-code__decision { transition:none; }
}

/* 3.0.147: prevent legacy fallback hero flash while API slides initialize */
body.nv-home-page .nv-home-slider[data-mode="booting"] {
  background:linear-gradient(135deg,#f7fbff 0%,#eef7ff 100%);
  min-height:clamp(360px,39vw,590px);
}
body.nv-home-page .nv-home-slider[data-mode="booting"] .nv-home-slider__track,
body.nv-home-page .nv-home-slider[data-mode="booting"] .nv-home-slider__arrow,
body.nv-home-page .nv-home-slider[data-mode="booting"] .nv-home-slider__footer {
  opacity:0 !important; visibility:hidden !important; pointer-events:none !important;
}

/* 3.0.148 refinements */
body.nv-home-page .nv-lasik-exact-code__decision{border:0!important;box-shadow:none!important;background:transparent!important;border-radius:24px!important}
body.nv-home-page .nv-lasik-exact-code__decision img{object-fit:cover!important;border-radius:24px!important;background:transparent!important}
body.nv-home-page .nv-lasik-exact-code__title{margin-top:4px!important;font-size:clamp(25px,2.55vw,39px)!important}
body.nv-home-page .nv-lasik-exact-code__lead{font-size:clamp(12.5px,.92vw,14px)!important;max-width:930px!important}

/* source: homepage-unified-3.0.148.css */
/* NoorVista 3.0.148 — unified delicate homepage visual language */
body.nv-home-page{background:#f7fbff;color:#0b284a}
body.nv-home-page .section{padding:54px 0}
body.nv-home-page .section>.container{width:min(calc(100% - 32px),1360px)}
body.nv-home-page .section-head{max-width:820px;margin:0 auto 24px;text-align:center}
body.nv-home-page .section-head .eyebrow,body.nv-home-page .about-content .eyebrow,body.nv-home-page .patient-guide-intro .eyebrow{display:inline-flex!important;width:auto!important;padding:7px 13px!important;border:1px solid #cde2f6!important;border-radius:999px!important;background:#fff!important;color:#176898!important;font-size:12px!important;font-weight:850!important;box-shadow:none!important}
body.nv-home-page .section-head h2,body.nv-home-page .about-content h2,body.nv-home-page .patient-guide-intro h2{margin:12px 0 0;color:#09284d;font-size:clamp(25px,2.55vw,38px);line-height:1.45;font-weight:950;letter-spacing:-.03em}
body.nv-home-page .section-head p,body.nv-home-page .about-content p,body.nv-home-page .patient-guide-intro p{color:#6b829e;font-size:14px;line-height:2}
/* about */
body.nv-home-page .about-home-luxury{background:linear-gradient(180deg,#f4f9fe,#fff)}
body.nv-home-page .about-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:30px;align-items:center}
body.nv-home-page .nv-home-about-media{position:relative;min-height:520px;border:1px solid #d6e6f6;border-radius:32px;padding:18px;background:linear-gradient(145deg,#edf7ff,#fff);box-shadow:0 18px 50px rgba(47,103,157,.09);overflow:hidden}
body.nv-home-page .nv-home-about-media__main{display:block;width:72%;height:470px;object-fit:cover;object-position:center top;border-radius:24px;margin-right:auto}
body.nv-home-page .nv-home-about-media__mini{position:absolute;left:18px;bottom:18px;width:42%;display:grid;gap:10px}
body.nv-home-page .nv-home-about-media__mini img{width:100%;height:150px;object-fit:cover;border-radius:18px;border:5px solid #fff;box-shadow:0 14px 32px rgba(34,86,140,.16)}
body.nv-home-page .about-content{padding:18px}
body.nv-home-page .doctor-title-line{margin-top:10px;color:#0b77ad;font-size:14px;font-weight:850;line-height:1.9}
body.nv-home-page .doctor-proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}
body.nv-home-page .doctor-proof-grid>div{padding:14px 15px;border:1px solid #d8e7f6;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(43,95,145,.05)}
body.nv-home-page .doctor-proof-grid strong{display:block;color:#0b64a5;font-size:16px}body.nv-home-page .doctor-proof-grid span{font-size:12.5px;color:#71869e}
/* patient guide */
body.nv-home-page .patient-guide{background:#fff}
body.nv-home-page .patient-guide-shell{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;padding:22px;border:1px solid #d5e5f5;border-radius:32px;background:linear-gradient(135deg,#f9fcff,#eef7ff);box-shadow:0 16px 44px rgba(43,98,153,.07)}
body.nv-home-page .patient-guide-intro{padding:22px}
body.nv-home-page .patient-guide-aside{position:relative;min-height:300px;border-radius:25px;overflow:hidden;background:#0c3e68;color:#fff}
body.nv-home-page .patient-guide-aside__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
body.nv-home-page .patient-guide-aside::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,38,70,.08),rgba(5,38,70,.85))}
body.nv-home-page .patient-guide-aside__copy{position:absolute;z-index:2;right:22px;left:22px;bottom:20px}
body.nv-home-page .patient-guide-aside strong{font-size:20px}.patient-guide-aside ul{margin:10px 0 0;padding-right:20px;font-size:13px;line-height:2}
body.nv-home-page .patient-guide-list{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body.nv-home-page .guide-card{padding:18px;border:1px solid #d7e6f5;border-radius:21px;background:#fff;box-shadow:0 9px 25px rgba(43,96,148,.05)}
/* process */
body.nv-home-page #process{background:linear-gradient(180deg,#f7fbff,#edf6ff)}
body.nv-home-page .process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;position:relative}
body.nv-home-page .process-card{position:relative;min-height:190px;padding:24px 19px;border:1px solid #d4e4f5;border-radius:23px;background:#fff;box-shadow:0 12px 30px rgba(43,96,148,.06)}
body.nv-home-page .process-card>span{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:linear-gradient(135deg,#e8f7ff,#f5fbff);color:#087db9;border:1px solid #cce4f7;font-size:16px;font-weight:950}
body.nv-home-page .process-card h3{font-size:17px;margin:17px 0 6px;color:#0a2c50}.process-card p{font-size:13px;line-height:1.9;color:#6c829b}
/* gallery */
body.nv-home-page #gallery{background:#fff}
body.nv-home-page .gallery{display:grid;grid-template-columns:1.3fr repeat(2,1fr);grid-auto-rows:225px;gap:12px}
body.nv-home-page .gallery-card{border-radius:22px;overflow:hidden;border:1px solid #d7e6f5;position:relative;box-shadow:0 10px 28px rgba(44,97,148,.06)}
body.nv-home-page .gallery-card.large{grid-row:span 2}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-card:hover img{transform:scale(1.025)}
/* articles */
body.nv-home-page .articles-section{background:linear-gradient(180deg,#eef7ff,#f8fcff)}
body.nv-home-page .article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body.nv-home-page .article-card{padding:0 18px 20px;border:1px solid #d6e5f5;border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(43,96,148,.06)}
body.nv-home-page .article-card__media{width:calc(100% + 36px);height:190px;margin:0 -18px 15px;object-fit:cover;display:block}
body.nv-home-page .article-tag{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eaf7ff;color:#0c75ac;font-size:11px;font-weight:850}.article-card h3{font-size:18px;line-height:1.65;margin:12px 0 7px;color:#09284d}.article-card p{font-size:13px;line-height:1.95;color:#71849c}.article-card a{font-size:13px;font-weight:850;color:#0879b7;text-decoration:none}
/* faq */
body.nv-home-page #faq{background:#fff}
body.nv-home-page .nv-home-faq-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:16px;align-items:start}
body.nv-home-page .nv-home-faq-visual{position:sticky;top:110px;border-radius:25px;overflow:hidden;border:1px solid #d6e5f5;background:#fff;box-shadow:0 12px 30px rgba(43,96,148,.07)}
body.nv-home-page .nv-home-faq-visual img{display:block;width:100%;height:320px;object-fit:cover}.nv-home-faq-visual>div{padding:17px}.nv-home-faq-visual strong{display:block;font-size:18px;color:#0a2d51}.nv-home-faq-visual span{display:block;margin-top:6px;font-size:12.5px;color:#71849b;line-height:1.8}
body.nv-home-page .faq-wrap{display:grid;gap:10px}.faq-item{border:1px solid #d7e6f5!important;border-radius:18px!important;background:#fff!important;box-shadow:0 7px 22px rgba(43,96,148,.04)!important}.faq-question{padding:15px 18px!important;font-size:14px!important}.faq-answer{font-size:13px!important;line-height:1.95!important}
/* cta and location */
body.nv-home-page .final-appointment{padding-block:32px!important;background:#f4f9fe}.final-appointment .cta{border-radius:27px!important;background:linear-gradient(125deg,#0b476e,#0c83b9 58%,#14b9b7)!important;box-shadow:0 20px 50px rgba(8,77,117,.18)!important}.final-appointment .cta h2{font-size:clamp(22px,2.5vw,34px)!important}.final-appointment .cta p{font-size:13px!important}
body.nv-home-page .home-location-section{background:#fff}.home-location-grid{border:1px solid #d6e5f5;border-radius:28px;padding:18px;background:#f9fcff;box-shadow:0 14px 36px rgba(43,96,148,.06)}.home-location-copy{background:#fff;border:1px solid #dbe8f5;border-radius:22px;padding:20px}.home-location-map-card{border-radius:22px!important;overflow:hidden!important}
body.nv-home-page .footer{border-top:1px solid #d8e8f6;background:#082d49;color:#dcecf7}
@media(max-width:980px){body.nv-home-page .about-grid,body.nv-home-page .patient-guide-shell,body.nv-home-page .nv-home-faq-grid{grid-template-columns:1fr}.nv-home-faq-visual{position:relative!important;top:auto!important}.process{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gallery-card.large{grid-row:auto!important}.article-grid{grid-template-columns:1fr!important}.nv-home-about-media{min-height:470px!important}}
@media(max-width:640px){body.nv-home-page .section{padding:38px 0}.patient-guide-shell{padding:12px!important}.patient-guide-intro{padding:12px!important}.patient-guide-list{grid-template-columns:1fr!important}.process{grid-template-columns:1fr!important}.gallery{grid-template-columns:1fr!important;grid-auto-rows:220px!important}.nv-home-about-media{min-height:420px!important}.nv-home-about-media__main{width:78%!important;height:380px!important}.nv-home-about-media__mini{width:44%!important}.nv-home-about-media__mini img{height:115px!important}.doctor-proof-grid{grid-template-columns:1fr!important}.home-location-grid{padding:10px!important}.section-head h2,.about-content h2,.patient-guide-intro h2{font-size:24px!important}}

/* source: public-pages-delicate-3.0.148.css */
/* NoorVista 3.0.148 — delicate, image-forward public pages */
:root{--nv-navy:#09284d;--nv-blue:#0d7ed1;--nv-teal:#11bcb2;--nv-muted:#6f849d;--nv-line:#d7e6f5;--nv-soft:#f5faff;--nv-shadow:0 14px 36px rgba(38,91,142,.07)}
body:not(.nv-home-page){background:#f7fbff;color:var(--nv-navy)}
body:not(.nv-home-page) .container{width:min(calc(100% - 30px),1320px)}
body:not(.nv-home-page) .section{padding:48px 0}
body:not(.nv-home-page) h1{font-size:clamp(30px,3.5vw,48px)!important;line-height:1.42!important;letter-spacing:-.035em!important}
body:not(.nv-home-page) h2{font-size:clamp(23px,2.45vw,35px)!important;line-height:1.5!important;letter-spacing:-.025em!important}
body:not(.nv-home-page) h3{font-size:18px!important;line-height:1.6!important}
body:not(.nv-home-page) p{font-size:14px;line-height:2;color:var(--nv-muted)}
body:not(.nv-home-page) .eyebrow{display:inline-flex!important;width:auto!important;padding:7px 13px!important;border-radius:999px!important;border:1px solid #cce3f7!important;background:#fff!important;color:#126899!important;font-size:12px!important;font-weight:850!important}
body:not(.nv-home-page) .navbar{background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid #d8e7f4}
body:not(.nv-home-page) .brand-logo{width:54px!important;height:54px!important;border-radius:18px!important;background:#fff!important;border:1px solid #d8e8f6!important;box-shadow:0 8px 24px rgba(39,94,145,.08)!important}
body:not(.nv-home-page) .brand-logo img{width:100%!important;height:100%!important;object-fit:contain!important}
body:not(.nv-home-page) .brand strong{font-size:16px!important}body:not(.nv-home-page) .brand small{font-size:11px!important;color:#70859c!important}
/* page heroes */
body:not(.nv-home-page) :is(.services-hero,.doctor-profile-hero,.tariff-hero,.nv-blog-hero,.faq-hero,.contact-hero,.nv-portfolio-hero,.nv-medical-hero,.nv-cluster-hero){padding:34px 0!important;background:linear-gradient(135deg,#f9fcff 0%,#edf7ff 100%)!important;border-bottom:1px solid #dceaf7!important}
body:not(.nv-home-page) :is(.services-hero-grid,.doctor-profile-hero .container,.tariff-hero__panel,.nv-blog-hero-grid,.faq-hero .container,.contact-hero-grid,.nv-portfolio-hero__grid){border:1px solid var(--nv-line);border-radius:28px;background:rgba(255,255,255,.86);box-shadow:var(--nv-shadow);padding:26px!important;overflow:hidden}
body:not(.nv-home-page) :is(.services-hero-copy,.contact-hero-copy,.nv-blog-hero-copy,.tariff-hero__copy){max-width:760px}
body:not(.nv-home-page) .services-hero-card,body:not(.nv-home-page) .contact-hero-card{border:1px solid var(--nv-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:none!important;padding:20px!important}
/* cards */
body:not(.nv-home-page) :is(.service-index-card,.nv-related-card,.nv-blog-card,.portfolio-card,.tariff-card,.faq-item,.nv-article-section,.contact-card,.doctor-stat-card,.doctor-expertise-card,.nv-cluster-link){border:1px solid var(--nv-line)!important;border-radius:21px!important;background:#fff!important;box-shadow:0 9px 26px rgba(42,95,146,.05)!important}
body:not(.nv-home-page) .service-index-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important}
body:not(.nv-home-page) .service-index-card{padding:19px!important;min-height:215px!important}
body:not(.nv-home-page) .service-index-card h3{margin:11px 0 6px!important}.service-index-card p{font-size:13px!important;line-height:1.9!important}.service-index-card a{font-size:13px!important;font-weight:850!important}
body:not(.nv-home-page) .service-index-icon{width:54px!important;height:54px!important;border-radius:17px!important;background:#edf8ff!important;border:1px solid #d2e7f8!important}
body:not(.nv-home-page) .section-head{max-width:820px;margin:0 auto 24px;text-align:center}
body:not(.nv-home-page) .section-head p{font-size:13.5px!important}
/* About */
body:not(.nv-home-page) .doctor-profile-hero img{border-radius:24px!important;box-shadow:0 16px 42px rgba(33,83,133,.12)!important}
body:not(.nv-home-page) :is(.doctor-profile-grid,.doctor-detail-grid,.doctor-expertise-grid){gap:16px!important}
/* Portfolio/blog/faq/tariffs/contact */
body:not(.nv-home-page) .nv-portfolio-grid,body:not(.nv-home-page) .nv-blog-grid{gap:14px!important}
body:not(.nv-home-page) .nv-portfolio-card,body:not(.nv-home-page) .nv-blog-card{border-radius:22px!important;overflow:hidden!important}
body:not(.nv-home-page) .nv-portfolio-card img,body:not(.nv-home-page) .nv-blog-card img{height:220px!important;object-fit:cover!important}
body:not(.nv-home-page) .faq-wrap{display:grid;gap:10px}.faq-item{overflow:hidden}.faq-question{padding:15px 17px!important;font-size:14px!important}.faq-answer{font-size:13px!important;line-height:1.95!important}
body:not(.nv-home-page) .contact-grid,body:not(.nv-home-page) .home-location-grid{gap:15px!important}.contact-card{padding:18px!important}
body:not(.nv-home-page) .btn{min-height:43px!important;padding-inline:18px!important;border-radius:14px!important;font-size:13px!important}
body:not(.nv-home-page) .footer{background:#082d49!important;color:#dcecf7!important;border-top:1px solid #d8e7f5!important}
/* medical SEO/editorial pages */
body:not(.nv-home-page) .nv-medical-article{padding-top:30px!important}.nv-article-layout{gap:20px!important}.nv-article-main{min-width:0}.nv-article-section{padding:20px!important;margin-bottom:13px!important}.nv-article-section h2{font-size:24px!important}.nv-article-section h3{font-size:17px!important}.nv-article-toc{border:1px solid var(--nv-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--nv-shadow)!important;padding:18px!important;top:100px!important}
@media(max-width:980px){body:not(.nv-home-page) .service-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body:not(.nv-home-page) :is(.services-hero-grid,.contact-hero-grid,.nv-blog-hero-grid,.doctor-profile-hero .container){grid-template-columns:1fr!important}.nv-article-layout{grid-template-columns:1fr!important}.nv-article-toc{position:relative!important;top:auto!important}}
@media(max-width:640px){body:not(.nv-home-page) .section{padding:34px 0}body:not(.nv-home-page) h1{font-size:27px!important}body:not(.nv-home-page) h2{font-size:22px!important}body:not(.nv-home-page) p{font-size:13px!important;line-height:1.9!important}body:not(.nv-home-page) .container{width:calc(100% - 20px)}body:not(.nv-home-page) :is(.services-hero-grid,.doctor-profile-hero .container,.tariff-hero__panel,.nv-blog-hero-grid,.faq-hero .container,.contact-hero-grid,.nv-portfolio-hero__grid){padding:17px!important;border-radius:22px!important}body:not(.nv-home-page) .service-index-grid{grid-template-columns:1fr!important}body:not(.nv-home-page) .service-index-card{min-height:0!important}body:not(.nv-home-page) .btn{width:100%!important}.nav-actions{gap:6px!important}.brand strong{font-size:14px!important}.brand small{font-size:10px!important}}

/* source: home-specialty-tiles-3.0.149.css */
/* NoorVista 3.0.149 — specialty tiles and accessible detail dialogs */
body.nv-home-page .nv-specialty-tiles{padding:34px 0 48px!important;background:linear-gradient(180deg,#fff,#f4f9fe)}
body.nv-home-page .nv-specialty-tiles__shell{width:min(calc(100% - 32px),1360px)}
body.nv-home-page .nv-specialty-tiles__heading{max-width:760px;margin:0 auto 22px;text-align:center}
body.nv-home-page .nv-specialty-tiles__kicker{display:inline-flex;padding:6px 12px;border:1px solid #cfe3f6;border-radius:999px;background:#fff;color:#1670a4;font-size:12px;font-weight:900}
body.nv-home-page .nv-specialty-tiles__heading h2{margin:10px 0 8px;color:#09284d;font-size:clamp(25px,2.4vw,36px);line-height:1.45;font-weight:950;letter-spacing:-.03em}
body.nv-home-page .nv-specialty-tiles__heading p{margin:0;color:#6e849e;font-size:14px;line-height:1.95}
body.nv-home-page .nv-specialty-tiles__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
body.nv-home-page .nv-specialty-tile{overflow:hidden;border:1px solid #d5e5f5;border-radius:25px;background:#fff;box-shadow:0 13px 34px rgba(42,94,146,.065);transition:transform .2s ease,box-shadow .2s ease}
body.nv-home-page .nv-specialty-tile:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(42,94,146,.1)}
body.nv-home-page .nv-specialty-tile>img{display:block;width:100%;height:170px;object-fit:cover}
body.nv-home-page .nv-specialty-tile__body{padding:17px 17px 18px}
body.nv-home-page .nv-specialty-tile__tag{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eaf7ff;color:#0c74a9;font-size:10.5px;font-weight:900}
body.nv-home-page .nv-specialty-tile h3{margin:9px 0 6px;color:#09284d;font-size:19px;line-height:1.55;font-weight:950}
body.nv-home-page .nv-specialty-tile p{margin:0;color:#6d829b;font-size:12.8px;line-height:1.9;min-height:73px}
body.nv-home-page .nv-specialty-tile ul{margin:12px 0 14px;padding:0;list-style:none;display:grid;gap:6px}
body.nv-home-page .nv-specialty-tile li{position:relative;padding-right:18px;color:#58718e;font-size:12px;line-height:1.7}
body.nv-home-page .nv-specialty-tile li::before{content:'✓';position:absolute;right:0;top:0;color:#12aebe;font-weight:950}
body.nv-home-page .nv-specialty-tile__actions{display:flex;gap:8px}
body.nv-home-page .nv-specialty-tile__actions a,body.nv-home-page .nv-specialty-tile__actions button{flex:1;min-height:38px;border-radius:12px;font:inherit;font-size:11.5px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
body.nv-home-page .nv-specialty-tile__actions a{border:1px solid #0e73ba;background:#0e73ba;color:#fff}
body.nv-home-page .nv-specialty-tile__actions button{border:1px solid #cee1f4;background:#fff;color:#0e6fad}
.nv-service-dialog{width:min(920px,calc(100% - 28px));max-height:min(84vh,820px);padding:0;border:1px solid #d4e5f5;border-radius:25px;background:#fff;color:#0b294b;box-shadow:0 28px 90px rgba(3,35,63,.25);overflow:auto}
.nv-service-dialog::backdrop{background:rgba(4,31,55,.58);backdrop-filter:blur(5px)}
.nv-service-dialog__close{position:sticky;z-index:3;top:14px;right:calc(100% - 52px);width:36px;height:36px;border:1px solid #d6e6f5;border-radius:50%;background:#fff;color:#0c4e7d;font-size:24px;cursor:pointer;box-shadow:0 8px 22px rgba(20,70,115,.12)}
.nv-service-dialog__content{padding:8px 28px 28px;text-align:right;direction:rtl}
.nv-service-dialog__content>span{display:inline-flex;padding:5px 10px;border-radius:999px;background:#eaf7ff;color:#0c76ac;font-size:11px;font-weight:900}
.nv-service-dialog__content h2{margin:10px 0 8px;font-size:clamp(23px,3vw,34px);line-height:1.45}
.nv-service-dialog__content>p{color:#627b96;font-size:14px;line-height:2}
.nv-service-dialog__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:18px}
.nv-service-dialog__grid article{padding:16px;border:1px solid #d8e6f4;border-radius:17px;background:#f9fcff}
.nv-service-dialog__grid h3{margin:0 0 5px;font-size:15px}.nv-service-dialog__grid p{margin:0;color:#6e8299;font-size:12.5px;line-height:1.9}
.nv-service-dialog__actions{display:flex;justify-content:flex-start;gap:10px;margin-top:20px}
.nv-service-dialog__actions a,.nv-service-dialog__actions button{min-height:42px;padding:0 18px;border-radius:13px;font:inherit;font-size:12.5px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center}
.nv-service-dialog__actions a{border:1px solid #cfe1f4;background:#fff;color:#0d6fad}.nv-service-dialog__actions button{border:0;background:linear-gradient(135deg,#087eb6,#0fb7b3);color:#fff}
@media(max-width:1050px){body.nv-home-page .nv-specialty-tiles__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){body.nv-home-page .nv-specialty-tiles{padding:28px 0 36px!important}body.nv-home-page .nv-specialty-tiles__shell{width:calc(100% - 20px)}body.nv-home-page .nv-specialty-tiles__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}body.nv-home-page .nv-specialty-tile{border-radius:18px}body.nv-home-page .nv-specialty-tile>img{height:112px}body.nv-home-page .nv-specialty-tile__body{padding:12px}body.nv-home-page .nv-specialty-tile h3{font-size:15px}body.nv-home-page .nv-specialty-tile p{font-size:11px;line-height:1.75;min-height:77px}body.nv-home-page .nv-specialty-tile ul{display:none}body.nv-home-page .nv-specialty-tile__actions{display:grid}body.nv-home-page .nv-specialty-tile__actions a,body.nv-home-page .nv-specialty-tile__actions button{min-height:34px;font-size:10.5px}.nv-service-dialog__content{padding:4px 16px 20px}.nv-service-dialog__grid{grid-template-columns:1fr}.nv-service-dialog__actions{display:grid}.nv-service-dialog__actions a,.nv-service-dialog__actions button{justify-content:center}}
@media(max-width:390px){body.nv-home-page .nv-specialty-tiles__grid{grid-template-columns:1fr}body.nv-home-page .nv-specialty-tile{width:min(100%,350px);margin:auto}body.nv-home-page .nv-specialty-tile>img{height:165px}}

/* source: noorvista-clinic-palette-3.0.157.css */
/* NoorVista 3.0.157 — clinical navy/teal palette + premium homepage sections */
:root{
  --nv-primary:#0A2540;
  --nv-primary-2:#123B5D;
  --nv-accent:#008080;
  --nv-cyan:#00BCD4;
  --nv-sky:#3B82F6;
  --nv-coral:#FF7F50;
  --nv-bg:#F8FAFC;
  --nv-surface:#FFFFFF;
  --nv-text:#334155;
  --nv-muted:#64748B;
  --nv-line:#DCE7EF;
  --nv-shadow:0 18px 55px rgba(10,37,64,.09);
  --primary:#0A2540!important;
  --primary-2:#123B5D!important;
  --accent:#008080!important;
  --text:#334155!important;
  --muted:#64748B!important;
  --bg:#F8FAFC!important;
}
html{background:var(--nv-bg)}
body:not([data-panel-role]){background:var(--nv-bg)!important;color:var(--nv-text)!important}
body:not([data-panel-role]) :where(h1,h2,h3,h4,h5,h6,strong){color:var(--nv-primary)}
body:not([data-panel-role]) :where(p,li,small,.muted){color:var(--nv-muted)}
body:not([data-panel-role]) a{color:var(--nv-accent)}
body:not([data-panel-role]) .topbar,
body:not([data-panel-role]) .nv-static-topbar-shell{background:var(--nv-primary)!important;border-color:rgba(255,255,255,.09)!important}
body:not([data-panel-role]) header.navbar{background:rgba(255,255,255,.97)!important;border-bottom:1px solid var(--nv-line)!important;box-shadow:0 8px 30px rgba(10,37,64,.055)!important}
body:not([data-panel-role]) header.navbar .menu>li>a{color:var(--nv-primary)!important}
body:not([data-panel-role]) header.navbar .menu>li>a:hover,
body:not([data-panel-role]) header.navbar .menu>li>a.active,
body:not([data-panel-role]) header.navbar .menu>li>a[aria-current="page"]{color:var(--nv-accent)!important}
body:not([data-panel-role]) .btn,
body:not([data-panel-role]) button,
body:not([data-panel-role]) input,
body:not([data-panel-role]) select,
body:not([data-panel-role]) textarea{font-family:inherit}
body:not([data-panel-role]) .btn-primary,
body:not([data-panel-role]) .nv-home-slide__action--primary{background:linear-gradient(135deg,var(--nv-primary),var(--nv-primary-2))!important;border-color:transparent!important;color:#fff!important;box-shadow:0 12px 28px rgba(10,37,64,.18)!important}
body:not([data-panel-role]) .nav-booking,
body:not([data-panel-role]) [data-open-booking].btn-primary,
body:not([data-panel-role]) .nav-actions [data-open-booking]{background:linear-gradient(135deg,#FF8A65,var(--nv-coral))!important;color:#fff!important;border-color:transparent!important;box-shadow:0 12px 30px rgba(255,127,80,.23)!important}
body:not([data-panel-role]) .btn-outline,
body:not([data-panel-role]) .btn-light,
body:not([data-panel-role]) .nv-home-slide__action--secondary{background:rgba(255,255,255,.92)!important;border:1px solid #C9D9E5!important;color:var(--nv-primary)!important}
body:not([data-panel-role]) :where(.service-card,.article-card,.guide-card,.process-card,.feature-card,.faq-item,.contact-card,.service-index-card,.gateway-card){background:#fff!important;border-color:var(--nv-line)!important;box-shadow:0 12px 38px rgba(10,37,64,.055)!important}
body:not([data-panel-role]) :where(.eyebrow,.article-tag,.service-badge){color:var(--nv-accent)!important;border-color:rgba(0,128,128,.25)!important;background:rgba(0,128,128,.07)!important}
body:not([data-panel-role]) :where(input,select,textarea):focus{border-color:var(--nv-accent)!important;box-shadow:0 0 0 4px rgba(0,128,128,.10)!important;outline:none!important}
body:not([data-panel-role]) footer{background:var(--nv-primary)!important}
body:not([data-panel-role]) footer :where(h2,h3,h4,strong,p,a,span){color:#fff!important}

/* Wide clinic logo supplied by the clinic */
body:not([data-panel-role]) header.navbar .brand .brand-logo,
body:not([data-panel-role]) .nav-inner .brand .brand-logo{max-height:92px!important}
body:not([data-panel-role]) header.navbar .brand .brand-logo img,
body:not([data-panel-role]) .nav-inner .brand .brand-logo img{max-height:92px!important;object-fit:contain!important}

/* About doctor — colored background, right half image, left half copy */
body.nv-home-page .nv-about-split{
  padding:72px 0!important;
  background:
    radial-gradient(circle at 12% 12%,rgba(0,188,212,.18),transparent 34%),
    linear-gradient(135deg,#071D32 0%,#0A2540 58%,#0B4655 100%)!important;
  position:relative;isolation:isolate;
}
body.nv-home-page .nv-about-split::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;z-index:-1}
body.nv-home-page .nv-about-split__shell{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"copy media";gap:0;align-items:stretch;min-height:610px;border:1px solid rgba(255,255,255,.12);border-radius:34px;overflow:hidden;background:rgba(255,255,255,.055);box-shadow:0 30px 80px rgba(0,0,0,.18);direction:ltr}
body.nv-home-page .nv-about-split__copy{grid-area:copy;direction:rtl;padding:clamp(36px,5vw,74px);display:flex;flex-direction:column;justify-content:center;text-align:right}
body.nv-home-page .nv-about-split__media{grid-area:media;min-width:0;position:relative;background:#DDEAF2}
body.nv-home-page .nv-about-split__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,37,64,.18),transparent 42%);pointer-events:none}
body.nv-home-page .nv-about-split__media img{display:block;width:100%;height:100%;min-height:610px;object-fit:cover;object-position:center top}
body.nv-home-page .nv-about-split__eyebrow{display:inline-flex!important;width:max-content!important;color:#A5F3FC!important;background:rgba(0,188,212,.12)!important;border:1px solid rgba(165,243,252,.3)!important;padding:8px 14px!important;border-radius:999px!important;font-size:12px!important;margin-bottom:14px!important}
body.nv-home-page .nv-about-split__copy h2{color:#fff!important;font-size:clamp(28px,3.1vw,46px)!important;line-height:1.35!important;margin:0 0 8px!important}
body.nv-home-page .nv-about-split__role{color:#A5F3FC!important;font-size:15px;font-weight:800;line-height:1.9;margin-bottom:18px}
body.nv-home-page .nv-about-split__copy p{color:#DCE8F2!important;font-size:14px!important;line-height:2.05!important;margin:0 0 10px!important}
body.nv-home-page .nv-about-split__proofs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}
body.nv-home-page .nv-about-split__proof{padding:14px 15px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.075);backdrop-filter:blur(10px)}
body.nv-home-page .nv-about-split__proof strong{display:block;color:#fff!important;font-size:15px;margin-bottom:4px}
body.nv-home-page .nv-about-split__proof span{display:block;color:#B8CCD9;font-size:12px;line-height:1.65}
body.nv-home-page .nv-about-split__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
body.nv-home-page .nv-about-split__actions .btn{min-height:45px;border-radius:14px;padding-inline:20px}
body.nv-home-page .nv-about-split__actions .btn-light{background:rgba(255,255,255,.1)!important;color:#fff!important;border-color:rgba(255,255,255,.25)!important}

/* Visit guide — premium, structured, image-led */
body.nv-home-page .nv-visit-guide{padding:76px 0!important;background:var(--nv-bg)!important}
body.nv-home-page .nv-visit-guide__head{max-width:820px;margin:0 auto 28px;text-align:center}
body.nv-home-page .nv-visit-guide__head .eyebrow{display:inline-flex!important;padding:7px 13px!important;border-radius:999px!important;font-size:12px!important}
body.nv-home-page .nv-visit-guide__head h2{margin:13px 0 8px;color:var(--nv-primary)!important;font-size:clamp(27px,3vw,42px);line-height:1.45}
body.nv-home-page .nv-visit-guide__head p{margin:0;color:var(--nv-muted)!important;font-size:14px;line-height:2}
body.nv-home-page .nv-visit-guide__panel{display:grid;grid-template-columns:.88fr 1.12fr;grid-template-areas:"visual content";direction:ltr;border:1px solid var(--nv-line);border-radius:34px;overflow:hidden;background:#fff;box-shadow:var(--nv-shadow)}
body.nv-home-page .nv-visit-guide__visual{grid-area:visual;direction:rtl;position:relative;min-height:570px;background:var(--nv-primary);overflow:hidden}
body.nv-home-page .nv-visit-guide__visual img{width:100%;height:100%;object-fit:cover;display:block}
body.nv-home-page .nv-visit-guide__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,37,64,.02) 22%,rgba(10,37,64,.92) 100%)}
body.nv-home-page .nv-visit-guide__alert{position:absolute;z-index:2;right:24px;left:24px;bottom:24px;padding:20px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(10,37,64,.64);backdrop-filter:blur(14px);color:#fff}
body.nv-home-page .nv-visit-guide__alert strong{display:block;color:#fff!important;font-size:18px;margin-bottom:9px}
body.nv-home-page .nv-visit-guide__alert ul{margin:0;padding:0;list-style:none;display:grid;gap:8px}
body.nv-home-page .nv-visit-guide__alert li{position:relative;padding-right:23px;color:#E2EDF4!important;font-size:12.5px;line-height:1.7}
body.nv-home-page .nv-visit-guide__alert li::before{content:"";position:absolute;right:0;top:.58em;width:9px;height:9px;border-radius:50%;background:var(--nv-coral);box-shadow:0 0 0 4px rgba(255,127,80,.18)}
body.nv-home-page .nv-visit-guide__content{grid-area:content;direction:rtl;padding:clamp(28px,4vw,56px);display:flex;flex-direction:column;justify-content:center}
body.nv-home-page .nv-visit-guide__content h3{margin:0 0 8px;color:var(--nv-primary)!important;font-size:clamp(23px,2.3vw,34px);line-height:1.5}
body.nv-home-page .nv-visit-guide__content>p{margin:0 0 24px;color:var(--nv-muted)!important;font-size:14px;line-height:2}
body.nv-home-page .nv-visit-guide__steps{display:grid;gap:12px}
body.nv-home-page .nv-visit-step{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;padding:15px 16px;border:1px solid var(--nv-line);border-radius:20px;background:linear-gradient(180deg,#fff,#F8FBFD);transition:.2s ease}
body.nv-home-page .nv-visit-step:hover{transform:translateY(-2px);border-color:rgba(0,128,128,.35);box-shadow:0 12px 28px rgba(10,37,64,.07)}
body.nv-home-page .nv-visit-step__number{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,var(--nv-primary),var(--nv-accent));color:#fff;font-weight:900;font-size:14px;box-shadow:0 10px 22px rgba(0,128,128,.16)}
body.nv-home-page .nv-visit-step h4{margin:0 0 3px;color:var(--nv-primary)!important;font-size:15px}
body.nv-home-page .nv-visit-step p{margin:0;color:var(--nv-muted)!important;font-size:12.5px;line-height:1.8}
body.nv-home-page .nv-visit-guide__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
body.nv-home-page .nv-visit-guide__actions .btn{min-height:45px;border-radius:14px;padding-inline:22px}
body.nv-home-page .nv-visit-guide__quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}
body.nv-home-page .nv-visit-quick{padding:16px 17px;border:1px solid var(--nv-line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(10,37,64,.04)}
body.nv-home-page .nv-visit-quick strong{display:block;color:var(--nv-primary)!important;font-size:13px;margin-bottom:5px}
body.nv-home-page .nv-visit-quick span{display:block;color:var(--nv-muted);font-size:12px;line-height:1.7}

@media(max-width:980px){
  body.nv-home-page .nv-about-split__shell{grid-template-columns:1fr;grid-template-areas:"media" "copy";min-height:0}
  body.nv-home-page .nv-about-split__media img{min-height:480px;max-height:620px}
  body.nv-home-page .nv-visit-guide__panel{grid-template-columns:1fr;grid-template-areas:"visual" "content"}
  body.nv-home-page .nv-visit-guide__visual{min-height:430px}
}
@media(max-width:640px){
  body.nv-home-page .nv-about-split{padding:38px 0!important}
  body.nv-home-page .nv-about-split__shell{border-radius:26px}
  body.nv-home-page .nv-about-split__media img{min-height:390px;max-height:470px}
  body.nv-home-page .nv-about-split__copy{padding:27px 20px 30px}
  body.nv-home-page .nv-about-split__proofs{grid-template-columns:1fr}
  body.nv-home-page .nv-about-split__actions{display:grid;grid-template-columns:1fr;width:100%}
  body.nv-home-page .nv-about-split__actions .btn{width:100%}
  body.nv-home-page .nv-visit-guide{padding:44px 0!important}
  body.nv-home-page .nv-visit-guide__panel{border-radius:26px}
  body.nv-home-page .nv-visit-guide__visual{min-height:360px}
  body.nv-home-page .nv-visit-guide__alert{right:14px;left:14px;bottom:14px;padding:16px}
  body.nv-home-page .nv-visit-guide__content{padding:26px 17px}
  body.nv-home-page .nv-visit-step{grid-template-columns:46px 1fr;padding:13px 12px}
  body.nv-home-page .nv-visit-step__number{width:46px;height:46px;border-radius:14px}
  body.nv-home-page .nv-visit-guide__actions{display:grid;grid-template-columns:1fr}
  body.nv-home-page .nv-visit-guide__actions .btn{width:100%}
  body.nv-home-page .nv-visit-guide__quick{grid-template-columns:1fr}
}

/* source: noorvista-worldclass-3.0.158.css */
/* NoorVista 3.0.158 — World-class ophthalmology UI/UX system */
:root{
  --nv158-navy:#071f36;
  --nv158-navy-2:#0a3153;
  --nv158-blue:#126fb5;
  --nv158-cyan:#12a9c7;
  --nv158-teal:#0b8f91;
  --nv158-ink:#17324a;
  --nv158-muted:#647b91;
  --nv158-line:#d9e7f2;
  --nv158-soft:#f4f8fb;
  --nv158-soft-2:#edf6fb;
  --nv158-white:#fff;
  --nv158-shadow:0 18px 54px rgba(7,31,54,.08);
  --nv158-shadow-soft:0 10px 32px rgba(7,31,54,.055);
  --nv158-radius:24px;
  --nv158-radius-lg:34px;
}

html{scroll-behavior:smooth}
body:not([data-panel-role]){
  color:var(--nv158-ink)!important;
  background:linear-gradient(180deg,#fff 0%,var(--nv158-soft) 48%,#fff 100%)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body:not([data-panel-role]) main{overflow:clip}
body:not([data-panel-role]) :where(h1,h2,h3,h4,strong){color:var(--nv158-navy)!important}
body:not([data-panel-role]) :where(p,li,small,span){text-wrap:pretty}
body:not([data-panel-role]) :where(p){color:var(--nv158-muted)}
body:not([data-panel-role]) .container{width:min(100% - 36px,1280px)!important}
body:not([data-panel-role]) .section{padding-block:64px!important}

/* Header: compact, centered, conversion-oriented */
body:not([data-panel-role]) .topbar,
body:not([data-panel-role]) .nv-static-topbar-shell{
  min-height:38px!important;
  background:linear-gradient(90deg,var(--nv158-navy),#083d5d)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
body:not([data-panel-role]) .topbar-inner{min-height:38px!important;padding-block:4px!important}
body:not([data-panel-role]) .navbar{
  position:sticky!important;
  top:0!important;
  z-index:1000!important;
  min-height:72px!important;
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid rgba(189,213,230,.72)!important;
  box-shadow:0 10px 28px rgba(7,31,54,.055)!important;
  backdrop-filter:blur(18px) saturate(150%);
}
body:not([data-panel-role]) .navbar .nav-inner{
  width:min(100% - 32px,1380px)!important;
  min-height:72px!important;
  margin-inline:auto!important;
  display:grid!important;
  grid-template-columns:minmax(150px,230px) minmax(0,1fr) auto!important;
  gap:20px!important;
  align-items:center!important;
}
body:not([data-panel-role]) .navbar .brand{min-width:0!important;justify-self:start!important;overflow:hidden!important}
body:not([data-panel-role]) .navbar .brand .brand-logo,
body:not([data-panel-role]) .navbar .brand .brand-logo-image{
  width:min(var(--nv-brand-logo-width,220px),230px)!important;
  max-width:230px!important;
  max-height:62px!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
}
body:not([data-panel-role]) .navbar .brand img{
  width:100%!important;
  height:100%!important;
  max-height:62px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
body:not([data-panel-role]) .navbar nav{min-width:0!important;justify-self:center!important}
body:not([data-panel-role]) .navbar .menu{gap:4px!important;flex-wrap:nowrap!important;justify-content:center!important}
body:not([data-panel-role]) .navbar .menu>li>a{
  min-height:42px!important;
  padding:9px 11px!important;
  border-radius:12px!important;
  color:#213c54!important;
  font-size:13.5px!important;
  font-weight:760!important;
  white-space:nowrap!important;
}
body:not([data-panel-role]) .navbar .menu>li>a:hover,
body:not([data-panel-role]) .navbar .menu>li>a.active{
  color:var(--nv158-blue)!important;
  background:#edf7ff!important;
}
body:not([data-panel-role]) .navbar .menu>li>a.active::after{background:var(--nv158-cyan)!important}
body:not([data-panel-role]) .navbar .nav-actions{justify-self:end!important;display:flex!important;gap:9px!important;flex-wrap:nowrap!important}
body:not([data-panel-role]) .navbar .nav-actions .btn{
  min-height:42px!important;
  padding:9px 17px!important;
  border-radius:13px!important;
  font-size:13.5px!important;
  box-shadow:none!important;
  white-space:nowrap!important;
}
body:not([data-panel-role]) .navbar .nav-actions .btn-primary{
  background:linear-gradient(135deg,var(--nv158-blue),var(--nv158-cyan))!important;
  border-color:transparent!important;
  box-shadow:0 10px 24px rgba(18,111,181,.2)!important;
}
body:not([data-panel-role]) .navbar .nav-actions .btn-outline{border-color:#c8dce9!important;color:var(--nv158-navy)!important;background:#fff!important}

/* Hero: full first-look clarity */
body.nv-home-page .nv-home-slider{
  min-height:clamp(430px,56vh,590px)!important;
  max-height:590px!important;
  background:var(--nv158-navy)!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.nv-home-page .nv-home-slider__viewport,
body.nv-home-page .nv-home-slider__track,
body.nv-home-page .nv-home-slide{height:100%!important;min-height:inherit!important}
body.nv-home-page .nv-home-slide__image{object-fit:cover!important;object-position:center 34%!important}
body.nv-home-page .nv-home-slide__veil{
  background:linear-gradient(90deg,rgba(3,24,43,.84) 0%,rgba(4,37,63,.58) 43%,rgba(4,34,57,.18) 72%,rgba(4,24,40,.08) 100%)!important;
}
body.nv-home-page .nv-home-slide__content{max-width:850px!important;padding-inline:36px!important}
body.nv-home-page .nv-home-slide__title{font-size:clamp(35px,4.8vw,68px)!important;line-height:1.22!important;letter-spacing:-.035em!important;text-shadow:0 8px 28px rgba(0,0,0,.25)!important}
body.nv-home-page .nv-home-slide__subtitle{max-width:720px!important;font-size:clamp(14px,1.3vw,18px)!important;line-height:2!important}
body.nv-home-page .nv-home-slide__eyebrow{border-color:rgba(255,255,255,.24)!important;background:rgba(255,255,255,.12)!important;backdrop-filter:blur(14px)!important}
body.nv-home-page .nv-home-slide__action{min-height:46px!important;padding:11px 24px!important;border-radius:14px!important;font-size:14px!important}
body.nv-home-page .nv-home-slide__action--primary{background:linear-gradient(135deg,var(--nv158-blue),var(--nv158-cyan))!important}
body.nv-home-page .nv-home-slide__trust li{background:rgba(5,36,60,.35)!important;border-color:rgba(255,255,255,.18)!important;backdrop-filter:blur(12px)}

/* Shared section rhythm */
body.nv-home-page main>.section:nth-of-type(even){background:linear-gradient(180deg,#f7fbfe 0%,#eef6fb 100%)!important}
body.nv-home-page main>.section:nth-of-type(odd){background:#fff!important}
body.nv-home-page .section-head{max-width:840px!important;margin:0 auto 30px!important;text-align:center!important}
body.nv-home-page .section-head .eyebrow,
body.nv-home-page .nv-visit-guide__head .eyebrow,
body.nv-home-page .nv-about-split__eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:7px 13px!important;
  border:1px solid #cfe3f0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.75)!important;
  color:var(--nv158-blue)!important;
  font-size:12px!important;
  font-weight:800!important;
  box-shadow:none!important;
}
body.nv-home-page .section-head h2,
body.nv-home-page .nv-visit-guide__head h2{font-size:clamp(26px,3vw,39px)!important;line-height:1.42!important;margin:10px 0 8px!important}
body.nv-home-page .section-head p,
body.nv-home-page .nv-visit-guide__head p{max-width:760px!important;margin-inline:auto!important;font-size:14px!important;line-height:2!important}

/* Selected services and cards */
body.nv-home-page :is(.nv-specialty-tile,.service-card,.article-card,.process-card,.gallery-card,.faq-item,.nv-visit-quick){
  border:1px solid var(--nv158-line)!important;
  box-shadow:var(--nv158-shadow-soft)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
body.nv-home-page :is(.nv-specialty-tile,.service-card,.article-card,.process-card,.gallery-card):hover{
  transform:translateY(-4px)!important;
  border-color:#b8d7e9!important;
  box-shadow:var(--nv158-shadow)!important;
}

/* Doctor section — split, fold-optimized */
body.nv-home-page .nv-about-split{
  padding:54px 0!important;
  background:linear-gradient(135deg,var(--nv158-navy) 0%,#0b4264 55%,#0c7c86 100%)!important;
}
body.nv-home-page .nv-about-split__shell{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  min-height:500px!important;
  max-height:560px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:var(--nv158-radius-lg)!important;
  background:rgba(255,255,255,.06)!important;
  box-shadow:0 28px 80px rgba(0,19,35,.24)!important;
  direction:ltr!important;
}
body.nv-home-page .nv-about-split__copy{
  direction:rtl!important;
  padding:42px 44px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:linear-gradient(135deg,rgba(5,31,53,.95),rgba(7,63,91,.86))!important;
}
body.nv-home-page .nv-about-split__copy :is(h2,p,.nv-about-split__role,strong,span){color:#fff!important}
body.nv-home-page .nv-about-split__eyebrow{display:none!important}
body.nv-home-page .nv-about-split__copy h2{font-size:clamp(29px,3.2vw,45px)!important;margin:0 0 8px!important}
body.nv-home-page .nv-about-split__role{color:#8ce1ea!important;font-size:14px!important;line-height:1.9!important;margin-bottom:12px!important;font-weight:800!important}
body.nv-home-page .nv-about-split__copy p{font-size:13.5px!important;line-height:2!important;margin:0 0 8px!important;color:rgba(255,255,255,.8)!important}
body.nv-home-page .nv-about-split__proofs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:14px 0 16px!important}
body.nv-home-page .nv-about-split__proof{padding:11px 13px!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:14px!important;background:rgba(255,255,255,.07)!important}
body.nv-home-page .nv-about-split__proof strong{font-size:12px!important;color:#fff!important}
body.nv-home-page .nv-about-split__proof span{font-size:10.5px!important;color:rgba(255,255,255,.69)!important;line-height:1.65!important}
body.nv-home-page .nv-about-split__actions{display:flex!important;gap:10px!important;margin-top:2px!important}
body.nv-home-page .nv-about-split__actions .btn{min-height:42px!important;border-radius:13px!important;padding:9px 17px!important;font-size:12.5px!important}
body.nv-home-page .nv-about-split__media{min-width:0!important;overflow:hidden!important;background:#dcecf4!important}
body.nv-home-page .nv-about-split__media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 18%!important;display:block!important;filter:saturate(.92) contrast(1.03)!important}

/* Visit guide — premium journey board */
body.nv-home-page .nv-visit-guide{padding:58px 0!important;background:linear-gradient(180deg,#fff 0%,#f3f9fc 100%)!important}
body.nv-home-page .nv-visit-guide__head{max-width:780px!important;margin:0 auto 28px!important;text-align:center!important}
body.nv-home-page .nv-visit-guide__head .eyebrow{display:none!important}
body.nv-home-page .nv-visit-guide__panel{
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
  min-height:460px!important;
  max-height:520px!important;
  overflow:hidden!important;
  border:1px solid var(--nv158-line)!important;
  border-radius:var(--nv158-radius-lg)!important;
  background:#fff!important;
  box-shadow:var(--nv158-shadow)!important;
  direction:ltr!important;
}
body.nv-home-page .nv-visit-guide__visual{position:relative!important;min-width:0!important;overflow:hidden!important}
body.nv-home-page .nv-visit-guide__visual>img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}
body.nv-home-page .nv-visit-guide__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(3,29,49,.78) 100%);pointer-events:none}
body.nv-home-page .nv-visit-guide__alert{
  position:absolute!important;
  z-index:2!important;
  inset:auto 22px 22px 22px!important;
  padding:16px 18px!important;
  border:1px solid rgba(255,255,255,.2)!important;
  border-radius:18px!important;
  background:rgba(4,34,57,.76)!important;
  color:#fff!important;
  backdrop-filter:blur(14px)!important;
}
body.nv-home-page .nv-visit-guide__alert strong{color:#fff!important;font-size:13px!important}
body.nv-home-page .nv-visit-guide__alert ul{margin:8px 0 0!important;padding-right:18px!important}
body.nv-home-page .nv-visit-guide__alert li{color:rgba(255,255,255,.78)!important;font-size:11px!important;line-height:1.8!important}
body.nv-home-page .nv-visit-guide__content{
  direction:rtl!important;
  padding:34px 36px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
body.nv-home-page .nv-visit-guide__content h3{font-size:25px!important;margin:0 0 7px!important}
body.nv-home-page .nv-visit-guide__content>p{font-size:13px!important;line-height:1.9!important;margin:0 0 16px!important}
body.nv-home-page .nv-visit-guide__steps{display:grid!important;gap:10px!important;position:relative!important}
body.nv-home-page .nv-visit-step{
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;
  gap:13px!important;
  align-items:center!important;
  padding:12px 14px!important;
  border:1px solid #dbe9f2!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#fff,#f6fbfe)!important;
}
body.nv-home-page .nv-visit-step__number{
  width:40px!important;height:40px!important;border-radius:14px!important;
  display:grid!important;place-items:center!important;
  color:#fff!important;font-weight:900!important;font-size:12px!important;
  background:linear-gradient(135deg,var(--nv158-blue),var(--nv158-cyan))!important;
  box-shadow:0 8px 20px rgba(18,111,181,.17)!important;
}
body.nv-home-page .nv-visit-step h4{font-size:13px!important;margin:0 0 2px!important}
body.nv-home-page .nv-visit-step p{font-size:11px!important;line-height:1.75!important;margin:0!important}
body.nv-home-page .nv-visit-guide__actions{display:flex!important;gap:9px!important;margin-top:16px!important}
body.nv-home-page .nv-visit-guide__actions .btn{min-height:41px!important;border-radius:13px!important;padding:9px 18px!important;font-size:12.5px!important}
body.nv-home-page .nv-visit-guide__quick{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin-top:14px!important}
body.nv-home-page .nv-visit-quick{padding:15px 16px!important;border-radius:17px!important;background:#fff!important}
body.nv-home-page .nv-visit-quick strong{font-size:12px!important;margin-bottom:4px!important}
body.nv-home-page .nv-visit-quick span{font-size:10.8px!important;line-height:1.75!important;color:var(--nv158-muted)!important}

/* Process infographic */
body.nv-home-page #process{background:linear-gradient(180deg,#eef6fb,#fff)!important}
body.nv-home-page #process .process{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;position:relative!important}
body.nv-home-page #process .process::before{content:"";position:absolute;top:41px;right:12%;left:12%;height:2px;background:linear-gradient(90deg,transparent,#a9d6e8 15%,#a9d6e8 85%,transparent);z-index:0}
body.nv-home-page .process-card{position:relative!important;z-index:1!important;padding:20px 18px!important;border-radius:22px!important;background:#fff!important;text-align:center!important}
body.nv-home-page .process-card>span{width:48px!important;height:48px!important;margin:0 auto 12px!important;display:grid!important;place-items:center!important;border-radius:16px!important;background:linear-gradient(135deg,var(--nv158-navy-2),var(--nv158-cyan))!important;color:#fff!important;font-size:12px!important;font-weight:900!important;box-shadow:0 10px 22px rgba(10,49,83,.15)!important}
body.nv-home-page .process-card h3{font-size:15px!important;margin:0 0 6px!important}
body.nv-home-page .process-card p{font-size:11.5px!important;line-height:1.8!important;margin:0!important}

/* Gallery */
body.nv-home-page #gallery .gallery-card{border-radius:22px!important;overflow:hidden!important;background:#fff!important}
body.nv-home-page #gallery .gallery-card img{transition:transform .5s ease!important}
body.nv-home-page #gallery .gallery-card:hover img{transform:scale(1.035)!important}

/* Education cards */
body.nv-home-page .articles-section{background:linear-gradient(180deg,#fff,#f5f9fc)!important}
body.nv-home-page .article-grid{gap:16px!important}
body.nv-home-page .article-card{padding:0 0 18px!important;border-radius:24px!important;overflow:hidden!important;background:#fff!important}
body.nv-home-page .article-card__media{width:100%!important;aspect-ratio:16/9!important;object-fit:cover!important;margin:0 0 16px!important}
body.nv-home-page .article-card :is(.article-tag,h3,p,a){margin-inline:18px!important}
body.nv-home-page .article-tag{display:inline-flex!important;padding:5px 10px!important;border-radius:999px!important;background:#eaf7fb!important;color:var(--nv158-teal)!important;font-size:10.5px!important;font-weight:850!important}
body.nv-home-page .article-card h3{font-size:16px!important;line-height:1.65!important;margin-top:10px!important;margin-bottom:5px!important}
body.nv-home-page .article-card p{font-size:11.5px!important;line-height:1.85!important;margin-bottom:14px!important}
body.nv-home-page .article-card a{font-size:11.5px!important;font-weight:850!important;color:var(--nv158-blue)!important}

/* FAQ premium accordion */
body.nv-home-page #faq{background:linear-gradient(135deg,#eef7fb,#f8fbfd)!important}
body.nv-home-page .nv-home-faq-grid{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr)!important;gap:18px!important;align-items:stretch!important}
body.nv-home-page .nv-home-faq-visual{border-radius:26px!important;overflow:hidden!important;min-height:420px!important;position:relative!important;box-shadow:var(--nv158-shadow)!important}
body.nv-home-page .nv-home-faq-visual img{width:100%!important;height:100%!important;object-fit:cover!important}
body.nv-home-page .nv-home-faq-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(4,32,53,.82) 100%)}
body.nv-home-page .nv-home-faq-visual>div{z-index:2!important}
body.nv-home-page .faq-wrap{display:grid!important;gap:9px!important;align-content:start!important}
body.nv-home-page .faq-item{border-radius:17px!important;overflow:hidden!important;background:#fff!important}
body.nv-home-page .faq-question{min-height:58px!important;padding:15px 17px!important;background:#fff!important;font-size:13px!important;font-weight:850!important;color:var(--nv158-navy)!important}
body.nv-home-page .faq-symbol{width:28px!important;height:28px!important;border-radius:10px!important;display:grid!important;place-items:center!important;background:#edf7fb!important;color:var(--nv158-teal)!important;transition:transform .25s ease!important}
body.nv-home-page .faq-answer{display:grid!important;grid-template-rows:0fr!important;overflow:hidden!important;transition:grid-template-rows .28s ease!important;padding:0 17px!important}
body.nv-home-page .faq-answer>*{min-height:0!important;overflow:hidden!important}
body.nv-home-page .faq-item.open .faq-answer{grid-template-rows:1fr!important;padding-bottom:14px!important}
body.nv-home-page .faq-answer p{font-size:11.5px!important;line-height:1.9!important;margin:0!important}
body.nv-home-page .faq-item.open .faq-symbol{transform:rotate(180deg)!important}

/* Location */
body.nv-home-page .home-location-section{background:#fff!important}
body.nv-home-page .home-location-grid{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)!important;gap:18px!important;align-items:stretch!important}
body.nv-home-page .home-location-copy,
body.nv-home-page .home-location-map-card{border:1px solid var(--nv158-line)!important;border-radius:26px!important;background:#fff!important;box-shadow:var(--nv158-shadow-soft)!important;overflow:hidden!important}
body.nv-home-page .home-location-copy{padding:28px!important;background:linear-gradient(145deg,var(--nv158-navy),#0b5270)!important}
body.nv-home-page .home-location-copy :is(h3,strong,span){color:#fff!important}
body.nv-home-page .nv-location-row{min-height:54px!important;padding:10px 12px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;background:rgba(255,255,255,.07)!important}
body.nv-home-page .nv-location-row span{color:rgba(255,255,255,.8)!important;font-size:11.5px!important;line-height:1.8!important}
body.nv-home-page .nv-location-icon{background:rgba(255,255,255,.11)!important;color:#8de5eb!important}
body.nv-home-page .map-open-link{margin-top:14px!important;border-color:rgba(255,255,255,.28)!important;color:#fff!important;background:rgba(255,255,255,.08)!important}
body.nv-home-page .home-location-map-card{min-height:430px!important}

/* Footer */
body:not([data-panel-role]) .footer{background:linear-gradient(135deg,#061c30,#073b56)!important;border-top:0!important}
body:not([data-panel-role]) .footer :is(h3,strong){color:#fff!important}
body:not([data-panel-role]) .footer :is(p,a,span){color:rgba(255,255,255,.7)!important}
body:not([data-panel-role]) .footer a:hover{color:#8ce6ee!important}

/* Internal public pages — consistent premium cards and typography */
body:not([data-panel-role]):not(.nv-home-page) main{background:linear-gradient(180deg,#f7fbfd,#fff)!important}
body:not([data-panel-role]):not(.nv-home-page) :where(.page-hero,.doctor-profile-hero,.contact-hero,.nv-hub-hero){
  background:linear-gradient(135deg,var(--nv158-navy),#0b5270)!important;
  color:#fff!important;
  border-radius:0 0 34px 34px!important;
}
body:not([data-panel-role]):not(.nv-home-page) :where(.page-hero,.doctor-profile-hero,.contact-hero,.nv-hub-hero) :is(h1,h2,p,span,strong){color:#fff!important}
body:not([data-panel-role]):not(.nv-home-page) :is(.service-index-card,.nv-related-card,.nv-blog-card,.portfolio-card,.tariff-card,.faq-item,.nv-article-section,.contact-card,.doctor-stat-card,.doctor-expertise-card,.nv-cluster-link,.profile-service-card,.why-doctor-card,.nv-hub-section,.nv-hub-aside){
  border:1px solid var(--nv158-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:var(--nv158-shadow-soft)!important;
}
body:not([data-panel-role]):not(.nv-home-page) :is(.service-index-card,.nv-related-card,.nv-blog-card,.portfolio-card,.tariff-card,.contact-card,.profile-service-card){transition:transform .22s ease,box-shadow .22s ease!important}
body:not([data-panel-role]):not(.nv-home-page) :is(.service-index-card,.nv-related-card,.nv-blog-card,.portfolio-card,.tariff-card,.contact-card,.profile-service-card):hover{transform:translateY(-3px)!important;box-shadow:var(--nv158-shadow)!important}
body:not([data-panel-role]):not(.nv-home-page) :is(h1){font-size:clamp(30px,4vw,48px)!important;line-height:1.35!important}
body:not([data-panel-role]):not(.nv-home-page) :is(h2){font-size:clamp(22px,2.8vw,34px)!important;line-height:1.5!important}
body:not([data-panel-role]):not(.nv-home-page) :is(p,li){font-size:13px!important;line-height:2!important}

/* Mobile-first refinements */
@media(max-width:1100px){
  body:not([data-panel-role]) .navbar .nav-inner{grid-template-columns:minmax(120px,180px) minmax(0,1fr) auto!important;gap:10px!important}
  body:not([data-panel-role]) .navbar .menu>li>a{padding-inline:7px!important;font-size:12px!important}
  body:not([data-panel-role]) .navbar .nav-actions .btn{padding-inline:11px!important;font-size:12px!important}
  body.nv-home-page .nv-about-split__copy{padding:32px!important}
}
@media(max-width:900px){
  body:not([data-panel-role]) .section{padding-block:48px!important}
  body.nv-home-page .nv-about-split__shell{grid-template-columns:1fr!important;max-height:none!important;min-height:0!important}
  body.nv-home-page .nv-about-split__media{height:420px!important;grid-row:1!important}
  body.nv-home-page .nv-about-split__copy{grid-row:2!important}
  body.nv-home-page .nv-visit-guide__panel{grid-template-columns:1fr!important;max-height:none!important}
  body.nv-home-page .nv-visit-guide__visual{height:390px!important}
  body.nv-home-page #process .process{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.nv-home-page #process .process::before{display:none!important}
  body.nv-home-page .nv-home-faq-grid,
  body.nv-home-page .home-location-grid{grid-template-columns:1fr!important}
  body.nv-home-page .nv-home-faq-visual{min-height:340px!important}
}
@media(max-width:760px){
  body:not([data-panel-role]) .container{width:min(100% - 20px,1280px)!important}
  body:not([data-panel-role]) .navbar{min-height:62px!important}
  body:not([data-panel-role]) .navbar .nav-inner{width:calc(100% - 16px)!important;min-height:62px!important;grid-template-columns:auto 1fr auto!important}
  body:not([data-panel-role]) .navbar .brand .brand-logo,
  body:not([data-panel-role]) .navbar .brand .brand-logo-image{width:min(var(--nv-brand-logo-width,220px),130px)!important;max-width:130px!important;max-height:48px!important}
  body:not([data-panel-role]) .navbar .brand img{max-height:48px!important}
  body:not([data-panel-role]) .navbar .nav-actions{display:none!important}
  body.nv-home-page .nv-home-slider{min-height:430px!important;max-height:480px!important}
  body.nv-home-page .nv-home-slide__content{padding-inline:18px!important;max-width:100%!important;text-align:center!important}
  body.nv-home-page .nv-home-slide__veil{background:linear-gradient(180deg,rgba(3,25,43,.36),rgba(3,29,49,.82))!important}
  body.nv-home-page .nv-home-slide__title{font-size:32px!important;line-height:1.38!important}
  body.nv-home-page .nv-home-slide__subtitle{font-size:13px!important;line-height:1.85!important}
  body.nv-home-page .nv-home-slide__actions{justify-content:center!important}
  body.nv-home-page .nv-home-slide__trust{justify-content:center!important}
  body.nv-home-page .nv-about-split{padding-block:38px!important}
  body.nv-home-page .nv-about-split__shell{border-radius:26px!important}
  body.nv-home-page .nv-about-split__media{height:340px!important}
  body.nv-home-page .nv-about-split__copy{padding:26px 20px!important}
  body.nv-home-page .nv-about-split__proofs{grid-template-columns:1fr!important}
  body.nv-home-page .nv-about-split__actions{display:grid!important;grid-template-columns:1fr!important}
  body.nv-home-page .nv-about-split__actions .btn{width:100%!important;justify-content:center!important}
  body.nv-home-page .nv-visit-guide__visual{height:330px!important}
  body.nv-home-page .nv-visit-guide__content{padding:25px 18px!important}
  body.nv-home-page .nv-visit-guide__quick{grid-template-columns:1fr!important}
  body.nv-home-page #process .process{grid-template-columns:1fr!important}
  body.nv-home-page .article-grid{grid-template-columns:1fr!important}
  body.nv-home-page .nv-home-faq-visual{min-height:290px!important}
  body.nv-home-page .home-location-map-card{min-height:340px!important}
}
@media(max-width:480px){
  body.nv-home-page .nv-home-slider{min-height:410px!important;max-height:440px!important}
  body.nv-home-page .nv-home-slide__title{font-size:27px!important}
  body.nv-home-page .nv-home-slide__actions{display:grid!important;grid-template-columns:1fr!important;width:min(100%,310px)!important;margin-inline:auto!important}
  body.nv-home-page .nv-home-slide__action{width:100%!important;justify-content:center!important}
  body.nv-home-page .nv-home-slide__trust{display:none!important}
  body.nv-home-page .nv-about-split__media{height:290px!important}
  body.nv-home-page .nv-visit-guide__visual{height:290px!important}
  body.nv-home-page .nv-visit-guide__alert{inset:auto 12px 12px 12px!important;padding:12px 13px!important}
  body.nv-home-page .nv-visit-guide__actions{display:grid!important;grid-template-columns:1fr!important}
  body.nv-home-page .nv-visit-guide__actions .btn{width:100%!important;justify-content:center!important}
}

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

/* source: header-columns-3.0.159.css */
/* NoorVista 3.0.159 — align header logo/actions with the topbar columns */
@media (min-width: 981px) {
  body:not([data-panel-role]) .topbar.nv-static-topbar-shell .nv-static-topbar,
  body:not([data-panel-role]) .topbar.nv-static-topbar-shell .topbar-inner,
  body:not([data-panel-role]) header.navbar .nav-inner,
  body:not([data-panel-role]) .navbar .container.nav-inner {
    width: min(calc(100% - 32px), 1440px) !important;
    max-width: 1440px !important;
    margin-inline: auto !important;
  }

  body:not([data-panel-role]) header.navbar .nav-inner,
  body:not([data-panel-role]) .navbar .container.nav-inner {
    display: grid !important;
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr) minmax(205px, 225px) !important;
    align-items: center !important;
    column-gap: clamp(12px, 1.4vw, 24px) !important;
    padding-inline: 0 !important;
  }

  body:not([data-panel-role]) header.navbar .brand {
    grid-column: 1 !important;
    justify-self: start !important;
    width: min(var(--nv-brand-logo-width, 280px), 300px) !important;
    max-width: 300px !important;
    overflow: visible !important;
  }

  body:not([data-panel-role]) header.navbar .brand .brand-logo,
  body:not([data-panel-role]) header.navbar .brand .brand-logo-image {
    width: min(var(--nv-brand-logo-width, 280px), 300px) !important;
    max-width: 300px !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  body:not([data-panel-role]) header.navbar .brand img {
    width: 100% !important;
    max-width: 300px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  body:not([data-panel-role]) header.navbar nav {
    grid-column: 2 !important;
    justify-self: stretch !important;
    min-width: 0 !important;
  }

  body:not([data-panel-role]) header.navbar .menu {
    justify-content: center !important;
  }

  body:not([data-panel-role]) header.navbar .nav-actions {
    grid-column: 3 !important;
    justify-self: stretch !important;
    justify-content: flex-end !important;
    direction: rtl !important;
    width: 100% !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  body:not([data-panel-role]) header.navbar .nav-inner,
  body:not([data-panel-role]) .navbar .container.nav-inner {
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) minmax(175px, 195px) !important;
    column-gap: 10px !important;
  }

  body:not([data-panel-role]) header.navbar .brand,
  body:not([data-panel-role]) header.navbar .brand .brand-logo,
  body:not([data-panel-role]) header.navbar .brand .brand-logo-image {
    width: min(var(--nv-brand-logo-width, 210px), 220px) !important;
    max-width: 220px !important;
  }
}

