.elementor-235 .elementor-element.elementor-element-b1a015b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ============================================
   DR. SHIV GOEL, MD — /dr-shiv-goel
   PrimeVitalityHealth.com
   Brand:  Navy #0D2B4E | Teal #00838F | Gold #D4A017
   Fonts:  Playfair Display (display) | DM Sans (body)
   NO HEADER / NO FOOTER — Elementor handles those
   ============================================ */

/* === TOKENS === */
:root {
  --text-xs:   clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm:   clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  --text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --text-lg:   clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  --text-xl:   clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
  --text-2xl:  clamp(2rem, 1.2rem + 2.5vw, 3.5rem);

  --space-1: 0.25rem; --space-2: 0.5rem; --space-3: 0.75rem;
  --space-4: 1rem; --space-5: 1.25rem; --space-6: 1.5rem;
  --space-8: 2rem; --space-10: 2.5rem; --space-12: 3rem;
  --space-16: 4rem; --space-20: 5rem; --space-24: 6rem;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', 'Helvetica Neue', sans-serif;
  --radius-sm: 0.375rem; --radius-md: 0.5rem; --radius-lg: 0.75rem; --radius-xl: 1rem;
  --radius-full: 9999px;
  --transition: 200ms cubic-bezier(0.16, 1, 0.3, 1);
  --content-wide: 1200px;

  /* Brand Colors */
  --navy: #0D2B4E;
  --teal: #00838F;
  --teal-hover: #006d77;
  --gold: #D4A017;
  --gold-hover: #b8880f;
  --gold-light: #fdf5e0;
  --charcoal: #2D2D2D;

  --color-bg: #FFFFFF;
  --color-surface: #FFFFFF;
  --color-surface-teal: #E8F5F6;
  --color-surface-gray: #F4F6F8;
  --color-surface-warm: #FBF9F5;
  --color-divider: #E2E8ED;
  --color-border: #D5DCE3;
  --color-text: #2D2D2D;
  --color-text-muted: #5E6B7A;
  --color-text-faint: #94A0B0;
  --color-text-inverse: #FFFFFF;
  --color-heading: #0D2B4E;
  --color-link: #00838F;
  --shadow-sm: 0 1px 3px rgba(13,43,78,0.06);
  --shadow-md: 0 4px 16px rgba(13,43,78,0.08);
  --shadow-lg: 0 12px 40px rgba(13,43,78,0.1);
}

/* === BASE (page-only, no header/footer) === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { line-height: 1.65; font-family: var(--font-body); font-size: var(--text-base); color: var(--color-text); background: var(--color-bg); }
img, svg { display: block; max-width: 100%; height: auto; }
ul[role="list"] { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); text-wrap: balance; line-height: 1.15; color: var(--color-heading); }
p, li { text-wrap: pretty; max-width: 72ch; }
a { color: var(--color-link); text-decoration: none; transition: all var(--transition); }
a:hover { color: var(--teal-hover); }
::selection { background: rgba(0,131,143,0.18); }
button { cursor: pointer; background: none; border: none; font: inherit; }

/* === LAYOUT === */
.container { width: 100%; max-width: var(--content-wide); margin: 0 auto; padding-inline: var(--space-6); }
.section { padding-block: clamp(var(--space-12), 7vw, var(--space-24)); }

.section__eyebrow {
  display: inline-block; font-family: var(--font-body); font-size: var(--text-xs);
  font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); margin-bottom: var(--space-3);
}

.section__title { font-size: var(--text-xl); font-weight: 700; margin-bottom: var(--space-4); }
.section__subtitle { font-size: var(--text-base); color: var(--color-text-muted); max-width: 640px; line-height: 1.65; }

