.elementor-570 .elementor-element.elementor-element-f5ee660{--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-570 .elementor-element.elementor-element-da77c4f{--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;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-0ee7ef3 *//* Rec+ Centered & Modern Formidable Transformation */
#frm_form_1_container {
    max-width: 700px !important; /* Slightly tighter for better focus */
    margin: 40px auto !important; /* THE FIX: 'auto' centers the container */
    padding: 50px !important;
    background: #ffffff !important;
    border-radius: 30px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.07) !important;
    border: 1px solid rgba(34, 211, 238, 0.15) !important;
    text-align: center !important; /* Centers labels and descriptions */
}

/* Style the Labels to be centered */
#frm_form_1_container .frm_primary_label {
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-weight: 800 !important;
    color: #64748b !important;
    margin-bottom: 12px !important;
    display: block !important;
    text-align: center !important; /* Ensures labels aren't hugging the left */
}

/* Center-aligned Input Fields */
#frm_form_1_container input[type=text],
#frm_form_1_container input[type=email],
#frm_form_1_container input[type=tel],
#frm_form_1_container textarea {
    background-color: #f8fafc !important;
    border: 2px solid transparent !important;
    border-radius: 16px !important;
    padding: 18px !important;
    font-size: 16px !important;
    color: #1e293b !important;
    text-align: center !important; /* Centers the placeholder and user typing */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Glow Focus State */
#frm_form_1_container input:focus,
#frm_form_1_container textarea:focus {
    background-color: #ffffff !important;
    border-color: #22d3ee !important;
    box-shadow: 0 0 25px rgba(34, 211, 238, 0.2) !important;
    transform: scale(1.01) !important;
    outline: none !important;
}

/* Centered Button with Gradient */
#frm_form_1_container .frm_submit {
    text-align: center !important;
    margin-top: 20px !important;
}

#frm_form_1_container .frm_submit input[type=submit] {
    background: linear-gradient(135deg, #22d3ee 0%, #0891b2 100%) !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px 60px !important;
    border-radius: 50px !important; /* Pill style */
    border: none !important;
    box-shadow: 0 15px 35px rgba(8, 145, 178, 0.4) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

#frm_form_1_container .frm_submit input[type=submit]:hover {
    transform: translateY(-3px) scale(1.05) !important;
    filter: brightness(1.1) !important;
}

/* Fix for two-column layouts if you have them */
.frm_form_field {
    float: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}/* End custom CSS */