/*-------------------------
contact
--------------------------*/
.wp-block.contact {
  margin-top: 48px;
  margin-bottom: 48px;
}
.wp-block.contact .container {
  display: flex;
  gap: 39px;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .wp-block.contact .container {
    flex-direction: row;
  }
}
.wp-block.contact .leftside {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .wp-block.contact .leftside {
    max-width: 633px;
  }
}
.wp-block.contact .leftside .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 24px;
}
.wp-block.contact .leftside .desc {
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .wp-block.contact .leftside .desc {
    font-size: 23px;
    line-height: 130%;
  }
}
.wp-block.contact .leftside .phone {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 10px;
  transition: color 300ms ease;
}
@media only screen and (min-width: 1024px) {
  .wp-block.contact .leftside .phone {
    font-size: 28px;
    line-height: 130%;
  }
}
.wp-block.contact .leftside .phone:hover {
  color: #c5af67;
  transition: color 300ms ease;
}
.wp-block.contact .leftside .email {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #c5af67;
  transition: color 300ms ease;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .wp-block.contact .leftside .email {
    font-size: 28px;
    line-height: 130%;
  }
}
.wp-block.contact .leftside .email:hover {
  color: #000000;
  transition: color 300ms ease;
}
.wp-block.contact .leftside address {
  font-style: normal;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 23px;
  line-height: 130%;
  color: #000000;
  font-family: "Poppins";
  margin-bottom: 24px;
}
.wp-block.contact .leftside .tiny-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  font-family: "Poppins";
  color: #000000;
}
.wp-block.contact .rightside {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .wp-block.contact .rightside {
    max-width: 526px;
  }
}
.wp-block.contact .rightside .right-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 16px;
}
.wp-block.contact .outer-form-wrapper {
  position: relative;
}
.wp-block.contact .outer-form-wrapper .thankyou {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  height: 100%;
  background: white;
  flex-direction: column;
}
.wp-block.contact .outer-form-wrapper .thankyou img {
  margin-bottom: 16px;
}
.wp-block.contact .outer-form-wrapper .thankyou.active {
  display: block;
}
.wp-block.contact .outer-form-wrapper .form-wrapper label {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 16px;
}
.wp-block.contact .outer-form-wrapper .form-wrapper label input {
  margin-top: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #212529;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 100%;
}
.wp-block.contact .outer-form-wrapper .form-wrapper label .wpcf7-not-valid {
  border: 1px #ffa4a4 solid;
}
.wp-block.contact .outer-form-wrapper .form-wrapper label textarea {
  margin-top: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #212529;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  width: 100%;
}
.wp-block.contact .outer-form-wrapper .form-wrapper input[type=submit] {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 16px 24px;
  background: #c5af67;
  border-radius: 4px;
  cursor: pointer;
  transition: background 300ms ease;
}
.wp-block.contact .outer-form-wrapper .form-wrapper input[type=submit]:hover {
  background: rgb(187.14, 161.4, 77.16);
  transition: background 300ms ease;
}
.wp-block.contact .outer-form-wrapper .form-wrapper .wpcf7-not-valid-tip {
  color: #f9121f;
  font-size: 12px;
  line-height: 16.8px;
  font-weight: normal;
  display: block;
  margin-top: 8px;
}
.wp-block.contact .outer-form-wrapper .form-wrapper .wpcf7-response-output {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 13px;
}
.wp-block.contact .outer-form-wrapper .form-wrapper .disclaimer {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
}
.wp-block.contact .outer-form-wrapper .form-wrapper .disclaimer a {
  text-decoration: underline;
  color: #c5af67;
}
.wp-block.contact .outer-form-wrapper .form-wrapper .wpcf7-response-output {
  border-radius: 4px;
  border-width: 1px;
}
.wp-block.contact .outer-form-wrapper .submit-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.wp-block.contact .outer-form-wrapper .submit-wrapper .wpcf7-spinner {
  background: #2f555c;
}