.elementor-1003576 .elementor-element.elementor-element-2a23cee1{--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;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-1003576 .elementor-element.elementor-element-2a23cee1:not(.elementor-motion-effects-element-type-background), .elementor-1003576 .elementor-element.elementor-element-2a23cee1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-944003d );}.elementor-1003576 .elementor-element.elementor-element-30d54488 .elementor-heading-title{font-family:"Geist", Sans-serif;font-size:40px;font-weight:700;text-transform:capitalize;line-height:42px;letter-spacing:-5%;color:var( --e-global-color-primary );}.elementor-1003576 .elementor-element.elementor-element-30d54488 > .elementor-widget-container{padding:0px 0px 20px 0px;}.elementor-1003576 .elementor-element.elementor-element-30d54488.elementor-element{--align-self:center;}.elementor-1003576 .elementor-element.elementor-element-3cc1a07a{width:var( --container-widget-width, 80.189% );max-width:80.189%;--container-widget-width:80.189%;--container-widget-flex-grow:0;}.elementor-1003576 .elementor-element.elementor-element-3cc1a07a.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-1003576 .elementor-element.elementor-element-30d54488{text-align:center;}.elementor-1003576 .elementor-element.elementor-element-3cc1a07a{width:var( --container-widget-width, 330.719px );max-width:330.719px;--container-widget-width:330.719px;--container-widget-flex-grow:0;}}/* Start custom CSS *//* ============================================================
   LAS VEGAS MOBILE IV THERAPY — MASTER CSS
   Design system for all Elementor widgets on mobileivtherapylasvegas.com

   Version: 2.1 (April 2026)
     — Featured Nurse: full-bleed photo panel, forced flex row
     — Pills unified: single .liv-tag style site-wide (.liv-tag--sm removed)

   !important policy:
     KEEP on properties that theme tag-level rules actively fight:
       - font-family, font-size, font-weight, color (headings + links)
       - text-transform: none (Elementor buttons default to uppercase)
       - text-decoration (links)
       - margin: 0 on h1-h6, p (theme vertical rhythm)
       - padding: 0 / list-style: none on ul (theme reset)
       - background + padding on .liv-section wrappers (Elementor defaults)

     REMOVE from everything else — class s have enough
     specificity to win naturally (display, grid, border-radius,
     box-shadow, transition, width, etc.).

   If a specific property ends up losing to theme CSS, add !important
   back to that single line rather than blanket-applying it.

   Standardized heading sizes:
     H2 (section titles) = 40px / 36 / 32 / 28
     H3 (card + CTA titles) = 24px / 22
     H4 (sub-titles) = 18px
============================================================ */


