/*
Theme Name: Ecovent Climate Masters Astra Child
Theme URI: https://smartbusinessvisibility.co.ke/
Description: Production-ready Astra child theme for Ecovent Climate Masters — HVAC, refrigeration, ventilation and appliance services.
Author: Smart Business Visibility
Template: astra
Version: 1.5.1
Text Domain: ecovent-climate-masters
*/

:root{
  --ecm-blue:#0b5d91;
  --ecm-blue-2:#164f7a;
  --ecm-blue-dark:#0b2a3e;
  --ecm-orange:#df7435;
  --ecm-green:#7fae4b;
  --ecm-whatsapp:#198754;
  --ecm-ink:#17232b;
  --ecm-text:#34434c;
  --ecm-muted:#647681;
  --ecm-bg:#f6f8f9;
  --ecm-surface:#ffffff;
  --ecm-line:#dfe6ea;
  --ecm-soft-blue:#edf5fa;
  --ecm-soft-green:#f2f7ec;
  --ecm-soft-orange:#fff4ed;
  --ecm-radius-sm:10px;
  --ecm-radius:18px;
  --ecm-radius-lg:28px;
  --ecm-shadow-sm:0 10px 30px rgba(11,42,62,.07);
  --ecm-shadow:0 24px 60px rgba(11,42,62,.12);
  --ecm-max:1180px;
  --ecm-header-h:82px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{
  margin:0;
  overflow-x:hidden;
  background:var(--ecm-surface);
  color:var(--ecm-text);
  font-family:Inter,"Segoe UI Variable","Segoe UI",Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
button,input,textarea,select{font:inherit}
main{overflow:hidden}
::selection{background:var(--ecm-blue);color:#fff}
:focus-visible{outline:3px solid #ffb36f;outline-offset:3px}

.ecm-wrap{
  width:min(var(--ecm-max),calc(100% - 40px));
  margin-inline:auto;
}
.ecm-skip-link{
  position:fixed;
  z-index:10000;
  left:16px;
  top:10px;
  transform:translateY(-160%);
  background:var(--ecm-blue-dark);
  color:#fff;
  padding:10px 14px;
  border-radius:8px;
  text-decoration:none;
  font-weight:700;
}
.ecm-skip-link:focus{transform:none}

/* HEADER */
.ecm-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(19,54,73,.10);
  box-shadow:0 8px 28px rgba(10,43,63,.045);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
body.admin-bar .ecm-header{top:32px}
.ecm-header-inner{
  min-height:var(--ecm-header-h);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.ecm-brand{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  color:inherit;
  text-decoration:none;
}
.ecm-brand-mark-shell{
  flex:0 0 52px;
  width:52px;
  height:52px;
  display:block;
}
.ecm-brand-mark{
  width:100%;
  height:100%;
  object-fit:contain;
}
.ecm-brand-wordmark{
  min-width:0;
  display:flex;
  flex-direction:column;
  line-height:1;
  white-space:nowrap;
}
.ecm-brand-wordmark strong{
  color:#165a91;
  font-family:Manrope,"Segoe UI Variable","Segoe UI",sans-serif;
  font-size:1.04rem;
  letter-spacing:.055em;
  font-weight:900;
}
.ecm-brand-wordmark>span{
  margin-top:3px;
  color:var(--ecm-orange);
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.055em;
}
.ecm-brand-wordmark small{
  margin-top:5px;
  color:#4e7a32;
  font-size:.58rem;
  font-style:italic;
  letter-spacing:.02em;
}
.ecm-nav{
  display:flex;
  align-items:center;
  gap:22px;
}
.ecm-nav a{
  position:relative;
  color:#32434c;
  text-decoration:none;
  font-size:.89rem;
  font-weight:700;
  white-space:nowrap;
}
.ecm-nav a:not(.ecm-cta)::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-9px;
  height:2px;
  background:var(--ecm-blue);
  transition:right .2s ease;
}
.ecm-nav a:not(.ecm-cta):hover::after,
.ecm-nav a:not(.ecm-cta):focus-visible::after{right:0}
.ecm-nav .ecm-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:10px;
  background:var(--ecm-blue);
  color:#fff;
  box-shadow:0 9px 22px rgba(11,93,145,.16);
}
.ecm-nav .ecm-cta:hover{background:var(--ecm-blue-2)}
.ecm-menu{
  width:46px;
  height:44px;
  display:none;
  place-items:center;
  gap:5px;
  padding:10px;
  border:1px solid var(--ecm-line);
  border-radius:10px;
  background:#fff;
  cursor:pointer;
}
.ecm-menu span{
  display:block;
  width:22px;
  height:2px;
  background:var(--ecm-blue-dark);
  border-radius:999px;
  transition:transform .2s ease,opacity .2s ease;
}
.ecm-menu[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ecm-menu[aria-expanded="true"] span:nth-child(2){opacity:0}
.ecm-menu[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* TYPE */
h1,h2,h3,h4,.ecm-section h2{
  font-family:Manrope,"Segoe UI Variable","Segoe UI",Roboto,Arial,sans-serif;
  text-wrap:balance;
}
h1,h2,h3,h4{color:var(--ecm-ink)}
.ecm-kicker{
  display:inline-block;
  color:var(--ecm-orange);
  font-size:.76rem;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.ecm-section{
  padding:clamp(72px,8vw,106px) 0;
}
.ecm-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.7fr);
  gap:48px;
  align-items:end;
  margin-bottom:38px;
}
.ecm-section-head h2,
.ecm-about-copy h2,
.ecm-coverage-grid h2{
  margin:8px 0 0;
  max-width:760px;
  font-size:clamp(2rem,4.2vw,3.65rem);
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:800;
}
.ecm-section-head p,
.ecm-about-copy>p,
.ecm-coverage-grid>div>p{
  margin:0;
  color:var(--ecm-muted);
  line-height:1.75;
}

/* HERO */
.ecm-hero{
  position:relative;
  isolation:isolate;
  background:
    radial-gradient(circle at 86% 14%,rgba(127,174,75,.13),transparent 26%),
    radial-gradient(circle at 6% 10%,rgba(11,93,145,.09),transparent 28%),
    linear-gradient(180deg,#fbfdfe 0%,#f3f7f9 100%);
  border-bottom:1px solid #e9eef1;
}
.ecm-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:auto auto -150px -120px;
  width:380px;
  height:380px;
  border:1px solid rgba(11,93,145,.09);
  border-radius:50%;
}
.ecm-hero-grid{
  min-height:calc(100vh - var(--ecm-header-h));
  min-height:720px;
  padding:60px 0 68px;
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(390px,.78fr);
  gap:68px;
  align-items:center;
}
.ecm-hero-copy{max-width:720px}
.ecm-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 11px;
  border:1px solid rgba(11,93,145,.18);
  border-radius:9px;
  background:rgba(255,255,255,.75);
  color:var(--ecm-blue);
  font-size:.72rem;
  line-height:1.25;
  text-transform:uppercase;
  letter-spacing:.095em;
  font-weight:850;
}
.ecm-eyebrow::before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:var(--ecm-green);
}
.ecm-hero h1{
  margin:20px 0 20px;
  max-width:740px;
  color:var(--ecm-blue-dark);
  font-size:clamp(3rem,6vw,5.5rem);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:850;
}
.ecm-hero-copy>p{
  max-width:670px;
  margin:0;
  color:#536671;
  font-size:clamp(1rem,1.35vw,1.14rem);
  line-height:1.76;
}
.ecm-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.ecm-btn{
  min-height:50px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  border-radius:10px;
  text-decoration:none;
  font-size:.94rem;
  font-weight:800;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.ecm-btn:hover{transform:translateY(-2px)}
.ecm-btn-primary{
  background:var(--ecm-blue);
  color:#fff;
  box-shadow:0 13px 30px rgba(11,93,145,.18);
}
.ecm-btn-primary:hover{background:var(--ecm-blue-2)}
.ecm-btn-secondary{
  background:#fff;
  color:var(--ecm-blue-dark);
  border-color:#cad6dd;
}
.ecm-btn-secondary:hover{border-color:var(--ecm-blue);box-shadow:var(--ecm-shadow-sm)}
.ecm-btn-on-dark{
  color:#fff;
  border-color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.06);
}
.ecm-btn-on-dark:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.55)}
.ecm-credibility{
  list-style:none;
  margin:28px 0 0;
  padding:21px 0 0;
  display:flex;
  flex-wrap:wrap;
  gap:10px 22px;
  border-top:1px solid #dbe4e8;
  color:#556a75;
  font-size:.85rem;
  font-weight:700;
}
.ecm-credibility li{display:flex;align-items:center;gap:8px}
.ecm-credibility li::before{content:"✓";color:var(--ecm-green);font-weight:900}
.ecm-hero-media{
  position:relative;
  min-width:0;
  margin:0;
  border-radius:var(--ecm-radius-lg);
  overflow:hidden;
  background:#dbe6ea;
  box-shadow:var(--ecm-shadow);
  aspect-ratio:4/5;
}
.ecm-hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 52%,rgba(7,31,46,.76) 100%);
  pointer-events:none;
}
.ecm-hero-media>img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 44%;
}
.ecm-hero-media figcaption{
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:22px;
  color:#fff;
}
.ecm-hero-media figcaption span{
  display:block;
  margin-bottom:5px;
  color:#e8f3f7;
  font-size:.74rem;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:800;
}
.ecm-hero-media figcaption strong{
  display:block;
  max-width:420px;
  color:#fff;
  font-size:clamp(1.15rem,2vw,1.55rem);
  line-height:1.25;
}

