.elementor-4156 .elementor-element.elementor-element-139b048a{--display:flex;--min-height:29px;}.elementor-4156 .elementor-element.elementor-element-8a81fe6{--display:flex;--min-height:32px;}.elementor-4156 .elementor-element.elementor-element-8efc1db.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-4156 .elementor-element.elementor-element-8efc1db .elementor-main-swiper{height:437px;}.elementor-4156 .elementor-element.elementor-element-8efc1db .elementor-swiper-button{font-size:20px;}.elementor-4156 .elementor-element.elementor-element-9846c2f{--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;}.elementor-4156 .elementor-element.elementor-element-9846c2f:not(.elementor-motion-effects-element-type-background), .elementor-4156 .elementor-element.elementor-element-9846c2f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}@media(max-width:1550px){.elementor-4156 .elementor-element.elementor-element-8efc1db.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}@media(max-width:1299px){.elementor-4156 .elementor-element.elementor-element-8efc1db.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}@media(max-width:1199px){.elementor-4156 .elementor-element.elementor-element-8efc1db.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}@media(max-width:991px){.elementor-4156 .elementor-element.elementor-element-8efc1db.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}@media(max-width:767px){.elementor-4156 .elementor-element.elementor-element-8efc1db.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}/* Start custom CSS for html, class: .elementor-element-37012cd *//* EVF modal */
.id-everaflo .evf-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.id-everaflo .evf-modal[aria-hidden="false"]{
  display: block;
}

.id-everaflo .evf-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(17,24,39,.55);
}

.id-everaflo .evf-modal__panel{
  position: relative;
  max-width: 760px;
  margin: 6vh auto;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(229,231,235,1);
  box-shadow: 0 18px 50px rgba(17,24,39,.22);
  padding: 20px;
}

.id-everaflo .evf-modal__close{
  position: absolute;
  top: 10px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(229,231,235,1);
  background: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.id-everaflo .evf-modal__eyebrow{
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17,24,39,.55);
}