/* === BUTTONS === */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2);
  font-family: var(--font-body); font-weight: 600; text-decoration: none;
  border-radius: var(--radius-md); border: 2px solid transparent; white-space: nowrap;
  transition: all var(--transition);
}
.btn--sm { padding: var(--space-2) var(--space-5); font-size: var(--text-sm); }
.btn--lg { padding: var(--space-4) var(--space-8); font-size: var(--text-sm); }
.btn--gold { background: var(--gold); color: #0D2B4E; border-color: var(--gold); }
.btn--gold:hover { background: var(--gold-hover); border-color: var(--gold-hover); transform: translateY(-1px); box-shadow: var(--shadow-md); color: #0D2B4E; }
.btn--teal { background: var(--teal); color: var(--color-text-inverse); border-color: var(--teal); }
.btn--teal:hover { background: var(--teal-hover); border-color: var(--teal-hover); transform: translateY(-1px); box-shadow: var(--shadow-md); color: #fff; }
.btn--outline { background: transparent; color: var(--teal); border-color: var(--teal); }
.btn--outline:hover { background: var(--teal); color: #fff; transform: translateY(-1px); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.btn--outline-light:hover { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff; }

/* === PAGE HERO (interior) === */
.page-hero {
  position: relative; min-height: 58vh; display: flex; align-items: center;
  padding: var(--space-16) var(--space-6); overflow: hidden;
}
.page-hero__bg { position: absolute; inset: 0; z-index: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.page-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,43,78,0.92) 0%, rgba(0,131,143,0.62) 100%);
}
.page-hero__content { position: relative; z-index: 1; max-width: 760px; color: #fff; }
.page-hero__breadcrumb {
  display: flex; align-items: center; gap: var(--space-2); margin-bottom: var(--space-4);
  font-size: var(--text-xs); font-weight: 500; color: rgba(255,255,255,0.6);
}
.page-hero__breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.page-hero__breadcrumb a:hover { color: #fff; }
.page-hero__breadcrumb svg { opacity: 0.4; }
.page-hero h1 { font-size: var(--text-2xl); font-weight: 700; color: #fff; margin-bottom: var(--space-3); line-height: 1.1; }
.page-hero p { font-size: var(--text-base); color: rgba(255,255,255,0.85); line-height: 1.6; margin-bottom: var(--space-6); max-width: 640px; }
.page-hero__ctas { display: flex; gap: var(--space-4); flex-wrap: wrap; }
.page-hero .trust-pills { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-top: var(--space-6); }
.trust-pill {
  display: inline-flex; align-items: center; gap: var(--space-1);
  padding: var(--space-1) var(--space-3); font-size: var(--text-xs); font-weight: 500;
  color: rgba(255,255,255,0.75); background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-full);
}
.trust-pill svg { color: var(--gold); opacity: 0.7; }

/* === SECTION 2: PHYSICIAN INTRODUCTION === */
.physician-intro { background: var(--color-bg); }
.physician-intro__layout {
  display: grid; grid-template-columns: 420px 1fr; gap: var(--space-12); align-items: start;
}
.physician-intro__photo {
  position: sticky; top: 6rem;
  border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg);
}
.physician-intro__photo img { width: 100%; display: block; }
.physician-intro__photo-caption {
  background: var(--navy); color: rgba(255,255,255,0.8);
  padding: var(--space-4) var(--space-5); font-size: var(--text-xs); font-weight: 500;
  letter-spacing: 0.04em; text-align: center; border-radius: 0 0 var(--radius-xl) var(--radius-xl);
}
.physician-intro__content h2 { margin-bottom: var(--space-5); }
.physician-intro__content p {
  font-size: var(--text-base); color: var(--color-text-muted); line-height: 1.75;
  margin-bottom: var(--space-5);
}
.physician-intro__content p:last-of-type { margin-bottom: 0; }

/* === SECTION 3: CREDENTIALS & EDUCATION === */
.credentials { background: var(--color-surface-teal); }
.credentials .section__title { text-align: center; }
.credentials .section__subtitle { text-align: center; margin: 0 auto var(--space-10); }

.credentials__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-5);
}
.credential-card {
  background: var(--color-surface); border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl); padding: var(--space-6);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  display: flex; align-items: flex-start; gap: var(--space-4);
}
.credential-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--teal); }
.credential-card__icon {
  width: 44px; height: 44px; border-radius: var(--radius-md);
  background: var(--color-surface-teal); color: var(--teal);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.credential-card__body { flex: 1; }
.credential-card__label {
  font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--gold); margin-bottom: var(--space-1);
}
.credential-card__title {
  font-family: var(--font-body); font-size: var(--text-sm); font-weight: 700;
  color: var(--color-heading); line-height: 1.3;
}
.credential-card__sub {
  font-size: var(--text-xs); color: var(--color-text-muted); margin-top: var(--space-1);
}

