.elementor-13470 .elementor-element.elementor-element-c0b69d4{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-2912f6d *//* --- CMA Form Styling Start --- */

/* 1. Form Background & Spacing */
.wpcf7-form {
    background: #f9f9f9; /* Light grey background for readability */
    padding: 30px;
    border-radius: 8px; /* Rounded corners */
    border: 1px solid #e0e0e0;
}

/* 2. Headings (Personal Details, etc.) */
.wpcf7 h3 {
    color: #003366; /* CMA Professional Blue */
    border-bottom: 2px solid #ffcc00; /* Accent Yellow/Gold underline */
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

/* 3. Labels */
.wpcf7 label {
    font-weight: 600;
    color: #333333; /* Dark Grey for text */
    font-size: 14px;
}

/* 4. Input Fields & Text Areas */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

/* Focus State (When user clicks a field) */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #003366; /* Blue highlight */
    outline: none;
    box-shadow: 0 0 5px rgba(0, 51, 102, 0.2);
}

/* 5. Submit Button Styling */
.wpcf7 input[type="submit"] {
    background-color: #003366; /* Primary Navy Blue */
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
    margin-top: 20px;
}

/* Submit Button Hover Effect */
.wpcf7 input[type="submit"]:hover {
    background-color: #cc0000; /* Deep Red accent on hover */
    color: #fff;
}

/* 6. Section Dividers */
.wpcf7 hr {
    border: 0;
    height: 1px;
    background: #dddddd;
    margin: 30px 0;
}

/* --- CMA Form Styling End --- *//* End custom CSS */