.elementor-296 .elementor-element.elementor-element-4f42165{--display:flex;}/* Start custom CSS for html, class: .elementor-element-67c5352 *//* =========================================
   CONTACT PAGE — MOBILE OPTIMISED
========================================= */

.jsl-contact-hero{
  position:relative;
}
.jsl-contact-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-contact-hero .jsl-container,
.jsl-contact-hero .jsl-hero-wrap{
  position:relative;
  z-index:1;
}

.jsl-contact-hero .jsl-hero-inner{
  align-items:stretch;
  gap:22px;
}

.jsl-contact-hero .jsl-hero-media{
  width:100%;
}

.jsl-contact-card{
  padding:22px;
}

.jsl-process-box{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(0,0,0,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 18px 40px rgba(0,0,0,.06);
  backdrop-filter:blur(8px);
}

.jsl-process-head{
  margin-bottom:18px;
}

.jsl-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.jsl-form-full{
  grid-column:1 / -1;
}

.jsl-form-field{
  display:flex;
  flex-direction:column;
}

.jsl-form-field label{
  margin-bottom:7px;
  color:#1f2b1f;
}

.jsl-contact-form input,
.jsl-contact-form select,
.jsl-contact-form textarea{
  width:100%;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.92);
  padding:12px 14px;
  font:inherit;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
  box-sizing:border-box;
}

.jsl-contact-form textarea{
  min-height:140px;
  resize:vertical;
}

.jsl-contact-form input:focus,
.jsl-contact-form select:focus,
.jsl-contact-form textarea:focus{
  border-color:rgba(46,125,50,.55);
  box-shadow:0 0 0 4px rgba(46,125,50,.14);
  background:#fff;
}

.jsl-contact-form input:invalid,
.jsl-contact-form select:invalid,
.jsl-contact-form textarea:invalid{
  box-shadow:none;
}

.jsl-contact-form input[type="file"]{
  padding:12px;
  background:rgba(255,255,255,.92);
  cursor:pointer;
}

.jsl-upload-help{
  opacity:.75;
  margin-top:8px;
  margin-bottom:0;
}

.jsl-file-list{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:12px;
}

.jsl-file-chip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(46,125,50,.08);
  border:1px solid rgba(46,125,50,.14);
}

.jsl-file-chip-text{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
  min-width:0;
}

.jsl-file-name{
  font-weight:600;
  color:#1f2b1f;
  word-break:break-word;
}

.jsl-file-size{
  opacity:.7;
  font-size:13px;
}

.jsl-file-remove{
  appearance:none;
  border:1px solid rgba(220,38,38,.18);
  background:rgba(220,38,38,.10);
  color:#a61b1b;
  border-radius:999px;
  padding:8px 12px;
  font:inherit;
  font-weight:600;
  cursor:pointer;
  transition:all .2s ease;
  white-space:nowrap;
}

.jsl-file-remove:hover{
  background:rgba(220,38,38,.16);
  transform:translateY(-1px);
}

.jsl-file-remove:focus-visible{
  outline:3px solid rgba(220,38,38,.18);
  outline-offset:2px;
}

.jsl-link{
  color:#2E7D32;
  text-decoration:none;
  font-weight:700;
}
.jsl-link:hover{
  text-decoration:underline;
}

.jsl-btn{
  border-radius:30px;
  padding:12px 24px;
  font-weight:600;
  transition:all .2s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  cursor:pointer;
  min-height:50px;
}

.jsl-btn,
.jsl-btn-primary,
.jsl-btn-solid,
button.jsl-btn,
button.jsl-btn-primary,
button.jsl-btn-solid,
.jsl-btn:not(.jsl-btn-ghost):not(.jsl-btn-whatsapp){
  background:#2E7D32 !important;
  border:1px solid #2E7D32 !important;
  color:#ffffff !important;
}

.jsl-btn:hover,
.jsl-btn-primary:hover,
.jsl-btn-solid:hover,
button.jsl-btn:hover,
button.jsl-btn-primary:hover,
button.jsl-btn-solid:hover,
.jsl-btn:not(.jsl-btn-ghost):not(.jsl-btn-whatsapp):hover{
  background:#256628 !important;
  border-color:#256628 !important;
  transform:translateY(-2px);
}

.jsl-btn:active{
  transform:translateY(0);
  filter:brightness(.92);
}

.jsl-btn-ghost{
  background:#E9ECE9 !important;
  color:#1F2B1F !important;
  border:1.5px solid #2E7D32 !important;
}
.jsl-btn-ghost:hover{
  background:#2E7D32 !important;
  color:#ffffff !important;
}

.jsl-btn-whatsapp,
.jsl-btn-whatsapp:link,
.jsl-btn-whatsapp:visited{
  background:#25D366 !important;
  border:1px solid #25D366 !important;
  color:#ffffff !important;
}

.jsl-btn-whatsapp:hover{
  background:#1EBE5D !important;
  border-color:#1EBE5D !important;
  color:#ffffff !important;
  transform:translateY(-2px);
}

.jsl-btn-whatsapp:active{
  transform:translateY(0);
  filter:brightness(.95);
}

.jsl-btn-whatsapp *,
.jsl-btn-whatsapp:hover *{
  color:#ffffff !important;
}

.jsl-btn:focus-visible{
  outline:3px solid rgba(46,125,50,.35);
  outline-offset:3px;
}

.jsl-contact-hero .jsl-cta-bar > div{
  width:100%;
}

@media (max-width: 900px){
  .jsl-contact-hero .jsl-hero-inner{
    display:grid;
    grid-template-columns:1fr;
  }

  .jsl-contact-hero .jsl-hero-wrap{
    padding-top:6px;
  }

  .jsl-contact-hero .jsl-cta-bar a.jsl-btn{
    width:100%;
    justify-content:center;
  }

  .jsl-form-grid{
    grid-template-columns:1fr;
  }

  .jsl-process-box{
    padding:22px;
  }
}

@media (max-width: 520px){
  .jsl-contact-card{
    padding:18px;
  }

  .jsl-process-box{
    padding:18px;
    border-radius:20px;
  }

  .jsl-file-chip{
    flex-direction:column;
    align-items:flex-start;
  }

  .jsl-file-remove{
    width:100%;
    text-align:center;
  }

  .jsl-contact-hero a,
  .jsl-contact-hero .jsl-text{
    word-break:break-word;
  }
}/* End custom CSS */