/*
Theme Name: OB-GYN Expert For You
Description: Custom theme for Dr. Robert Gatlin's medico-legal consulting website
Version: 1.0
Author: Custom
*/

/* ── CF7 Form Overrides ── */
.wpcf7 { margin: 0 !important; padding: 0 !important; }
.wpcf7 form { margin: 0 !important; padding: 0 !important; }

/* Remove CF7 default paragraph wrapping */
.wpcf7 p { margin: 0; }

/* Make control-wrap fill its parent */
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Text / email / tel inputs: match our underline style */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  width: 100%;
  border: none !important;
  outline: none !important;
  border-bottom: 1.5px solid #b8cce0 !important;
  padding: 5px 2px !important;
  font-size: 0.9rem !important;
  font-family: 'Inter', sans-serif !important;
  color: #1e2b3c !important;
  background: transparent !important;
  transition: border-color 0.2s !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus {
  border-bottom-color: #0b2f5b !important;
}

/* Select dropdown: match underline style */
.wpcf7 select.wpcf7-select {
  width: 100%;
  border: none !important;
  outline: none !important;
  border-bottom: 1.5px solid #b8cce0 !important;
  padding: 5px 2px !important;
  font-size: 0.9rem !important;
  font-family: 'Inter', sans-serif !important;
  color: #1e2b3c !important;
  background: transparent !important;
  transition: border-color 0.2s !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  -webkit-appearance: auto;
  appearance: auto;
}

.wpcf7 select.wpcf7-select:focus {
  border-bottom-color: #0b2f5b !important;
}

/* Submit button */
.wpcf7 input[type="submit"].btn-submit {
  background: linear-gradient(135deg, #0b2f5b 0%, #0f3d74 100%);
  color: white;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  width: 100%;
  letter-spacing: 0.02em;
  animation: ctaGlow 2.4s ease-in-out infinite;
  transition: transform 0.18s;
}

.wpcf7 input[type="submit"].btn-submit:hover {
  transform: translateY(-2px);
  animation: none;
  box-shadow: 0 8px 28px rgba(11,47,91,0.55), 0 0 50px rgba(15,61,116,0.3);
}

.wpcf7 input[type="submit"].btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(11,47,91,0.3);
}

/* Validation error text */
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.78rem;
  color: #c0392b;
  margin-top: 3px;
}

/* Spinner */
.wpcf7 .wpcf7-spinner {
  margin-left: 10px;
}

/* CF7 response output */
.wpcf7 .wpcf7-response-output {
  margin: 12px 0 0 !important;
  padding