.elementor-3230 .elementor-element.elementor-element-f7028bb{--display:flex;--min-height:1440px;--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;}.elementor-3230 .elementor-element.elementor-element-f7028bb:not(.elementor-motion-effects-element-type-background), .elementor-3230 .elementor-element.elementor-element-f7028bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://zenmedicanyc.com/wp-content/uploads/2025/09/Nutritional-Background-2048x922.webp");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-3230 .elementor-element.elementor-element-88e79a2{width:var( --container-widget-width, 768px );max-width:768px;--container-widget-width:768px;--container-widget-flex-grow:0;}.elementor-3230 .elementor-element.elementor-element-88e79a2.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-3230 .elementor-element.elementor-element-bd894d4{width:var( --container-widget-width, 768px );max-width:768px;--container-widget-width:768px;--container-widget-flex-grow:0;}.elementor-3230 .elementor-element.elementor-element-bd894d4.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-3230 .elementor-element.elementor-element-1718948{--spacer-size:50px;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-3230 .elementor-element.elementor-element-f7028bb:not(.elementor-motion-effects-element-type-background), .elementor-3230 .elementor-element.elementor-element-f7028bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:767px){.elementor-3230 .elementor-element.elementor-element-f7028bb:not(.elementor-motion-effects-element-type-background), .elementor-3230 .elementor-element.elementor-element-f7028bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://zenmedicanyc.com/wp-content/uploads/2025/09/Nutritional-Background-2048x922.webp");}}/* Start custom CSS for html, class: .elementor-element-88e79a2 *//* ============= Base / Tokens ============= */
:root{
  --text-size: clamp(17px, 1.05vw + 15px, 18.5px); /* ~17–18.5px */
  --lh: 1.62;
  --accent: #2a7a61;
  --pill-bg: #f3faf7;
  --pill-border: #d9efe6;
}

/* ============= Page ============= */
.consult-page { font-size: var(--text-size); line-height: var(--lh); }
.consult-page .container { max-width: 760px; margin: 0 auto; }

/* Headings (single source of truth) */
.consult-page h1 { margin: 0 0 12px; line-height: 1.2; letter-spacing: -.01em; }
.consult-page h2 { margin: 28px 0 8px; }
.consult-page h3 { margin: 16px 0 6px; }
.consult-page p  { margin: 0 0 12px; }

/* ============= Hero ============= */
.hero-fixed{
  background: url('/path/produce-sides.webp') center / cover no-repeat fixed;
  padding: 64px 0 32px;
}
/* iOS/Tablet: avoid fixed-attachment jank */
@media (max-width: 1024px){
  .hero-fixed{ background-attachment: scroll; }
}

