.contact-form-section {
  background: rgb(80, 102, 109);
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 750px) {
  .contact-form-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contact-form-section .inner-row {
  background: rgb(80, 102, 109);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .contact-form-section .inner-row {
    flex-direction: column;
    gap: 32px;
  }
}
.contact-form-section .inner-row .inner-left {
  flex-basis: calc(50% - 24px);
}
.contact-form-section .inner-row .inner-left h2 {
  font-family: "Gt walsheim";
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 16px;
  margin-top: 0;
}
@media (max-width: 1080px) {
  .contact-form-section .inner-row .inner-left h2 {
    font-size: 60px;
  }
}
.contact-form-section .inner-row .inner-left h2 b {
  color: #809aa2;
  font-weight: 500;
}
.contact-form-section .inner-row .inner-left a {
  color: #ffffff;
  text-decoration: none;
  font-family: "General Sans";
  font-size: 18px;
  transition: all 0.3s ease;
}
.contact-form-section .inner-row .inner-left a:hover {
  color: #809aa2;
  transition: all 0.3s ease;
}
.contact-form-section .inner-row .inner-left a.company-name {
  font-size: 24px;
  font-weight: 600;
}
.contact-form-section .inner-row .inner-left p {
  font-family: "General Sans";
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
  max-width: 500px;
}
.contact-form-section .inner-row .inner-left ul {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}
.contact-form-section .inner-row .inner-left li {
  color: #ffffff;
  font-size: 18px;
}
.contact-form-section .inner-row .inner-left li p {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  font-family: "General Sans";
  font-weight: 400;
  margin-bottom: 0;
}
.contact-form-section .inner-row .inner-right {
  flex-basis: calc(50% - 24px);
}
.contact-form-section .inner-row .inner-right .wpcf7-form {
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}
.contact-form-section .inner-row .inner-right input,
.contact-form-section .inner-row .inner-right textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #809aa2;
  background: #fafafa;
  outline: none;
  box-shadow: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-family: "General Sans";
}
.contact-form-section .inner-row .inner-right input {
  height: 48px;
}
.contact-form-section .inner-row .inner-right input:focus,
.contact-form-section .inner-row .inner-right textarea:focus {
  border-color: #809aa2;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.contact-form-section .inner-row .inner-right input:disabled,
.contact-form-section .inner-row .inner-right textarea:disabled {
  background-color: #fafafa;
  border-color: #e0e0e0;
  box-shadow: none;
}
.contact-form-section .inner-row .inner-right textarea {
  height: 120px;
}
.contact-form-section .inner-row .inner-right .wpcf7 input::placeholder,
.contact-form-section .inner-row .inner-right .wpcf7 textarea::placeholder {
  color: #5f5f5f;
}
.contact-form-section .inner-row .inner-right .wpcf7-submit {
  width: 100%;
  background: #809aa2;
  color: #fff;
  margin-top: 6px;
  border: 1px solid #809aa2;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 4px;
  font-family: "General Sans";
  height: auto;
}
.contact-form-section .inner-row .inner-right .wpcf7-submit:hover {
  opacity: 0.85;
}
.contact-form-section .inner-row .inner-right .wpcf7-response-output,
.contact-form-section .inner-row .inner-right span.wpcf7-not-valid-tip {
  color: #ff0000;
  padding-top: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact-form-section .inner-row .inner-right .invalid .wpcf7-response-output {
  border: 0;
  margin: 0 0;
  padding: 0;
  color: #fff;
  background: transparent;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "General Sans";
  font-size: 16px;
  line-height: 23px;
}
.contact-form-section .inner-row .inner-right label br {
  display: none;
}

.page-template-sales-producess .footer-top .contact-form-section {
  background: rgb(255, 255, 255);
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row {
  background: rgb(255, 255, 255);
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-left h2 {
  color: #000000;
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-left p {
  color: #000000;
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-left li {
  color: #000000;
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-left li p {
  color: #000000;
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-left a {
  color: #000000;
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-left a:hover {
  color: #809aa2;
  transition: all 0.3s ease;
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-right {
  flex-basis: calc(50% - 24px);
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-right input,
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-right textarea {
  border: 1px solid #809aa2;
  background: #fafafa;
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-right input:focus,
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-right textarea:focus {
  border-color: #809aa2;
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-right input:disabled,
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-right textarea:disabled {
  background-color: #fafafa;
  border-color: #e0e0e0;
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-right .wpcf7 input::placeholder,
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-right .wpcf7 textarea::placeholder {
  color: #5f5f5f;
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-right .wpcf7-submit {
  background: #809aa2;
  color: #fff;
  margin-top: 6px;
  border: 1px solid #809aa2;
}
.page-template-sales-producess .footer-top .contact-form-section .inner-row .inner-right .invalid .wpcf7-response-output {
  color: #fff;
}