.elementor-4534 .elementor-element.elementor-element-139b048a{--display:flex;--min-height:29px;}.elementor-4534 .elementor-element.elementor-element-8a81fe6{--display:flex;--min-height:32px;}.elementor-4534 .elementor-element.elementor-element-ce3fa25{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4534 .elementor-element.elementor-element-ce3fa25:not(.elementor-motion-effects-element-type-background), .elementor-4534 .elementor-element.elementor-element-ce3fa25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-4534 .elementor-element.elementor-element-140a342{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}/* Start custom CSS for html, class: .elementor-element-548a82d *//* Full-width footer (theme) */
.site-footer,
#colophon,
footer.site-footer {
  width: 100%;
}

/* Remove boxed container constraint inside footer */
.site-footer .container,
.site-footer .wrap,
#colophon .container,
#colophon .wrap {
  max-width: none !important;
  width: 100% !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-140a342 *//* ==========================================
   FULL-WIDTH Gallery Slider (Elementor container: .small_gallery)
   ========================================== */

/* Break the Elementor container out of boxed layout */
.elementor-element.ce3fa25.small_gallery.e-con.e-parent{
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  /* KEY: override Elementor container max width variable */
  --container-max-width: 100% !important;

  /* Remove widget spacing that can create side gaps */
  --widgets-spacing: 0px !important;
  --widgets-spacing-row: 0px !important;
  --widgets-spacing-column: 0px !important;

  overflow: hidden;
}

/* Ensure the inner wrapper doesn’t re-box */
.elementor-element.ce3fa25.small_gallery.e-con.e-parent > .e-con-inner{
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Make slider span full width */
.elementor-element.ce3fa25.small_gallery .swiper,
.elementor-element.ce3fa25.small_gallery .swiper-wrapper,
.elementor-element.ce3fa25.small_gallery .swiper-slide{
  width: 100% !important;
  max-width: 100% !important;
}

/* Images fill slide */
.elementor-element.ce3fa25.small_gallery img{
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover; /* change to contain if you prefer no cropping */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ce3fa25 *//* ==========================================
   FULL-WIDTH Gallery Slider (Elementor container: .small_gallery)
   ========================================== */

/* Break the Elementor container out of boxed layout */
.elementor-element.ce3fa25.small_gallery.e-con.e-parent{
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  /* KEY: override Elementor container max width variable */
  --container-max-width: 100% !important;

  /* Remove widget spacing that can create side gaps */
  --widgets-spacing: 0px !important;
  --widgets-spacing-row: 0px !important;
  --widgets-spacing-column: 0px !important;

  overflow: hidden;
}

/* Ensure the inner wrapper doesn’t re-box */
.elementor-element.ce3fa25.small_gallery.e-con.e-parent > .e-con-inner{
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Make slider span full width */
.elementor-element.ce3fa25.small_gallery .swiper,
.elementor-element.ce3fa25.small_gallery .swiper-wrapper,
.elementor-element.ce3fa25.small_gallery .swiper-slide{
  width: 100% !important;
  max-width: 100% !important;
}

/* Images fill slide */
.elementor-element.ce3fa25.small_gallery img{
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover; /* change to contain if you prefer no cropping */
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   EveraSTEP page skin — matches EveraFLO/EveraMOD styling
   Scope: ONLY inside .id-everastep
   ========================================================= */

.id-everastep{
  --brand:#2563EB;
  --brand2:#1D4ED8;
  --text:#111827;
  --muted:#4B5563;
  --surface:#FFFFFF;
  --surface2:#F9FAFB;
  --line:#E5E7EB;
  --shadow: 0 10px 24px rgba(17,24,39,.06);
  --radius: 18px;
  --max: 1200px;
  color: var(--text);
  line-height: 1.55;
}
.id-everastep *{box-sizing:border-box}
.id-everastep .wrap{max-width:var(--max);margin:0 auto;padding:0 20px}
.id-everastep section{padding:54px 0}
.id-everastep a{color:inherit}

/* Hero */
.id-everastep .hero{
  padding:54px 0 22px;
  background: linear-gradient(180deg, var(--surface2) 0%, #fff 100%);
  border-bottom: 1px solid var(--line);
}
.id-everastep .hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: start;
}

/* Pill */
.id-everastep .pill{
  display:inline-flex;gap:8px;align-items:center;
  padding:6px 10px;border-radius:999px;border:1px solid var(--line);
  background: var(--surface2);
  color: rgba(17,24,39,.70);
  font-weight:800;font-size:13px;
}

/* Product name big, H1 smaller (EveraTREAT pattern) */
.id-everastep .product-name{
  display:block;
  font-size: clamp(42px, 5.4vw, 62px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 10px 0 6px;
}
.id-everastep .hero-h1{
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 12px;
  color: rgba(17,24,39,.72);
}

.id-everastep .lead{
  color: rgba(17,24,39,.70);
  font-size: 18px;
  margin: 0 0 16px;
  max-width: 65ch;
}
.id-everastep .muted-note{
  margin-top: 14px;
  font-size: 14px;
  color: rgba(17,24,39,.62);
  font-weight: 650;
}

/* Buttons */
.id-everastep .btnrow{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.id-everastep .btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 16px;border-radius:14px;
  border:1px solid var(--line);
  background:var(--surface);
  text-decoration:none;
  box-shadow: var(--shadow);
  transition:transform .15s ease, border-color .15s ease, background .15s ease;
  font-weight:800;
  color: rgba(17,24,39,.92);
}
.id-everastep .btn:hover{transform:translateY(-1px);border-color:rgba(37,99,235,.35);background:#fff}
.id-everastep .btn.primary{background:var(--brand);color:#fff;border-color:transparent;box-shadow:0 10px 24px rgba(37,99,235,.18)}
.id-everastep .btn.primary:hover{background:var(--brand2)}
.id-everastep .btn.secondary{background:var(--surface2)}

/* KPIs */
.id-everastep .kpis{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 14px;
}
.id-everastep .kpi{
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.id-everastep .kpi b{display:block;font-size:16px}
.id-everastep .kpi span{color:rgba(17,24,39,.62);font-weight:800;font-size:13px}

/* Hero media card */
.id-everastep .hero-media{
  position: relative;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.id-everastep .hero-img{
  width: 100%;
  height: clamp(420px, 46vw, 620px);
  object-fit: contain;
  display: block;
}
.id-everastep .media-tag{
  position:absolute;
  top:14px; left:14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.10);
  border: 1px solid rgba(37,99,235,.25);
  color: rgba(17,24,39,.85);
  font-weight: 900;
  font-size: 12px;
  z-index: 2;
  white-space: nowrap;
}
.id-everastep .media-caption{
  padding: 12px 14px;
  font-weight: 700;
  color: rgba(17,24,39,.68);
  background: #fff;
  border-top: 1px solid var(--line);
}

/* Section title */
.id-everastep .section-title{
  display:flex;align-items:flex-end;justify-content:space-between;gap:14px;
  margin-bottom:16px;
}
.id-everastep .section-title h2{margin:0;font-size:28px;font-weight:900;letter-spacing:-0.01em;}
.id-everastep .section-title p{margin:0;color:rgba(17,24,39,.62);max-width:60ch;font-weight:700;}

/* Stacked section title (label above heading) */
.id-everastep .section-title--stacked{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap: 8px;
  max-width: 90ch;
}
.id-everastep .section-eyebrow{
  display:block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17,24,39,.55);
  margin: 0;
}

/* Grids & cards */
.id-everastep .grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.id-everastep .grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.id-everastep .split{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}

.id-everastep .card{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 16px;
  box-shadow: var(--shadow);
}
.id-everastep .card h3{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  text-align:center;
}
.id-everastep .card p{margin:0;color:rgba(17,24,39,.68);font-weight:650}
.id-everastep .list{margin:0;padding-left:18px;color:rgba(17,24,39,.78);font-weight:650}
.id-everastep .list li{margin:8px 0}

/* Quote style */
.id-everastep .quote{
  font-style: italic;
  color: rgba(17,24,39,.70);
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface2);
}

/* CTA band */
.id-everastep .cta{
  border-radius: 26px;
  border: 1px solid rgba(37,99,235,.22);
  background: linear-gradient(135deg, rgba(37,99,235,.08) 0%, rgba(255,255,255,1) 70%);
  box-shadow: var(--shadow);
  padding: 22px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 18px;
}
.id-everastep .cta h3{margin:0 0 6px;font-size:20px;font-weight:900;text-align:left}
.id-everastep .cta p{margin:0;color:rgba(17,24,39,.70);font-weight:650}
.id-everastep .cta .small-muted{margin-top:10px;font-size:14px;color:rgba(17,24,39,.62)}
.id-everastep .cta-actions{display:flex;flex-direction:column;gap:10px;min-width:260px}

/* Responsive */
@media (max-width: 900px){
  .id-everastep .hero-grid{grid-template-columns:1fr}
  .id-everastep .grid-4{grid-template-columns:1fr}
  .id-everastep .grid-2{grid-template-columns:1fr}
  .id-everastep .split{grid-template-columns:1fr}
  .id-everastep .card h3{text-align:left}
  .id-everastep .cta{flex-direction:column}
  .id-everastep .cta-actions{min-width:0;width:100%}
  .id-everastep .hero-img{height:320px}
}
/* Two-image gallery (EveraSTEP) */
.id-everastep .gallery-2up{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.id-everastep .gallery-2up .imgbox{
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.id-everastep .gallery-2up .imgbox img{
  width: 100%;
  height: 360px;          /* pick the height you like */
  object-fit: contain;
  display: block;
  background: #fff;
}


.id-everastep .gallery-2up .imgbox figcaption{
  padding: 12px 14px;
  border-top: 1px solid var(--line);
  background: #fff;
  color: rgba(17,24,39,.68);
  font-weight: 700;
  font-size: 13px;
}

/* Mobile stack */
@media (max-width: 900px){
  .id-everastep .gallery-2up{
    grid-template-columns: 1fr;
  }
  .id-everastep .gallery-2up .imgbox img{
    height: 280px;
  }
}/* End custom CSS */