.elementor-145 .elementor-element.elementor-element-9f0e7d4{--display:flex;}body.elementor-page-145:not(.elementor-motion-effects-element-type-background), body.elementor-page-145 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-6a76d07 );}/* Start custom CSS for html, class: .elementor-element-db6889f *//* =========================================
   PROCESS PAGE – SAFE SCOPED CSS
   (No impact on header / global menu)
========================================= */

.hg-process{
  background: radial-gradient(1200px 650px at top, #15223b, #0b1220);
  color:#e5e7eb;
  padding:90px 20px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* HERO */
.hg-process .hg-process-hero{
  max-width:980px;
  margin:0 auto 50px;
  text-align:center;
}

.hg-process .hg-badge{
  display:inline-block;
  background:#ff7a00;
  color:#000;
  padding:6px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
  margin-bottom:14px;
  letter-spacing:.08em;
}

.hg-process h1{
  font-size:clamp(32px,4vw,52px);
  margin:0 0 12px;
  font-weight:900;
  line-height:1.08;
  text-wrap:balance; /* nicer line breaks */
}

.hg-process .hg-intro{
  max-width:900px;
  margin:0 auto;
  color:#cbd5e1;
  line-height:1.75;
  font-size:15px;
}

.hg-process .hg-hero-actions{
  margin:22px auto 0;
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

.hg-process .hg-btn{
  display:inline-block;
  padding:12px 18px;
  border-radius:12px;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.hg-process .hg-btn-primary{
  background:#ff7a00;
  color:#000;
  box-shadow:0 18px 40px rgba(255,122,0,.18);
}

.hg-process .hg-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 55px rgba(255,122,0,.28);
}

.hg-process .hg-btn-ghost{
  background:rgba(21,30,50,.65);
  color:#e5e7eb;
  border:1px solid #1f2937;
}

.hg-process .hg-btn-ghost:hover{
  background:rgba(255,122,0,.12);
  border-color:rgba(255,122,0,.45);
}

/* (Optional) HERO MEDIA if you ever use it */
.hg-process .hg-hero-media{
  max-width:980px;
  margin:26px auto 0;
}

.hg-process .hg-hero-media img{
  width:100%;
  height:auto;
  border-radius:16px;
  border:1px solid #1f2937;
  display:block;
  box-shadow:0 18px 60px rgba(0,0,0,.35);
}

/* (Optional) HERO STATS if you ever use it */
.hg-process .hg-hero-stats{
  max-width:980px;
  margin:20px auto 0;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
}

.hg-process .hg-stat{
  background:rgba(16,26,44,.75);
  border:1px solid #1f2937;
  border-radius:14px;
  padding:14px;
  text-align:left;
}

.hg-process .hg-stat b{
  display:block;
  font-size:14px;
  font-weight:900;
  color:#ff7a00;
  margin-bottom:4px;
}

.hg-process .hg-stat span{
  display:block;
  color:#cbd5e1;
  font-size:13px;
  line-height:1.4;
}

/* BLOCKS */
.hg-process .hg-block{
  max-width:980px;
  margin:50px auto;
}

.hg-process .hg-block-head{
  text-align:left;
  margin-bottom:18px;
}

.hg-process .hg-block h2{
  font-size:28px;
  margin:0 0 10px;
  font-weight:900;
}

.hg-process .hg-block p{
  color:#cbd5e1;
  line-height:1.75;
  margin:0 0 12px;
  font-size:15px;
}

/* GRID CARDS */
.hg-process .hg-grid-3{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
}

.hg-process .hg-card{
  background:#101a2c;
  border:1px solid #1f2937;
  border-radius:16px;
  padding:18px;
  box-shadow:0 12px 40px rgba(0,0,0,.22);
}

.hg-process .hg-card h3{
  margin:0 0 8px;
  font-size:16px;
  font-weight:900;
  color:#ff7a00;
}

.hg-process .hg-card p{
  margin:0;
  color:#cbd5e1;
  font-size:14px;
}

/* STEPS */
.hg-process .hg-steps{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.hg-process .hg-step{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:14px;
  align-items:flex-start;
  background:rgba(16,26,44,.75);
  border:1px solid #1f2937;
  border-radius:16px;
  padding:16px;
}

.hg-process .hg-step-num{
  width:46px;
  height:46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ff7a00;
  color:#000;
  font-weight:1000;
  font-size:18px;
}

.hg-process .hg-step-body h3{
  margin:0 0 8px;
  font-size:18px;
  font-weight:950;
}

.hg-process .hg-bullets{
  margin:10px 0 0;
  padding-left:18px;
  color:#cbd5e1;
  font-size:14px;
}

.hg-process .hg-bullets li{
  margin:6px 0;
}

/* ✅ NEW: SMALL SEO IMAGE (the one you added after steps) */
.hg-process .hg-process-image{
  max-width:720px;
  margin:40px auto;
  text-align:center;
}

.hg-process .hg-process-image img{
  width:100%;
  height:auto;
  border-radius:14px;
  border:1px solid #1f2937;
  box-shadow:0 14px 40px rgba(0,0,0,.35);
  opacity:.97;
  display:block;
}

.hg-process .hg-process-image figcaption{
  margin-top:8px;
  font-size:12px;
  color:#9ca3af;
}

/* PANELS */
.hg-process .hg-grid-2{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}

.hg-process .hg-panel{
  background:#101a2c;
  border:1px solid #1f2937;
  border-radius:16px;
  padding:18px;
  box-shadow:0 12px 40px rgba(0,0,0,.22);
}

.hg-process .hg-muted{
  color:#9ca3af;
  font-size:13px;
  margin:0;
}

/* CHECKLIST */
.hg-process .hg-checklist{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}

.hg-process .hg-check{
  background:rgba(21,30,50,.65);
  border:1px solid #1f2937;
  border-radius:14px;
  padding:12px 14px;
  color:#e5e7eb;
  font-weight:700;
  font-size:14px;
}

/* LINKS / OUTBOUND */
.hg-process .hg-outbound{
  margin-top:14px;
  color:#9ca3af;
  font-size:13px;
}

.hg-process .hg-outbound a{
  color:#ff7a00;
  text-decoration:none;
  font-weight:900;
}

.hg-process .hg-outbound a:hover{
  text-decoration:underline;
}

/* MINI CTA */
.hg-process .hg-mini-cta{
  margin-top:18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* FINAL CTA */
.hg-process .hg-final-cta{
  max-width:980px;
  margin:70px auto 0;
  text-align:center;
  background:linear-gradient(180deg, rgba(255,122,0,.14), rgba(16,26,44,.75));
  border:1px solid rgba(255,122,0,.22);
  border-radius:18px;
  padding:26px 18px;
  box-shadow:0 18px 60px rgba(0,0,0,.35);
}

.hg-process .hg-final-cta h3{
  margin:0 0 8px;
  font-size:22px;
  font-weight:1000;
}

.hg-process .hg-final-cta p{
  margin:0 0 16px;
  color:#cbd5e1;
}

.hg-process .hg-final-cta a{
  display:inline-block;
  background:#ff7a00;
  color:#000;
  padding:14px 26px;
  border-radius:12px;
  font-weight:1000;
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease;
  box-shadow:0 18px 40px rgba(255,122,0,.18);
}

.hg-process .hg-final-cta a:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 55px rgba(255,122,0,.28);
}

/* MOBILE */
@media (max-width: 860px){
  .hg-process .hg-grid-3{ grid-template-columns:1fr; }
  .hg-process .hg-grid-2{ grid-template-columns:1fr; }
  .hg-process .hg-checklist{ grid-template-columns:1fr; }
  .hg-process .hg-hero-stats{ grid-template-columns:1fr; }
}

@media (max-width: 640px){
  .hg-process{ padding:70px 16px; }
  .hg-process .hg-step{ grid-template-columns:1fr; }
  .hg-process .hg-step-num{ width:44px; height:44px; border-radius:14px; }
  .hg-process .hg-process-image{ margin:28px auto; }
}/* End custom CSS */