/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2026 | 08:39:48 */
/* Main form wrapper */
.contact-form .wpcf7 {
    max-width: 420px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
}

/* Remove default CF7 paragraph spacing */
.contact-form .wpcf7-form p {
    margin: 0 0 22px;
}

/* Input wrapper */
.contact-form .wpcf7-form-control-wrap {
    display: block;
}

/* Inputs – bottom border only */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
    width: 100%;
    padding: 12px 4px;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid #dcdcdc;
    background: transparent;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

/* Placeholder color */
.contact-form input::placeholder {
    color: #777;
}

/* Focus effect */
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus {
    outline: none;
    border-bottom-color: #1abc9c;
}

/* Submit button */
.contact-form input[type="submit"] {
    width: 100%;
    padding: 14px 0;
    background-color: #DE7D58;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
/* Submit hover */
.contact-form input[type="submit"]:hover {
    background-color: #DE7D58!important;
}

/* CF7 validation message */
.contact-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 6px;
}

/* Button wrapper spacing */
.contact-form .btn-send {
    margin-top: 20px;
}
