.elementor-214 .elementor-element.elementor-element-6db7d86{--display:flex;}/* Start custom CSS for html, class: .elementor-element-75e6b6e *//* ABOUT PAGE — uses homepage spacing/classes only */

/* 1) Make the About hero use the same background glow as homepage hero */
.jsl-about-hero{ position:relative; }
.jsl-about-hero:before{
  content:"";
  position:absolute;
  inset:-40px 0 -40px 0;
  background:
    radial-gradient(900px 420px at 15% 10%, rgba(46, 125, 50, .10), rgba(255,255,255,0) 60%),
    radial-gradient(760px 420px at 85% 30%, rgba(143, 188, 143, .16), rgba(255,255,255,0) 62%),
    radial-gradient(900px 520px at 45% 95%, rgba(34, 139, 34, .08), rgba(255,255,255,0) 60%);
  pointer-events:none;
  z-index:0;
}
.jsl-about-hero .jsl-container,
.jsl-about-hero .jsl-hero-wrap{ position:relative; z-index:1; }

/* ✅ 1b) ABOUT HERO IMAGES — match HOMEPAGE COLLAGE (rounded + spaced) */
.jsl-about-hero .jsl-hero-media{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* the collage wrapper */
.jsl-about-hero .jsl-hero-collage{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:0;
}

/* each image card */
.jsl-about-hero .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);
}

/* image itself */
.jsl-about-hero .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);
}

/* subtle overlay like homepage */
.jsl-about-hero .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;
}

/* 2) Ensure section spacing matches homepage exactly */
.jsl-section{
  padding:44px 0;
}

/* =========================================
   NEW: MEET JAMES (PHOTO + TEXT) — matches homepage wrappers
========================================= */

.jsl-founder{
  padding-top: 10px; /* sits closer to hero */
}

.jsl-founder-box{
  position: relative;
  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);
  padding:36px;
}

.jsl-founder-badge{
  position:absolute;
  top:18px;
  right:18px;
  padding:8px 12px;
  border-radius:999px;
  font-weight:900;
  letter-spacing:.2px;
  background: rgba(46,125,50,.10);
  border:1px solid rgba(46,125,50,.18);
  color:#1b5e20;
}

.jsl-founder-grid{
  display:grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap:18px;
  align-items:center;
}

.jsl-founder-photo{
  margin:0;
  border-radius:18px;
  overflow:hidden;
  background:#ddd;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 12px 26px rgba(0,0,0,.08);
}

.jsl-founder-photo img{
  width:100% !important;
  height:100% !important;
  aspect-ratio: 4 / 5;        /* keeps the photo consistent */
  object-fit:cover !important;
  object-position:center !important;
  display:block;
}

.jsl-founder-content .jsl-h2{
  margin-top:0;
}

.jsl-founder-points{
  margin-top:16px;
  display:grid;
  gap:10px;
}

.jsl-founder-point{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:10px 12px;
  border-radius:16px;
  background: rgba(255,255,255,.78);
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 22px rgba(0,0,0,.05);
}

.jsl-founder-dot{
  width:10px;
  height:10px;
  border-radius:4px;
  margin-top:5px;
  background: rgba(46,125,50,.20);
  border:2px solid rgba(46,125,50,.30);
  flex:0 0 auto;
}

@media (max-width: 900px){
  .jsl-founder-grid{
    grid-template-columns:1fr;
  }
  .jsl-founder-badge{
    position:static;
    display:inline-flex;
    margin-bottom:12px;
  }
}

@media (max-width: 600px){
  .jsl-founder-box{ padding:22px; }
  .jsl-founder-photo img{ aspect-ratio: 16 / 10; } /* nicer on small screens */
}

/* =========================================
   OUR MISSION (NEW) — matches homepage wrappers
========================================= */

.jsl-mission{
  padding-top: 10px; /* sits closer to hero */
}

.jsl-mission-box{
  position: relative;
  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);
  padding:36px;
}

.jsl-mission-badge{
  position:absolute;
  top:18px;
  right:18px;
  padding:8px 12px;
  border-radius:999px;
  font-weight:900;
  letter-spacing:.2px;
  background: rgba(46,125,50,.10);
  border:1px solid rgba(46,125,50,.18);
  color:#1b5e20;
}

.jsl-mission .jsl-h2{
  margin-top: 0;
}

.jsl-mission-points{
  margin-top:16px;
  display:grid;
  gap:10px;
}

.jsl-mission-point{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:10px 12px;
  border-radius:16px;
  background: rgba(255,255,255,.78);
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 22px rgba(0,0,0,.05);
}

.jsl-mission-dot{
  width:10px;
  height:10px;
  border-radius:4px;
  margin-top:5px;
  background: rgba(46,125,50,.20);
  border:2px solid rgba(46,125,50,.30);
  flex:0 0 auto;
}

