/* NHC inner pages: About / Services / Patient Education / Contact */
body.nhc-page .entry-header,
body.nhc-page h1.entry-title { display: none !important; }

body.nhc-redesign.nhc-page #content,
body.nhc-redesign.nhc-page .site-content,
body.nhc-redesign.nhc-page .ast-container,
body.nhc-page #content,
body.nhc-page .ast-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.nhc-redesign.nhc-page #content,
body.nhc-page .site-content {
  background: #f4f8fb;
  overflow-x: hidden;
}
body.nhc-page.nhc-redesign { padding-bottom: 84px; }

.np { color: #1c2a39; overflow-x: hidden; }
.np a:focus-visible { outline: 3px solid rgba(26,122,116,.35); outline-offset: 2px; }

.np-crumbs { padding: 0.45rem 0 0; }
.np-crumbs ol {
  list-style: none; display: flex; flex-wrap: wrap; gap: .4rem;
  margin: 0; padding: 0; font-size: .86rem; color: #5b6b7c;
}
.np-crumbs li:not(:last-child)::after { content: "/"; margin-left: .4rem; opacity: .5; }
.np-crumbs a { color: #1a7a74; text-decoration: none; font-weight: 650; }

.np-hero {
  position: relative;
  padding: 1.4rem 0 2.6rem;
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(26,122,116,.16), transparent 55%),
    radial-gradient(700px 380px at 95% 10%, rgba(193,18,31,.10), transparent 50%),
    linear-gradient(180deg, #fff 0%, #f4f8fb 100%);
  overflow: hidden;
}
.np-hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% 40%;
  height: 70%;
  background: radial-gradient(circle, rgba(14,42,71,.05), transparent 65%);
  pointer-events: none;
}
.np-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1.8rem;
  align-items: center;
}
.np-kicker {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #e8f6f4;
  color: #1a7a74;
  border-radius: 999px;
  padding: .35rem .85rem;
  font-size: .8rem;
  font-weight: 750;
  margin: 0 0 .85rem;
}
.np-hero h1 {
  margin: 0 0 .65rem !important;
  color: #0e2a47 !important;
  font-size: clamp(1.85rem, 4vw, 2.75rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em;
  font-weight: 800 !important;
}
.np-hero h1 span { color: #c1121f; }
.np-lead {
  margin: 0 0 1.2rem;
  color: #5b6b7c;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 38rem;
}
.np-cta { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1rem; }
.np-pills { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; margin: 0; padding: 0; }
.np-pills li {
  background: #fff;
  border: 1px solid #e2eaf3;
  border-radius: 999px;
  padding: .4rem .75rem;
  font-size: .82rem;
  color: #4a5d73;
  font-weight: 650;
}

.np-visual {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 22px 50px rgba(14,42,71,.14);
  border: 1px solid rgba(226,234,243,.9);
  background: #0e2a47;
  min-height: 320px;
}
.np-visual img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  filter: saturate(1.05);
}
.np-visual-card {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: .85rem 1rem;
  display: grid;
  gap: .15rem;
}
.np-visual-card strong { color: #0e2a47; font-size: .95rem; }
.np-visual-card span { color: #5b6b7c; font-size: .82rem; }

.np-section { padding: 2.8rem 0; }
.np-section.alt { background: #fff; }
.np-section.band {
  background: linear-gradient(135deg, #0e2a47 0%, #123a5c 55%, #1a7a74 140%);
  color: #fff;
}
.np-sec-head { margin: 0 0 1.4rem; max-width: 40rem; }
.np-sec-head .np-eyebrow {
  color: #1a7a74;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 .4rem;
}
.np-section.band .np-sec-head .np-eyebrow { color: #b8ebe4; }
.np-sec-head h2 {
  margin: 0 0 .45rem !important;
  color: #0e2a47 !important;
  font-size: clamp(1.45rem, 2.6vw, 1.95rem) !important;
  line-height: 1.25 !important;
}
.np-section.band .np-sec-head h2 { color: #fff !important; }
.np-sec-head p { margin: 0; color: #5b6b7c; line-height: 1.6; }
.np-section.band .np-sec-head p { color: rgba(255,255,255,.82); }

.np-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}
.np-stat {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 18px;
  padding: 1.1rem 1rem;
  text-align: center;
  box-shadow: 0 10px 28px rgba(14,42,71,.05);
}
.np-stat b {
  display: block;
  font-size: 1.55rem;
  color: #0e2a47;
  letter-spacing: -0.02em;
  margin-bottom: .2rem;
}
.np-stat span { color: #5b6b7c; font-size: .86rem; font-weight: 650; }

.np-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}
.np-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.np-card {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 20px;
  padding: 1.2rem 1.15rem;
  box-shadow: 0 12px 30px rgba(14,42,71,.05);
  display: flex;
  flex-direction: column;
  gap: .55rem;
  transition: transform .25s ease, box-shadow .25s ease;
}
.np-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(14,42,71,.1);
}
.np-ico {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #e8f6f4, #dff3ef);
  color: #1a7a74;
  flex: 0 0 auto;
}
.np-ico.red { background: linear-gradient(145deg, #fde8ea, #f9d5d8); color: #c1121f; }
.np-ico.navy { background: linear-gradient(145deg, #e8eef5, #dce6f1); color: #0e2a47; }
.np-card h3 {
  margin: 0 !important;
  color: #0e2a47 !important;
  font-size: 1.05rem !important;
  line-height: 1.3 !important;
}
.np-card p {
  margin: 0;
  color: #5b6b7c;
  line-height: 1.6;
  font-size: .92rem;
  flex: 1;
}
.np-card-link {
  margin-top: .35rem;
  color: #1a7a74;
  font-weight: 750;
  text-decoration: none;
  font-size: .9rem;
}
.np-card-link:hover { color: #0e2a47; }

.np-story {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1.5rem;
  align-items: center;
}
.np-story-media {
  border-radius: 22px;
  overflow: hidden;
  min-height: 280px;
  background:
    linear-gradient(160deg, rgba(14,42,71,.55), rgba(26,122,116,.35)),
    url('https://www.nazarhealthcare.com/wp-content/uploads/2025/07/photo-1538108149393-fbbd81895907.avif') center/cover;
  box-shadow: 0 18px 44px rgba(14,42,71,.14);
  position: relative;
}
.np-story-media .np-float {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: #fff;
  border-radius: 14px;
  padding: .75rem .9rem;
  box-shadow: 0 10px 24px rgba(14,42,71,.16);
  max-width: 14rem;
}
.np-story-media .np-float strong { display: block; color: #0e2a47; font-size: .9rem; }
.np-story-media .np-float span { color: #5b6b7c; font-size: .78rem; }
.np-story-copy h2 {
  margin: 0 0 .7rem !important;
  color: #0e2a47 !important;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem) !important;
}
.np-story-copy p { color: #5b6b7c; line-height: 1.7; margin: 0 0 .85rem; }
.np-checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.np-checklist li {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  color: #1c2a39;
  font-weight: 650;
  font-size: .95rem;
}
.np-checklist li::before {
  content: "";
  width: .7rem;
  height: .7rem;
  margin-top: .35rem;
  border-radius: 50%;
  background: #1a7a74;
  box-shadow: 0 0 0 4px #e8f6f4;
  flex: 0 0 auto;
}

.np-service {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 32px rgba(14,42,71,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.np-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(14,42,71,.12);
}
.np-service-top {
  padding: 1.15rem 1.15rem .85rem;
  background: linear-gradient(180deg, #f8fbfd, #fff);
  border-bottom: 1px solid #eef3f8;
}
.np-service-top h3 {
  margin: .55rem 0 .35rem !important;
  color: #0e2a47 !important;
  font-size: 1.12rem !important;
}
.np-service-top p { margin: 0; color: #5b6b7c; font-size: .9rem; line-height: 1.55; }
.np-service-body {
  padding: .9rem 1.15rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  flex: 1;
}
.np-tags { display: flex; flex-wrap: wrap; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.np-tags li {
  background: #eef8f6;
  color: #0f766e;
  border-radius: 999px;
  padding: .28rem .6rem;
  font-size: .72rem;
  font-weight: 700;
}
.np-service-meta {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  justify-content: space-between;
}
.np-service-meta .doc { color: #0e2a47; font-size: .84rem; font-weight: 750; }
.np-service-meta .time { color: #1a7a74; font-size: .78rem; font-weight: 700; }

.np-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  counter-reset: step;
}
.np-step {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: 1.15rem 1.05rem;
  position: relative;
}
.np-step::before {
  counter-increment: step;
  content: counter(step);
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #0e2a47;
  font-weight: 800;
  margin-bottom: .7rem;
}
.np-step h3 { margin: 0 0 .35rem !important; color: #fff !important; font-size: 1.05rem !important; }
.np-step p { margin: 0; color: rgba(255,255,255,.82); font-size: .9rem; line-height: 1.55; }

.np-edu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.np-edu article {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 20px;
  padding: 1.25rem 1.2rem;
  box-shadow: 0 12px 30px rgba(14,42,71,.05);
}
.np-edu .cat {
  display: inline-flex;
  background: #eef3f8;
  color: #0e2a47;
  border-radius: 999px;
  padding: .28rem .65rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: .65rem;
}
.np-edu .cat.child { background: #e8f6f4; color: #1a7a74; }
.np-edu .cat.women { background: #fde8ea; color: #9b0d18; }
.np-edu .cat.eye { background: #e8eef5; color: #0e2a47; }
.np-edu h3 {
  margin: 0 0 .5rem !important;
  color: #0e2a47 !important;
  font-size: 1.12rem !important;
}
.np-edu p { margin: 0 0 .7rem; color: #5b6b7c; line-height: 1.65; font-size: .94rem; }
.np-edu ul { margin: 0; padding: 0 0 0 1.1rem; color: #4a5d73; display: grid; gap: .35rem; font-size: .9rem; line-height: 1.5; }

.np-contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 1.1rem;
}
.np-contact-list { display: grid; gap: .75rem; }
.np-contact-item {
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 1rem 1.05rem;
  display: flex;
  gap: .75rem;
  align-items: flex-start;
}
.np-contact-item strong { display: block; color: #0e2a47; margin-bottom: .15rem; }
.np-contact-item a, .np-contact-item span { color: #5b6b7c; text-decoration: none; font-size: .92rem; }
.np-contact-item a:hover { color: #1a7a74; }
.np-map {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e6edf5;
  min-height: 320px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14,42,71,.06);
}
.np-map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }

.np-final {
  padding: 2.4rem 0 3rem;
}
.np-final-inner {
  background: linear-gradient(135deg, #0e2a47, #15405f 60%, #1a7a74);
  border-radius: 24px;
  padding: 1.8rem 1.5rem;
  color: #fff;
  display: grid;
  gap: 1rem;
  align-items: center;
  grid-template-columns: 1.3fr auto;
  box-shadow: 0 22px 50px rgba(14,42,71,.2);
}
.np-final-inner h2 {
  margin: 0 0 .35rem !important;
  color: #fff !important;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem) !important;
}
.np-final-inner p { margin: 0; color: rgba(255,255,255,.85); line-height: 1.55; }
.np-final-actions { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: flex-end; }

.np-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
  transition-delay: calc(var(--d, 0) * 60ms);
}
.np-reveal.is-in { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .np-hero-grid,
  .np-story,
  .np-contact-grid,
  .np-final-inner { grid-template-columns: 1fr; }
  .np-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .np-grid-3, .np-steps { grid-template-columns: 1fr 1fr; }
  .np-final-actions { justify-content: flex-start; }
  .np-visual img { height: 280px; }
}
@media (max-width: 720px) {
  .np-grid-2,
  .np-grid-3,
  .np-edu,
  .np-steps { grid-template-columns: 1fr; }
  .np-section { padding: 2.1rem 0; }
  .np-hero { padding: 1rem 0 1.8rem; }
  .np-visual { min-height: 0; }
  .np-visual img { height: 240px; }
  .np-story-media { min-height: 220px; }
}
@media (max-width: 480px) {
  .np-stats { grid-template-columns: 1fr 1fr; gap: .55rem; }
  .np-stat { padding: .85rem .65rem; }
  .np-stat b { font-size: 1.25rem; }
  .np-cta .nhc-btn { width: 100%; }
}


/* page centering + compact crumbs */
body.nhc-page #content,
body.nhc-page .site-content,
body.nhc-page .ast-container {
  max-width: none !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.np .nhc-wrap {
  width: min(100% - 2rem, var(--nhc-max, 1120px));
  max-width: var(--nhc-max, 1120px);
  margin-left: auto !important;
  margin-right: auto !important;
}
.np-hero { padding-top: 0.85rem; }
.np-crumbs ol { font-size: 0.8rem; }

/* About facility photo strip */
.np-facility-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.np-facility-strip figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6edf5;
  background: #0e2a47;
  box-shadow: 0 12px 30px rgba(14,42,71,.08);
}
.np-facility-strip img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.np-facility-strip figcaption {
  padding: 0.55rem 0.8rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0e2a47;
  background: #fff;
}
@media (max-width: 720px) {
  .np-facility-strip { grid-template-columns: 1fr; }
  .np-facility-strip img { height: 200px; }
}

/* Clinic timings board */
.nhc-timings-board {
  background: #fff;
  border: 1px solid #d7e2ea;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(14,42,71,0.05);
}
.nhc-timings-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.15rem;
  background: linear-gradient(120deg, #0e2a47, #143a5c);
  color: #dce8f4;
}
.nhc-timings-head strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
}
.nhc-timings-head span { display: block; font-size: 0.88rem; opacity: 0.9; }
.nhc-timings-head-right { text-align: right; }
.nhc-timings-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.nhc-timings-table th,
.nhc-timings-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e6eef4;
  vertical-align: top;
}
.nhc-timings-table th {
  background: #f3f7fa;
  color: #0e2a47;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.nhc-timings-table a { color: #0e2a47; font-weight: 700; text-decoration: none; }
.nhc-timings-table a:hover { color: #1a7a74; }
.nhc-timings-table strong { color: #1a7a74; }
.nhc-timings-note {
  margin: 0;
  padding: 0.9rem 1.15rem 1.1rem;
  color: #5b6b7c;
  font-size: 0.9rem;
  background: #f8fbfd;
}
@media (max-width: 720px) {
  .nhc-timings-table, .nhc-timings-table thead, .nhc-timings-table tbody,
  .nhc-timings-table th, .nhc-timings-table td, .nhc-timings-table tr { display: block; }
  .nhc-timings-table thead { display: none; }
  .nhc-timings-table tr {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #e6eef4;
  }
  .nhc-timings-table td {
    border: 0;
    padding: 0.2rem 0;
  }
  .nhc-timings-table td:first-child { margin-bottom: 0.25rem; }
  .nhc-timings-head-right { text-align: left; }
}
@media print {
  .nhc-no-print,
  .nhc-topbar, .nhc-header, .nhc-footer,
  .nhc-float-actions, .nhc-mobile-cta, .nhc-book-modal { display: none !important; }
  body { background: #fff !important; }
  .nhc-timings-board { box-shadow: none; border-color: #bbb; }
  .nhc-timings-table td, .nhc-timings-table th { padding: 0.45rem 0.5rem; font-size: 11pt; }
  .np-hero { padding: 0.5rem 0 !important; }
}

/* ---------- Blog / guide posts ---------- */
body.single-post.nhc-page .site-content > .ast-container,
body.single.nhc-page .site-content > .ast-container {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}
.nhc-post {
  width: 100%;
}
.nhc-post-article {
  padding: 0.5rem 0 2.5rem;
}
.nhc-post-wrap {
  max-width: 760px !important;
  margin-inline: auto;
  background: #fff;
  border: 1px solid #e6eef4;
  border-radius: 22px;
  padding: 1.4rem 1.35rem 1.6rem;
  box-shadow: 0 12px 34px rgba(14, 42, 71, 0.06);
}
.nhc-post-title {
  margin: 0.35rem 0 1rem !important;
  font-size: clamp(1.55rem, 3vw, 2.15rem) !important;
  line-height: 1.2 !important;
  color: #0e2a47 !important;
}
.nhc-post-hero {
  margin: 0 0 1.15rem;
  border-radius: 16px;
  overflow: hidden;
  background: #eef4f8;
  border: 1px solid #e4eef4;
}
.nhc-post-hero img,
.nhc-post-body img,
.nhc-post-body .wp-block-image img,
.nhc-post-body .alignnone,
.nhc-post-body .aligncenter,
.nhc-post-body .size-full,
.nhc-post-body .size-large {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  border-radius: 12px;
}
.nhc-post-hero img {
  max-height: 360px;
  object-fit: cover;
  border-radius: 0;
}
.nhc-post-lead {
  margin-bottom: 1.25rem;
}
.nhc-post-body {
  line-height: 1.75;
  color: #243447;
}
.nhc-post-body h2 {
  margin: 1.6rem 0 0.65rem !important;
  font-size: 1.25rem !important;
  color: #0e2a47 !important;
}
.nhc-post-body ul {
  padding-left: 1.15rem;
  margin: 0.5rem 0 1rem;
}
.nhc-post-body li { margin: 0.35rem 0; }
.nhc-post-body a { color: #1a7a74; font-weight: 650; }
.nhc-post-cta {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.nhc-post-related {
  margin-top: 1.35rem;
  color: #5b6b7c;
}
@media (max-width: 720px) {
  .nhc-post-wrap {
    padding: 1.1rem 1rem 1.35rem;
    border-radius: 18px;
  }
  .nhc-post-hero img { max-height: 220px; }
  .nhc-post-cta .nhc-btn { flex: 1 1 100%; justify-content: center; }
}

.nhc-post-related-block { margin-top: 1.75rem; padding-top: 1.1rem; border-top: 1px solid #e6eef4; }
.nhc-post-related-block h2 { margin: 0 0 .7rem !important; font-size: 1.15rem !important; color: #0e2a47 !important; }
.nhc-post-related-block ul { margin: 0; padding-left: 1.1rem; display: grid; gap: .4rem; }
.nhc-post-related-block a { color: #1a7a74; font-weight: 650; text-decoration: none; }
.nhc-post-related-block a:hover { text-decoration: underline; }
.nhc-post-faq h2 { margin-top: 1.6rem !important; }
.nhc-post-faq h3 { margin: 1rem 0 .35rem !important; font-size: 1.02rem !important; color: #0e2a47 !important; }
