.elementor-201 .elementor-element.elementor-element-0e7d910{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2570d89 *//* =========================
   Footer (Fully Centered – Horizontal + Vertical)
========================= */

.jsl-footer{
  position: relative;
  background: linear-gradient(180deg, #1f7a33 0%, #0f3f1b 100%);
  color: rgba(255,255,255,.92);
  padding: 80px 0 40px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.10);
}

.jsl-footer:before{
  content:"";
  position:absolute;
  inset:-120px -60px -120px -60px;
  background:
    radial-gradient(900px 360px at 14% 18%, rgba(173,216,180,.22), transparent 62%),
    radial-gradient(720px 320px at 86% 18%, rgba(46,125,50,.30), transparent 62%),
    radial-gradient(900px 420px at 50% 120%, rgba(0,0,0,.26), transparent 62%);
  pointer-events:none;
  z-index:0;
}

.jsl-footer:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,0) 32%),
    radial-gradient(800px 260px at 50% 0%, rgba(255,255,255,.05), transparent 60%);
  pointer-events:none;
  z-index:0;
}

.jsl-footer .jsl-container{
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}

/* Grid */
.jsl-footer-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap:34px;
  margin-bottom:40px;
  align-items:stretch;
  min-height: 320px;
}

@media (max-width: 1100px){
  .jsl-footer-grid{
    grid-template-columns: repeat(2, 1fr);
    min-height:auto;
  }
}

@media (max-width: 700px){
  .jsl-footer-grid{
    grid-template-columns: 1fr;
  }
}

/* Column Cards */
.jsl-footer-col{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  padding: 28px 22px;
  box-shadow: 0 18px 42px rgba(0,0,0,.14);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}

/* Logo */
.jsl-footer-logo{
  max-height: 200px;
  width:auto;
  display:block;
  margin-bottom:20px;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.30));
}

/* Headings */
.jsl-footer-col h3{
  font-size:1.05rem;
  margin-bottom:12px;
  color:#ffffff;
  letter-spacing:.2px;
}

/* Paragraph */
.jsl-footer-col p{
  font-size:.95rem;
  line-height:1.6;
  opacity:.92;
  margin-bottom:14px;
}

/* Buttons */
.jsl-footer-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:10px;
}

/* ✅ NEW: Social row in CTA column */
.jsl-footer-social{
  margin-top:14px;
  display:flex;
  justify-content:center;
}

/* Facebook link styling */
.jsl-social-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  text-decoration:none;
  color:rgba(255,255,255,.95);
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
  opacity:.96;
}

.jsl-social-link:hover{
  opacity:1;
  transform: translateY(-1px);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.30);
}

.jsl-social-icon{
  width:18px;
  height:18px;
  display:inline-flex;
}
.jsl-social-icon svg{
  width:18px;
  height:18px;
  display:block;
}

/* Base Button */
.jsl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:12px;
  font-weight:700;
  font-size:.92rem;
  text-decoration:none;
  border:1px solid transparent;
  transition: all .25s ease;
}

/* Primary */
.jsl-btn-primary{
  background: linear-gradient(180deg, #2e7d32, #1b5e20);
  color:#fff;
  border-color: rgba(27,94,32,.35);
  box-shadow:0 10px 22px rgba(0,0,0,.18);
}
.jsl-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(0,0,0,.22);
}

/* WhatsApp */
.jsl-btn-whatsapp{
  background:#25D366;
  border:1px solid #25D366;
  color:#fff;
  box-shadow:0 12px 28px rgba(37,211,102,.25);
}
.jsl-btn-whatsapp:hover{
  background:#1ebe5d;
  border-color:#1ebe5d;
  transform:translateY(-2px);
  box-shadow:0 20px 46px rgba(37,211,102,.32);
}

/* Links */
.jsl-footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.jsl-footer-links li{
  margin-bottom:10px;
}

.jsl-footer-links a{
  color:rgba(255,255,255,.92);
  text-decoration:none;
  opacity:.92;
  transition: opacity .2s ease;
}
.jsl-footer-links a:hover{
  opacity:1;
  text-decoration:underline;
}

/* Footnote */
.jsl-footnote{
  margin-top: 24px;
  padding-top: 18px;
  border-top:1px solid rgba(255,255,255,.16);
  font-size:.85rem;
  opacity:.86;
  text-align:center;
}

/* Prevent auto-link styling */
.jsl-footnote a{
  pointer-events: none;
  text-decoration: none !important;
  color: inherit !important;
  cursor: default !important;
}

.jsl-footnote{
  -webkit-touch-callout: none;
}/* End custom CSS */