/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2025 | 13:03:54 */
/* --- Container --- */
.contact-form-1 {
  max-width: 600px;
  margin: 0 auto;
  
  padding: 30px;
  border-radius: 10px;
}

/* --- Two fields side by side --- */
.horin-ff {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.horin-ff p {
  flex: 1;
  margin: 0;
}

/* --- Inputs, select & date field --- */
.contact-form-1 input[type="text"],
.contact-form-1 input[type="email"],
.contact-form-1 input[type="tel"],
.contact-form-1 select,
.contact-form-1 input[type="date"],
.contact-form-1 textarea {
  width: 100% !important;
  background: #ffffff !important;
  color: #333 !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 12px 15px !important;
  font-size: 15px !important;
  outline: none !important;
  transition: all 0.3s ease;
}

/* --- Focus effects --- */
.contact-form-1 input:focus,
.contact-form-1 select:focus,
.contact-form-1 textarea:focus {
  border-color: #ff6fb1 !important;
  box-shadow: 0 0 0 3px rgba(255, 111, 177, 0.2) !important;
}

/* --- Submit button --- */
.contact-form-1 input.wpcf7-form-control.wpcf7-submit {
  background: #ff6fb1 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 20px !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  cursor: pointer !important;

  transition: background 0.3s ease;
}

.contact-form-1 input.wpcf7-form-control.wpcf7-submit:hover {
  background: #ff4f95 !important;
}

/* --- Remove default margins --- */
.contact-form-1 p {
  margin: 0 0 15px 0;
}
.contact-form-1 input.wpcf7-form-control.wpcf7-submit {
  margin-top: 15px !important; /* adjust value as needed */
}