.id-everaflo .evf-modal__title{
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.id-everaflo .evf-modal__cta{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.id-everaflo .evf-modal__note{
  margin-top: 12px;
  font-size: 14px;
  color: rgba(17,24,39,.62);
  font-weight: 650;
}

@media (max-width: 768px){
  .id-everaflo .evf-modal__panel{
    margin: 10vh 14px;
  }
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   EveraFLO page skin — scoped to .id-everaflo
   ========================================================= */
.id-everaflo{
  --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: 1150px;
  color:var(--text);
  line-height:1.55;
}
/* EveraFLO: justify all paragraph text */
.id-everaflo p {
  text-align: justify;
  text-justify: inter-word;
}

.id-everaflo *{box-sizing:border-box}
.id-everaflo .wrap{max-width:var(--max);margin:0 auto;padding:0 20px}

.id-everaflo section{padding:54px 0}
.id-everaflo .hero{
  padding:54px 0 22px;
  background: linear-gradient(180deg, var(--surface2) 0%, #fff 100%);
  border-bottom:1px solid var(--line);
}
.id-everaflo .hero-grid--evt{
  display: grid;
  grid-template-columns: 1fr 1fr; /* 50 / 50 split */
  gap: 28px;                     /* slightly more air for the image */
  align-items: center;
}
.id-everaflo h1{
  font-size: clamp(34px, 4.2vw, 46px);
  line-height:1.06;
  margin:10px 0 12px;
  letter-spacing:-0.02em;
}
.id-everaflo .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;
}
.id-everaflo .section-title{
  display:flex;align-items:flex-end;justify-content:space-between;gap:14px;
  margin-bottom:16px;
}
.id-everaflo .section-title h2{margin:0;font-size:28px;font-weight:900;letter-spacing:-0.01em;}
.id-everaflo .section-title p{margin:0;color:rgba(17,24,39,.62);max-width:60ch;font-weight:700;}

.id-everaflo .grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.id-everaflo .grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.id-everaflo .split{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}

.id-everaflo .card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background: var(--surface);
  padding:16px;
  box-shadow:var(--shadow);
}
.id-everaflo .card h3{
  margin:0 0 8px;
  font-size:18px;
  font-weight:800;
  line-height:1.3;
  text-align:center;
}
.id-everaflo .card p{margin:0;color:rgba(17,24,39,.68);font-weight:650}

.id-everaflo .list{margin:0;padding-left:18px;color:rgba(17,24,39,.78);font-weight:650}
.id-everaflo .list li{margin:8px 0}

.id-everaflo .kpis{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;margin-top:18px;
}
.id-everaflo .kpi{
  padding:14px;border-radius:var(--radius);
  border:1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.id-everaflo .kpi b{display:block;font-size:16px}
.id-everaflo .kpi span{color:rgba(17,24,39,.62);font-weight:800;font-size:13px}

.id-everaflo .hero-card{
  border:1px solid var(--line);
  background: var(--surface);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:18px;
  position:relative;
}
.id-everaflo .hero-card .tag{
  position:absolute;top:14px;right:14px;
  padding:8px 10px;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;
}
.id-everaflo .hero-card ul{margin:0;padding-left:18px;color:rgba(17,24,39,.72);font-weight:700}
.id-everaflo .hero-card li{margin:8px 0}

.id-everaflo .btnrow{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.id-everaflo .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-everaflo .btn:hover{transform:translateY(-1px);border-color:rgba(37,99,235,.35);background:#fff}
.id-everaflo .btn.primary{background:var(--brand);color:#fff;border-color:transparent;box-shadow:0 10px 24px rgba(37,99,235,.18)}
.id-everaflo .btn.primary:hover{background:var(--brand2)}
.id-everaflo .btn.secondary{background:var(--surface2)}

@media (max-width: 900px){
  .id-everaflo .hero-grid{grid-template-columns:1fr}
  .id-everaflo .grid-3{grid-template-columns:1fr}
  .id-everaflo .grid-2{grid-template-columns:1fr}
  .id-everaflo .split{grid-template-columns:1fr}
  .id-everaflo .card h3{text-align:left}
}
/* EveraTREAT-like hero spacing and media card */
.id-everaflo .hero.hero--evt{
  padding: 54px 0 22px;
  background: linear-gradient(180deg, var(--surface2) 0%, #fff 100%);
  border-bottom: 1px solid var(--line);
}

.id-everaflo .hero-grid--evt{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.id-everaflo .lead{
  color: rgba(17,24,39,.70);
  font-size: 18px;
  margin: 10px 0 16px;
  max-width: 60ch;
}

/* KPI rhythm like EveraTREAT */
.id-everaflo .kpis--evt{
  margin-top: 14px;
}

/* Button row spacing */
.id-everaflo .btnrow--evt{
  margin-top: 14px;
}

/* Right-side framed image (EveraTREAT-style card) */
.id-everaflo .hero-media-card{
  position: relative;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.id-everaflo .hero-media-card img{
  width: 100%;
  height: clamp(360px, 40vw, 520px);
  object-fit: contain;
  display: block;
}

.id-everaflo .hero-media-card .media-tag{
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 8px 10px;
  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;
}

.id-everaflo .hero-media-card .media-caption{
  padding: 12px 14px;
  font-weight: 700;
  color: rgba(17,24,39,.68);
  background: #fff;
  border-top: 1px solid var(--line);
}

/* Callout below hero (same language as EveraTREAT) */
.id-everaflo .hero-callout{
  margin-top: 18px;
}

/* Mobile stack */
@media (max-width: 900px){
  .id-everaflo .hero-grid--evt{
    grid-template-columns: 1fr;
  }
  .id-everaflo .hero-media-card img{
    height: 300px;
  }
}
/* FORCE EveraFLO hero to 50/50 */
.id-everaflo .hero.hero--evt .hero-grid.hero-grid--evt{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 28px !important;
  align-items: center !important;
}
/* Evera gallery layout */
#gallery .gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
  align-items: stretch;
}

/* Right-side thumbnails grid */
#gallery .thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

/* Image containers */
#gallery .imgbox {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

/* Feature image (left) */
#gallery .imgbox--feature {
  min-height: 320px;
}

/* Thumbs */
#gallery .thumbs .imgbox {
  border-radius: 18px;
  min-height: 150px;
}

/* Make images behave nicely */
#gallery .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive: stack on mobile */
@media (max-width: 900px) {
  #gallery .gallery {
    grid-template-columns: 1fr;
  }
}
/* EVF modal */
.id-everaflo .evf-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.id-everaflo .evf-modal[aria-hidden="false"]{
  display: block;
}

.id-everaflo .evf-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(17,24,39,.55);
}

.id-everaflo .evf-modal__panel{
  position: relative;
  max-width: 760px;
  margin: 6vh auto;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(229,231,235,1);
  box-shadow: 0 18px 50px rgba(17,24,39,.22);
  padding: 20px;
}

.id-everaflo .evf-modal__close{
  position: absolute;
  top: 10px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(229,231,235,1);
  background: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.id-everaflo .evf-modal__eyebrow{
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17,24,39,.55);
}

.id-everaflo .evf-modal__title{
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.id-everaflo .evf-modal__cta{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.id-everaflo .evf-modal__note{
  margin-top: 12px;
  font-size: 14px;
  color: rgba(17,24,39,.62);
  font-weight: 650;
}

@media (max-width: 768px){
  .id-everaflo .evf-modal__panel{
    margin: 10vh 14px;
  }
}
/* Large rounded container for Upgrade Options */
.id-everamod #options .options-box,
.id-everaflo #options .options-box{
  margin-top: 14px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(
    180deg,
    var(--surface2) 0%,
    #fff 100%
  );
  box-shadow: var(--shadow);
}

/* Give cards inside a slightly inset feel */
.id-everamod #options .options-box .card,
.id-everaflo #options .options-box .card{
  background: #fff;
}

/* Keep section title visually inside the box */
.id-everamod #options .options-box .section-title,
.id-everaflo #options .options-box .section-title{
  margin-bottom: 18px;
}
/* ==============================
   EveraFLO media tag (restore pill styling)
   ============================== */

.id-everaflo .hero-diagonal__media{
  position: relative; /* anchor for media tag */
}

.id-everaflo .media-tag{
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  border: 1px solid rgba(37, 99, 235, 0.25);
  color: rgba(17, 24, 39, 0.85);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1;
  z-index: 3;
  white-space: nowrap;
}
/* EveraFLO: make ONLY the lead paragraph span full hero width */
.id-everaflo .hero--titan .lead{
  grid-column: 1 / -1;   /* span both hero columns */
  max-width: none;      /* remove 60ch cap */
  width: 100%;
}
/* EveraFLO: stack section titles (H2 over paragraph) */
.id-everaflo #value .section-title,
.id-everaflo #package .section-title,
.id-everaflo #options .section-title,
.id-everaflo #installation .section-title,
.id-everaflo #applications .section-title,
.id-everaflo #gallery .section-title{
  flex-direction: column;
  align-items: flex-start;
}

/* Optional: give the paragraph a little breathing room */
.id-everaflo #value .section-title p,
.id-everaflo #package .section-title p,
.id-everaflo #options .section-title p,
.id-everaflo #installation .section-title p,
.id-everaflo #applications .section-title p,
.id-everaflo #gallery .section-title p{
  margin-top: 6px;
  max-width: 90ch;   /* readable, still wide */
}
/* Force green download buttons anywhere */
a.btn-green,
.btn.btn-green{
  background-color: #E6F4EA !important;
  border-color: #9ED5B5 !important;
  color: #14532D !important;
}

a.btn-green:hover,
.btn.btn-green:hover{
  background-color: #D1EEDC !important;
  border-color: #7BC9A4 !important;
  color: #14532D !important;
}/* End custom CSS */