.elementor-3134 .elementor-element.elementor-element-85d5d59{--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-3134 .elementor-element.elementor-element-85d5d59:not(.elementor-motion-effects-element-type-background), .elementor-3134 .elementor-element.elementor-element-85d5d59 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://aarufoods.com/wp-content/uploads/2026/04/23-scaled.png");background-position:center center;background-size:cover;}.elementor-3134 .elementor-element.elementor-element-d5d9d15{--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-3134 .elementor-element.elementor-element-092465f{--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-3134 .elementor-element.elementor-element-7ad1975{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3134 .elementor-element.elementor-element-d5d9d15{--width:50%;}.elementor-3134 .elementor-element.elementor-element-092465f{--width:50%;}}@media(min-width:1025px){.elementor-3134 .elementor-element.elementor-element-85d5d59:not(.elementor-motion-effects-element-type-background), .elementor-3134 .elementor-element.elementor-element-85d5d59 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for shortcode, class: .elementor-element-29c092b *//* ============================================
   AUR FOODS — CONTACT FORM 7 STYLES (COMPACT)
   Paste into: Appearance > Customize > Additional CSS
============================================ */

/* Remove CF7 defaults */
.wpcf7 p { margin: 0; }
.wpcf7 br { display: none; }
.wpcf7-spinner { display: none !important; }

/* Form wrapper */
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Label */
.wpcf7 label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8c5a2b;
  margin-bottom: 14px;
}

/* All inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="url"],
.wpcf7 select {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #2a1a0e;
  background: #ffffff;
  border: 1px solid rgba(140, 90, 43, 0.22);
  border-radius: 2px;
  padding: 10px 14px;
  height: 42px;
  outline: none;
  -webkit-appearance: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  line-height: 1;
}

/* Textarea */
.wpcf7 textarea {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #2a1a0e;
  background: #ffffff;
  border: 1px solid rgba(140, 90, 43, 0.22);
  border-radius: 2px;
  padding: 10px 14px;
  min-height: 90px;
  outline: none;
  resize: vertical;
  -webkit-appearance: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  line-height: 1.6;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(90, 64, 48, 0.28);
  font-weight: 300;
  font-size: 13px;
}

/* Focus */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #8c5a2b;
  box-shadow: 0 0 0 3px rgba(140, 90, 43, 0.08);
}

/* Submit button */
.wpcf7 input[type="submit"] {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #f2c66e;
  background: #8c5a2b;
  border: none;
  border-radius: 2px;
  padding: 13px 32px;
  height: auto;
  cursor: pointer;
  margin-top: 4px;
  -webkit-appearance: none;
  transition: background 0.26s ease, transform 0.18s ease, box-shadow 0.26s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #6e431e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(140, 90, 43, 0.22);
}

.wpcf7 input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Validation error on field */
.wpcf7 .wpcf7-not-valid {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.07) !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #c0392b;
  margin-top: 4px;
  letter-spacing: 0.01em;
}

/* Response messages */
.wpcf7-response-output {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  border-radius: 2px !important;
  padding: 10px 14px !important;
  margin-top: 12px !important;
  border: none !important;
  letter-spacing: 0.02em;
}

/* Success */
.wpcf7-mail-sent-ok {
  background: rgba(140, 90, 43, 0.07) !important;
  color: #6e431e !important;
  border-left: 3px solid #f2c66e !important;
}

/* Error */
.wpcf7-mail-sent-ng,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background: rgba(192, 57, 43, 0.06) !important;
  color: #922b21 !important;
  border-left: 3px solid #c0392b !important;
}/* End custom CSS */