
:root{
  --blue:#1e3a8a;
  --blue2:#3b82f6;
  --ink:#0b1220;
  --muted:#dbeafe;
  --textmuted:#c7d2fe;
  --bg:#e5e7eb;
  --card:#f8fafc;
  --line:#cbd5e1;
  --shadow:0 18px 50px rgba(0,0,0,.25);
  --shadow2:0 10px 25px rgba(0,0,0,.18);
  --radius:16px;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:#d1d5db;
  color:#111827;
}
a{color:inherit}
.container{max-width:1180px;margin:0 auto;padding:0 18px}
/* Top Nav like screenshot */
\1 #0b1a33 url('assets/topstrip.jpg') center/cover no-repeat;
  color:#fff;
  position:sticky;top:0;z-index:60;
  box-shadow:0 10px 25px rgba(0,0,0,.25);
}
.topnav .row{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:10px 0;
}
.brand{
  display:flex;align-items:center;gap:12px;
  text-decoration:none;
}
.brand img{height:58px;width:auto}
.menu{
  display:flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:center;
}
.menu a{
  color:#fff;text-decoration:none;font-weight:800;font-size:14px;
  padding:8px 10px;border-radius:10px;
}
.menu a:hover{background:rgba(255,255,255,.10)}
.callpill{
  background:rgba(59,130,246,.25);
  border:1px solid rgba(255,255,255,.25);
  padding:8px 12px;border-radius:999px;
  font-weight:900;white-space:nowrap;
}
.callpill a{color:#fff;text-decoration:none}
/* Hero */
.hero{
  background:
    linear-gradient(180deg,rgba(11,26,51,.80),rgba(11,26,51,.45)),
    url('assets/hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0 120px;
  color:#fff;
}

.hero h1{
  margin:0 0 10px;
  font-size:40px;
  line-height:1.1;
  text-shadow:0 8px 20px rgba(0,0,0,.45);
  max-width:720px;
}
.hero p{
  margin:0 0 18px;
  font-size:16px;
  color:var(--muted);
  font-weight:700;
  text-shadow:0 8px 20px rgba(0,0,0,.35);
}
.btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:8px;
  padding:12px 18px;
  font-weight:900;
  text-decoration:none;
  border:1px solid transparent;
  box-shadow:var(--shadow2);
  font-size:14px;
}
.btn-primary{background:linear-gradient(90deg,var(--blue),var(--blue2));color:#fff}
.btn-secondary{background:#e5e7eb;color:#111827;border-color:#cbd5e1}
/* Section headers */
.section{
  padding:36px 0;
}
.section-title{
  display:flex;align-items:center;justify-content:center;
  gap:14px;
  color:#0b2a6d;
  font-weight:900;
  text-transform:none;
  font-size:26px;
  margin:10px 0 18px;
}
.section-title:before,.section-title:after{
  content:"";
  height:2px;flex:1;
  background:linear-gradient(90deg, transparent, #0b2a6d, transparent);
  opacity:.55;
}
/* Service boxes like screenshot */
.services-wrap{
  background:linear-gradient(#f3f4f6,#e5e7eb);
  border-top:1px solid #cbd5e1;
  border-bottom:1px solid #cbd5e1;
  padding:18px 0 26px;
}
.service-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.panel{
  background:#f8fafc;
  border:1px solid #cbd5e1;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,.18);
}
.panel .head{
  background:linear-gradient(#14336f,#0b1a33);
  color:#fff;
  padding:10px 14px;
  font-weight:900;
  text-align:center;
  letter-spacing:.2px;
}
.panel .items{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
}
.item{
  display:flex;
  gap:12px;
  padding:14px 14px;
  border-top:1px solid #d1d5db;
}
.item:nth-child(odd){border-right:1px solid #d1d5db}
.item img{width:44px;height:44px}
.item b{display:block;color:#0b2a6d;font-size:14px}
.item span{display:block;font-size:12px;color:#475569;margin-top:2px}
/* Brands strip */
.brands{
  background:linear-gradient(#0b1a33,#0a1730);
  color:#fff;
  padding:14px 0;
}
.brandrow{
  display:flex;gap:24px;align-items:center;justify-content:center;flex-wrap:wrap;
  opacity:.95;
  font-weight:900;
  letter-spacing:.8px;
}
.brandrow span{font-style:italic}
/* About + form/map block */
\1
    linear-gradient(180deg, rgba(11,26,51,.86) 0%, rgba(11,26,51,.62) 60%, rgba(11,26,51,.30) 100%),
    url('assets/about-bg.jpg') center/cover no-repeat !important;
  \334px 0;
  color:#fff;
}
.about .grid{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:18px;
  align-items:end;
}
.tech{
  display:flex;align-items:end;justify-content:center;
}
.tech img{
  max-width:100%;
  border-radius:14px;
  box-shadow:var(--shadow);
}
.aboutcard{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  padding:18px;
  box-shadow:var(--shadow2);
  backdrop-filter: blur(6px);
}
.aboutcard h2{
  margin:0 0 10px;
  color:#dbeafe;
  font-size:26px;
  letter-spacing:.2px;
}
.aboutcard p{margin:0;color:#e5e7eb;font-weight:600}
/* Quote + map row like screenshot */
.quote-row{
  margin-top:16px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:14px;
}
.formbox{
  background:rgba(15,23,42,.82);
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  padding:14px;
  box-shadow:var(--shadow2);
}
.formbox h3{margin:0 0 10px;color:#fff}
label{display:block;font-size:12px;color:#c7d2fe;font-weight:900;margin:10px 0 6px}
input,select,textarea{
  width:100%;
  padding:10px 10px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
  outline:none;
}
textarea{min-height:92px;resize:vertical}
.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.sendbtn{margin-top:12px;width:100%}
.map{
  width:100%;height:310px;border:0;border-radius:12px;
  box-shadow:var(--shadow2);
}
/* Bottom request section */
.bottom{
  background:#0b1a33;
  color:#fff;
  padding:24px 0 10px;
}
.bottom h2{
  margin:0 0 12px;
  text-align:center;
  font-size:24px;
  letter-spacing:.2px;
}
.bottomgrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.reviewbox,.infobox{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  padding:14px;
}
.stars{color:#fbbf24;letter-spacing:2px;font-weight:900;margin-bottom:6px}
/* Footer */
.footer{
  background: #061226;
  color:#c7d2fe;
  padding:20px 0;
  border-top:1px solid rgba(255,255,255,.10);
}
.footergrid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1.2fr;
  gap:16px;
}
.footer h4{margin:0 0 10px;color:#fff}
.footer a{color:#c7d2fe;text-decoration:none}
.footer a:hover{text-decoration:underline}
/* Responsive */
@media (max-width: 980px){
  .service-grid{grid-template-columns:1fr}
  .about .grid{grid-template-columns:1fr}
  .quote-row{grid-template-columns:1fr}
  .bottomgrid{grid-template-columns:1fr}
  .footergrid{grid-template-columns:1fr 1fr}
  .hero h1{font-size:34px}
  .menu{display:none}
}
