.elementor-2953 .elementor-element.elementor-element-cafd034{--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;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-bb58ca9 *//* ══ FORM GRID ══ */
.wpcf7 .lm-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.wpcf7 .lm-field { display: flex; flex-direction: column; }
.wpcf7 .lm-field--full { grid-column: 1 / -1; }
.wpcf7 .lm-form-grid .wpcf7-form-control-wrap { display: block; width: 100%; }

/* ══ ALL INPUTS ══ */
.wpcf7 .lm-form-grid input[type="text"],
.wpcf7 .lm-form-grid input[type="email"],
.wpcf7 .lm-form-grid select,
.wpcf7 .lm-form-grid textarea {
  width: 100% !important;
  padding: 15px 18px !important;
  background: #ffffff !important;
  border: 1.5px solid #e8e2da !important;
  border-radius: 6px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #4a4a4a !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.25s ease !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
.wpcf7 .lm-form-grid input::placeholder,
.wpcf7 .lm-form-grid textarea::placeholder { color: #b0a89e !important; font-weight: 300 !important; }
.wpcf7 .lm-form-grid input:focus,
.wpcf7 .lm-form-grid select:focus,
.wpcf7 .lm-form-grid textarea:focus {
  border-color: #ba7e5a !important;
  box-shadow: 0 0 0 3px rgba(186,126,90,0.1) !important;
  outline: none !important;
}
.wpcf7 .lm-form-grid select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 40px !important;
  cursor: pointer !important;
}
.wpcf7 .lm-form-grid textarea { min-height: 130px !important; resize: vertical !important; }

/* ══ PHONE ROW ══ */
.lm-phone-row {
  display: flex !important;
  align-items: stretch !important;
  border: 1.5px solid #e8e2da !important;
  border-radius: 6px !important;
  overflow: visible !important;
  background: #ffffff !important;
  position: relative !important;
  transition: border-color 0.25s ease !important;
}
.lm-phone-row:focus-within {
  border-color: #ba7e5a !important;
  box-shadow: 0 0 0 3px rgba(186,126,90,0.1) !important;
}

/* ══ COUNTRY SELECTOR ══ */
.lm-cs {
  position: relative !important;
  flex-shrink: 0 !important;
  z-index: 200 !important;
}
.lm-cs-trigger {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 0 14px !important;
  min-height: 52px !important;
  background: #f5f0eb !important;
  border-right: 1.5px solid #e8e2da !important;
  border-radius: 4px 0 0 4px !important;
  cursor: pointer !important;
  user-select: none !important;
  white-space: nowrap !important;
  transition: background 0.2s !important;
}
.lm-cs-trigger:hover { background: #ede8e0 !important; }
.lm-cs-flag { font-size: 18px !important; line-height: 1 !important; }
.lm-cs-code {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #1a1d21 !important;
}
.lm-cs-arrow {
  font-size: 10px !important;
  color: #888 !important;
  transition: transform 0.2s !important;
  margin-left: 2px !important;
}
.lm-cs.lm-open .lm-cs-arrow { transform: rotate(180deg) !important; }

/* ══ DROPDOWN ══ */
.lm-cs-drop {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 4px) !important;
  left: 0 !important;
  min-width: 220px !important;
  background: #ffffff !important;
  border: 1.5px solid #e8e2da !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  z-index: 99999 !important;
  box-shadow: 0 10px 36px rgba(0,0,0,0.13) !important;
}
.lm-cs.lm-open .lm-cs-drop { display: block !important; }
.lm-cs-opt {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 16px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  color: #4a4a4a !important;
  cursor: pointer !important;
  border-bottom: 1px solid #f0ebe4 !important;
  transition: background 0.15s !important;
}
.lm-cs-opt:last-child { border-bottom: none !important; }
.lm-cs-opt:hover { background: #faf7f4 !important; color: #ba7e5a !important; }
.lm-cs-opt.lm-selected { background: rgba(186,126,90,0.07) !important; color: #ba7e5a !important; font-weight: 600 !important; }
.lm-cs-opt span { font-size: 12px !important; color: #ba7e5a !important; font-weight: 700 !important; }

/* ══ PHONE INPUT ══ */
.lm-phone-row .wpcf7-form-control-wrap { flex: 1 !important; display: block !important; }
.lm-phone-row input[type="tel"] {
  border: none !important;
  border-radius: 0 6px 6px 0 !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 15px 14px !important;
  background: transparent !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  color: #4a4a4a !important;
  display: block !important;
}
.lm-phone-row input[type="tel"]::placeholder { color: #b0a89e !important; font-weight: 300 !important; }
.lm-phone-row input[type="tel"]:focus { border: none !important; box-shadow: none !important; outline: none !important; }

/* ══ SUBMIT ══ */
.wpcf7 .lm-form-grid input[type="submit"] {
  width: 100% !important;
  padding: 17px 28px !important;
  background: linear-gradient(135deg, #ba7e5a, #d99168) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 20px rgba(186,126,90,0.28) !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.wpcf7 .lm-form-grid input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 32px rgba(186,126,90,0.4) !important;
}

/* ══ VALIDATION ══ */
.wpcf7 .lm-form-grid .wpcf7-not-valid-tip { color: #c0392b !important; font-size: 11px !important; margin-top: 4px !important; display: block !important; }
.wpcf7 .lm-form-grid .wpcf7-not-valid { border-color: #c0392b !important; }
.wpcf7-response-output { margin-top: 14px !important; padding: 13px 18px !important; border-radius: 8px !important; font-size: 13px !important; text-align: center !important; border: none !important; }
.wpcf7-mail-sent-ok { background: rgba(39,174,96,0.1) !important; color: #27ae60 !important; border: 1px solid rgba(39,174,96,0.2) !important; }
.wpcf7-validation-errors, .wpcf7-mail-sent-ng { background: rgba(192,57,43,0.08) !important; color: #c0392b !important; border: 1px solid rgba(192,57,43,0.15) !important; }
.wpcf7 br { display: none !important; }
.wpcf7 p { margin: 0 !important; }
.wpcf7-spinner { display: none !important; }

/* ══ MOBILE ══ */
@media (max-width: 600px) {
  .wpcf7 .lm-form-grid { grid-template-columns: 1fr !important; }
  .wpcf7 .lm-field--full { grid-column: 1 !important; }
  .lm-cs-drop { min-width: 190px !important; }
}/* End custom CSS */