:root{
  --navy:#071224;
  --navy-2:#0c1d34;
  --green:#7fb02a;
  --green-2:#72af00;
  --orange:#f26440;
  --gold:#ff9900;
  --text:#1e293b;
  --muted:#64748b;
  --light:#f8fafc;
  --white:#ffffff;
  --shadow:0 20px 50px rgba(2,8,23,.14);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);line-height:1.7;background:#fff}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.site-header{
  position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;
  padding:14px 6vw;background:rgba(7,18,36,.94);backdrop-filter:blur(14px);box-shadow:0 10px 30px rgba(0,0,0,.15)
}
.brand{display:flex;align-items:center;gap:12px;color:#fff}
.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--green),var(--orange));font-weight:900}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-text strong{font-size:18px;letter-spacing:.03em}
.brand-text em{font-size:11px;text-transform:uppercase;font-style:normal;color:#cbd5e1;letter-spacing:.16em}
.site-nav{display:flex;align-items:center;gap:5px}
.site-nav a{color:#e2e8f0;padding:10px 14px;border-radius:999px;font-size:14px;font-weight:700}
.site-nav a:hover,.site-nav a.active{background:rgba(255,255,255,.1);color:#fff}
.nav-toggle{display:none;background:transparent;color:#fff;border:0;font-size:30px}
.hero,
.page-hero {
  min-height: 86vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 140px 6vw 110px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-home {
  background-image: url("../images/bg.jpg");
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 7, 18, 0.82),
    rgba(3, 7, 18, 0.55),
    rgba(3, 7, 18, 0.25)
  );
  z-index: 1;
}

.hero-content,
.page-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 1000px;
  width: 100%;
}
.hero-home{min-height:82vh}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,7,18,.9),rgba(3,7,18,.55),rgba(3,7,18,.18))}
.hero-overlay.green{background:linear-gradient(140deg,rgba(114,175,0,.87),rgba(3,7,18,.63))}
.hero-content,.page-hero-content{position:relative;z-index:2;color:#fff;max-width:1000px;width:100%}
.hero-content h1,.page-hero-content h1{font-size:clamp(46px,7vw,86px);line-height:1.02;margin:12px 0;font-weight:900;letter-spacing:-.05em}
.hero-content p,.page-hero-content p{font-size:clamp(18px,2.4vw,27px);max-width:720px;color:#e2e8f0;margin:0 0 28px}
.eyebrow{display:inline-block;text-transform:uppercase;color:var(--gold);font-weight:900;letter-spacing:.2em;font-size:13px;margin-bottom:8px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border-radius:999px;font-weight:900;letter-spacing:.02em;border:2px solid transparent;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,var(--green),#4d8c0e);color:#fff;box-shadow:0 14px 30px rgba(127,176,42,.28)}
.btn-outline{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.05)}
.text-link{font-weight:900;color:var(--green)}
.section{padding:90px 6vw}
.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.section-copy h2,.section-heading h2,.contact-copy h2{font-size:clamp(34px,5vw,58px);line-height:1.05;margin:4px 0 18px;color:var(--navy);letter-spacing:-.04em}
.section-copy p{font-size:17px;color:#475569}
.section-image img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;object-fit:cover}
.section-copy.wide p{font-size:18px}
.mission-section{background:linear-gradient(180deg,#fff,#f8fafc)}
.section-heading{text-align:center;max-width:780px;margin:0 auto 46px}
.section-heading p{color:var(--muted);font-size:18px}
.cards{display:grid;gap:26px}
.cards.three{grid-template-columns:repeat(3,1fr)}
.service-card,.value-card{background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius);box-shadow:0 10px 35px rgba(15,23,42,.07);overflow:hidden}
.service-card img{height:190px;width:100%;object-fit:cover}
.service-card div,.value-card{padding:28px}
.service-card h3,.value-card h3,.detail-row h2{font-size:24px;line-height:1.18;margin:0 0 12px;color:var(--navy)}
.service-card p,.value-card p,.value-card li{color:#475569}
.services{background:#f8fafc}
.partners{background:#fff}
.partner-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;align-items:center}
.partner-grid img{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;min-height:100px;object-fit:contain;box-shadow:0 10px 25px rgba(15,23,42,.06)}
.contact-section{background:linear-gradient(135deg,var(--navy),var(--navy-2));color:#fff}
.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:36px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:32px;padding:36px;box-shadow:0 30px 80px rgba(0,0,0,.25)}
.contact-copy h2{color:#fff}
.contact-list h3{margin:24px 0 6px;color:#fff}
.contact-list p{color:#cbd5e1}
.contact-list strong{color:var(--gold)}
.contact-form{background:#fff;color:var(--text);border-radius:24px;padding:26px;display:grid;gap:16px}
.contact-form label{font-weight:800;font-size:14px}
.contact-form input,.contact-form textarea{width:100%;margin-top:6px;border:1px solid #cbd5e1;border-radius:14px;padding:13px 14px;font:inherit}
.form-note{font-size:13px;color:var(--muted);margin:0}
.page-hero{min-height:58vh}
.values{background:#f8fafc}
.value-card img{height:160px;width:100%;object-fit:cover;border-radius:18px;margin-bottom:18px}
.value-card ul{margin:0;padding-left:20px}
.construction-hero{min-height:70vh}
.service-details{background:#f8fafc;padding-top:50px}
.detail-row{display:grid;grid-template-columns:.95fr 1.05fr;gap:38px;align-items:center;background:#fff;border-radius:30px;padding:28px;margin:0 0 30px;box-shadow:0 18px 50px rgba(15,23,42,.08)}
.detail-row.reverse{grid-template-columns:1.05fr .95fr}
.detail-row.reverse img{order:2}
.detail-row img{height:320px;width:100%;object-fit:cover;border-radius:22px}
.detail-row p,.detail-row li{color:#475569}
.site-footer{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px;background:#030712;color:#cbd5e1;padding:48px 6vw}
.site-footer h3{color:#fff;margin:0 0 8px}
.site-footer strong{color:#fff}
.site-footer a{color:#d9f99d}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:900px){
  .nav-toggle{display:block}
  .site-nav{position:absolute;left:0;right:0;top:70px;background:var(--navy);padding:16px 6vw;display:none;flex-direction:column;align-items:flex-start}
  .site-nav.open{display:flex}
  .site-nav a{width:100%}
  .split,.contact-card,.detail-row,.detail-row.reverse,.site-footer{grid-template-columns:1fr}
  .detail-row.reverse img{order:0}
  .cards.three{grid-template-columns:1fr}
  .partner-grid{grid-template-columns:repeat(2,1fr)}
  .hero,.page-hero{padding-top:100px}
}
@media(max-width:520px){
  .site-header{padding:12px 4vw}
  .brand-text strong{font-size:16px}
  .section{padding:64px 5vw}
  .contact-card{padding:22px}
  .partner-grid{grid-template-columns:1fr}
}


.hero,
.page-hero {
  overflow: hidden;
  background: none;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  z-index: 1;
}

.hero-content,
.page-hero-content {
  z-index: 2;
}


.hero-home {
  min-height: 86vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 140px 6vw 110px;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.82), rgba(3, 7, 18, 0.55), rgba(3, 7, 18, 0.25)),
    url("../images/bg.jpg") center center / cover no-repeat !important;
  overflow: hidden;
}

.hero-home .hero-overlay {
  display: none !important;
}

.hero-home .hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 900px;
}


.about-hero {
  min-height: 65vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 140px 6vw 100px;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.82), rgba(3, 7, 18, 0.55), rgba(3, 7, 18, 0.25)),
    url("../images/adfn.jpg") center center / cover no-repeat !important;
  overflow: hidden;
}

.about-hero .page-hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 900px;
}


.construction-hero {
  min-height: 65vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 140px 6vw 100px;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.82), rgba(3, 7, 18, 0.55), rgba(3, 7, 18, 0.25)),
    url("../images/Tools-16.jpeg") center center / cover no-repeat !important;
  overflow: hidden;
}

.construction-hero .page-hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 900px;
}


.site-footer {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(104, 164, 0, 0.18), transparent 32%),
    linear-gradient(135deg, #020817 0%, #07111f 45%, #02040b 100%);
  color: #ffffff;
  padding: 0 6vw;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  background: rgba(104, 164, 0, 0.12);
  transform: rotate(45deg);
  pointer-events: none;
}

.footer-cta {
  position: relative;
  z-index: 1;
  transform: translateY(-45px);
  background:
    linear-gradient(135deg, rgba(104, 164, 0, 0.95), rgba(67, 115, 0, 0.95)),
    url("../images/bg.jpg") center / cover no-repeat;
  border-radius: 28px;
  padding: 36px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
}

.footer-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #dfff9a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-cta h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.1;
  color: #ffffff;
}

.footer-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #07111f;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
}

.footer-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 1.2fr;
  gap: 44px;
  padding: 30px 0 55px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 22px;
}

.footer-logo span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #8cc600, #c6802d);
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
}

.footer-logo strong {
  display: block;
  font-size: 21px;
  line-height: 1;
}

.footer-logo small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand p,
.footer-col p,
.footer-bottom p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.footer-col h4 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.footer-col a {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: 0.25s ease;
}

.footer-col a:hover {
  color: #9bd000;
  transform: translateX(4px);
}

.footer-contact p {
  margin: 0 0 18px;
}

.footer-contact strong {
  display: block;
  color: #9bd000;
  margin-bottom: 5px;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

/* Mobile Footer */
@media (max-width: 900px) {
  .footer-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .site-footer {
    padding: 0 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-cta {
    transform: translateY(-30px);
    border-radius: 22px;
  }
}


/* Clean Premium Footer */
.zel-footer {
  background:
    radial-gradient(circle at 90% 10%, rgba(111, 176, 0, 0.14), transparent 30%),
    linear-gradient(135deg, #020817 0%, #07111f 52%, #02040b 100%) !important;
  color: #ffffff !important;
  padding: 80px 6vw 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.zel-footer::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  background: rgba(111, 176, 0, 0.13);
  transform: rotate(45deg);
  pointer-events: none;
}

.zel-footer-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.9fr 1.3fr;
  gap: 55px;
}

.zel-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 24px;
}

.zel-footer-logo span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #8cc600, #c6802d);
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
}

.zel-footer-logo strong {
  display: block;
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
}

.zel-footer-logo small {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.zel-footer-brand p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin: 0;
}

.zel-footer h4 {
  margin: 0 0 22px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9bd000;
}

.zel-footer-links a,
.zel-footer-contact a {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  margin-bottom: 13px;
  line-height: 1.5;
  transition: 0.25s ease;
}

.zel-footer-links a:hover,
.zel-footer-contact a:hover {
  color: #9bd000;
  transform: translateX(4px);
}

.zel-footer-contact p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.zel-footer-contact span {
  display: block;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 7px;
}

.zel-footer-bottom {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.zel-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

/* Responsive */
@media (max-width: 950px) {
  .zel-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .zel-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .zel-footer {
    padding: 60px 24px 0 !important;
  }

  .zel-footer-inner {
    grid-template-columns: 1fr;
  }

  .zel-footer-brand p {
    max-width: 100%;
  }
}