.elementor-2362 .elementor-element.elementor-element-3ccd84c8{--display:flex;}.elementor-2362 .elementor-element.elementor-element-d6dbf60 .etheme-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-2362 .elementor-element.elementor-element-d6dbf60 .etheme-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-2362 .elementor-element.elementor-element-d6dbf60 .etheme-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap, .elementor-2362 .elementor-element.elementor-element-d6dbf60 .etheme-contact-form-7 .wpcf7-form .form-group:not(:last-child){margin-bottom:20px;}.elementor-2362 .elementor-element.elementor-element-d6dbf60 .etheme-contact-form-7 .wpcf7-form p{text-align:left;}.elementor-2362 .elementor-element.elementor-element-d6dbf60 .etheme-contact-form-7 .wpcf7-form > p:nth-last-of-type(1){text-align:left;}.elementor-2362 .elementor-element.elementor-element-d6dbf60 .etheme-contact-form-7 .wpcf7-form input[type="submit"]{display:inline-block;width:148px;}/* Start custom CSS for et-contact-form-7, class: .elementor-element-d6dbf60 *//* ============================================================
   0) GLOBAL: Prevent any horizontal overflow anywhere
   ============================================================ */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
  box-sizing: border-box !important;
}

/* ============================================================
   1) “Wild West” Contact Form 7 — Core Styles
   ============================================================ */
.wpcf7 .cf7s-wild-west {
  background-color: #f0ebdd !important;
  color: #000;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', sans-serif;
  box-sizing: border-box;
  position: relative;
}

.wpcf7 .cf7s-wild-west fieldset {
  background-color: #f0ebdd !important;
  border: 1px solid #5c5c5c !important;
  border-radius: 10px;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
}

.wpcf7 .cf7s-wild-west legend {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.wpcf7 .cf7s-wild-west ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.wpcf7 .cf7s-wild-west ol li {
  position: relative;
  padding: 0 0 1px 40px;
  margin-bottom: 1px;
}
.wpcf7 .cf7s-wild-west ol li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px;
  background: #000;
  color: #f0ebdd;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}

.wpcf7 .cf7s-wild-west label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.wpcf7 .cf7s-wild-west input[type="text"],
.wpcf7 .cf7s-wild-west input[type="email"],
.wpcf7 .cf7s-wild-west input[type="number"],
.wpcf7 .cf7s-wild-west input[type="date"],
.wpcf7 .cf7s-wild-west textarea,
.wpcf7 .cf7s-wild-west select {
  width: 100%;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 6px;
  margin: 2px 0;
  font-size: 14px;
  background: #fff;
  color: #000;
  box-sizing: border-box;
}

.wpcf7 .cf7s-wild-west .wpcf7-form-control.wpcf7-radio {
  margin: 5px 0 10px;
}
.wpcf7 .cf7s-wild-west .wpcf7-list-item {
  margin-bottom: 3px;
}
.wpcf7 .cf7s-wild-west .wpcf7-list-item-label {
  margin-left: 8px;
  font-weight: 400;
}

.wpcf7 .cf7s-wild-west .wpcf7-acceptance {
  margin: 10px 0;
}
.wpcf7 .cf7s-wild-west .wpcf7-acceptance label {
  font-weight: 400;
}

.wpcf7 .cf7s-wild-west input[type="submit"] {
  background-color: #000;
  color: #f0ebdd;
  border: none;
  padding: 14px 0;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
}
.wpcf7 .cf7s-wild-west input[type="submit"]:hover {
  background-color: #333;
}

/* ============================================================
   2) RESET COMMON PAGE WRAPPERS ON MOBILE (≤768px)
   ============================================================ */
@media (max-width: 768px) {
  .page-wrapper,
  .site,
  .site-content,
  .site-main,
  .content-area,
  .container,
  .elementor-section,
  .elementor-column,
  .elementor-widget-wrap,
  .vc_row,
  .vc_column_container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* ============================================================
   3) MOBILE EDGE-TO-EDGE OVERRIDE (≤768px) — MARGIN & TRANSFORM TRICK
   ============================================================ */
@media (max-width: 768px) {
  .wpcf7 .cf7s-wild-west {
    /* center via margin trick */
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 30px 15px !important; /* optional gutter */
    box-sizing: border-box !important;
  }

  .wpcf7 .cf7s-wild-west fieldset {
    margin: 0 !important;
    padding: 20px 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}/* End custom CSS */