/* === SECTION 4: AREAS OF EXPERTISE === */
.expertise { background: var(--color-bg); }
.expertise .section__title { text-align: center; }
.expertise .section__subtitle { text-align: center; margin: 0 auto var(--space-12); }

.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-5); }
.expertise-card {
  background: var(--color-surface-gray); border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl); padding: var(--space-6); text-align: center;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, border-color 0.3s;
}
.expertise-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-lg);
  background: var(--color-surface); border-color: var(--teal);
}
.expertise-card__icon {
  color: var(--teal); margin-bottom: var(--space-4);
  display: flex; justify-content: center;
}
.expertise-card h3 {
  font-family: var(--font-body); font-size: var(--text-sm); font-weight: 700;
  color: var(--color-heading); margin-bottom: var(--space-2); line-height: 1.4;
}
.expertise-card p {
  font-size: var(--text-xs); color: var(--color-text-muted); line-height: 1.65;
  margin: 0 auto;
}

/* === SECTION 5: PHILOSOPHY & APPROACH (NAVY BG) === */
.philosophy { background: var(--navy); color: #fff; }
.philosophy .section__eyebrow { color: var(--gold); }
.philosophy__inner { max-width: 880px; margin: 0 auto; text-align: center; }

.philosophy__quote {
  position: relative; margin-bottom: var(--space-10);
}
.philosophy__quote::before {
  content: '"';
  font-family: var(--font-display); font-size: 7rem; line-height: 0.7;
  color: var(--gold); opacity: 0.25;
  position: absolute; top: -1.5rem; left: 50%; transform: translateX(-50%);
  pointer-events: none;
}
.philosophy__quote blockquote {
  font-family: var(--font-display); font-size: var(--text-xl); font-weight: 600;
  color: #fff; line-height: 1.5; font-style: italic;
  padding: var(--space-10) var(--space-8) var(--space-6);
  border-left: 4px solid var(--gold); text-align: left; max-width: none;
  background: rgba(255,255,255,0.04); border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}
.philosophy__quote cite {
  display: block; margin-top: var(--space-5);
  font-family: var(--font-body); font-size: var(--text-sm); font-style: normal;
  color: var(--gold); font-weight: 600; letter-spacing: 0.04em; text-align: right;
}

.philosophy__pillars {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6);
  margin-top: var(--space-10);
}
.pillar {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xl); padding: var(--space-8) var(--space-6);
  text-align: center; transition: background 0.3s, border-color 0.3s;
}
.pillar:hover { background: rgba(255,255,255,0.09); border-color: rgba(212,160,23,0.4); }
.pillar__icon {
  width: 52px; height: 52px; border-radius: var(--radius-full);
  background: rgba(212,160,23,0.15); color: var(--gold);
  display: flex; align-items: center; justify-content: center; margin: 0 auto var(--space-4);
}
.pillar h3 {
  font-family: var(--font-body); font-size: var(--text-sm); font-weight: 700;
  color: #fff; margin-bottom: var(--space-3); line-height: 1.4;
}
.pillar p { font-size: var(--text-xs); color: rgba(255,255,255,0.65); line-height: 1.7; max-width: none; }

/* === SECTION 6: PRACTICES & ECOSYSTEM === */
.ecosystem { background: var(--color-surface-gray); }
.ecosystem .section__title { text-align: center; }
.ecosystem .section__subtitle { text-align: center; margin: 0 auto var(--space-12); }

