.elementor-8227 .elementor-element.elementor-element-9b4daa8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8227 .elementor-element.elementor-element-68771ba{text-align:center;}.elementor-8227 .elementor-element.elementor-element-22fe3a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-e2f8d9a *//* Container scales up to take most of the screen width */
.dbf-form-container {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    width: 90%; 
    max-width: 900px; 
    margin: 0 auto;
    font-family: 'Cairo', sans-serif;
    box-sizing: border-box;
}

/* Fluid Row & Label layout */
.dbf-input-row {
    margin-bottom: 20px;
    text-align: right;
}
.dbf-label {
    display: block;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
    font-size: 16px;
}
.dbf-label .required {
    color: #ef4444;
    margin-right: 4px;
}

/* Fields styling */
.dbf-form-container input[type="text"],
.dbf-form-container input[type="email"],
.dbf-form-container input[type="tel"],
.dbf-form-container textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    background-color: #f8fafc;
    color: #334155;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.dbf-form-container input:focus,
.dbf-form-container textarea:focus {
    border-color: #8A1538; 
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(138, 21, 56, 0.1);
    outline: none;
}

/* FIX: Forces signature pad and inner canvas wrapper to stay full width */
.dbf-signature-wrapper, 
.wpcf7-form-control-signature-global-wrap,
.wpcf7-form-control-signature-body-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
}

.dbf-signature-wrapper canvas,
.wpcf7-form-control-signature-body-wrap canvas,
.wpcf7-form-control-signature-global-wrap canvas {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    border: 2px dashed #8A1538 !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    box-sizing: border-box !important;
    display: block !important;
}

.dbf-hint {
    display: block;
    font-size: 13px;
    color: #64748b;
    margin-top: 6px;
}

/* Clear signature link colors */
.wpcf7-form-control-signature-global-wrap a {
    color: #ef4444 !important;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

/* FIX: Premium Qatari Maroon Submit Button styling with absolute text centering */
.dbf-submit-wrapper {
    width: 100% !important;
    text-align: center !important;
    margin-top: 25px;
    display: block !important;
}

.dbf-form-container input[type="submit"] {
    width: 100% !important;
    background: linear-gradient(135deg, #8A1538 0%, #5F0F26 100%) !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 16px 20px !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(138, 21, 56, 0.25) !important;
    
    /* Text alignment forcing blocks */
    text-align: center !important;
    display: inline-block !important;
    line-height: 1.2 !important;
    letter-spacing: 0px !important;
    text-indent: 0px !important;
}

.dbf-form-container input[type="submit"]:hover {
    opacity: 0.95 !important;
}

/* Responsiveness for mobile screens */
@media (max-width: 768px) {
    .dbf-form-container {
        width: 95%;
        padding: 25px 20px;
    }
}/* End custom CSS */