.elementor-274 .elementor-element.elementor-element-f138ab6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2cdd364 *//* ================================
   FULL UPDATED CSS (Other Services)
   - Headings green
   - Ghost hover text green (desktop + mobile)
   - Service cards use images above title
   - Keeps weather + tidy icons
================================ */

/* HERO GLOW */
.jsl-other-hero{ position:relative; }
.jsl-other-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-other-hero .jsl-container,
.jsl-other-hero .jsl-hero-wrap{ position:relative; z-index:1; }

/* SECTION SPACING */
.jsl-section{ padding:44px 0; }

/* HEADINGS GREEN */
.jsl-site .jsl-h1,
.jsl-site .jsl-h2,
.jsl-site .jsl-h3,
.jsl-site h1,
.jsl-site h2,
.jsl-site h3{
  color:#1b5e20 !important;
}

/* WRAPPER BOXES */
.jsl-why-box,
.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-why-head,
.jsl-process-head{ margin-bottom:26px; }
.jsl-why-grid{ margin-top:10px; }

/* SERVICE CARDS (IMAGE ABOVE TITLE) */
.jsl-other-top{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  margin-bottom:12px;
}

.jsl-service-media{
  width:100%;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 14px 30px rgba(0,0,0,.08);
  background:#e9ecef;
}

.jsl-service-media img{
  width:100%;
  height:180px;
  object-fit:cover;
  display:block;
  filter:saturate(1.05) contrast(1.02);
}

@media (max-width: 900px){
  .jsl-service-media img{ height:160px; }
}

.jsl-other-card{
  height:100%;
  display:flex;
  flex-direction:column;
}

.jsl-other-card .jsl-cta-bar{
  margin-top:auto;
}

/* WEATHER + TIDY ICON SIZING */
.jsl-weather-icon,
.jsl-tidy-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.jsl-weather-icon svg,
.jsl-tidy-icon svg{
  width:30px;
  height:30px;
}

/* FAQ SECTION */
.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);
}

/* BUTTON STYLES */
.jsl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 20px;
  border-radius:30px;
  font-weight:700;
  text-decoration:none;
  transition: all .2s ease;
}

/* PRIMARY BUTTONS = GREEN */
.jsl-btn-primary{
  background:linear-gradient(180deg,#2e7d32,#1b5e20) !important;
  border:1px solid rgba(27,94,32,.35) !important;
  color:#fff !important;
}

.jsl-btn-primary:hover{
  background:linear-gradient(180deg,#388e3c,#1b5e20) !important;
  transform: translateY(-1px);
}

.jsl-btn-primary:active{ transform: translateY(0); }

/* GHOST BUTTONS (WHITE) */
.jsl-btn-ghost{
  background:rgba(255,255,255,.85) !important;
  border:1.5px solid rgba(46,125,50,.35) !important;
  color:#1F2B1F !important;
}

/* Hover = TEXT GREEN */
.jsl-btn-ghost:hover{
  background:rgba(46,125,50,.08) !important;
  border-color:rgba(46,125,50,.55) !important;
  color:#1b5e20 !important;
  transform: translateY(-1px);
}

/* Mobile tap/focus */
.jsl-btn-ghost:active,
.jsl-btn-ghost:focus,
.jsl-btn-ghost:focus-visible{
  background:rgba(46,125,50,.10) !important;
  border-color:rgba(46,125,50,.55) !important;
  color:#1b5e20 !important;
  outline:none;
  transform:none;
}

/* Safety if theme wraps text */
.jsl-btn-ghost:hover *,
.jsl-btn-ghost:active *,
.jsl-btn-ghost:focus *,
.jsl-btn-ghost:focus-visible *{
  color:#1b5e20 !important;
}

/* Focus accessibility */
.jsl-btn:focus-visible{
  outline:3px solid rgba(46,125,50,.35);
  outline-offset:3px;
}

/* Touch devices: don't "jump" on hover */
@media (hover:none){
  .jsl-btn:hover{ transform:none !important; }
}/* End custom CSS */