/* ── Contact form (CF7) ─────────────────────────────────────────────
   .cf7-wrap and .cf7-row are output by the CF7 form template itself.
─────────────────────────────────────────────────────────────────── */

.cf7-wrap {
  font-family: Verdana, Geneva, sans-serif;
}

.cf7-wrap .cf7-row {
  margin: 0 0 14px;
}

.cf7-wrap input[type="text"],
.cf7-wrap input[type="email"],
.cf7-wrap textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  color: #2A2E30;
  background: #ffffff;
  border: 1.5px solid #EDE4DA;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cf7-wrap input[type="text"]:focus,
.cf7-wrap input[type="email"]:focus,
.cf7-wrap textarea:focus {
  outline: none;
  border-color: #FF5733;
  box-shadow: 0 0 0 3px rgba(255, 87, 51, 0.15);
}

.cf7-wrap textarea {
  resize: vertical;
  min-height: 120px;
}

.cf7-wrap input[type="submit"] {
  background: #FF5733;
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.3px;
  padding: 13px 36px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}

.cf7-wrap input[type="submit"]:hover {
  background: #e8492a;
}

.cf7-wrap input[type="submit"]:active {
  transform: translateY(1px);
}

.cf7-wrap .wpcf7-not-valid-tip {
  color: #FF5733;
  font-size: 13px;
  margin-top: 4px;
}

.cf7-wrap .wpcf7-response-output {
  font-size: 14px;
  border-radius: 8px;
  margin: 8px 0 0;
  padding: 12px 16px !important;
}

.cf7-wrap input.wpcf7-not-valid,
.cf7-wrap textarea.wpcf7-not-valid {
  border-color: #FF5733;
}

/* ── Contact card icons (phone, email, location) ────────────────────
   Elementor's compiled CSS omits the icon size — override directly.
   Target the three specific element IDs so nothing else is affected.
─────────────────────────────────────────────────────────────────── */
.elementor-element-de52fa7 .elementor-icon,
.elementor-element-712fa72 .elementor-icon,
.elementor-element-800652d .elementor-icon {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  font-size: 15px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.elementor-element-de52fa7 .elementor-icon svg,
.elementor-element-712fa72 .elementor-icon svg,
.elementor-element-800652d .elementor-icon svg {
  width: 15px !important;
  height: 15px !important;
}