/* ------------------------------------------------------------
   1. FONTS
------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@600;700;800&family=Inter:wght@400;500;600&display=swap');


/* ------------------------------------------------------------
   2. DESIGN TOKENS (reference only — values hard-coded below)
------------------------------------------------------------ */
:root {
  /* Colors */
  --liv-navy:            #023059;
  --liv-blue:            #079DE5;
  --liv-blue-hover:      #06b3ff;
  --liv-green:           #22C55E;
  --liv-teal:            #0D9488;
  --liv-amber:           #F59E0B;
  --liv-gradient:        linear-gradient(135deg, #023059 0%, #079DE5 50%, #0D9488 100%);

  /* Text */
  --liv-text-primary:    #023059;
  --liv-text-body:       #475569;
  --liv-text-muted:      #64748B;
  --liv-text-subtle:     #94A3B8;

  /* Surfaces */
  --liv-bg-white:        #FFFFFF;
  --liv-bg-light:        #F8FAFC;
  --liv-bg-blue:         #EFF6FF;
  --liv-bg-tag:          #F1F5F9;
  --liv-bg-dark:         #023059;
  --liv-border:          #E2E8F0;

  /* Typography */
  --liv-font-heading:    'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --liv-font-body:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Radii */
  --liv-radius-card:     16px;
  --liv-radius-card-sm:  12px;
  --liv-radius-pill:     100px;
  --liv-radius-icon:     10px;

  /* Shadows */
  --liv-shadow-card:       0 4px 15px rgba(2, 48, 89, 0.08);
  --liv-shadow-card-hover: 0 8px 25px rgba(2, 48, 89, 0.12);
  --liv-shadow-button:     0 4px 15px rgba(0, 0, 0, 0.15);
  --liv-shadow-button-hover: 0 8px 25px rgba(0, 0, 0, 0.2);
  --liv-shadow-cta-dark:   0 12px 40px rgba(3, 4, 94, 0.2);

  /* Transitions */
  --liv-transition: all 0.3s ease;
}


/* ------------------------------------------------------------
   3. SCOPED RESET
   Box-sizing + text-transform reset. !important on text-transform
   because Elementor button widgets bake in uppercase.
------------------------------------------------------------ */
.liv-section,
.liv-section *,
.liv-section *::before,
.liv-section *::after {
  box-sizing: border-box;
  text-transform: none !important;
}


/* ------------------------------------------------------------
   4. SECTION WRAPPER
   Background + padding get !important — Elementor section defaults
   are the biggest source of conflicts.
------------------------------------------------------------ */
.liv-section {
  padding: 60px 20px !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 16px;
  color: #475569;
}

.liv-section--white { background: #FFFFFF !important; }
.liv-section--light { background: #F8FAFC !important; }
.liv-section--blue  { background: #EFF6FF !important; }
.liv-section--dark  { background: #023059 !important; }


/* ------------------------------------------------------------
   5. CONTAINER
------------------------------------------------------------ */
.liv-container {
  max-width: 1440px;
  margin: 0 auto;
}

.liv-container--narrow {
  max-width: 1080px;
  margin: 0 auto;
}


/* ------------------------------------------------------------
   6. TYPOGRAPHY
   Full !important arsenal — theme h2/h3/p rules match our class
   s in specificity, so we need to win the cascade.
------------------------------------------------------------ */

.liv-h2 {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #023059 !important;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 14px 0 !important;
}

.liv-h2--on-dark { color: #FFFFFF !important; }

.liv-h3 {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #023059 !important;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin: 0 0 12px 0 !important;
}

.liv-h3--on-dark { color: #FFFFFF !important; }

/* Link-wrapped h3 (card titles that click through) */
.liv-h3--link {
  color: #023059 !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.liv-h3--link:hover,
.liv-h3--link:visited:hover { color: #079DE5 !important; }
.liv-h3--link:visited { color: #023059 !important; }

.liv-h4 {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #023059 !important;
  line-height: 1.3;
  margin: 0 !important;
}

/* Small label (e.g. "Ingredients:") */
.liv-label {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #023059 !important;
  margin: 0 0 6px 0 !important;
}

/* Section subtitle / intro paragraph */
.liv-subtitle {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #475569 !important;
  line-height: 1.55;
  max-width: 680px;
  margin: 0 auto !important;
}

.liv-subtitle--on-dark { color: rgba(255, 255, 255, 0.75) !important; }

/* Body paragraph inside cards */
.liv-body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #475569 !important;
  line-height: 1.55;
  margin: 0 !important;
}

.liv-body--on-dark { color: rgba(255, 255, 255, 0.75) !important; }

/* Muted / small text */
.liv-muted {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #64748B !important;
  margin: 0 !important;
}

.liv-muted--italic { font-style: italic; }


/* ------------------------------------------------------------
   7. HEADER (centered block containing h2 + subtitle)
------------------------------------------------------------ */
.liv-header {
  text-align: center;
  margin: 0 0 40px 0;
}

.liv-header--left { text-align: left; }

/* Eyebrow pill — small uppercase badge that sits above an H2 */
.liv-eyebrow {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 0 16px 0;
  background: rgba(7, 157, 229, 0.1);
  border: 1px solid rgba(7, 157, 229, 0.2);
  border-radius: 100px;
  letter-spacing: 0.1em;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #079DE5 !important;
  text-transform: uppercase !important;
}

/* Screen-reader-only text (accessibility) */
.liv-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ------------------------------------------------------------
   8. RATING / STARS
------------------------------------------------------------ */
.liv-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.liv-rating__stars {
  color: #F59E0B !important;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1;
}

.liv-rating__text {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: #475569 !important;
  letter-spacing: -0.01em;
}


/* ------------------------------------------------------------
   9. TRUST BAR
------------------------------------------------------------ */
.liv-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 48px 0;
  list-style: none !important;
  padding: 0 !important;
}

.liv-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 100px;
  padding: 9px 18px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(2, 48, 89, 0.04);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: #023059 !important;
}

.liv-trust__icon {
  flex-shrink: 0;
  color: #079DE5;
}


/* ------------------------------------------------------------
   10. CARD
------------------------------------------------------------ */
.liv-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(2, 48, 89, 0.08);
  transition: all 0.3s ease;
}

.liv-card--lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(2, 48, 89, 0.12);
}

.liv-card--sm { border-radius: 12px; }

.liv-card--dark {
  background: #023059;
  border: none;
  box-shadow: 0 12px 40px rgba(3, 4, 94, 0.2);
  color: #FFFFFF;
}

/* Gradient accent stripe — use on CTAs */
.liv-card--accent { position: relative; }
.liv-card--accent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #023059 0%, #079DE5 50%, #0D9488 100%);
  z-index: 2;
}

.liv-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 20px;
  background: #F8FAFC;
}

.liv-card__image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #023059 0%, #079DE5 50%, #0D9488 100%);
}

.liv-card__image img {
  max-width: 160px;
  max-height: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.liv-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px;
}

.liv-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 11px;
  background: #023059;
  border-radius: 100px;
  letter-spacing: 0.02em;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
}


/* ------------------------------------------------------------
   11. BUTTONS
   text-transform: none is the key !important here — Elementor
   buttons default to uppercase in many template packs.
------------------------------------------------------------ */
.liv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: -0.01em;
}

