.contact-us-form input[type="email"],
.contact-us-form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #1e2910 !important;
  border-radius: 0;
  padding: 3px 0 13px 0;
  transition: all 0.3s;
  border: none;
  margin-bottom: 44px;
  color: #1e2910;
  font-family: "Satoshi", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us-form textarea {
  width: 100%;
  border-bottom: 1px solid #1e2910 !important;
  border-radius: 0;
  padding: 3px 0 13px 0;
  transition: all 0.3s;
  border: none;
  margin-bottom: 38px;
  color: #1e2910;
  font-family: "Satoshi", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-us-textarea .wpcf7-not-valid-tip {
  padding-bottom: 20px;
  display: block;
}
.contact-us-form input[type="email"]:focus-visible,
.contact-us-form input[type="text"]:focus-visible,
.contact-us-form textarea:focus-visible {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #bc6c26 !important;
}
.contact-us-form label {
  display: block;
  transform: translateY(20px);
  transition: transform 0.3s ease-in-out;
  color: #1e2910;
  font-family: "Satoshi", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.contact-us-form label::placeholder {
  color: #1e2910;
  font-family: "Satoshi", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.5;
}

.contact-us-form label.has-value {
  transform: translateY(0);
}
.contact-us-form .wpcf7-not-valid-tip {
  margin-top: -30px;
}
.contact-us-btn {
  position: relative;
}
.contact-us-btn input[type="submit"] {
  position: relative;
  padding: 14px 50px 14px 27px;
  border-radius: 46px;
  background: #bc6c26;
  color: #fff;
  font-family: "Satoshi", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  transition: 0.3s all;
  margin-top: -12px;
}
.contact-us-btn input[type="submit"]:focus {
  outline: none;
  border: none;
}
.contact-us-btn p::before {
  content: "";
  background-image: url(/wp-content/uploads/2024/03/white_arrow.svg);
  width: 18px;
  height: 15px;
  position: absolute;
  left: 94px;
  bottom: 18px;
  z-index: 1;
  cursor: pointer;
}
.contact-us-btn input[type="submit"]:hover {
  background-color: #1e2910;
}
.form-right a:hover {
  color: #bc6c26 !important;
}
.footer-top-txt ul.elementor-icon-list-items li:first-child{
    margin-right: 17px;
}


/* scroll text */


.top-space{
  height: 180px;
}
.bottom-space{
   height: 180px;
}
.xlHeader--right .xlHeader__header {
  position: absolute;
  top: 20%;
  left: -5%;
  transform: translate(0px, -50%);
  color: #606C37;
  font-family: Satoshi, sans-serif;
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -10px;
  width: 100%;
  white-space: nowrap;
}
.xlHeader--left .xlHeader__header {
  position: absolute;
  top: 20%;
  right: 45%;
  transform: translate(0px, 50%);
  color: #606C37;
  font-family: Satoshi, sans-serif;
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -10px;
  width: 100%;
  white-space: nowrap;
}
.xlHeader__header {
  font-size: 100px;
}



/* .contact-us-form label input:focus, .contact-us-form label textarea:focus{
    border-bottom: 1px solid red !important;
} */

@media (max-width:1024px){
    .contact-us-form input[type="email"], .contact-us-form input[type="text"] {
        font-size: 15px;
        line-height: 22.5px;
        margin-bottom: 15px;
    }
    .contact-us-form textarea {
        font-size: 15px;
        line-height: 22.5px;
        margin-bottom: 18px;
    }
    .footer-top-txt ul.elementor-icon-list-items li:first-child{
        margin-right: 0;
    }
    .xlHeader--right .xlHeader__header,
    .xlHeader--left .xlHeader__header {
      font-size: 150px;
      line-height: 90%;
      letter-spacing: -7px;
    }
    .top-space,.bottom-space{
      height: 150px;
    }
    .contact-us-form .wpcf7-not-valid-tip {
      margin-top: 0;
  }
}

@media (max-width:768px){
  .xlHeader--right .xlHeader__header,
  .xlHeader--left .xlHeader__header {
    font-size: 80px;
    line-height: 72px;
    letter-spacing: -5px;
  }
  .top-space,.bottom-space{
    height: 72px;
  }
  .xlHeader--right .xlHeader__header{
    padding-bottom: 10px;
  }
  .about-scroll-text .xlHeader--left .xlHeader__header{
    right: 95%;
  }
  .contect-scroll-text .xlHeader--right .xlHeader__header, .contect-scroll-text .xlHeader--left .xlHeader__header {
    font-size: 78.267px;
    line-height: 70.4px;
    letter-spacing: -3.913px;
  }
  .contect-scroll-text .xlHeader--right .xlHeader__header {
    left: -14%;
  }
  .contect-scroll-text .xlHeader--left .xlHeader__header {
    right: 85%;
}
}

@media (max-width:360px) {
  .contact_title h1{
    font-size: 55px !important;
  }
}