/*
 Theme Name:   Creedy Child
 Theme URI:    https://creedy.wpengine.com/
 Description:  Creedy Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     creedy
 Version:      1.0.0
 Text Domain:  creedy-child
*/
/* ------------------------------
   CONTACT FORM 7 – DONATION FORM STYLING
   ------------------------------ */

/* Form container */
.wpcf7 form {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    max-width: 700px;
    margin: auto;
    border: 1px solid #eee;
}

/* Labels */
.wpcf7 form label {
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 29px;
    font-size: 15px;
}

/* Input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="file"],
.wpcf7 select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fafafa;
    transition: all .3s ease;
}

/* Focus effect */
.wpcf7 input:focus,
.wpcf7 select:focus {
    border-color: #ff5722;
    box-shadow: 0 0 5px rgba(255,87,34,0.3);
    background: #fff;
    outline: none;
}

/* Select2 dropdown styling */
.select2-container .select2-selection--single {
    height: 50px !important;
    border-radius: 8px;
    border: 1px solid #ddd !important;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #fafafa;
    transition: all .3s ease;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 10px;
}

/* File Upload */
.wpcf7 input[type="file"] {
    padding: 10px;
    background: #fff;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: #ff5722;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
    width: 100%;
    font-weight: 600;
    letter-spacing: .5px;
}

.wpcf7 input[type="submit"]:hover {
    background: #e64a19;
}

/* Spacing between fields */
.wpcf7 p {
    margin-bottom: 18px;
}


/* Error messages */
.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
    color: #e60000;
}

.wpcf7-response-output {
    margin-top: 20px;
    padding: 12px 20px;
    border-radius: 6px;
}

/* Success message */
.wpcf7-mail-sent-ok {
    background: #d4edda;
    border-left: 4px solid #28a745;
}

/* Error message */
.wpcf7-validation-errors {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
}
