/*
Theme Name: Kadence Child
Theme URI: https://maidasmarketing.com/
Description: Child theme for the Kadence WordPress Theme
Author: kunal sharma
Author URI: https://maidasmarketing.com/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

/* Add your custom CSS below this line */


/* Contact Form Wrapper */
.wpcf7-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 25px;
    background-color: transparent;
    background-image: linear-gradient(135deg, #A20000 0%, #000000 100%);
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.1);
}
form.wpcf7-form.init p {
    margin: 0px !important;
}
/* Input & Textarea Fields */
.wpcf7-form .wpcf7-form-control {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 18px;
    border: 1.5px solid #dcdcdc;
    border-radius: 8px;
    background: #fafafa;
    font-size: 15px;
    transition: 0.3s ease;
}

/* Field Focus Effect */
.wpcf7-form .wpcf7-form-control:focus {
    border-color: #0073aa;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,115,170,0.2);
    outline: none;
}

/* Placeholder Style */
.wpcf7-form .wpcf7-form-control::placeholder {
    color: #888;
}

/* Submit Button */
.wpcf7-form .wpcf7-submit {
    background: #0073aa;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
}

/* Button Hover Effect */
.wpcf7-form .wpcf7-submit:hover {
    background: #005d87;
}

/* Success / Error Messages */
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
    color: #d9534f;
    font-size: 14px;
}

.wpcf7-mail-sent-ok {
    color: #3c763d;
    background: #dff0d8;
    padding: 12px;
    border-radius: 8px;
}
