.elementor-kit-611{--e-global-color-primary:#0F2944;--e-global-color-secondary:#E8F4FB;--e-global-color-text:#1F2937;--e-global-color-accent:#3FB3E8;--e-global-color-kadence1:#0B2038;--e-global-color-kadence2:#7AC9EC;--e-global-color-kadence3:#C5E5F4;--e-global-color-kadence4:#0A0A0A;--e-global-color-kadence5:#587089;--e-global-color-kadence6:#4B5563;--e-global-color-kadence7:#E5E7EB;--e-global-color-kadence8:#f5f7fa;--e-global-color-kadence9:#ffffff;--e-global-color-c696dce:#7AC9EC;--e-global-color-14ef391:#C5E5F4;--e-global-color-764183d:#0B2038;--e-global-color-d6cea4e:#0A0A0A;--e-global-color-86b4fcd:#4B5563;--e-global-color-57c8da2:#6B7280;--e-global-color-21fb562:#E5E7EB;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-primary-word-spacing:0em;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:0px;background-color:var( --e-global-color-c696dce );}.elementor-kit-611.el-is-editing{--global-palette1:#0B2038;--global-palette2:#7AC9EC;--global-palette3:#C5E5F4;--global-palette4:#0A0A0A;--global-palette5:#587089;--global-palette6:#4B5563;--global-palette7:#E5E7EB;--global-palette8:#f5f7fa;--global-palette9:#ffffff;}.elementor-kit-611 e-page-transition{background-color:#FFBC7D;}.elementor-kit-611 a{color:var( --e-global-color-accent );}.elementor-kit-611 a:hover{color:var( --e-global-color-primary );}.elementor-kit-611 h4{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-611{--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-size:25px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-611{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============ Zanelli Health Solutions — site-wide overrides ============ */

/* All buttons rounded pill style */
.elementor-button {
  border-radius: 999px !important;
  padding: 14px 22px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.elementor-button:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

/* Card style — apply via Advanced > CSS Classes: zh-card */
.zh-card {
  border: 1px solid #E5E7EB !important;
  border-radius: 10px !important;
  padding: 28px !important;
  background: #FFFFFF !important;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.zh-card:hover {
  border-color: #3FB3E8 !important;
  transform: translateY(-2px);
}

/* Tinted card variant — apply: zh-card zh-card-tinted */
.zh-card-tinted {
  background: #C5E5F4 !important;
  border-color: #C5E5F4 !important;
}

/* Pill-shaped tag — apply: zh-tag */
.zh-tag {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  background: #C5E5F4 !important;
  color: #3FB3E8 !important;
  border: 1px solid #C5E5F4 !important;
}

/* Logo/header container — zero padding for tight layouts */
.zh-logo {
  padding: 0 !important;
}

/* Section padding helper classes */
.zh-section { padding-top: 90px !important; padding-bottom: 90px !important; }
.zh-section-tight { padding-top: 60px !important; padding-bottom: 60px !important; }

/* Italic-emphasis inside headings */
h1 em, h2 em {
  font-style: italic;
  font-weight: 500;
  color: inherit;
}
/* Bolder emphasis for section headings only */
h2 em, h3 em {
  font-weight: 700;
}



/* ============ Footer lockup — final ============ */

/* Lockup: "Z" beside the "Zanelli Health"/"SOLUTIONS LLC" stack — apply: zh-lockup */
.zh-lockup {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 0 !important;
  min-height: 0 !important;
}

/* "Z" container — the rounded square, fixed 64x64 — apply: zh-z-mark */
.zh-z-mark {
  width: 64px !important;
  height: 64px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
}
.zh-z-mark * {
  font-size: 43px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* "Zanelli Health"/"SOLUTIONS LLC" container — vertical stack — apply: zh-wordmark */
.zh-wordmark {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 2px !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  width: auto !important;
}

/* "Zanelli Health" — apply: zh-name */
.zh-name,
.zh-name p {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* "SOLUTIONS LLC" — apply: zh-tagline */
.zh-tagline,
.zh-tagline p {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.8px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* "Personalized..." — apply: zh-footer-desc */
.zh-footer-desc {
  margin-top: 16px !important;
  padding: 0 !important;
}

/* Mobile section padding */
@media (max-width: 768px) {
  .zh-section { padding-top: 60px !important; padding-bottom: 60px !important; }
  .zh-section-tight { padding-top: 40px !important; padding-bottom: 40px !important; }
}/* End custom CSS */