.elementor-37 .elementor-element.elementor-element-5e767f6 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-37 .elementor-element.elementor-element-5e767f6:not(.elementor-motion-effects-element-type-background), .elementor-37 .elementor-element.elementor-element-5e767f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;background-image:url("https://backfortylandgroup.com/wp-content/uploads/2026/04/Rectangle-5.webp");background-position:center center;background-size:cover;}.elementor-37 .elementor-element.elementor-element-5e767f6 > .elementor-background-overlay{background-color:#000000;opacity:0;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-37 .elementor-element.elementor-element-5e767f6 > .elementor-container{min-height:70vh;}.elementor-37 .elementor-element.elementor-element-5e767f6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-37 .elementor-element.elementor-element-95d0e6a > .elementor-element-populated{padding:0% 0% 0% 0%;}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-37 .elementor-element.elementor-element-7e5a8fb{width:100%;max-width:100%;padding:0px 0px 0px 0px;text-align:center;}.elementor-37 .elementor-element.elementor-element-7e5a8fb .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:55px;font-weight:500;line-height:1.2em;color:var( --e-global-color-primary );}.elementor-37 .elementor-element.elementor-element-1e06d9c{margin-top:20px;margin-bottom:20px;}@media(max-width:1024px){.elementor-37 .elementor-element.elementor-element-5e767f6 > .elementor-container{min-height:63vh;}.elementor-37 .elementor-element.elementor-element-5e767f6{padding:0px 25px 0px 25px;}.elementor-37 .elementor-element.elementor-element-95d0e6a > .elementor-element-populated{padding:40px 40px 40px 40px;}.elementor-37 .elementor-element.elementor-element-7e5a8fb{text-align:center;}.elementor-37 .elementor-element.elementor-element-7e5a8fb .elementor-heading-title{font-size:60px;}}@media(max-width:767px){.elementor-37 .elementor-element.elementor-element-5e767f6 > .elementor-container{min-height:61vh;}.elementor-37 .elementor-element.elementor-element-5e767f6{padding:0px 20px 0px 20px;}.elementor-37 .elementor-element.elementor-element-95d0e6a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-37 .elementor-element.elementor-element-7e5a8fb .elementor-heading-title{font-size:35px;}}/* Start custom CSS for section, class: .elementor-element-1e06d9c */html, body{
  overflow-x: hidden !important;
}

/* SECTION */
.contactussection{
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 110px 32px 95px;
  overflow: hidden;
  border-radius: 110px 110px 0 0;
  font-family: 'Poppins', sans-serif;
  background:
    radial-gradient(circle at 88% 16%, rgba(74,167,255,.08) 0%, transparent 22%),
    radial-gradient(circle at 12% 88%, rgba(111,214,255,.06) 0%, transparent 26%),
    linear-gradient(135deg, #1E2533 0%, #1a2230 45%, #1E2533 100%);
}

.fs-contact-section::before{
  content:'';
  position:absolute;
  top:-120px;
  right:-90px;
  width:380px;
  height:380px;
  border-radius:50%;
  background:rgba(88,182,255,.08);
  filter:blur(90px);
  pointer-events:none;
}

.fs-contact-section::after{
  content:'';
  position:absolute;
  bottom:-160px;
  left:-100px;
  width:430px;
  height:430px;
  border-radius:50%;
  background:rgba(80,120,255,.06);
  filter:blur(110px);
  pointer-events:none;
}

.fs-contact-container{
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.fs-contact-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:60px;
  margin-bottom:52px;
}

.fs-contact-title{
  flex:1 1 58%;
}

.fs-contact-title h2{
  margin:0;
  color:#fff;
  font-size:55px;
  line-height:1.02;
  font-weight:400;
  letter-spacing:-2px;
  max-width:720px;
}

.fs-contact-text{
  flex:1 1 42%;
  max-width:430px;
  padding-top:18px;
}

.fs-contact-text p{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:19px;
  line-height:1.5;
  font-weight:300;
}

/* CF7 WRAPPER */
.wpcf7{
  width:100%;
  max-width:1280px;
  margin:0 auto;
}

.wpcf7 form{
  width:100%;
}

.wpcf7-form p{
  margin:0 !important;
}

.wpcf7-response-output{
  margin:20px 0 0 !important;
  padding:14px 18px !important;
  border-radius:8px;
  color:#fff;
  border-color:rgba(255,255,255,.18) !important;
}

.wpcf7-not-valid-tip{
  margin-top:8px;
  font-size:13px;
  color:#ffb3b3;
}

/* GRID */
.fs-form-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-bottom:22px;
}

