/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 04:29:54 */
/* --- Container --- */
.jasQuA {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
}

/* --- Inputs, select & date field --- */
.jasQuA input[type="text"],
.jasQuA input[type="email"],
.jasQuA input[type="tel"],
.jasQuA select,
.jasQuA input[type="date"],
.jasQuA 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 --- */
.jasQuA input:focus,
.jasQuA select:focus,
.jasQuA textarea:focus {
  box-shadow: 0 0 0 3px rgba(255, 111, 177, 0.2) !important;
}

/* --- Submit button --- */
.jasQuA input.wpcf7-form-control.wpcf7-submit {
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 0px !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: background 0.3s ease;
}

.jasQuA input.wpcf7-form-control.wpcf7-submit:hover {
}

/* --- Remove default margins --- */
.jasQuA p {
  margin: 0 0 0px 0!important;
}

.jasQuA input.wpcf7-form-control.wpcf7-submit {
  margin-top: 0px !important;
}
.jasQuA p {
  margin: 0 !important;
  padding: 0 !important;
}

.jasQuA br {
  display: none !important;
}

/* Remove all CF7 default spacing inside this form */
.jasQuA p,
.jasQuA span {
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove line breaks inserted by CF7 */
.jasQuA br {
    display: none !important;
}

/* Tighten input field spacing */
.jasQuA input,
.jasQuA select,
.jasQuA textarea {
    margin-bottom: 0 !important;
    padding: 10px !important; /* keep good usability */
    width: 100% !important;
    box-sizing: border-box;
}

/* Optional: keep button aligned without extra gaps */
.jasQuA input[type="submit"] {
    margin-top: 10px !important;
}
.jasQuA {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
}
.jasQuA textarea {
    height: 120px !important; /* reduce height */
    min-height: 120px !important;
    resize: none; /* optional: prevents manual resizing */
}


button, input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    background-color: #543199!important;
    border: 0;
    border-radius:20px!important
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .065em;
    padding: .65em 1.6em;
    text-transform: uppercase;
    transition: background .3s, color .3s, transform .3s;
    width: auto;
}
