.single-product .product-cta-block {
  background: #efeeec;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 80px 25px;
  margin-top: 40px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .single-product .product-cta-block {
    padding: 60px 25px;
  }
}

@media (max-width: 767px) {
  .single-product .product-cta-block {
    padding: 40px 25px;
  }
}

.single-product .product-cta-block .product-cta-block-inner {
  display: flex;
  flex-direction: column;
  max-width: 528px;
  width: 100%;
  margin: 0 auto;
}

.single-product .product-cta-block .product-cta-form {
  display: contents;
}

.single-product .product-cta-block .product-cta-form .frm_forms,
.single-product .product-cta-block .product-cta-form .frm_form_fields,
.single-product .product-cta-block .product-cta-form form,
.single-product .product-cta-block .product-cta-form fieldset {
  display: contents;
}

.single-product .product-cta-block .product-cta-form .frm_form_title,
.single-product .product-cta-block .product-cta-form .frm_form_title.entry-title,
.single-product .product-cta-block .product-cta-form legend + h3.frm_form_title {
  order: 1;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #191919;
  margin: 0 0 40px;
}

@media (max-width: 991px) {
  .single-product .product-cta-block .product-cta-form .frm_form_title,
  .single-product .product-cta-block .product-cta-form .frm_form_title.entry-title,
  .single-product .product-cta-block .product-cta-form legend + h3.frm_form_title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 30px;
  }
}

.single-product .product-cta-block .product-cta-form .frm_fields_container {
  order: 3;
  width: 100%;
}

.single-product .product-cta-block .product-cta-form .frm_fields_container .frm_form_field {
  margin-bottom: 20px;
}

.single-product .product-cta-block .product-cta-form .frm_fields_container .frm_form_field .frm_primary_label {
  display: block;
  margin-bottom: 6px;
}

.single-product .product-cta-block .product-cta-form .frm_fields_container .frm_form_field input[type="text"],
.single-product .product-cta-block .product-cta-form .frm_fields_container .frm_form_field input[type="number"],
.single-product .product-cta-block .product-cta-form .frm_fields_container .frm_form_field input[type="tel"],
.single-product .product-cta-block .product-cta-form .frm_fields_container .frm_form_field input[type="email"],
.single-product .product-cta-block .product-cta-form .frm_fields_container .frm_form_field textarea {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  margin-bottom: 0;
}

.single-product .product-cta-block .product-cta-form .frm_fields_container .frm_submit button,
.single-product .product-cta-block .product-cta-form .frm_fields_container .frm_submit input[type="submit"] {
  width: 100%;
  max-width: 100%;
  height: 53px;
  background: #f86820 !important;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  cursor: pointer;
}

@media (max-width: 991px) {
  .single-product .product-cta-block .product-cta-form .frm_fields_container .frm_submit button,
  .single-product .product-cta-block .product-cta-form .frm_fields_container .frm_submit input[type="submit"] {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

.single-product .product-cta-block .product-cta-contact {
  order: 2;
  display: grid;
  grid-template-columns: auto;
  justify-content: start;
  align-items: start;
  gap: 24px;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .single-product .product-cta-block .product-cta-contact {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
}

.single-product .product-cta-block .product-cta-contact .heading {
  font-family: "Inter", sans-serif;
  font-size: 1.875rem;
  line-height: 2.4375rem;
  font-style: normal;
  font-weight: 400;
  color: #191919;
  margin: 0;
  min-width: 0;
}

@media (max-width: 991px) {
  .single-product .product-cta-block .product-cta-contact .heading {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}

.single-product .product-cta-block .product-cta-contact .employee {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  justify-self: end;
}

@media (max-width: 767px) {
  .single-product .product-cta-block .product-cta-contact .employee {
    justify-self: start;
    width: 100%;
  }
}

@media (max-width: 399px) {
  .single-product .product-cta-block .product-cta-contact .employee {
    flex-direction: column;
    align-items: flex-start;
  }
}

.single-product .product-cta-block .product-cta-contact .employee .featured-image {
  flex-shrink: 0;
}

.single-product .product-cta-block .product-cta-contact .employee .featured-image img {
  display: block;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  background: #d1cecb;
}

.single-product .product-cta-block .product-cta-contact .employee .employee-details {
  font-family: "Inter", sans-serif;
  color: #191919;
  min-width: 0;
}

.single-product .product-cta-block .product-cta-contact .employee .employee-details .name {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  font-weight: 600;
}

.single-product .product-cta-block .product-cta-contact .employee .employee-details .position {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin-bottom: 4px;
}

.single-product .product-cta-block .product-cta-contact .employee .employee-details .phone_number,
.single-product .product-cta-block .product-cta-contact .employee .employee-details .email {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  font-weight: 300;
}

@media (max-width: 991px) {
  .single-product .product-cta-block .product-cta-contact .employee .employee-details .phone_number,
  .single-product .product-cta-block .product-cta-contact .employee .employee-details .email {
    font-size: 0.8125rem;
    line-height: 1.3125rem;
  }
}

.single-product .product-cta-block .product-cta-contact .employee .employee-details .phone_number a,
.single-product .product-cta-block .product-cta-contact .employee .employee-details .email a {
  text-decoration: none;
  color: #191919;
}

.single-product .product-cta-block .product-cta-contact .employee .employee-details .phone_number a:hover,
.single-product .product-cta-block .product-cta-contact .employee .employee-details .email a:hover {
  text-decoration: underline;
}
