.elementor-14 .elementor-element.elementor-element-52450db{--display:flex;}.elementor-14 .elementor-element.elementor-element-0fd139e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-5424826{width:var( --container-widget-width, 75% );max-width:75%;--container-widget-width:75%;--container-widget-flex-grow:0;}.elementor-14 .elementor-element.elementor-element-5424826 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-5424826.elementor-element{--align-self:center;}.elementor-14 .elementor-element.elementor-element-c1f4d7a{--display:flex;}.elementor-14 .elementor-element.elementor-element-8058e8c{width:var( --container-widget-width, 85% );max-width:85%;--container-widget-width:85%;--container-widget-flex-grow:0;}.elementor-14 .elementor-element.elementor-element-8058e8c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-14 .elementor-element.elementor-element-8058e8c.elementor-element{--align-self:center;}@media(min-width:769px){.elementor-14 .elementor-element.elementor-element-c1f4d7a{--content-width:1070px;}}@media(max-width:1024px){.elementor-14 .elementor-element.elementor-element-0fd139e{--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-5424826 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:10px 10px 10px 10px;}}@media(max-width:768px){.elementor-14 .elementor-element.elementor-element-0fd139e{--content-width:1600px;--min-height:0px;}.elementor-14 .elementor-element.elementor-element-5424826 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-5424826 *//* ===== GravoMax Return / Exchange Form — Rounded Version ===== */
.gm-return-form {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
}

/* Title + Intro */
.gm-return-form h3 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
}
.gm-return-form h3::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 18px;
  background: #B3171E;
  border-radius: 3px;
  margin-right: 10px;
  transform: translateY(2px);
}
.gm-return-form > p {
  margin: 0 0 14px;
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}

/* Grid Layout */
.gm-return-form .gm-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 12px;
}
.gm-return-form .gm-col-full { grid-column: 1 / -1; }

/* Labels */
.gm-return-form label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
  color: #222;
}

/* Inputs & Textareas (full pill shape) */
.gm-return-form input[type="text"],
.gm-return-form input[type="email"],
.gm-return-form textarea {
  width: 100%;
  background: #fff;
  border: 2px solid #f2b7b9;
  border-radius: 999px;   /* make it perfectly round */
  padding: 14px 20px;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

/* Message Box (slightly less rounded for better balance) */
.gm-return-form textarea {
  min-height: 240px;
  border-radius: 28px;
  resize: vertical;
}

.gm-return-form ::placeholder { color: #8a8a8a; }

/* Focus */
.gm-return-form input:focus,
.gm-return-form textarea:focus {
  border-color: #E53B42;
  box-shadow: 0 0 0 3px rgba(227,30,36,0.12);
  outline: none;
}

/* Small note */
.gm-return-form small {
  display: block;
  margin-top: 6px;
  color: #666;
  font-size: 13px;
}

/* Submit button */
.gm-return-form .gm-actions {
  margin-top: 12px;
}
.gm-return-form .gm-actions input[type="submit"] {
  width: 100%;
  background: #B3171E;
  color: #fff;
  border: none;
  border-radius: 999px;  /* full round button */
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(179,23,30,0.25);
}
.gm-return-form .gm-actions input[type="submit"]:hover {
  background: #9c1e16;
  transform: translateY(-1px);
}

/* Footer note */
.gm-return-form .gm-note {
  margin-top: 12px;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}
.gm-return-form .gm-note a {
  color: #B3171E;
  font-weight: 700;
  text-decoration: none;
}
.gm-return-form .gm-note a:hover {
  text-decoration: underline;
}

/* Validation feedback */
.gm-return-form .wpcf7-not-valid {
  border-color: #e74c3c !important;
}
.gm-return-form .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 4px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .gm-return-form {
    padding: 18px;
  }
  .gm-return-form .gm-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .gm-return-form h3 {
    font-size: 20px;
  }
  .gm-return-form input,
  .gm-return-form textarea {
    font-size: 16px;
    padding: 14px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0fd139e *//* ===== GravoMax Return / Exchange Form — Compact Layout ===== */
.gm-return-form {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
}

/* Title + Intro */
.gm-return-form h3 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
}
.gm-return-form h3::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 18px;
  background: #B3171E;
  border-radius: 3px;
  margin-right: 10px;
  transform: translateY(2px);
}
.gm-return-form > p {
  margin: 0 0 14px;
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}

/* Grid Layout */
.gm-return-form .gm-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 12px;
}
.gm-return-form .gm-col-full { grid-column: 1 / -1; }

/* Labels */
.gm-return-form label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
  color: #222;
}

/* Inputs & Textareas */
.gm-return-form input[type="text"],
.gm-return-form input[type="email"],
.gm-return-form textarea {
  width: 100%;
  background: #fff;
  border: 2px solid #f2b7b9;
  border-radius: 20px;
  padding: 10px 14px;
  font-size: 15px;
  line-height: 1.4;
  transition: all 0.25s ease;
}
.gm-return-form textarea {
  min-height: 140px;
  resize: vertical;
}
.gm-return-form ::placeholder { color: #8a8a8a; }

/* Focus */
.gm-return-form input:focus,
.gm-return-form textarea:focus {
  border-color: #E53B42;
  box-shadow: 0 0 0 2px rgba(227,30,36,0.12);
  outline: none;
}

/* Small note */
.gm-return-form small {
  display: block;
  margin-top: 4px;
  color: #666;
  font-size: 13px;
}

/* Submit button */
.gm-return-form .gm-actions {
  margin-top: 6px;
}
.gm-return-form .gm-actions input[type="submit"] {
  width: 100%;
  background: #B3171E;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(179,23,30,0.25);
}
.gm-return-form .gm-actions input[type="submit"]:hover {
  background: #9c1e16;
  transform: translateY(-1px);
}

/* Footer note */
.gm-return-form .gm-note {
  margin-top: 10px;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}
.gm-return-form .gm-note a {
  color: #B3171E;
  font-weight: 700;
  text-decoration: none;
}
.gm-return-form .gm-note a:hover {
  text-decoration: underline;
}

/* Validation feedback */
.gm-return-form .wpcf7-not-valid {
  border-color: #e74c3c !important;
}
.gm-return-form .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 4px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .gm-return-form {
    padding: 16px 18px;
  }
  .gm-return-form .gm-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .gm-return-form h3 {
    font-size: 20px;
  }
  .gm-return-form input,
  .gm-return-form textarea {
    font-size: 16px;
    padding: 12px 14px;
  }
}/* End custom CSS */