/* CAPABILITY STRIP */
.ecm-capability-strip{
  position:relative;
  z-index:3;
  margin-top:-1px;
  background:var(--ecm-blue-dark);
  color:#fff;
}
.ecm-capability-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}
.ecm-capability-grid>div{
  min-height:122px;
  padding:24px 21px;
  border-right:1px solid rgba(255,255,255,.12);
}
.ecm-capability-grid>div:last-child{border-right:0}
.ecm-capability-grid span{
  display:block;
  margin-bottom:10px;
  color:#79b8dc;
  font-size:.7rem;
  font-weight:850;
  letter-spacing:.1em;
}
.ecm-capability-grid strong{
  display:block;
  color:#fff;
  font-size:1rem;
}
.ecm-capability-grid small{
  display:block;
  margin-top:4px;
  color:#b8cbd5;
  font-size:.79rem;
  line-height:1.45;
}

/* SERVICES */
.ecm-services-visual{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.ecm-service{
  min-width:0;
  background:#fff;
  border:1px solid var(--ecm-line);
  border-radius:var(--ecm-radius);
  overflow:hidden;
  box-shadow:0 8px 26px rgba(11,42,62,.035);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ecm-service:hover{transform:translateY(-4px);box-shadow:var(--ecm-shadow-sm);border-color:#c9d7df}
.ecm-service>img{
  width:100%;
  height:230px;
  object-fit:cover;
  object-position:center;
  background:#eef2f4;
}
.ecm-service:nth-child(3)>img{object-position:center 46%}
.ecm-service-body{padding:25px 24px 26px}
.ecm-service-no{
  display:inline-block;
  color:var(--ecm-orange);
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.1em;
}
.ecm-service h3{
  margin:7px 0 9px;
  font-size:1.28rem;
  line-height:1.25;
}
.ecm-service p{
  margin:0;
  color:var(--ecm-muted);
  font-size:.91rem;
  line-height:1.65;
}
.ecm-service a{
  display:inline-flex;
  gap:8px;
  margin-top:18px;
  color:var(--ecm-blue);
  text-decoration:none;
  font-size:.87rem;
  font-weight:800;
}
.ecm-service a:hover{text-decoration:underline;text-underline-offset:3px}
.ecm-service-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:18px;
}
.ecm-service-mini{
  padding:22px;
  border:1px solid var(--ecm-line);
  border-radius:14px;
  background:var(--ecm-bg);
}
.ecm-service-mini>span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  border-radius:9px;
  background:#e6f1f7;
  color:var(--ecm-blue);
  font-weight:900;
}
.ecm-service-mini h3{margin:0 0 7px;font-size:1.04rem}
.ecm-service-mini p{margin:0;color:var(--ecm-muted);font-size:.87rem;line-height:1.6}

/* ABOUT */
.ecm-section-dark{
  position:relative;
  overflow:hidden;
  background:var(--ecm-blue-dark);
  color:#fff;
}
.ecm-section-dark::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-240px;
  top:-220px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:50%;
}
.ecm-about-grid{
  display:grid;
  grid-template-columns:minmax(330px,.74fr) minmax(0,1.12fr);
  gap:70px;
  align-items:center;
}
.ecm-about-media{
  position:relative;
  min-height:560px;
}
.ecm-about-media>img{
  width:78%;
  max-width:430px;
  height:540px;
  object-fit:cover;
  object-position:center 30%;
  border-radius:22px;
  box-shadow:0 24px 56px rgba(0,0,0,.27);
}
.ecm-about-brand{
  position:absolute;
  width:190px;
  right:0;
  bottom:22px;
  padding:14px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.25);
}
.ecm-about-brand img{width:100%;height:auto}
.ecm-about-copy{position:relative;z-index:2}
.ecm-about-copy .ecm-kicker{color:#f09a68}
.ecm-about-copy h2{color:#fff}
.ecm-about-copy>p{margin-top:22px;color:#c3d2da;max-width:760px}
.ecm-benefit-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:30px;
}
.ecm-benefit-grid>div{
  padding:18px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:12px;
  background:rgba(255,255,255,.045);
}
.ecm-benefit-grid strong{display:block;color:#fff;font-size:.95rem}
.ecm-benefit-grid span{display:block;margin-top:5px;color:#a9bec9;font-size:.84rem;line-height:1.55}

/* INDUSTRIES */
.ecm-industries{background:#f6f8f9}
.ecm-industries-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}
.ecm-industries-grid>div{
  min-height:146px;
  padding:22px;
  border:1px solid var(--ecm-line);
  border-radius:14px;
  background:#fff;
}
.ecm-industries-grid>div>span{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  margin-bottom:13px;
  border-radius:10px;
  background:var(--ecm-soft-blue);
  color:var(--ecm-blue);
  font-weight:900;
}
.ecm-industries-grid strong{display:block;color:var(--ecm-ink);font-size:1rem}
.ecm-industries-grid small{display:block;margin-top:4px;color:var(--ecm-muted);font-size:.83rem;line-height:1.45}

/* PROCESS */
.ecm-process-section{background:#fff}
.ecm-process{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.ecm-step{
  position:relative;
  padding:24px 22px 25px;
  border-top:3px solid var(--ecm-blue);
  border-right:1px solid var(--ecm-line);
  border-bottom:1px solid var(--ecm-line);
  border-left:1px solid var(--ecm-line);
  border-radius:12px;
  background:#fff;
}
.ecm-step>span{
  display:block;
  margin-bottom:26px;
  color:#a6b5bd;
  font-size:.74rem;
  font-weight:850;
  letter-spacing:.1em;
}
.ecm-step h3{margin:0 0 7px;font-size:1.08rem}
.ecm-step p{margin:0;color:var(--ecm-muted);font-size:.87rem;line-height:1.58}

/* PROJECTS */
.ecm-projects-section{background:#f8fafb;border-top:1px solid #edf1f3;border-bottom:1px solid #edf1f3}
.ecm-project-grid{
  display:grid;
  grid-template-columns:1.45fr 1fr 1fr;
  grid-template-rows:260px 260px;
  gap:15px;
}
.ecm-project{
  position:relative;
  margin:0;
  overflow:hidden;
  border-radius:16px;
  background:#dfe6e9;
}
.ecm-project-wide{grid-row:1/3}
.ecm-project:nth-child(2){grid-column:2/3;grid-row:1/2}
.ecm-project:nth-child(3){grid-column:3/4;grid-row:1/2}
.ecm-project:nth-child(4){grid-column:2/4;grid-row:2/3}
.ecm-project::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 54%,rgba(8,31,44,.75) 100%);
  pointer-events:none;
}
.ecm-project img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.ecm-project:hover img{transform:scale(1.025)}
.ecm-project-wide img{object-position:center}
.ecm-project:nth-child(4) img{object-position:center 46%}
.ecm-project figcaption{
  position:absolute;
  z-index:2;
  left:18px;
  right:18px;
  bottom:15px;
  color:#fff;
}
.ecm-project figcaption strong{display:block;color:#fff;font-size:.98rem}
.ecm-project figcaption span{display:block;margin-top:2px;color:#d5e1e7;font-size:.77rem}

/* COVERAGE */
.ecm-coverage-section{background:#fff}
.ecm-coverage-grid{
  display:grid;
  grid-template-columns:1.08fr .72fr;
  gap:64px;
  align-items:center;
}
.ecm-coverage-grid>div>p{margin-top:18px;max-width:680px}
.ecm-coverage-card{
  padding:30px;
  border-radius:18px;
  background:var(--ecm-soft-green);
  border:1px solid #dbe9cd;
}
.ecm-coverage-card strong{display:block;color:#334526;font-size:1.07rem}
.ecm-coverage-card ul{margin:15px 0 0;padding-left:19px;color:#546448}
.ecm-coverage-card li+li{margin-top:7px}

/* CONTACT */
.ecm-contact-section{padding:0 0 94px;background:#fff}
.ecm-contact-panel{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  overflow:hidden;
  border-radius:26px;
  background:var(--ecm-blue-dark);
  box-shadow:var(--ecm-shadow);
}
.ecm-contact-copy{padding:50px}
.ecm-contact-copy .ecm-kicker{color:#f09a68}
.ecm-contact-copy h2{
  margin:8px 0 14px;
  max-width:650px;
  color:#fff;
  font-size:clamp(2.15rem,4.3vw,3.65rem);
  line-height:1.06;
  letter-spacing:-.04em;
}
.ecm-contact-copy p{margin:0;max-width:650px;color:#bdced7;line-height:1.72}
.ecm-contact-details{
  display:grid;
  align-content:center;
  padding:34px 38px;
  background:#0f344b;
  border-left:1px solid rgba(255,255,255,.08);
}
.ecm-contact-details>a,
.ecm-contact-details>div{
  display:block;
  padding:17px 0;
  border-bottom:1px solid rgba(255,255,255,.1);
  text-decoration:none;
}
.ecm-contact-details>a:last-child,
.ecm-contact-details>div:last-child{border-bottom:0}
.ecm-contact-details span{display:block;color:#8ea8b6;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.ecm-contact-details strong{display:block;margin-top:4px;color:#fff;font-size:.94rem;line-height:1.45;overflow-wrap:anywhere}
.ecm-contact-details a:hover strong{color:#a9d2ea}

/* FLOATING WHATSAPP */
.ecm-whatsapp-float{
  position:fixed;
  z-index:900;
  right:20px;
  bottom:20px;
  min-height:48px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px 13px 7px 8px;
  border-radius:14px;
  background:var(--ecm-whatsapp);
  color:#fff;
  text-decoration:none;
  box-shadow:0 15px 32px rgba(25,135,84,.27);
}
.ecm-whatsapp-float span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(255,255,255,.15);
  font-size:.68rem;
  font-weight:900;
}
.ecm-whatsapp-float strong{font-size:.82rem}

/* FOOTER */
.ecm-footer{
  background:#071d2a;
  color:#fff;
}
.ecm-footer-main{
  padding:58px 0 40px;
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr .95fr;
  gap:42px;
}
.ecm-footer .ecm-brand-mark-shell{width:49px;height:49px;flex-basis:49px}
.ecm-footer .ecm-brand-wordmark strong{color:#d8eaf4}
.ecm-footer .ecm-brand-wordmark>span{color:#ed9563}
.ecm-footer .ecm-brand-wordmark small{color:#9dc774}
.ecm-footer-intro>p{max-width:430px;margin:16px 0 0;color:#9bb0bd;font-size:.88rem;line-height:1.68}
.ecm-footer h4{margin:0 0 15px;color:#fff;font-size:.92rem}
.ecm-footer-links{display:grid;gap:9px}
.ecm-footer-links a{color:#9fb3be;text-decoration:none;font-size:.84rem;line-height:1.5;overflow-wrap:anywhere}
.ecm-footer-links a:hover{color:#fff}
.ecm-social-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}
.ecm-social-links a{padding:7px 9px;border:1px solid rgba(255,255,255,.13);border-radius:8px;color:#b6c6cf;text-decoration:none;font-size:.77rem}
.ecm-footer-bottom{
  min-height:66px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#7f98a5;
  font-size:.77rem;
}
.ecm-footer-bottom a{color:#94abb7;text-decoration:none}
.ecm-footer-bottom a:hover{color:#fff}

/* GENERIC WORDPRESS / ASTRA CONTENT */
body:not(.home) .site-content{background:#fff}
body:not(.home) .site-content .ast-container{max-width:var(--ecm-max);padding-top:64px;padding-bottom:80px}
body:not(.home) .entry-title{font-family:Manrope,"Segoe UI Variable","Segoe UI",sans-serif;color:var(--ecm-blue-dark);font-size:clamp(2.25rem,5vw,4rem);line-height:1.05;letter-spacing:-.04em}
body:not(.home) .entry-content{color:var(--ecm-text);line-height:1.75}
body:not(.home) .entry-content h2,body:not(.home) .entry-content h3{font-family:Manrope,"Segoe UI Variable","Segoe UI",sans-serif;color:var(--ecm-ink)}
body:not(.home) .entry-content a{color:var(--ecm-blue)}

/* TABLET */
@media(max-width:1120px){
  .ecm-nav{gap:14px}
  .ecm-nav a{font-size:.82rem}
  .ecm-hero-grid{gap:46px;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr)}
  .ecm-about-grid{gap:46px}
  .ecm-footer-main{grid-template-columns:1.25fr .75fr .75fr .95fr;gap:28px}
}

@media(max-width:980px){
  body.admin-bar .ecm-header{top:46px}
  .ecm-menu{display:grid}
  .ecm-nav{
    display:none;
    position:absolute;
    top:calc(100% + 8px);
    left:20px;
    right:20px;
    padding:14px;
    border:1px solid var(--ecm-line);
    border-radius:14px;
    background:#fff;
    box-shadow:var(--ecm-shadow);
    flex-direction:column;
    align-items:stretch;
    gap:2px;
  }
  .ecm-nav.is-open{display:flex}
  .ecm-nav a{padding:11px 12px;font-size:.92rem;border-radius:8px}
  .ecm-nav a:hover{background:#f5f8fa}
  .ecm-nav a:not(.ecm-cta)::after{display:none}
  .ecm-nav .ecm-cta{min-height:46px;margin-top:4px}

  .ecm-hero-grid{min-height:auto;padding:56px 0 64px;grid-template-columns:1fr 360px;gap:36px}
  .ecm-hero h1{font-size:clamp(2.9rem,7vw,4.6rem)}
  .ecm-capability-grid{grid-template-columns:repeat(3,1fr)}
  .ecm-capability-grid>div:nth-child(3){border-right:0}
  .ecm-capability-grid>div:nth-child(n+4){border-top:1px solid rgba(255,255,255,.12)}
  .ecm-section-head{grid-template-columns:1fr;gap:16px}
  .ecm-services-visual{grid-template-columns:1fr 1fr}
  .ecm-service:nth-child(3){grid-column:1/-1;display:grid;grid-template-columns:.75fr 1.25fr}
  .ecm-service:nth-child(3)>img{height:100%;min-height:250px}
  .ecm-about-grid{grid-template-columns:.78fr 1.22fr;gap:34px}
  .ecm-about-media>img{width:86%;height:500px}
  .ecm-about-brand{width:158px}
  .ecm-industries-grid{grid-template-columns:repeat(2,1fr)}
  .ecm-process{grid-template-columns:1fr 1fr}
  .ecm-project-grid{grid-template-columns:1.15fr 1fr;grid-template-rows:270px 270px 270px}
  .ecm-project-wide{grid-column:1/2;grid-row:1/3}
  .ecm-project:nth-child(2){grid-column:2/3;grid-row:1/2}
  .ecm-project:nth-child(3){grid-column:2/3;grid-row:2/3}
  .ecm-project:nth-child(4){grid-column:1/3;grid-row:3/4}
  .ecm-coverage-grid{gap:36px}
  .ecm-contact-panel{grid-template-columns:1fr}
  .ecm-contact-details{border-left:0;border-top:1px solid rgba(255,255,255,.08)}
  .ecm-footer-main{grid-template-columns:1.3fr 1fr 1fr}
  .ecm-footer-main>div:last-child{grid-column:2/4}
}

@media(max-width:760px){
  :root{--ecm-header-h:72px}
  .ecm-wrap{width:min(var(--ecm-max),calc(100% - 28px))}
  .ecm-brand-mark-shell{width:46px;height:46px;flex-basis:46px}
  .ecm-brand-wordmark strong{font-size:.91rem}
  .ecm-brand-wordmark>span{font-size:.63rem}
  .ecm-brand-wordmark small{font-size:.52rem}
  .ecm-header-inner{min-height:72px}
  .ecm-nav{left:14px;right:14px}

  .ecm-hero-grid{display:flex;flex-direction:column;padding:44px 0 52px;gap:32px}
  .ecm-hero-copy{max-width:none}
  .ecm-eyebrow{font-size:.65rem;letter-spacing:.07em}
  .ecm-hero h1{font-size:clamp(2.65rem,13.3vw,4.2rem);line-height:1.01;letter-spacing:-.048em;margin-top:17px}
  .ecm-hero-copy>p{font-size:1rem;line-height:1.68}
  .ecm-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .ecm-btn{min-height:50px;padding:0 13px;font-size:.87rem;text-align:center}
  .ecm-credibility{gap:9px 15px;margin-top:24px;padding-top:18px;font-size:.79rem}
  .ecm-hero-media{width:100%;aspect-ratio:5/6;max-height:570px;border-radius:20px}
  .ecm-hero-media figcaption{left:18px;right:18px;bottom:17px}

  .ecm-capability-grid{grid-template-columns:1fr 1fr}
  .ecm-capability-grid>div{min-height:112px;padding:20px 17px;border-bottom:1px solid rgba(255,255,255,.11)}
  .ecm-capability-grid>div:nth-child(even){border-right:0}
  .ecm-capability-grid>div:last-child{grid-column:1/-1;border-bottom:0}
  .ecm-capability-grid>div:nth-child(3){border-right:1px solid rgba(255,255,255,.12)}
  .ecm-capability-grid small{font-size:.75rem}

  .ecm-section{padding:68px 0}
  .ecm-section-head{margin-bottom:28px}
  .ecm-section-head h2,.ecm-about-copy h2,.ecm-coverage-grid h2{font-size:clamp(2rem,9.6vw,3.05rem)}
  .ecm-services-visual{grid-template-columns:1fr}
  .ecm-service:nth-child(3){grid-column:auto;display:block}
  .ecm-service:nth-child(3)>img{height:230px;min-height:0}
  .ecm-service>img{height:230px}
  .ecm-service-mini-grid{grid-template-columns:1fr}

  .ecm-about-grid{grid-template-columns:1fr;gap:34px}
  .ecm-about-media{min-height:470px;max-width:430px}
  .ecm-about-media>img{width:82%;height:450px}
  .ecm-about-brand{width:145px;right:0;bottom:4px}
  .ecm-benefit-grid{grid-template-columns:1fr}

  .ecm-industries-grid{grid-template-columns:1fr}
  .ecm-process{grid-template-columns:1fr}
  .ecm-step>span{margin-bottom:18px}
  .ecm-project-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}
  .ecm-project,.ecm-project-wide,.ecm-project:nth-child(2),.ecm-project:nth-child(3),.ecm-project:nth-child(4){grid-column:auto;grid-row:auto;height:280px}
  .ecm-project-wide{height:360px}
  .ecm-coverage-grid{grid-template-columns:1fr;gap:28px}
  .ecm-contact-section{padding-bottom:72px}
  .ecm-contact-copy{padding:36px 22px}
  .ecm-contact-copy h2{font-size:clamp(2.1rem,10vw,3.1rem)}
  .ecm-contact-copy .ecm-actions{display:flex}
  .ecm-contact-details{padding:24px 22px}
  .ecm-footer-main{grid-template-columns:1fr 1fr;padding-top:46px;gap:30px 20px}
  .ecm-footer-main>div:first-child,.ecm-footer-main>div:last-child{grid-column:1/-1}
  .ecm-footer-bottom{min-height:auto;padding:20px 0;flex-direction:column;align-items:flex-start}
  .ecm-whatsapp-float{right:14px;bottom:14px}
}

@media(max-width:430px){
  .ecm-brand-wordmark small{display:none}
  .ecm-brand-mark-shell{width:43px;height:43px;flex-basis:43px}
  .ecm-menu{width:44px;height:42px}
  .ecm-hero h1{font-size:clamp(2.45rem,12.7vw,3.55rem)}
  .ecm-actions{grid-template-columns:1fr}
  .ecm-hero-media{aspect-ratio:4/5}
  .ecm-service>img{height:215px}
  .ecm-about-media{min-height:435px}
  .ecm-about-media>img{height:415px}
  .ecm-about-brand{width:128px}
  .ecm-contact-copy .ecm-actions{display:grid}
  .ecm-footer-main{grid-template-columns:1fr}
  .ecm-footer-main>div{grid-column:auto!important}
  .ecm-whatsapp-float strong{display:none}
  .ecm-whatsapp-float{padding-right:8px;border-radius:13px}
}

@media(max-width:375px){
  .ecm-wrap{width:calc(100% - 24px)}
  .ecm-brand-wordmark strong{font-size:.82rem}
  .ecm-brand-wordmark>span{font-size:.58rem}
  .ecm-hero h1{font-size:2.35rem}
  .ecm-credibility{display:grid;grid-template-columns:1fr 1fr}
  .ecm-capability-grid{grid-template-columns:1fr}
  .ecm-capability-grid>div,.ecm-capability-grid>div:nth-child(3){border-right:0}
  .ecm-capability-grid>div:last-child{grid-column:auto}
  .ecm-about-media>img{width:86%}
  .ecm-about-brand{width:118px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}


/* ========================================================================
   v1.5.1 — Premium hero/header refinement
   Built from the approved Ecovent visual direction. No fake metrics or
   decorative screenshot-as-website shortcuts: all controls remain functional.
   ======================================================================== */
:root{
  --ecm-blue:#0a64a4;
  --ecm-blue-2:#0b78bf;
  --ecm-blue-dark:#052c4d;
  --ecm-navy:#06365d;
  --ecm-navy-deep:#03223d;
  --ecm-cyan:#10c9ea;
  --ecm-orange:#ff7659;
  --ecm-orange-2:#f05c37;
  --ecm-header-h:110px;
}
.ecm-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Premium two-level header */
.ecm-header{
  background:var(--ecm-navy-deep);
  border-bottom:0;
  box-shadow:0 12px 34px rgba(0,24,43,.18);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.ecm-topbar{
  background:#041d34;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#d9e8f2;
}
.ecm-topbar-inner{
  min-height:32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  font-size:.71rem;
  line-height:1.2;
}
.ecm-topbar-contact,.ecm-topbar-links{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}
.ecm-topbar a,.ecm-topbar span{color:inherit;text-decoration:none}
.ecm-topbar a{display:inline-flex;align-items:center;gap:6px}
.ecm-topbar a:hover{color:#fff}
.ecm-topbar-contact>a,.ecm-topbar-coverage{white-space:nowrap}
.ecm-topbar-links>span{color:#a8c4d6;font-style:italic;white-space:nowrap}
.ecm-mainbar{
  background:linear-gradient(90deg,#06365d 0%,#0b4f82 72%,#0a5f98 100%);
}
.ecm-header-inner{min-height:78px;gap:28px}
.ecm-brand{gap:11px}
.ecm-brand-mark-shell{width:56px;height:56px;flex-basis:56px}
.ecm-brand-wordmark strong{color:#fff;font-size:1.1rem;letter-spacing:.045em}
.ecm-brand-wordmark>span{color:#ff8a63;font-size:.74rem}
.ecm-brand-wordmark small{color:#8fd5d8;font-size:.59rem}
.ecm-nav{gap:20px}
.ecm-nav a{color:#e9f2f8;font-size:.82rem;text-transform:uppercase;letter-spacing:.02em}
.ecm-nav a:not(.ecm-cta)::after{background:var(--ecm-orange);bottom:-10px}
.ecm-nav .ecm-cta{
  min-height:44px;
  padding:0 18px;
  border-radius:12px;
  background:linear-gradient(135deg,var(--ecm-orange),#ff8d72);
  color:#fff;
  box-shadow:0 10px 26px rgba(240,92,55,.26);
}
.ecm-nav .ecm-cta:hover{background:linear-gradient(135deg,var(--ecm-orange-2),var(--ecm-orange))}
.ecm-menu{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.08)}
.ecm-menu span{background:#fff}

/* Premium photographic hero */
.ecm-hero-premium{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#062e50;
  border-bottom:0;
  color:#fff;
}
.ecm-hero-premium::before{
  content:"";
  position:absolute;
  z-index:-3;
  inset:0;
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  background-image:var(--ecm-hero-bg);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  transform:none;
}
.ecm-hero-premium::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:auto -100px -170px auto;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(16,201,234,.18) 0%,rgba(16,201,234,0) 70%);
  pointer-events:none;
}
.ecm-hero-overlay{
  position:absolute;
  z-index:-2;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,30,52,.98) 0%,rgba(4,43,74,.93) 36%,rgba(4,54,91,.52) 60%,rgba(4,49,82,.16) 76%,rgba(4,49,82,.08) 100%),
    linear-gradient(180deg,rgba(2,27,47,.12) 0%,rgba(2,33,56,.24) 100%);
}
.ecm-hero-stage{
  min-height:620px;
  padding:70px 0 54px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(310px,.46fr);
  gap:80px;
  align-items:center;
}
.ecm-hero-premium .ecm-hero-copy{max-width:720px}
.ecm-hero-premium .ecm-eyebrow{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#f1f7fb;
  font-size:.78rem;
  letter-spacing:.16em;
}
.ecm-hero-premium .ecm-eyebrow::before{display:none}
.ecm-hero-premium h1{
  margin:18px 0 18px;
  max-width:760px;
  color:#fff;
  font-size:clamp(3.1rem,5.4vw,5.35rem);
  line-height:.98;
  letter-spacing:-.05em;
  text-shadow:0 3px 18px rgba(0,0,0,.13);
}
.ecm-hero-premium h1 span{color:var(--ecm-cyan)}
.ecm-hero-premium .ecm-hero-copy>p{
  max-width:660px;
  color:#dceaf2;
  font-size:clamp(1rem,1.2vw,1.14rem);
  line-height:1.68;
}
.ecm-hero-actions{margin-top:26px}
.ecm-hero-actions .ecm-btn{
  min-height:54px;
  padding:0 23px;
  border-radius:11px;
}
.ecm-hero-actions .ecm-btn-primary{
  background:linear-gradient(135deg,var(--ecm-orange),#ff9278);
  box-shadow:0 14px 30px rgba(240,92,55,.28);
}
.ecm-hero-actions .ecm-btn-primary:hover{background:linear-gradient(135deg,var(--ecm-orange-2),var(--ecm-orange))}
.ecm-btn-hero-outline{
  color:#fff;
  background:rgba(5,45,77,.32);
  border-color:rgba(255,255,255,.48);
  backdrop-filter:blur(5px);
}
.ecm-btn-hero-outline:hover{color:#fff;background:rgba(255,255,255,.11);border-color:#fff}
.ecm-hero-premium .ecm-credibility{
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.22);
  color:#f1f7fb;
  gap:12px 28px;
}
.ecm-hero-premium .ecm-credibility li::before{color:var(--ecm-cyan)}

/* Quick WhatsApp request card */
.ecm-quick-card{
  align-self:end;
  margin-bottom:6px;
  padding:24px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(8,89,148,.95),rgba(5,57,101,.96));
  box-shadow:0 24px 60px rgba(0,22,42,.30);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.ecm-quick-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  margin-bottom:10px;
  border-radius:12px;
  background:rgba(16,201,234,.16);
  color:#6eeeff;
  font-size:1.15rem;
}
.ecm-quick-heading h2{margin:0;color:#fff;font-size:1.45rem;line-height:1.1}
.ecm-quick-heading p{margin:5px 0 17px;color:#cfe3ee;font-size:.84rem;line-height:1.45}
.ecm-quick-form{display:grid;gap:9px}
.ecm-field{display:block;margin:0}
.ecm-field input,.ecm-field select{
  width:100%;
  min-height:46px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:9px;
  background:rgba(255,255,255,.97);
  color:#16384d;
  padding:0 13px;
  outline:none;
  box-shadow:none;
}
.ecm-field input::placeholder{color:#748b99;opacity:1}
.ecm-field input:focus,.ecm-field select:focus{border-color:#81efff;box-shadow:0 0 0 3px rgba(16,201,234,.18)}
.ecm-quick-submit{
  min-height:49px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  border:0;
  border-radius:10px;
  background:linear-gradient(135deg,var(--ecm-orange),#ff9278);
  color:#fff;
  font-weight:850;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(240,92,55,.22);
}
.ecm-quick-submit:hover{background:linear-gradient(135deg,var(--ecm-orange-2),var(--ecm-orange))}

/* Service cards integrated into the hero instead of unsupported fake metrics */
.ecm-hero-service-grid{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  padding-bottom:34px;
}
.ecm-hero-service-card{
  min-height:142px;
  display:grid;
  grid-template-columns:60px 1fr auto;
  gap:16px;
  align-items:center;
  padding:22px;
  border:1px solid rgba(255,255,255,.48);
  border-radius:18px;
  background:rgba(255,255,255,.97);
  color:var(--ecm-ink);
  text-decoration:none;
  box-shadow:0 18px 42px rgba(0,28,50,.17);
  transition:transform .18s ease,box-shadow .18s ease;
}
.ecm-hero-service-card:hover{transform:translateY(-3px);box-shadow:0 24px 50px rgba(0,28,50,.22)}
.ecm-hero-service-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e9f7fb;
  color:#0a67a6;
  font-size:1.05rem;
  font-weight:900;
}
.ecm-hero-service-card strong{display:block;color:#0b4c7d;font-size:1.03rem;line-height:1.23}
.ecm-hero-service-card small{display:block;margin-top:7px;color:#617783;font-size:.80rem;line-height:1.5}
.ecm-hero-service-card>b{align-self:end;color:#0aa8c5;font-size:1.45rem;font-weight:600}

/* Continue the premium visual system below the fold */
#services{padding-top:94px;background:#f6f9fb}
.ecm-service>img{height:255px}
.ecm-service:first-child>img{object-position:center 49%}
.ecm-service:nth-child(2)>img{object-position:center 48%}
.ecm-contact-panel .ecm-btn-primary{background:linear-gradient(135deg,var(--ecm-orange),#ff9278)}

@media(max-width:1120px){
  .ecm-topbar-coverage{display:none}
  .ecm-nav{gap:14px}
  .ecm-hero-stage{grid-template-columns:minmax(0,1fr) minmax(300px,.5fr);gap:42px}
  .ecm-hero-service-card{grid-template-columns:52px 1fr auto;padding:18px}
  .ecm-hero-service-icon{width:50px;height:50px}
}

@media(max-width:980px){
  :root{--ecm-header-h:106px}
  .ecm-topbar-links{display:none}
  .ecm-topbar-contact{width:100%;justify-content:center}
  .ecm-mainbar{position:relative}
  .ecm-nav{
    top:calc(100% + 8px);
    background:#082f50;
    border-color:rgba(255,255,255,.14);
  }
  .ecm-nav a{color:#eef7fb}
  .ecm-nav a:hover{background:rgba(255,255,255,.07)}
  .ecm-hero-overlay{
    background:linear-gradient(90deg,rgba(3,30,52,.98) 0%,rgba(4,43,74,.91) 46%,rgba(4,54,91,.48) 72%,rgba(4,49,82,.18) 100%);
  }
  .ecm-hero-stage{grid-template-columns:minmax(0,1fr) 310px;gap:28px;padding-top:56px}
  .ecm-hero-service-grid{gap:12px}
  .ecm-hero-service-card{grid-template-columns:48px 1fr;padding:17px;min-height:152px}
  .ecm-hero-service-card>b{display:none}
}

@media(max-width:760px){
  :root{--ecm-header-h:72px}
  .ecm-topbar{display:none}
  .ecm-header-inner{min-height:72px}
  .ecm-brand-mark-shell{width:46px;height:46px;flex-basis:46px}
  .ecm-brand-wordmark strong{font-size:.94rem}
  .ecm-brand-wordmark>span{font-size:.63rem}
  .ecm-brand-wordmark small{font-size:.51rem}
  .ecm-hero-premium::before{
    background-position:62% top;
  }
  .ecm-hero-overlay{
    background:
      linear-gradient(180deg,rgba(3,29,50,.93) 0%,rgba(3,39,66,.93) 52%,rgba(4,49,82,.88) 100%),
      linear-gradient(90deg,rgba(3,30,52,.72),rgba(3,30,52,.38));
  }
  .ecm-hero-stage{
    min-height:auto;
    display:grid;
    grid-template-columns:1fr;
    gap:30px;
    padding:48px 0 30px;
  }
  .ecm-hero-premium h1{font-size:clamp(2.75rem,12.5vw,4.15rem);max-width:620px}
  .ecm-hero-premium .ecm-eyebrow{font-size:.68rem;letter-spacing:.11em}
  .ecm-hero-premium .ecm-hero-copy>p{max-width:600px}
  .ecm-quick-card{width:min(100%,480px);justify-self:start;margin:0}
  .ecm-hero-service-grid{grid-template-columns:1fr;padding-bottom:38px}
  .ecm-hero-service-card{min-height:0;grid-template-columns:54px 1fr auto}
  .ecm-hero-service-card>b{display:block}
  #services{padding-top:72px}
}

@media(max-width:430px){
  .ecm-brand-wordmark small{display:none}
  .ecm-hero-stage{padding-top:38px}
  .ecm-hero-premium h1{font-size:clamp(2.45rem,12vw,3.35rem)}
  .ecm-hero-actions{display:grid;grid-template-columns:1fr}
  .ecm-hero-actions .ecm-btn{width:100%}
  .ecm-hero-premium .ecm-credibility{display:grid;grid-template-columns:1fr;gap:8px}
  .ecm-quick-card{padding:20px 17px;border-radius:16px}
  .ecm-hero-service-card{grid-template-columns:48px 1fr;padding:16px}
  .ecm-hero-service-card>b{display:none}
}
