/* Start custom CSS for html, class: .elementor-element-aa09b0e *//* --- Core Container Styling (Background Removed) --- */
.ap-form {
    background-color: transparent !important; 
    background: none !important;              
    padding: 0px !important;                  
}

/* --- Section Labels (Your Exact Snippet) --- */
.ap-form .ap-section-label {
    font-family: 'Raleway', sans-serif !important;
    font-size: 9px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #6B2040 !important;
    font-weight: 500 !important;
    padding-bottom: 6px !important;
    border-bottom: 1px solid #B0ACA4 !important;
    margin-top: 8px !important;
    margin-bottom: 14px !important; 
}

/* --- Input Fields, Dropdowns, and Textareas (Your Exact Snippet) --- */
.ap-form input.ap-input, 
.ap-form select.ap-select, 
.ap-form textarea.ap-textarea {
    font-family: 'Raleway', sans-serif !important;
    font-size: 12px !important;
    padding: 13px 16px !important;
    background-color: #E4E2DE !important; 
    background: #E4E2DE !important;       
    border: 0.5px solid #B0ACA4 !important; 
    color: #0B1E24 !important;            
    font-weight: 300 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 0px !important;        
}

/* --- Placeholder Text Styling (Matches Your Font Theme) --- */
.ap-form input.ap-input::placeholder,
.ap-form textarea.ap-textarea::placeholder,
.ap-form select.ap-select:invalid {
    color: #8c827a !important; 
    font-family: 'Raleway', sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    opacity: 0.7 !important;
}

/* --- Checkbox Container Block --- */
.ap-form .cb-grid {
    background-color: #E4E2DE !important; 
    border: 0.5px solid #B0ACA4 !important;
    padding: 15px !important;
    box-sizing: border-box !important;
}
.ap-form .cb-grid .cb-item {
    color: #0B1E24 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}
.ap-form .cb-grid input[type="checkbox"] {
    accent-color: #6B2040 !important; 
}

/* --- Submit Button (Your Exact Snippet) --- */
.ap-form button.ap-btn {
    font-family: 'Raleway', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    padding: 16px !important;
    background: #6B2040 !important;
    color: #E4E2DE !important;
    border: none !important;
    cursor: pointer !important;
    width: 100% !important;
    margin-top: 8px !important;
    border-radius: 0px !important; 
    box-sizing: border-box !important;
}

/* --- Submit Button Hover State --- */
.ap-form button.ap-btn:hover {
    background: #4a132b !important; /* Slightly darker burgundy for active feedback */
    color: #E4E2DE !important;
}

/* --- Footer Note --- */
.ap-form .ap-note {
    color: #574e49 !important; 
    font-family: 'Raleway', sans-serif !important;
    font-size: 11px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    margin-top: 15px !important;
}/* End custom CSS */