/*
CTC Separate Stylesheet
Updated: 2024-08-25 19:23:52
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.1.1724613832
*/

/* Make the form right-to-left */
.wpcf7-form {
    direction: rtl;
    text-align: right;
}

/* Style labels */
.wpcf7-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

/* Style form fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

/* Style the submit button */
.wpcf7-form input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 10px;
}

/* Change submit button on hover */
.wpcf7-form input[type="submit"]:hover {
    background-color: #45a049;
}

/* Additional padding around form */
.wpcf7-form {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    max-width: 500px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
