.elementor-1076 .elementor-element.elementor-element-51b2170{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for bdevs-faq-widget, class: .elementor-element-5dca528 *//* Contact Form 7 Custom Styling */
#contactForm, .wpcf7 form {
    background: #000; /* Black background */
    padding: 20px;
    border-radius: 12px;
    color: #fff; /* White text */
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: 1px solid #444;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #fff;
    outline: none;
    background: #222;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: #fff;
    color: #000;
    padding: 14px 25px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.wpcf7 input[type="submit"]:hover {
    background: #f1f1f1;
    color: #111;
}

/* Add spacing between form fields */
.wpcf7 .form-group {
    margin-bottom: 20px;
}/* End custom CSS */