.ecosystem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-6); }
.ecosystem-card {
  background: var(--color-surface); border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl); padding: var(--space-8);
  text-decoration: none; color: var(--color-text);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  display: flex; flex-direction: column; gap: var(--space-4);
}
.ecosystem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--teal); color: var(--color-text); }
.ecosystem-card__header { display: flex; align-items: center; gap: var(--space-4); }
.ecosystem-card__badge {
  width: 52px; height: 52px; border-radius: var(--radius-lg); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.ecosystem-card__badge--teal { background: var(--color-surface-teal); color: var(--teal); }
.ecosystem-card__badge--gold { background: var(--gold-light); color: var(--gold); }
.ecosystem-card__badge--navy { background: rgba(13,43,78,0.08); color: var(--navy); }
.ecosystem-card__badge--charcoal { background: var(--color-surface-gray); color: var(--charcoal); }
.ecosystem-card__title-block h3 {
  font-size: var(--text-lg); font-weight: 700; color: var(--color-heading); margin-bottom: var(--space-1);
}
.ecosystem-card__title-block span {
  font-size: var(--text-xs); color: var(--teal); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
}
.ecosystem-card p { font-size: var(--text-sm); color: var(--color-text-muted); line-height: 1.7; margin-bottom: 0; }
.ecosystem-card__link {
  display: inline-flex; align-items: center; gap: var(--space-2);
  font-size: var(--text-sm); font-weight: 600; color: var(--teal);
  margin-top: auto;
}

/* === SECTION 7: PUBLICATIONS & MEDIA === */
.publications { background: var(--color-surface-warm); }
.publications__layout { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-10); align-items: center; }
.publications__content h2 { margin-bottom: var(--space-4); }
.publications__content p { font-size: var(--text-base); color: var(--color-text-muted); line-height: 1.75; margin-bottom: var(--space-5); }
.publications__media-list { display: flex; flex-direction: column; gap: var(--space-4); margin-top: var(--space-6); }
.pub-item {
  display: flex; align-items: flex-start; gap: var(--space-4);
  padding: var(--space-5); background: var(--color-surface);
  border: 1px solid var(--color-divider); border-radius: var(--radius-lg);
  transition: box-shadow 0.3s, border-color 0.3s;
}
.pub-item:hover { box-shadow: var(--shadow-md); border-color: var(--teal); }
.pub-item__icon {
  width: 44px; height: 44px; border-radius: var(--radius-md);
  background: var(--color-surface-teal); color: var(--teal);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.pub-item__body { flex: 1; }
.pub-item__body h4 {
  font-family: var(--font-body); font-size: var(--text-sm); font-weight: 700;
  color: var(--color-heading); margin-bottom: var(--space-1);
}
.pub-item__body p { font-size: var(--text-xs); color: var(--color-text-muted); margin-bottom: 0; }
.pub-item__body a { color: var(--teal); font-size: var(--text-xs); font-weight: 600; }

.publications__visual {
  border-radius: var(--radius-xl); background: var(--color-surface-teal);
  padding: var(--space-8); display: flex; flex-direction: column; gap: var(--space-6);
}
.pub-stat { text-align: center; }
.pub-stat__number {
  font-family: var(--font-display); font-size: var(--text-2xl); font-weight: 700;
  color: var(--teal); display: block; line-height: 1;
}
.pub-stat__label { font-size: var(--text-xs); color: var(--color-text-muted); margin-top: var(--space-1); display: block; }
.pub-divider { height: 1px; background: var(--color-divider); }

/* === SECTION 8: FAQ === */
.faq { background: var(--color-surface-warm); }
.faq__layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: var(--space-10); align-items: start; }
.faq__header h2 { font-size: var(--text-xl); margin-bottom: var(--space-4); }
.faq__header p { font-size: var(--text-sm); color: var(--color-text-muted); line-height: 1.7; }
.faq__header { position: sticky; top: 6rem; }

.faq__list { display: flex; flex-direction: column; gap: var(--space-3); }

.faq-item {
  background: var(--color-surface); border: 1px solid var(--color-divider);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: box-shadow 0.3s;
}
.faq-item[open] { box-shadow: var(--shadow-md); border-color: var(--teal); }

