/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 19 2025 | 20:10:43 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.ks-contact-form {
  max-width: 100%;
  margin: auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-family: "Segoe UI", sans-serif;
}

.ks-contact-form .ks-form-group {
  margin-bottom: 20px;
}

.ks-contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.ks-contact-form .ks-input,
.ks-contact-form .ks-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.ks-contact-form .ks-input:focus,
.ks-contact-form .ks-textarea:focus {
  border-color: #4a90e2;
  outline: none;
}

.ks-contact-form .ks-textarea {
  min-height: 120px;
  resize: vertical;
}

.ks-contact-form .ks-submit {
  background: #4a90e2;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ks-contact-form .ks-submit:hover {
  background: #357ab8;
}
.wpcf7-not-valid-tip{
	bottom:0px;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .ks-contact-form {
    padding: 15px;
  }

  .ks-contact-form .ks-submit {
    width: 100%;
    text-align: center;
  }
}