@media (max-width: 600px){
  .jsl-mission-box{ padding:22px; }
  .jsl-mission-badge{ position:static; display:inline-flex; margin-bottom:12px; }
}

/* 3) WHY BOX — matches homepage wrappers (Before/After feel) */
.jsl-why-box{
  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);
  padding:36px;
}
.jsl-why-head{ margin-bottom:26px; }
.jsl-why-grid{ margin-top:10px; }

/* 4) Process list styles inside .jsl-ba-card */
.jsl-about-steps{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:10px;
}
.jsl-about-steps li{ line-height:1.5; }

.jsl-about-bullets{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:10px;
}

/* 5) Smaller icon bubbles + smaller SVGs (matches homepage better) */
.jsl-weather-icon,
.jsl-tidy-icon{
  width:44px;
  height:44px;
  border-radius:14px;
}

.jsl-weather-icon svg,
.jsl-tidy-icon svg{
  width:30px;
  height:30px;
}

/* =========================================
   PROCESS BOX — IDENTICAL TO HOMEPAGE WRAPPERS
========================================= */

.jsl-process-box{
  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);
  padding:36px;
}

.jsl-process-head{
  margin-bottom:28px;
}

.jsl-process-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

@media (max-width: 900px){
  .jsl-process-grid{
    grid-template-columns:1fr;
  }
}

/* Slight visual polish for cards inside process box */
.jsl-process-card{
  height:100%;
}

/* ===== FAQ (same style as homepage) ===== */
.jsl-faq{
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.jsl-faq-item{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  overflow: hidden;
}

.jsl-faq-item summary{
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  font-weight: 800;
}

.jsl-faq-item summary::-webkit-details-marker{ display:none; }

.jsl-faq-chevron{
  opacity: .65;
  transition: transform .2s ease;
}

.jsl-faq-item[open] .jsl-faq-chevron{
  transform: rotate(180deg);
}

.jsl-faq-body{
  padding: 0 18px 16px 18px;
  border-top: 1px solid rgba(0,0,0,.06);
}

/* =========================================
   ABOUT PAGE — force buttons + title to match Lawn Replacements
   Paste at the BOTTOM of your About CSS so it overrides everything
========================================= */

/* 1) Title/Headings = same green as Lawn Replacements */
.jsl-about-hero .jsl-h1,
.jsl-about-hero .jsl-h2,
.jsl-about-hero .jsl-h3,
.jsl-about-hero h1,
.jsl-about-hero h2,
.jsl-about-hero h3,
.jsl-about-page .jsl-h1,
.jsl-about-page .jsl-h2,
.jsl-about-page .jsl-h3{
  color:#1b5e20 !important;
}

/* 2) Buttons = same as Lawn Replacements (primary + ghost) */
.jsl-about-hero .jsl-btn-primary,
.jsl-about-page .jsl-btn-primary{
  background:linear-gradient(180deg,#2e7d32,#1b5e20) !important;
  border-color: rgba(27,94,32,.35) !important;
  color:#fff !important;
  box-shadow:0 10px 18px rgba(27,94,32,.18);
}

.jsl-about-hero .jsl-btn-primary:hover,
.jsl-about-page .jsl-btn-primary:hover{
  box-shadow:0 14px 26px rgba(27,94,32,.24);
}

/* Ghost/white buttons: match Lawn Replacements */
.jsl-about-hero .jsl-btn-ghost,
.jsl-about-page .jsl-btn-ghost{
  background: rgba(255,255,255,.70) !important;
  border:1px solid rgba(46,125,50,.30) !important;
  color:#1b5e20 !important;
}

.jsl-about-hero .jsl-btn-ghost:hover,
.jsl-about-page .jsl-btn-ghost:hover{
  color:#1b5e20 !important;
  background:rgba(46,125,50,.08) !important;
  border-color: rgba(46,125,50,.45) !important;
}

/* Safety: any non-primary button hover turns green text */
.jsl-about-hero .jsl-btn:not(.jsl-btn-primary):hover,
.jsl-about-page .jsl-btn:not(.jsl-btn-primary):hover{
  color:#1b5e20 !important;
}

/* Premium trust strip */
.jsl-trust-strip{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:12px 14px;
  border-radius:18px;
  background: rgba(255,255,255,.72);
  border:1px solid rgba(46,125,50,.12);
  box-shadow:0 12px 26px rgba(0,0,0,.06);
}
.jsl-trust-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.85);
  border:1px solid rgba(0,0,0,.06);
}
.jsl-trust-dot{
  width:10px;
  height:10px;
  border-radius:4px;
  background: rgba(46,125,50,.20);
  border:2px solid rgba(46,125,50,.30);
}