.faq-item__q {
  display: flex; align-items: center; justify-content: space-between; gap: var(--space-4);
  padding: var(--space-5) var(--space-6); cursor: pointer;
  font-family: var(--font-body); font-size: var(--text-sm); font-weight: 600;
  color: var(--color-heading); list-style: none; user-select: none;
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q::marker { display: none; content: ''; }
.faq-item__q span { flex: 1; }
.faq-item__q svg {
  color: var(--teal); flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item[open] .faq-item__q svg { transform: rotate(180deg); }
.faq-item__q:hover { color: var(--teal); }

.faq-item__a {
  padding: 0 var(--space-6) var(--space-6);
}
.faq-item__a p {
  font-size: var(--text-sm); color: var(--color-text-muted); line-height: 1.75;
}
.faq-item__a a { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; }

/* === CTA BANNER === */
.cta-banner {
  background: var(--color-surface-teal); padding-block: clamp(var(--space-12), 6vw, var(--space-20));
}
.cta-banner__inner {
  display: flex; align-items: center; justify-content: space-between; gap: var(--space-8);
  background: var(--color-surface); border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl); padding: var(--space-8) var(--space-10);
  box-shadow: var(--shadow-md);
}
.cta-banner__text h2 { font-size: var(--text-lg); margin-bottom: var(--space-2); }
.cta-banner__text p { font-size: var(--text-sm); color: var(--color-text-muted); }
.cta-banner__actions { display: flex; gap: var(--space-3); flex-shrink: 0; flex-wrap: wrap; }

/* === ANIMATIONS === */
.animate-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.animate-in.is-visible { opacity: 1; transform: translateY(0); }

/* Staggered delays for grids */
.credentials__grid .animate-in:nth-child(2) { transition-delay: 0.08s; }
.credentials__grid .animate-in:nth-child(3) { transition-delay: 0.16s; }
.credentials__grid .animate-in:nth-child(4) { transition-delay: 0.24s; }
.credentials__grid .animate-in:nth-child(5) { transition-delay: 0.32s; }
.credentials__grid .animate-in:nth-child(6) { transition-delay: 0.40s; }
.credentials__grid .animate-in:nth-child(7) { transition-delay: 0.48s; }
.credentials__grid .animate-in:nth-child(8) { transition-delay: 0.56s; }
.credentials__grid .animate-in:nth-child(9) { transition-delay: 0.64s; }

.expertise-grid .animate-in:nth-child(2) { transition-delay: 0.08s; }
.expertise-grid .animate-in:nth-child(3) { transition-delay: 0.16s; }
.expertise-grid .animate-in:nth-child(4) { transition-delay: 0.24s; }
.expertise-grid .animate-in:nth-child(5) { transition-delay: 0.32s; }
.expertise-grid .animate-in:nth-child(6) { transition-delay: 0.40s; }
.expertise-grid .animate-in:nth-child(7) { transition-delay: 0.48s; }
.expertise-grid .animate-in:nth-child(8) { transition-delay: 0.56s; }

.ecosystem-grid .animate-in:nth-child(2) { transition-delay: 0.1s; }
.ecosystem-grid .animate-in:nth-child(3) { transition-delay: 0.2s; }
.ecosystem-grid .animate-in:nth-child(4) { transition-delay: 0.3s; }

.philosophy__pillars .animate-in:nth-child(2) { transition-delay: 0.1s; }
.philosophy__pillars .animate-in:nth-child(3) { transition-delay: 0.2s; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .physician-intro__layout { grid-template-columns: 1fr; }
  .physician-intro__photo { position: static; max-width: 480px; }
  .credentials__grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .philosophy__pillars { grid-template-columns: 1fr; }
  .publications__layout { grid-template-columns: 1fr; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .faq__layout { grid-template-columns: 1fr; }
  .faq__header { position: static; margin-bottom: var(--space-4); }
}

@media (max-width: 768px) {
  .page-hero { min-height: 50vh; padding: var(--space-12) var(--space-4); }
  .page-hero h1 { font-size: clamp(1.5rem, 1rem + 2.5vw, 2.25rem); }
  .page-hero__ctas { flex-direction: column; }
  .page-hero__ctas .btn { width: 100%; max-width: 320px; }
  .credentials__grid { grid-template-columns: 1fr; }
  .expertise-grid { grid-template-columns: 1fr; }
  .philosophy__quote blockquote { padding: var(--space-8) var(--space-5) var(--space-5); font-size: var(--text-base); }
  .cta-banner__inner { flex-direction: column; text-align: center; }
  .cta-banner__actions { justify-content: center; }
  .publications__visual { display: none; }
}

@media (max-width: 480px) {
  .container { padding-inline: var(--space-4); }
  .cta-banner__inner { padding: var(--space-6); }
  .ecosystem-card { padding: var(--space-6); }
}/* End custom CSS */