.elementor-35863 .elementor-element.elementor-element-64e640f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-35863 .elementor-element.elementor-element-4503658{--display:flex;--min-height:571px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-35863 .elementor-element.elementor-element-4503658:not(.elementor-motion-effects-element-type-background), .elementor-35863 .elementor-element.elementor-element-4503658 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://environskincare.co.za/wp-content/uploads/2026/05/3-scaled.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-35863 .elementor-element.elementor-element-59ac8c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-35863 .elementor-element.elementor-element-30402e0{width:var( --container-widget-width, 96% );max-width:96%;--container-widget-width:96%;--container-widget-flex-grow:0;}.elementor-35863 .elementor-element.elementor-element-30402e0 > .elementor-widget-container{margin:43px 0px 0px 0px;}.elementor-35863 .elementor-element.elementor-element-30402e0.elementor-element{--align-self:flex-start;}@media(max-width:768px){.elementor-35863 .elementor-element.elementor-element-30402e0 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:20px 20px 20px 20px;}}@media(min-width:769px){.elementor-35863 .elementor-element.elementor-element-4503658{--width:50%;}.elementor-35863 .elementor-element.elementor-element-59ac8c4{--width:50%;}}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-30402e0 *//* Warranty Form Wrapper */
.warranty-form-wrap {
  width: 100%;
  max-width: 468px;
  margin: 0 auto;
}

/* Country Select */
.warranty-country-field {
  width: 100%;
  margin-bottom: 35px;
}

.warranty-country-field select {
  width: 100% !important;
  height: 50px !important;
  max-height: 50px !important;
  padding: 0 45px 0 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #222222 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 50px !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #777777 50%),
    linear-gradient(135deg, #777777 50%, transparent 50%);
  background-position:
    calc(100% - 24px) 21px,
    calc(100% - 15px) 21px;
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}

/* Dropdown Options */
.warranty-country-field select option {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  line-height: 40px !important;
  padding: 4px 12px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #222222 !important;
  background: #ffffff !important;
}

/* Grid Layout - stack all fields */
.warranty-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0;
  row-gap: 0;
}

/* Fields */
.warranty-field {
  width: 100%;
  margin-bottom: 28px;
}

.warranty-field label {
  display: block;
  margin-bottom: 8px;
  color: #222222;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

/* CF7 wrapper span */
.warranty-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.warranty-field input,
.warranty-field select,
.warranty-field textarea {
  width: 100% !important;
  height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #222222 !important;
  font-size: 18px !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Date field */
.warranty-field input[type="date"] {
  color: #222222 !important;
}

/* Full Width Fields */
.warranty-field-full {
  width: 100%;
}

/* Textarea, if used later */
.warranty-field textarea {
  min-height: 110px !important;
  padding-top: 12px !important;
  resize: vertical;
}

/* Submit Button */
.warranty-submit {
  margin-top: 10px;
}

.warranty-submit input[type="submit"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 52px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #ef7418 !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 0 #d85f0f !important;
  transition: all 0.25s ease;
}

.warranty-submit input[type="submit"]:hover {
  background: #d15e14 !important;
  box-shadow: 0 6px 0 #b84f0f !important;
}

/* CF7 Validation */
.warranty-form-wrap .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 14px;
  color: #d15e14;
}

.warranty-form-wrap .wpcf7-response-output {
  margin: 25px 0 0 !important;
}

/* Mobile */
@media (max-width: 767px) {
  .warranty-form-wrap {
    max-width: 100%;
  }

  .warranty-country-field {
    margin-bottom: 28px;
  }

  .warranty-country-field select {
    height: 46px !important;
    max-height: 46px !important;
    font-size: 14px !important;
    line-height: 46px !important;
    padding: 0 38px 0 0 !important;
    background-position:
      calc(100% - 25px) 19px,
      calc(100% - 17px) 19px;
    background-size: 8px 8px, 8px 8px;
  }

  .warranty-country-field select option {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    line-height: 40px !important;
    font-size: 13px !important;
    padding: 4px 10px !important;
  }

  .warranty-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .warranty-field {
    margin-bottom: 24px;
  }

  .warranty-field label {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .warranty-field input,
  .warranty-field select,
  .warranty-field textarea {
    height: 46px !important;
    font-size: 16px !important;
  }

  .warranty-submit input[type="submit"] {
    width: 100% !important;
    height: 56px !important;
    font-size: 16px !important;
  }
}/* End custom CSS */