/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 28 2025 | 13:40:38 */
button, input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    background-color: #0F684F!important;
    border: 0;
    border-radius: var(--theme_btn_rounded);
    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;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],     /* ← Add this line */
form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 6px;
  box-sizing: border-box;
  font-size: 16px;
}




/*form label required*/
.module span.required {
    color: #f24c3b;
    display: none!important;
}
