.elementor-109 .elementor-element.elementor-element-afa9f6c{--display:flex;}body.elementor-page-109:not(.elementor-motion-effects-element-type-background), body.elementor-page-109 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-6a76d07 ) 4%, #0F0E1C 12%);}/* Start custom CSS for html, class: .elementor-element-2e7f1eb *//* ===== Hydrografix Hydrographie Page ===== */
:root{
  --hg-navy:#0E0C1B;
  --hg-navy2:#090816;
  --hg-soft:#141a2c;
  --hg-stroke: rgba(255,255,255,.08);
  --hg-text: rgba(255,255,255,.86);
  --hg-muted: rgba(255,255,255,.65);
  --hg-orange:#ff8a00;
}

.hg-page{
  color: var(--hg-text);
  background:
    radial-gradient(900px 600px at 15% 10%, rgba(255,138,0,.18), transparent 60%),
    radial-gradient(900px 600px at 85% 35%, rgba(255,138,0,.10), transparent 60%),
    linear-gradient(180deg, var(--hg-navy) 0%, var(--hg-navy2) 100%);
}

.hg-page .hg-wrap{
  width: min(1100px, 92%);
  margin: 0 auto;
}

.hg-hero{
  padding: 90px 0 60px;
  border-bottom: 1px solid var(--hg-stroke);
}

.hg-kicker{
  display:inline-block;
  padding: 8px 12px;
  border: 1px solid var(--hg-stroke);
  border-radius: 999px;
  color: var(--hg-muted);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}

.hg-hero h1{
  margin: 16px 0 10px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.hg-hero p{
  max-width: 760px;
  color: var(--hg-muted);
  font-size: 16px;
  line-height: 1.6;
}

.hg-hero-actions{
  display:flex;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.hg-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid var(--hg-stroke);
  text-decoration:none;
  font-weight: 800;
  letter-spacing:.02em;
}

.hg-btn-primary{
  background: linear-gradient(90deg, var(--hg-orange), #ffb000);
  color: #0b0a13;
  border-color: transparent;
  box-shadow: 0 14px 40px rgba(255,138,0,.18);
}

.hg-btn-ghost{
  background: rgba(255,255,255,.03);
  color: #fff;
}

.hg-sec{
  padding: 60px 0;
}

.hg-sec-soft{
  background: rgba(255,255,255,.02);
  border-top: 1px solid var(--hg-stroke);
  border-bottom: 1px solid var(--hg-stroke);
}

.hg-grid-2{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: start;
}

.hg-sec h2{
  margin: 0 0 12px;
  font-size: clamp(22px, 2.6vw, 30px);
  text-transform: uppercase;
}

.hg-sec p{
  color: var(--hg-muted);
  line-height: 1.7;
}

.hg-bullets{
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--hg-text);
}
.hg-bullets li{ margin: 10px 0; }

.hg-media{
  border: 1px solid var(--hg-stroke);
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  padding: 16px;
}

.hg-media-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hg-media-box{
  height: 150px;
  border-radius: 14px;
  border: 1px solid var(--hg-stroke);
  background:
    radial-gradient(180px 120px at 20% 25%, rgba(255,138,0,.20), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}

.hg-note{
  margin-top: 12px;
  font-size: 13px;
  color: var(--hg-muted);
}

.hg-sec-head{
  text-align:center;
  margin-bottom: 26px;
}
.hg-sec-head p{ max-width: 720px; margin: 0 auto; }

.hg-steps{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hg-step{
  position: relative;
  border: 1px solid var(--hg-stroke);
  background: rgba(255,255,255,.03);
  border-radius: 18px;
  padding: 18px 16px;
  min-height: 170px;
}

.hg-step-num{
  position:absolute;
  top: -12px;
  left: 14px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--hg-orange);
  color: #101018;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  border: 2px solid rgba(14,12,27,.8);
}

.hg-step h3{
  margin: 14px 0 8px;
  font-size: 16px;
}
.hg-step p{
  margin: 0;
  font-size: 13.5px;
  color: var(--hg-muted);
}

.hg-card{
  border: 1px solid var(--hg-stroke);
  background: rgba(255,255,255,.03);
  border-radius: 18px;
  padding: 18px;
}

.hg-finish{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--hg-stroke);
}
.hg-finish h4{
  margin: 0 0 6px;
  color: #fff;
}
.hg-finish p{ margin: 0; }

.hg-bigmedia{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--hg-stroke);
  background: rgba(255,255,255,.03);
}