.liv-btn--block { width: 100%; }

/* Primary (solid blue) */
.liv-btn--primary {
  background: #079DE5;
  color: #FFFFFF !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.liv-btn--primary:hover,
.liv-btn--primary:visited:hover {
  background: #06b3ff;
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.liv-btn--primary:visited { color: #FFFFFF !important; }

/* Dark (solid navy) */
.liv-btn--dark {
  background: #023059;
  color: #FFFFFF !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.liv-btn--dark:hover,
.liv-btn--dark:visited:hover {
  background: #079DE5;
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(7, 157, 229, 0.3);
  text-decoration: none !important;
}

.liv-btn--dark:visited { color: #FFFFFF !important; }

/* Gradient */
.liv-btn--gradient {
  padding: 16px 36px;
  background: linear-gradient(135deg, #023059 0%, #079DE5 50%, #0D9488 100%);
  border-radius: 50px;
  color: #FFFFFF !important;
  font-size: 17px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.liv-btn--gradient:hover,
.liv-btn--gradient:visited:hover {
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.liv-btn--gradient:visited { color: #FFFFFF !important; }

/* White (for dark backgrounds) */
.liv-btn--white {
  background: #FFFFFF;
  color: #023059 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.liv-btn--white:hover,
.liv-btn--white:visited:hover {
  background: #079DE5;
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
}

.liv-btn--white:visited { color: #023059 !important; }

/* Outline */
.liv-btn--outline {
  padding: 12px 22px;
  background: transparent;
  border: 2px solid #E2E8F0;
  color: #023059 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.liv-btn--outline:hover,
.liv-btn--outline:visited:hover {
  border-color: #079DE5;
  color: #079DE5 !important;
  text-decoration: none !important;
}

.liv-btn--outline:visited { color: #023059 !important; }

.liv-btn--outline-blue {
  background: transparent;
  border: 2px solid #079DE5;
  color: #079DE5 !important;
}

.liv-btn--outline-blue:hover,
.liv-btn--outline-blue:visited:hover {
  background: #079DE5;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

/* Small */
.liv-btn--sm {
  padding: 11px 20px;
  font-size: 14px !important;
}


/* ------------------------------------------------------------
   12. PRICE PILL ("$199" badge on cards)
------------------------------------------------------------ */
.liv-price {
  display: inline-block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 16px;
  background: #079DE5;
  border-radius: 100px;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
}


/* ------------------------------------------------------------
   13. TAGS / PILLS — UNIFIED
   One pill style site-wide. .liv-tag--sm has been removed to
   prevent inconsistent chip styling across sections.
------------------------------------------------------------ */
.liv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
}

.liv-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 100px;
  white-space: nowrap;
  line-height: 1.2;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #023059 !important;
}


/* ------------------------------------------------------------
   14. ICON BOXES
------------------------------------------------------------ */
.liv-icon-box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #023059 0%, #079DE5 50%, #0D9488 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(7, 157, 229, 0.2);
  transition: transform 0.3s ease;
}

.liv-icon-box--sm    { width: 36px; height: 36px; }
.liv-icon-box--lg    { width: 44px; height: 44px; }
.liv-icon-box--round { border-radius: 50%; }

/* Soft color variants (used on cards where each card needs a distinct tint) */
.liv-icon-box--sky {
  background: linear-gradient(135deg, #E0F2FE 0%, #BAE6FD 100%);
  color: #0284C7;
  box-shadow: none;
}
.liv-icon-box--green {
  background: linear-gradient(135deg, #DCFCE7 0%, #BBF7D0 100%);
  color: #16A34A;
  box-shadow: none;
}
.liv-icon-box--purple {
  background: linear-gradient(135deg, #F3E8FF 0%, #E9D5FF 100%);
  color: #9333EA;
  box-shadow: none;
}
.liv-icon-box--amber {
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
  color: #D97706;
  box-shadow: none;
}
.liv-icon-box--on-dark {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  box-shadow: none;
}


/* ------------------------------------------------------------
   15. CHECKLIST
------------------------------------------------------------ */
.liv-checklist {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 12px 0 !important;
}

.liv-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  line-height: 1.5;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #475569 !important;
}

.liv-checklist__item svg {
  flex-shrink: 0;
  margin-top: 2px;
}


/* ------------------------------------------------------------
   16. GRIDS
------------------------------------------------------------ */
.liv-grid {
  display: grid;
  gap: 24px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.liv-grid--2 { grid-template-columns: repeat(2, 1fr); }
.liv-grid--3 { grid-template-columns: repeat(3, 1fr); }
.liv-grid--4 { grid-template-columns: repeat(4, 1fr); }
.liv-grid--tight { gap: 16px; }
.liv-grid--snug  { gap: 14px; }


/* ============================================================
   SECTION-SPECIFIC STYLES
============================================================ */


/* ------------------------------------------------------------
   TOP TREATMENTS — "See the Full IV Menu" CTA card
------------------------------------------------------------ */
.liv-iv__more {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-top: 48px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(2, 48, 89, 0.08);
}

.liv-iv__more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #023059 0%, #079DE5 50%, #0D9488 100%);
  z-index: 2;
}

.liv-iv__more-image {
  flex-shrink: 0;
  width: 45%;
  overflow: hidden;
  position: relative;
}

.liv-iv__more-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.liv-iv__more-content {
  flex: 1;
  min-width: 0;
  padding: 36px 40px;
}


/* ------------------------------------------------------------
   FULL IV MENU — filter tabs above grid
------------------------------------------------------------ */
.liv-ivs__filter-wrapper { margin: 0 0 40px 0; }

.liv-ivs__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Row-break element (forces wrap between tabs) */
.liv-ivs__filter-break {
  flex-basis: 100%;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.liv-ivs__filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  background: #FFFFFF;
  border: 2px solid #E2E8F0;
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #023059 !important;
  letter-spacing: -0.01em;
}

.liv-ivs__filter:hover {
  border-color: #079DE5;
  color: #079DE5 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(2, 48, 89, 0.08);
}

.liv-ivs__filter--active,
.liv-ivs__filter--active:hover {
  background: #023059;
  border-color: #023059;
  color: #FFFFFF !important;
  box-shadow: 0 4px 15px rgba(2, 48, 89, 0.2);
}

.liv-ivs__filter-icon {
  flex-shrink: 0;
  color: #079DE5;
  transition: color 0.3s ease;
}

.liv-ivs__filter--active .liv-ivs__filter-icon { color: #FFFFFF; }

.liv-ivs__count {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #94A3B8 !important;
  transition: color 0.3s ease;
}

.liv-ivs__count::before {
  content: '·';
  margin-right: 6px;
  color: #CBD5E1;
  font-weight: 700;
}

.liv-ivs__filter--active .liv-ivs__count { color: rgba(255, 255, 255, 0.75) !important; }
.liv-ivs__filter--active .liv-ivs__count::before { color: rgba(255, 255, 255, 0.4); }

/* display: none needs !important — JS toggles inline styles */
.liv-ivs__card--hidden { display: none !important; }


/* ------------------------------------------------------------
   BOOKING SECTION — side-by-side info cards
------------------------------------------------------------ */
.liv-book__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px 0;
}

.liv-book__list {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 14px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.liv-book__item {
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1.4;
  text-align: left;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #475569 !important;
}

.liv-book__item svg {
  flex-shrink: 0;
  color: #079DE5;
}

.liv-book__item strong {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-weight: 700 !important;
  color: #079DE5 !important;
  letter-spacing: -0.01em;
}

.liv-book__faq-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.liv-book__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}


/* ------------------------------------------------------------
   SERVICE AREAS — location grid
------------------------------------------------------------ */
.liv-areas__location {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(2, 48, 89, 0.08);
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.liv-areas__location:hover {
  transform: translateY(-3px);
  border-color: #079DE5;
  box-shadow: 0 8px 25px rgba(2, 48, 89, 0.12);
  text-decoration: none !important;
}

.liv-areas__location:hover .liv-areas__name { color: #079DE5 !important; }
.liv-areas__location:hover .liv-icon-box { transform: scale(1.05); }

.liv-areas__name {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #023059 !important;
  letter-spacing: -0.02em;
  line-height: 1.25;
  transition: color 0.3s ease;
}

.liv-areas__name:visited { color: #023059 !important; }


/* ------------------------------------------------------------
   PHONE CTA (dark card with pulse badge + phone pill)
------------------------------------------------------------ */
.liv-phone-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  margin: 40px 0 0 0;
  padding: 40px;
  background: #023059;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(3, 4, 94, 0.2);
}

.liv-phone-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #023059 0%, #079DE5 50%, #0D9488 100%);
}

.liv-pulse-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  margin: 0 0 14px 0;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 100px;
}

.liv-pulse-badge__dot {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  background: #22C55E;
  border-radius: 50%;
  animation: liv-pulse 2s ease-in-out infinite;
}

@keyframes liv-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.6; transform: scale(1.25); }
}

.liv-pulse-badge__text {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #22C55E !important;
  letter-spacing: 0.05em;
  text-transform: uppercase !important;
}

.liv-phone-cta__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.liv-phone-cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 24px;
  background: #FFFFFF;
  border-radius: 100px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #023059 !important;
  letter-spacing: -0.02em;
  text-decoration: none !important;
}

.liv-phone-cta__phone:hover,
.liv-phone-cta__phone:visited:hover {
  background: #079DE5;
  color: #FFFFFF !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
}

.liv-phone-cta__phone:visited { color: #023059 !important; }

.liv-phone-cta__phone:hover .liv-phone-cta__phone-icon {
  background: rgba(255, 255, 255, 0.2);
}

.liv-phone-cta__phone-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #079DE5;
  border-radius: 50%;
  color: #FFFFFF;
  transition: background 0.3s ease;
}

.liv-phone-cta__subtext {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.55) !important;
}


/* ------------------------------------------------------------
   SPECIALTY THERAPIES — cards with colored icons, pricing rows,
   sale ribbon, and on-sale dark variant.
   Use with: .liv-card .liv-card--lift .liv-card--accent
------------------------------------------------------------ */

.liv-stw__card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px 0;
}

.liv-stw__pricing-label {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #023059 !important;
  margin: 0 0 12px 0 !important;
}

.liv-stw__pricing {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.liv-stw__price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: #F1F5F9;
  border: 1px solid transparent;
  border-radius: 100px;
}

.liv-stw__price-row--monthly {
  background: linear-gradient(135deg, #F0F9FF 0%, #E0F2FE 100%);
  border-color: rgba(7, 157, 229, 0.2);
}

.liv-stw__price-row--consultation {
  background: transparent;
  border: 1px dashed #CBD5E1;
}

.liv-stw__price-tier {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #475569 !important;
}

.liv-stw__price-row--monthly .liv-stw__price-tier {
  font-weight: 600 !important;
  color: #023059 !important;
}

.liv-stw__price-amount {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #023059 !important;
}

/* Strike-through + sale price (used inside __price-amount span) */
.liv-stw__price-original {
  margin-right: 8px;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #94A3B8 !important;
  text-decoration: line-through;
}

.liv-stw__price-sale {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #22C55E !important;
}

/* Corner SALE ribbon — requires parent .liv-card to have overflow:hidden */
.liv-stw__sale-badge {
  position: absolute;
  top: 20px;
  right: -32px;
  padding: 8px 40px;
  background: #22C55E;
  transform: rotate(45deg);
  letter-spacing: 0.1em;
  z-index: 3;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
}

/* Promo callout inside sale cards */
.liv-stw__sale-promo {
  margin: 0 0 20px 0;
  padding: 12px 16px;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 100px;
  text-align: center;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #22C55E !important;
}

/* On-sale card modifier — dark navy bg + inverted text + green CTA.
   Use with: .liv-card .liv-card--accent .liv-card--on-sale */
.liv-card--on-sale {
  background: #023059;
}

.liv-card--accent.liv-card--on-sale::before {
  background: linear-gradient(135deg, #22C55E 0%, #079DE5 50%, #0D9488 100%);
}

.liv-card--on-sale .liv-h3          { color: #FFFFFF !important; }
.liv-card--on-sale .liv-body        { color: rgba(255, 255, 255, 0.85) !important; }
.liv-card--on-sale .liv-stw__pricing-label { color: #FFFFFF !important; }

.liv-card--on-sale .liv-stw__price-row {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

.liv-card--on-sale .liv-stw__price-tier   { color: rgba(255, 255, 255, 0.7) !important; }
.liv-card--on-sale .liv-stw__price-amount { color: #FFFFFF !important; }

/* Sale card swaps CTA to green */
.liv-card--on-sale .liv-btn--primary {
  background: #22C55E;
}
.liv-card--on-sale .liv-btn--primary:hover,
.liv-card--on-sale .liv-btn--primary:visited:hover {
  background: #16A34A;
}


/* ------------------------------------------------------------
   FEATURED NURSE — horizontal card with full-bleed photo panel.
   Photo fills the entire left column (no circle crop). Name +
   credentials sit inside the body as a header block.

   flex-direction: row is !important because Elementor column
   containers can force descendant flex items into vertical stack.

   Use with: .liv-card .liv-card--accent .liv-fn__card
------------------------------------------------------------ */

.liv-fn__card {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

/* Full-bleed photo column */
.liv-fn__photo {
  flex: 0 0 320px;
  padding: 0;
  background: #F8FAFC;
  position: relative;
  overflow: hidden;
  min-height: 360px;
}

.liv-fn__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.liv-fn__body {
  flex: 1 1 auto;
  min-width: 0;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.liv-fn__header {
  margin: 0 0 4px 0;
}

.liv-fn__name {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #023059 !important;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 4px 0 !important;
}

.liv-fn__credentials {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #64748B !important;
  margin: 0 !important;
  letter-spacing: 0.01em;
}

/* Uppercase kicker above the name */
.liv-fn__kicker {
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #079DE5 !important;
  letter-spacing: 0.1em;
  margin: 0 !important;
  text-transform: uppercase !important;
}

/* Inline text CTA (link with arrow, arrow slides on hover) */
.liv-fn__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  margin-top: 6px;
  transition: gap 0.3s ease;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #079DE5 !important;
  text-decoration: none !important;
}

.liv-fn__cta:hover,
.liv-fn__cta:visited:hover {
  gap: 10px;
  color: #06b3ff !important;
  text-decoration: none !important;
}

.liv-fn__cta:visited { color: #079DE5 !important; }


/* ============================================================
   RESPONSIVE
============================================================ */


/* Tablet */
@media (max-width: 1024px) {
  .liv-h2 { font-size: 36px !important; }
  .liv-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .liv-grid--4 { grid-template-columns: repeat(3, 1fr); }
}


/* Mobile */
@media (max-width: 768px) {
  .liv-section { padding: 44px 16px !important; }

  .liv-h2 { font-size: 32px !important; }
  .liv-h3 { font-size: 22px !important; }
  .liv-subtitle { font-size: 16px !important; }

  .liv-grid--2,
  .liv-grid--3 { grid-template-columns: 1fr; gap: 20px; }
  .liv-grid--4 { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  .liv-checklist__item { font-size: 14px !important; }
  .liv-tag { font-size: 12px !important; }

  .liv-card__body { padding: 20px; }

  /* "See Full Menu" stacks */
  .liv-iv__more {
    flex-direction: column;
    text-align: center;
  }
  .liv-iv__more-image {
    width: 100%;
    height: 200px;
  }
  .liv-iv__more-content { padding: 24px 20px; }

  /* Booking actions full-width */
  .liv-book__actions { align-items: stretch; }

  /* Filter tabs */
  .liv-ivs__filter {
    font-size: 14px !important;
    padding: 10px 18px;
  }

  /* Phone CTA stacks */
  .liv-phone-cta {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 32px 24px;
    gap: 24px;
  }
  .liv-pulse-badge { justify-content: center; }
  .liv-phone-cta__phone {
    font-size: 20px !important;
    padding: 14px 22px;
  }

  /* Featured Nurse stacks — photo on top, full width */
  .liv-fn__card {
    flex-direction: column !important;
    max-width: 500px;
  }
  .liv-fn__photo {
    flex: 0 0 auto;
    width: 100%;
    height: 320px;
    min-height: 320px;
  }
  .liv-fn__body {
    padding: 24px;
  }
  .liv-fn__name {
    font-size: 22px !important;
  }
}


/* Small mobile */
@media (max-width: 480px) {
  .liv-h2 { font-size: 28px !important; }
  .liv-grid--4 { grid-template-columns: 1fr; }
}


/* ============================================================
   END MASTER CSS
============================================================ *//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://mobileivtherapylasvegas.com/wp-content/uploads/2025/12/Geist-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://mobileivtherapylasvegas.com/wp-content/uploads/2025/12/Geist-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://mobileivtherapylasvegas.com/wp-content/uploads/2025/12/Geist-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://mobileivtherapylasvegas.com/wp-content/uploads/2025/12/Geist-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://mobileivtherapylasvegas.com/wp-content/uploads/2025/12/Geist-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://mobileivtherapylasvegas.com/wp-content/uploads/2025/12/Geist-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */