.elementor-173 .elementor-element.elementor-element-0987ca0{--display:flex;}body.elementor-page-173:not(.elementor-motion-effects-element-type-background), body.elementor-page-173 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-6a76d07 );}/* Start custom CSS for html, class: .elementor-element-63a8a0a *//* ===== Hydrografix About (Scoped) ===== */
.hg-about{
  --panel:#0B1220;
  --panel2:#0A1424;
  --text:#EAF0FF;
  --muted:rgba(234,240,255,.72);
  --line:rgba(255,255,255,.10);
  --orange:#FF8A00;
  --orange2:#FFB15A;

  background:
    radial-gradient(900px 600px at 90% 10%, rgba(60,140,255,.10), transparent 55%),
    linear-gradient(180deg, #050812, var(--bg));
  color: var(--text);
  padding: 18px 0 0;
}

.hg-about *{ box-sizing:border-box; }
.hg-about-wrap{ max-width:1200px; margin:0 auto; padding:0 18px; }

.hg-about-hero{ padding: 16px 0 20px; }
.hg-about-hero-in{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 16px;
  align-items: stretch;
}

.hg-about-kicker{
  display:inline-flex;
  color: var(--muted);
  font-weight: 900;
  letter-spacing:.35px;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 10px;
}

.hg-about-hero-text{
  background: rgba(11,18,32,.72);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
  backdrop-filter: blur(10px);
}
.hg-about-hero-text h1{
  margin: 0 0 10px;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.6px;
}
.hg-about-sub{ margin:0 0 16px; color: var(--muted); line-height:1.65; font-size:15px; }

.hg-about-hero-actions{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom: 14px; }

.hg-about-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .25px;
  font-size: 13px;
  background: linear-gradient(180deg, var(--orange2), var(--orange));
  color: #0B1220;
  border: 1px solid rgba(255,138,0,.55);
  box-shadow: 0 18px 40px rgba(255,138,0,.18);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.hg-about-btn:hover{ transform: translateY(-2px); box-shadow: 0 24px 55px rgba(255,138,0,.22); filter:saturate(1.05); }
.hg-about-btn-ghost{
  background: rgba(255,255,255,.04);
  color: var(--text);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: none;
}
.hg-about-btn-ghost:hover{ box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.hg-about-btn-full{ width:100%; margin-top: 12px; }

.hg-about-stats{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin-top: 10px;
}
.hg-about-stat{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 12px;
}
.hg-about-stat strong{
  display:block; font-size:12px; text-transform:uppercase; letter-spacing:.25px;
}
.hg-about-stat span{
  display:block; margin-top:4px; color: var(--muted); font-weight:700; font-size:12px;
}

/* Right hero card */
.hg-about-hero-card{
  border-radius: 22px;
  border: 1px solid var(--line);
  background:
    radial-gradient(700px 380px at 20% 0%, rgba(255,138,0,.16), transparent 60%),
    linear-gradient(180deg, rgba(11,18,32,.65), rgba(11,18,32,.90));
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
  padding: 22px;
}
.hg-about-badge{
  width:max-content;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing:.25px;
  background: rgba(255,138,0,.14);
  border: 1px solid rgba(255,138,0,.35);
  color: var(--orange2);
  margin-bottom: 10px;
}
.hg-about-hero-card h3{ margin: 0 0 8px; font-weight: 950; }
.hg-about-hero-card p{ margin: 0 0 14px; color: var(--muted); line-height: 1.6; }
.hg-about-mini{
  display:grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.hg-about-mini > div{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 12px;
}
.hg-about-mini span{ display:block; color: var(--muted); font-weight: 800; font-size: 12px; }
.hg-about-mini strong{ display:block; margin-top: 4px; font-weight: 950; font-size: 13px; }

/* Sections */
.hg-about-sec{ padding: 18px 0; }
.hg-about-head{ margin-bottom: 12px; }
.hg-about-head h2{ margin:0 0 6px; font-size: 22px; font-weight: 950; }
.hg-about-head p{ margin:0; color: var(--muted); font-weight: 700; }

.hg-about-grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hg-about-card{
  background: rgba(11,18,32,.62);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 22px 70px rgba(0,0,0,.42);
  backdrop-filter: blur(10px);
}
.hg-about-card-soft{
  background: rgba(10,20,36,.68);
}

.hg-about-card h2{ margin:0 0 10px; font-size: 18px; font-weight: 950; }
.hg-about-card p{ margin:0 0 10px; color: var(--muted); line-height: 1.7; }
.hg-about-card p:last-child{ margin-bottom:0; }

.hg-about-list{ margin:0; padding-left: 18px; color: var(--muted); line-height: 1.8; font-weight: 700; }
.hg-about-links{ display:flex; gap: 12px; flex-wrap: wrap; margin-top: 12px; }
.hg-about-links a{
  color: var(--orange2);
  text-decoration:none;
  font-weight: 900;
}
.hg-about-links a:hover{ color: var(--orange); }

/* 3 cards */
.hg-about-cards3{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.hg-about-iconcard{
  background: rgba(11,18,32,.62);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 22px 70px rgba(0,0,0,.42);
}
.hg-about-ic{
  width: 42px; height: 42px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(255,138,0,.14);
  border: 1px solid rgba(255,138,0,.35);
  color: var(--orange2);
  font-weight: 950;
  margin-bottom: 10px;
}
.hg-about-iconcard h3{ margin:0 0 6px; font-weight: 950; }
.hg-about-iconcard p{ margin:0; color: var(--muted); line-height: 1.65; }

/* Split */
.hg-about-split{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
}
.hg-about-pillrow{ display:flex; flex-wrap:wrap; gap: 10px; margin-top: 12px; }
.hg-about-pill{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing:.25px;
  font-size: 12px;
}

.hg-about-steps{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
  margin-top: 12px;
}
.hg-about-step{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
}
.hg-about-step strong{
  width: 34px; height: 34px;
  border-radius: 12px;
  display:grid; place-items:center;
  background: rgba(255,138,0,.14);
  border: 1px solid rgba(255,138,0,.35);
  color: var(--orange2);
  font-weight: 950;
}
.hg-about-step span{ color: var(--muted); font-weight: 800; }

/* Final CTA */
.hg-about-final{
  padding: 24px 0 70px;
}
.hg-about-final-in{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(900px 280px at 10% 0%, rgba(255,138,0,.18), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,.20));
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
}
.hg-about-final-in h2{ margin:0 0 6px; font-size: 20px; font-weight: 950; }
.hg-about-final-in p{ margin:0; color: var(--muted); font-weight: 800; }
.hg-about-final-actions{ display:flex; gap: 10px; flex-wrap:wrap; }

/* Responsive */
@media (max-width: 980px){
  .hg-about-hero-in{ grid-template-columns: 1fr; }
  .hg-about-grid2{ grid-template-columns: 1fr; }
  .hg-about-cards3{ grid-template-columns: 1fr; }
  .hg-about-split{ grid-template-columns: 1fr; }
  .hg-about-final-in{ flex-direction:column; align-items:flex-start; }
}
@media (max-width: 520px){
  .hg-about-stats{ grid-template-columns: 1fr; }
  .hg-about-mini{ grid-template-columns: 1fr; }
}/* End custom CSS */