.hg-bigmedia-box{
  height: 320px;
  background:
    radial-gradient(240px 180px at 20% 20%, rgba(255,138,0,.18), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}

.hg-faq{
  max-width: 860px;
  margin: 0 auto;
  display:grid;
  gap: 12px;
}

.hg-faq-item{
  border: 1px solid var(--hg-stroke);
  background: rgba(255,255,255,.03);
  border-radius: 14px;
  padding: 12px 14px;
}

.hg-faq-item summary{
  cursor: pointer;
  font-weight: 800;
  color: #fff;
}

.hg-page .hg-cta{
  margin-top: 26px;
  text-align: center;
  border: 1px solid var(--hg-stroke);
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.03),
    rgba(255,255,255,.02)
  );
  border-radius: 18px;
  padding: 22px;
}

.hg-cta h3{
  margin: 0 0 8px;
  text-transform: uppercase;
}

@media (max-width: 980px){
  .hg-grid-2{ grid-template-columns: 1fr; }
  .hg-steps{ grid-template-columns: 1fr 1fr; }
  .hg-hero{ padding-top: 70px; }
}

@media (max-width: 560px){
  .hg-steps{ grid-template-columns: 1fr; }
  .hg-btn{ width: 100%; }
}

body.page-id-1098{
  background: linear-gradient(
    180deg,
    #0E0C1B 0%,
    #0B1020 40%,
    #090816 100%
  );
}

.hg-page{
  color: var(--hg-text);
  background:
    /* خلي الفوق قريب للهيدر (navy صافي) */
    linear-gradient(#0B1220, #0b1020 0%, #0E0C1B 22%, #090816 100%),
    /* خلي الorange glow يبان غير شوية لتحت */
    radial-gradient(900px 600px at 20% 45%, rgba(255,138,0,.14), transparent 62%),
    radial-gradient(900px 600px at 85% 55%, rgba(255,138,0,.08), transparent 65%);
}
.hg-hero{
  background: linear-gradient(180deg, #0b1020 0%, rgba(11,16,32,0) 70%);
}


/* ===== Hydrographix Media Images ===== */
.hg-media-box{
  height: 170px; /* شوية أكبر */
  border-radius: 14px;
  border: 1px solid var(--hg-stroke);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .35s ease, box-shadow .35s ease;
}

/* Image 1 – Process */
.hg-media-box.img-process{
  background-image: url("https://hydrografix.ca/wp-content/uploads/2025/12/hydro-dipping-process-water-transfer-printing-quebec.png");
}

/* Image 2 – Finished Part */
.hg-media-box.img-finish{
  background-image: url("https://hydrografix.ca/wp-content/uploads/2025/12/hydrographie-quebec-carbon-fiber-hydro-dipping-finish.png");
}

/* Hover effect premium */
.hg-media-box:hover{
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
}


/* ===== Vernis Clear Coat Image ===== */
.hg-bigmedia-box{
  height: 340px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hg-bigmedia-box.img-vernis{
  background-image: url("https://hydrografix.ca/wp-content/uploads/2025/12/vernis-clear-coat-hydrographie-quebec-finition-premium.png");
}

/* Hover subtle premium */
.hg-bigmedia-box.img-vernis:hover{
  transform: scale(1.02);
  transition: transform .4s ease;
}

/* ===== Mobile Responsive Fixes ===== */
@media (max-width: 768px){

  /* hero spacing */
  .hg-hero{
    padding: 70px 0 40px;
  }
  .hg-hero h1{
    font-size: 34px;
    line-height: 1.1;
  }
  .hg-hero p{
    font-size: 14.5px;
  }

  /* main grid becomes 1 column */
  .hg-grid-2{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  /* images side-by-side but smaller + clean */
  .hg-media{
    padding: 12px;
  }
  .hg-media-grid{
    grid-template-columns: 1fr 1fr; /* يبقاو جوج فـ سطر */
    gap: 10px;
  }
  .hg-media-box{
    height: 120px; /* مهم */
    border-radius: 12px;
  }

  /* steps: 2 columns */
  .hg-steps{
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .hg-step{
    min-height: 150px;
  }

  /* finishes image size */
  .hg-bigmedia-box{
    height: 220px; /* مهم */
  }

  /* FAQ spacing */
  .hg-sec{
    padding: 45px 0;
  }
}

/* Extra small phones */
@media (max-width: 420px){
  .hg-media-grid{
    grid-template-columns: 1fr; /* يولي غير وحدة تحت وحدة */
  }
  .hg-media-box{
    height: 160px;
  }
  .hg-steps{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */