.elementor-143 .elementor-element.elementor-element-62fcde53{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-143 .elementor-element.elementor-element-62fcde53{--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for container, class: .elementor-element-62fcde53 *//* ===============================
   VERIFICATION CUSTOM FORM STYLE
================================= */

#verficationcusform {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 60px 20px;
    background: linear-gradient(135deg, #f3f4f6, #e0e7ff);
}

/* Card Box */
#verficationcusform .scm-card {
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    padding: 50px 45px;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

#verficationcusform .scm-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 35px 90px rgba(0,0,0,0.12);
}

/* Label */
#verficationcusform .scm-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    color: #111827;
}

/* Bigger Stylish Input */
#verficationcusform .scm-input {
    width: 100%;
    padding: 20px 22px;
    font-size: 20px;
    border-radius: 16px;
    border: 2px solid #EABCA3;
    background: #f9fafb;
    transition: all 0.3s ease;
    outline: none;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 600;
}

/* Input Focus Effect */
#verficationcusform .scm-input:focus {
    border-color: #EABCA3;
    background: #ffffff;
   box-shadow: 
        0 25px 60px rgba(216,130,80,0.25),
        0 10px 30px rgba(234,188,163,0.35);

    transition: 0.3s ease;
}

/* Button */
#verficationcusform .scm-btn {
    width: 100%;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #EABCA3, #D88250);
    color: #fff;
    transition: 0.3s ease;
}

/* Button Hover */
#verficationcusform .scm-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(79,70,229,0.35);
}

/* Result Message */
#verficationcusform .scm-result {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    min-height: 22px;
}/* End custom CSS */