.elementor-739 .elementor-element.elementor-element-851fb42{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2fc08b1 *//* =========================================================
   WEED SPRAYING & COMMERCIAL MAINTENANCE — PAGE CSS
   Copy + replace the whole CSS block
========================================================= */

/* Hero background glow (commercial/maintenance feel) */
.jsl-commercial-hero{
  position:relative;
}
.jsl-commercial-hero:before{
  content:"";
  position:absolute;
  inset:-40px 0 -40px 0;
  background:
    radial-gradient(900px 420px at 12% 12%, rgba(46,125,50,.12), rgba(255,255,255,0) 60%),
    radial-gradient(820px 460px at 88% 30%, rgba(143,188,143,.16), rgba(255,255,255,0) 62%),
    radial-gradient(900px 520px at 55% 96%, rgba(34,139,34,.09), rgba(255,255,255,0) 60%);
  pointer-events:none;
  z-index:0;
}
.jsl-commercial-hero .jsl-container,
.jsl-commercial-hero .jsl-hero-wrap{
  position:relative;
  z-index:1;
}

/* CTA row (matches other pages) */
.jsl-cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:14px;
}
.jsl-cta-row .jsl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 22px;
  min-height:48px;
  font-weight:600;
  border-radius:12px;
  line-height:1;
  text-decoration:none;
}
.jsl-cta-note{
  margin-top:10px;
  opacity:.75;
}

/* Primary button (brand green) */
.jsl-btn-primary{
  background:#2E7D32 !important;
  border:1px solid #2E7D32 !important;
  color:#ffffff !important;
}
.jsl-btn-primary:hover{
  background:#256628 !important;
  border-color:#256628 !important;
  color:#ffffff !important;
}

/* WhatsApp button */
.jsl-btn-whatsapp{
  background:#25D366 !important;
  border:1px solid #25D366 !important;
  color:#ffffff !important;
  gap:8px;
}
.jsl-btn-whatsapp:hover{
  background:#1EBE5D !important;
  border-color:#1EBE5D !important;
  color:#ffffff !important;
}

/* Hero collage */
.jsl-commercial-media{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.jsl-commercial-media .jsl-hero-collage{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:0;
}
.jsl-commercial-media .jsl-hero-collage figure{
  margin:0;
  border-radius:16px;
  overflow:hidden;
  position:relative;
  background:#ddd;
  box-shadow:0 10px 22px rgba(0,0,0,.10);
  border:1px solid rgba(0,0,0,.06);
}
.jsl-commercial-media .jsl-hero-collage img{
  width:100%;
  aspect-ratio:16/9;
  height:auto;
  object-fit:cover;
  display:block;
  transform:scale(1.01);
  filter:saturate(1.06) contrast(1.02);
}
.jsl-commercial-media .jsl-hero-collage figure:after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(46,125,50,.06));
  pointer-events:none;
}

/* Bullets */
.jsl-bullets{
  margin: 12px 0 0;
  padding-left: 18px;
}
.jsl-bullets li{
  margin: 8px 0;
  opacity: .9;
}

/* Process wrapper */
.jsl-process{
  border-radius:22px;
  overflow:hidden;
  background: linear-gradient(180deg, rgba(240,248,240,.80), rgba(255,255,255,.95));
  border:1px solid rgba(46,125,50,.12);
  box-shadow:0 14px 34px rgba(0,0,0,.06);
}
.jsl-process-head{
  padding:26px 26px 10px;
}

/* ✅ UPDATED: 2-column grid (1–2 on top, 3–4 below) */
.jsl-steps{
  padding:0 26px 26px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:18px;
  align-items:stretch;
}

/* Keep your existing step styling */
.jsl-step{
  position:relative;
  padding-top:18px !important;
}

.jsl-step-num{
  width:34px;
  height:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-weight:800;
  background: rgba(46,125,50,.12);
  color:#1b5e20;
  border:1px solid rgba(46,125,50,.18);
  margin-bottom:10px;
}

/* Mobile: stack vertically */
@media (max-width: 980px){
  .jsl-steps{
    grid-template-columns:1fr;
  }
}

/* Step card */
.jsl-step{
  position:relative;
  padding-top:18px !important;
}
.jsl-step-num{
  width:34px;
  height:34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-weight:800;
  background: rgba(46,125,50,.12);
  color:#1b5e20;
  border:1px solid rgba(46,125,50,.18);
  margin-bottom:10px;
}

/* Bottom CTA spacing */
.jsl-bottom-cta{
  margin-top:22px;
}

/* =========================================================
   RECENT PROJECTS — same sizing / consistent images
========================================================= */

.jsl-project-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:22px;
}
@media (max-width:980px){
  .jsl-project-grid{ grid-template-columns:1fr; }
}

.jsl-project-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.06);
  transition:transform .3s ease, box-shadow .3s ease;
}
.jsl-project-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(0,0,0,.12);
}

/* ✅ Force same image size everywhere */
.jsl-project-image{
  width:100%;
  aspect-ratio: 16 / 10;
  overflow:hidden;
}
.jsl-project-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.jsl-project-content{
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* Mobile tightening */
@media (max-width: 980px){
  .jsl-steps{ padding:0 18px 18px; }
  .jsl-process-head{ padding:18px 18px 10px; }
  .jsl-project-image{ aspect-ratio: 16 / 10; }
}/* End custom CSS */