/* Quick links row */
.jsl-quick-links{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.jsl-quick-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border-radius:14px;
  background: rgba(255,255,255,.70);
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 22px rgba(0,0,0,.05);
  text-decoration:none !important;
  font-weight:800;
  color:#1b5e20;
}
.jsl-quick-link:hover{
  background: rgba(46,125,50,.08);
  border-color: rgba(46,125,50,.20);
}

/* White / ghost button hover — text turns green */
.jsl-btn-ghost:hover{
  color:#1b5e20 !important;
}

/* Safety: any non-primary white button */
.jsl-btn:not(.jsl-btn-primary):hover{
  color:#1b5e20 !important;
}

/* ================================
   MOBILE-OPTIMISED BUTTON HOVER/FOKUS
================================ */

/* Desktop hover */
.jsl-btn-ghost:hover{
  color:#1b5e20 !important;
}

/* Mobile + keyboard: tap/focus/active states */
.jsl-btn-ghost:focus,
.jsl-btn-ghost:focus-visible,
.jsl-btn-ghost:active{
  color:#1b5e20 !important;
  background: rgba(46,125,50,.10) !important;
  border-color: rgba(46,125,50,.55) !important;
  outline: none;
}

/* Safety: if theme wraps text in spans */
.jsl-btn-ghost:hover *,
.jsl-btn-ghost:focus *,
.jsl-btn-ghost:focus-visible *,
.jsl-btn-ghost:active *{
  color:#1b5e20 !important;
}

/* Optional: nicer accessible focus ring on mobile/keyboard */
.jsl-btn-ghost:focus-visible{
  box-shadow: 0 0 0 3px rgba(46,125,50,.18), 0 10px 22px rgba(0,0,0,.06);
}

/* Optional: reduce hover lift on touch devices so buttons don't "jump" */
@media (hover: none){
  .jsl-btn:hover{ transform:none !important; }
}

/* =========================================
   CLEAN BUTTON CONTROL (About Page Safe)
========================================= */

/* Base button styling */
.jsl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  font-weight:700;
  text-decoration:none !important;
  cursor:pointer;
  transition: all .2s ease;
  -webkit-appearance:none;
  appearance:none;
}

/* PRIMARY / GREEN BUTTONS */
.jsl-btn-primary,
.jsl-btn:not(.jsl-btn-ghost):not(.jsl-btn-whatsapp){
  background: linear-gradient(180deg,#2e7d32,#1b5e20) !important;
  border:1px solid rgba(27,94,32,.35) !important;
  color:#ffffff !important;
  box-shadow:0 10px 18px rgba(27,94,32,.18);
}

.jsl-btn-primary:hover,
.jsl-btn:not(.jsl-btn-ghost):not(.jsl-btn-whatsapp):hover{
  background: linear-gradient(180deg,#388e3c,#1b5e20) !important;
  box-shadow:0 14px 26px rgba(27,94,32,.25);
  color:#ffffff !important;
}

/* GHOST BUTTONS */
.jsl-btn-ghost{
  background: rgba(255,255,255,.70) !important;
  border:1px solid rgba(46,125,50,.30) !important;
  color:#1b5e20 !important;
}

.jsl-btn-ghost:hover{
  background: rgba(46,125,50,.08) !important;
  border-color: rgba(46,125,50,.45) !important;
  color:#1b5e20 !important;
}

/* WHATSAPP BUTTON (always WhatsApp green) */
.jsl-btn-whatsapp{
  background:#25D366 !important;
  border:1px solid #25D366 !important;
  color:#ffffff !important;
  box-shadow:0 8px 18px rgba(37,211,102,.25);
}

.jsl-btn-whatsapp:hover{
  background:#1ebe5d !important;
  border-color:#1ebe5d !important;
  color:#ffffff !important;
  box-shadow:0 14px 28px rgba(37,211,102,.35);
}

/* Mobile tap fix */
.jsl-btn:active{
  transform:translateY(0);
  filter:brightness(.97);
}

/* =========================================
   ✅ NEW: BOTTOM CREDENTIALS STRIP (Waste carrier + insured)
========================================= */

.jsl-cred-bottom{
  padding-top: 0; /* keeps it tight at the bottom */
}

.jsl-cred-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:center;
  padding:14px 14px;
  border-radius:18px;
  background: rgba(255,255,255,.72);
  border:1px solid rgba(46,125,50,.12);
  box-shadow:0 12px 26px rgba(0,0,0,.06);
}

.jsl-cred-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.90);
  border:1px solid rgba(0,0,0,.06);
  font-weight:900;
  color:#1b5e20;
}

.jsl-cred-dot{
  width:10px;
  height:10px;
  border-radius:4px;
  background: rgba(46,125,50,.20);
  border:2px solid rgba(46,125,50,.30);
  flex:0 0 auto;
}/* End custom CSS */