.fs-field{
  position:relative;
}

.fs-field.fs-field-wide{
  grid-column:span 2;
}

.fs-field.fs-field-full{
  grid-column:1 / -1;
  width:100%;
}

.fs-field p{
  position:relative;
  margin:0 !important;
}

.fs-field .wpcf7-form-control-wrap{
  display:block;
  width:100%;
}

.fs-field input{
  width:100% !important;
  height:84px !important;
  border:1px solid rgba(255,255,255,.05) !important;
  outline:none !important;
  color:#fff !important;
  border-radius:10px !important;
  padding:0 80px 0 24px !important;
  font-size:18px !important;
  background:linear-gradient(90deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.025) 48%, rgba(255,255,255,.05) 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03) !important;
  transition:all .3s ease !important;
}

.fs-textarea{
  margin-top:6px;
}

.fs-textarea p{
  margin:0 !important;
}

.fs-textarea .wpcf7-form-control-wrap{
  display:block;
  width:100%;
}

.fs-textarea textarea{
  width:100% !important;
  height:270px !important;
  resize:none !important;
  border:1px solid rgba(255,255,255,.05) !important;
  outline:none !important;
  color:#fff !important;
  border-radius:10px !important;
  padding:24px !important;
  font-size:18px !important;
  background:linear-gradient(90deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.025) 48%, rgba(255,255,255,.05) 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03) !important;
  transition:all .3s ease !important;
}

.fs-field input::placeholder,
.fs-textarea textarea::placeholder{
  color:rgba(255,255,255,.72) !important;
}

.fs-field input:focus,
.fs-textarea textarea:focus{
  border-color:rgba(255,255,255,.10) !important;
  background:linear-gradient(90deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,.03) 48%, rgba(255,255,255,.07) 100%) !important;
}

.fs-icon{
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:50%;
  background:#f1f1f1;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  color:#111;
  box-shadow:0 4px 14px rgba(0,0,0,.18);
  pointer-events:none;
  z-index:2;
}

.fs-icon img{
  width:18px;
  height:18px;
}

.fs-btn-wrap{
  text-align:center;
  margin-top:44px;
}

.fs-btn-wrap .wpcf7-submit{
  min-width:285px !important;
  height:68px !important;
  padding:0 42px !important;
  border:none !important;
  border-radius:6px !important;
  background:#fff !important;
  color:#111 !important;
  font-size:18px !important;
  font-weight:600 !important;
  letter-spacing:2px !important;
  cursor:pointer !important;
  transition:all .35s ease !important;
  box-shadow:0 14px 35px rgba(0,0,0,.18) !important;
}

.fs-btn-wrap .wpcf7-submit:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 40px rgba(0,0,0,.28) !important;
}

.wpcf7-spinner{
  display:block;
  margin:14px auto 0;
}

/* TABLET */
@media (max-width:991px){
  .fs-contact-section{
    padding:90px 24px 80px;
    border-radius:70px 70px 0 0;
  }

  .fs-contact-header{
    flex-direction:column;
    gap:20px;
    margin-bottom:38px;
  }

  .fs-contact-text{
    max-width:100%;
    padding-top:0;
  }

  .fs-form-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .fs-field.fs-field-wide,
  .fs-field.fs-field-full{
    grid-column:span 2;
  }
}

/* MOBILE */
@media (max-width:767px){
  .fs-contact-section{
    padding:72px 18px 65px;
    border-radius:42px 42px 0 0;
  }

  .fs-contact-title h2{
    font-size:40px;
    line-height:1.08;
    letter-spacing:-1px;
  }

  .fs-contact-text p{
    font-size:17px;
    line-height:1.6;
  }

  .fs-form-grid{
    grid-template-columns:1fr;
    gap:16px;
    margin-bottom:16px;
  }

  .fs-field.fs-field-wide,
  .fs-field.fs-field-full{
    grid-column:span 1;
  }

  .fs-field input{
    height:64px !important;
    font-size:16px !important;
    padding:0 72px 0 18px !important;
  }

  .fs-icon{
    width:38px;
    height:38px;
    right:14px;
    font-size:15px;
  }

  .fs-textarea textarea{
    height:210px !important;
    padding:18px !important;
    font-size:16px !important;
  }

  .fs-btn-wrap{
    margin-top:28px;
  }

  .fs-btn-wrap .wpcf7-submit{
    width:100% !important;
    min-width:auto !important;
    height:60px !important;
    font-size:16px !important;
    letter-spacing:1.5px !important;
  }
}/* End custom CSS */