.jetpack_protect_answer{
    width: 60px;
    height: 25px;
    vertical-align: middle;
    font-size: 13px;
}
.cf7-custom-form {
  max-width: 600px;
  margin: 40px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
}

.cf7-custom-form .form-row {
  margin-bottom: 20px;
}

.cf7-custom-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.cf7-custom-form .form-control {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.cf7-custom-form .form-control:focus {
  border-color: #0073aa;
  box-shadow: 0 0 5px rgba(0, 115, 170, 0.3);
  outline: none;
}

.cf7-custom-form .submit-btn {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cf7-custom-form .submit-btn:hover {
  background-color: #005f8c;
}

.forms-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.modern-form {
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  font-family: 'Segoe UI', sans-serif;
}

.modern-form:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.form-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #2b2d42;
}

.form-description {
  color: #6c757d;
  margin-bottom: 30px;
  font-size: 1rem;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #2b2d42;
}

.form-control {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background-color: #f9f9f9;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-control:focus {
  background-color: #fff;
  border-color: #4361ee;
  box-shadow: 0 0 0 2px rgba(67, 97, 238, 0.15);
  outline: none;
}

.submit-btn {
  background-color: #4361ee;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: #3657d6;
  box-shadow: 0 5px 15px rgba(67, 97, 238, 0.25);
}

.quote-form .submit-btn {
  background-color: #3a0ca3;
}

.quote-form .submit-btn:hover {
  background-color: #2f0891;
}