/* Optional hero (no image) variant kept from your earlier setup */
.consult-hero .cta-row{
  display:flex; gap:12px; flex-wrap:wrap; align-items:center;
  margin:14px 0 18px;
}
.consult-hero .btn-primary,
.consult-hero .btn-outline{
  padding:12px 18px; border-radius:12px; font-weight:700; font-size:16px;
}
.consult-hero .btn-primary{ background:var(--accent); color:#fff; border:2px solid var(--accent); }
.consult-hero .btn-outline{ background:#fff; color:var(--accent); border:2px solid var(--accent); }

.consult-hero .trust-strip{
  display:inline-flex; gap:10px; flex-wrap:wrap; align-items:center;
  background: var(--pill-bg);
  border:1px solid var(--pill-border);
  border-radius:999px; padding:8px 14px;
  font-size:15px; font-weight:600; color:#2b3a33;
}
.consult-hero .trust-strip .dot{ opacity:.45; margin:0 2px; }
.consult-hero .after-trust{ height:10px; }

/* ============= Buttons ============= */
.btn-primary, .btn-outline{
  display:inline-block; padding:12px 18px; border-radius:10px; font-weight:600;
  text-decoration:none;
}
.btn-primary{ background:#2a7a61; color:#fff; border:2px solid #2a7a61; }
.btn-primary:hover{ filter:brightness(.95); }
.btn-outline{ background:#fff; color:#2a7a61; border:2px solid #2a7a61; }

/* Force white text on ALL primary buttons (any state, anywhere on the page) */
.consult-page .btn-primary,
.consult-page .btn-primary:link,
.consult-page .btn-primary:visited,
.consult-page .btn-primary:hover,
.consult-page .btn-primary:active,
.consult-page .btn-primary:focus{ color:#fff !important; text-decoration:none; }

/* Better keyboard focus */
.btn-primary:focus-visible,
.btn-outline:focus-visible{
  outline: 3px solid rgba(42,122,97,.35);
  outline-offset: 2px;
}

/* ============= Layout bits ============= */
.section{ border-top:1px solid #eee; padding-top:24px; margin-top:24px; }

/* Right-rail pricing card (desktop) */
.pricing-card{
  position: sticky; top:96px; background:#fff; border:1px solid #eee;
  border-radius:16px; padding:20px; box-shadow:0 6px 18px rgba(0,0,0,.06);
}
@media (max-width:1024px){
  .pricing-card{ position: static; margin-top:16px; }
}

/* Sticky mobile CTA */
@media (max-width:768px){
  .sticky-cta{
    position:fixed; left:0; right:0; bottom:0; z-index:9999;
    background:#2a7a61; color:#fff; text-align:center; padding:12px 16px; font-weight:700;
  }
  /* Scope the body padding to this page to avoid site-wide side effects */
  body.page-id-3230{ padding-bottom:56px; } /* prevent overlap */
}

/* Responsive text nudge */
@media (max-width:768px){
  .consult-page{ font-size: clamp(17px, 2.2vw + 12px, 18px); }
  .consult-hero .cta-row{ margin-bottom:16px; }
}

/* ============= Elementor wrapper width for booking widget (stable, no transform) ============= */
@media (min-width:1025px){
  body.page-id-3230 .elementor-widget-html{
    width:920px !important; max-width:920px !important;
    margin-left:auto !important; margin-right:auto !important;
    overflow:visible !important;
  }
}
@media (min-width:768px) and (max-width:1024px){
  body.page-id-3230 .elementor-widget-html{
    width:780px !important; max-width:780px !important;
    margin-left:auto !important; margin-right:auto !important;
    overflow:visible !important;
  }
}
/* Mobile stays fluid */

/* ============= Contact block (scoped) ============= */
.contact-block{
  /* solid fallback + subtle gradient tint */
  background-color:#ffffff;
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
  border:1px solid #c9ddd5; border-radius:10px;
  padding:28px 18px 32px;
  box-shadow:0 8px 24px rgba(0,0,0,.06), 0 2px 6px rgba(0,0,0,.04);
}
.contact-wrap{ max-width:640px; margin:0 auto; }

.contact-form{ display:grid; gap:14px; align-content:start; }
.contact-form fieldset{ margin:0; padding:0; border:0; }
.contact-form .two-up{
  display:grid; gap:12px; grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}
@media (max-width:520px){
  .contact-form .two-up{ grid-template-columns:1fr; }
}

/* Match field text to paragraph size (~1em) */
.contact-form input,
.contact-form textarea{
  width:100%; background:#fff;
  border:2px solid #33465a; border-radius:6px;
  padding:10px 12px;
  font:inherit; font-size:1em; color:#1b1f22;
  transition: box-shadow .15s ease, border-color .15s ease;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{ color:#7b8793; font-size:.95em; }
.contact-form textarea{ resize:vertical; }

/* Focus ring in brand color */
.contact-form input:focus,
.contact-form textarea:focus{
  outline:none; border-color:#2a7a61; box-shadow:0 0 0 3px rgba(42,122,97,.18);
}

.btn-send{
  display:inline-block; margin-top:6px; padding:10px 26px;
  border-radius:22px; border:0; background:#5e738a; color:#fff; font-weight:600; cursor:pointer;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.btn-send:hover{ background:#495b6d; }
.sr-only{ position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd894d4 *//* ============= Base / Tokens ============= */
:root{
  --text-size: clamp(17px, 1.05vw + 15px, 18.5px); /* ~17–18.5px */
  --lh: 1.62;
  --accent: #2a7a61;
  --pill-bg: #f3faf7;
  --pill-border: #d9efe6;
}

/* ============= Page ============= */
.consult-page { font-size: var(--text-size); line-height: var(--lh); }
.consult-page .container { max-width: 760px; margin: 0 auto; }

/* Headings (single source of truth) */
.consult-page h1 { margin: 0 0 12px; line-height: 1.2; letter-spacing: -.01em; }
.consult-page h2 { margin: 28px 0 8px; }
.consult-page h3 { margin: 16px 0 6px; }
.consult-page p  { margin: 0 0 12px; }

/* ============= Hero ============= */
.hero-fixed{
  background: url('/path/produce-sides.webp') center / cover no-repeat fixed;
  padding: 64px 0 32px;
}
/* iOS/Tablet: avoid fixed-attachment jank */
@media (max-width: 1024px){
  .hero-fixed{ background-attachment: scroll; }
}

/* Optional hero (no image) variant kept from your earlier setup */
.consult-hero .cta-row{
  display:flex; gap:12px; flex-wrap:wrap; align-items:center;
  margin:14px 0 18px;
}
.consult-hero .btn-primary,
.consult-hero .btn-outline{
  padding:12px 18px; border-radius:12px; font-weight:700; font-size:16px;
}
.consult-hero .btn-primary{ background:var(--accent); color:#fff; border:2px solid var(--accent); }
.consult-hero .btn-outline{ background:#fff; color:var(--accent); border:2px solid var(--accent); }

.consult-hero .trust-strip{
  display:inline-flex; gap:10px; flex-wrap:wrap; align-items:center;
  background: var(--pill-bg);
  border:1px solid var(--pill-border);
  border-radius:999px; padding:8px 14px;
  font-size:15px; font-weight:600; color:#2b3a33;
}
.consult-hero .trust-strip .dot{ opacity:.45; margin:0 2px; }
.consult-hero .after-trust{ height:10px; }

/* ============= Buttons ============= */
.btn-primary, .btn-outline{
  display:inline-block; padding:12px 18px; border-radius:10px; font-weight:600;
  text-decoration:none;
}
.btn-primary{ background:#2a7a61; color:#fff; border:2px solid #2a7a61; }
.btn-primary:hover{ filter:brightness(.95); }
.btn-outline{ background:#fff; color:#2a7a61; border:2px solid #2a7a61; }

/* Force white text on ALL primary buttons (any state, anywhere on the page) */
.consult-page .btn-primary,
.consult-page .btn-primary:link,
.consult-page .btn-primary:visited,
.consult-page .btn-primary:hover,
.consult-page .btn-primary:active,
.consult-page .btn-primary:focus{ color:#fff !important; text-decoration:none; }

/* Better keyboard focus */
.btn-primary:focus-visible,
.btn-outline:focus-visible{
  outline: 3px solid rgba(42,122,97,.35);
  outline-offset: 2px;
}

/* ============= Layout bits ============= */
.section{ border-top:1px solid #eee; padding-top:24px; margin-top:24px; }

/* Right-rail pricing card (desktop) */
.pricing-card{
  position: sticky; top:96px; background:#fff; border:1px solid #eee;
  border-radius:16px; padding:20px; box-shadow:0 6px 18px rgba(0,0,0,.06);
}
@media (max-width:1024px){
  .pricing-card{ position: static; margin-top:16px; }
}

/* Sticky mobile CTA */
@media (max-width:768px){
  .sticky-cta{
    position:fixed; left:0; right:0; bottom:0; z-index:9999;
    background:#2a7a61; color:#fff; text-align:center; padding:12px 16px; font-weight:700;
  }
  /* Scope the body padding to this page to avoid site-wide side effects */
  body.page-id-3230{ padding-bottom:56px; } /* prevent overlap */
}

/* Responsive text nudge */
@media (max-width:768px){
  .consult-page{ font-size: clamp(17px, 2.2vw + 12px, 18px); }
  .consult-hero .cta-row{ margin-bottom:16px; }
}

/* ============= Elementor wrapper width for booking widget (stable, no transform) ============= */
@media (min-width:1025px){
  body.page-id-3230 .elementor-widget-html{
    width:920px !important; max-width:920px !important;
    margin-left:auto !important; margin-right:auto !important;
    overflow:visible !important;
  }
}
@media (min-width:768px) and (max-width:1024px){
  body.page-id-3230 .elementor-widget-html{
    width:780px !important; max-width:780px !important;
    margin-left:auto !important; margin-right:auto !important;
    overflow:visible !important;
  }
}
/* Mobile stays fluid */

/* ============= Contact block (scoped) ============= */
.contact-block{
  /* solid fallback + subtle gradient tint */
  background-color:#ffffff;
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
  border:1px solid #c9ddd5; border-radius:10px;
  padding:28px 18px 32px;
  box-shadow:0 8px 24px rgba(0,0,0,.06), 0 2px 6px rgba(0,0,0,.04);
}
.contact-wrap{ max-width:640px; margin:0 auto; }

.contact-form{ display:grid; gap:14px; align-content:start; }
.contact-form fieldset{ margin:0; padding:0; border:0; }
.contact-form .two-up{
  display:grid; gap:12px; grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}
@media (max-width:520px){
  .contact-form .two-up{ grid-template-columns:1fr; }
}

/* Match field text to paragraph size (~1em) */
.contact-form input,
.contact-form textarea{
  width:100%; background:#fff;
  border:2px solid #33465a; border-radius:6px;
  padding:10px 12px;
  font:inherit; font-size:1em; color:#1b1f22;
  transition: box-shadow .15s ease, border-color .15s ease;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{ color:#7b8793; font-size:.95em; }
.contact-form textarea{ resize:vertical; }

/* Focus ring in brand color */
.contact-form input:focus,
.contact-form textarea:focus{
  outline:none; border-color:#2a7a61; box-shadow:0 0 0 3px rgba(42,122,97,.18);
}

.btn-send{
  display:inline-block; margin-top:6px; padding:10px 26px;
  border-radius:22px; border:0; background:#5e738a; color:#fff; font-weight:600; cursor:pointer;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.btn-send:hover{ background:#495b6d; }
.sr-only{ position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }/* End custom CSS */