.elementor-3094 .elementor-element.elementor-element-fb4da48{--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 html, class: .elementor-element-9230e9c */.payment-card{
    max-width:650px;
    margin:40px auto;
    background:#ffffff;
    border-radius:16px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    font-family:'Poppins',sans-serif;
}

.logo{
    text-align:center;
    margin-bottom:20px;
}

.logo img{
    max-width:220px;
    height:auto;
}

.payment-card h2{
    text-align:center;
    color:#1f2937;
    font-size:30px;
    margin-bottom:10px;
    font-weight:600;
}

.subtitle{
    text-align:center;
    color:#6b7280;
    margin-bottom:30px;
    font-size:15px;
}

.steps{
    background:#f8fafc;
    border-left:4px solid #2563eb;
    border-radius:10px;
    padding:20px;
    margin-bottom:30px;
}

.steps h3{
    margin:0 0 15px;
    color:#1e3a8a;
    font-size:18px;
}

.steps ol{
    margin:0;
    padding-left:20px;
    color:#475569;
    line-height:1.8;
}

.steps li{
    margin-bottom:8px;
}

.payment-card label{
    display:block;
    font-weight:600;
    color:#1f2937;
    margin-bottom:8px;
}

.payment-card input{
    width:100%;
    padding:14px 16px;
    border:1px solid #d1d5db;
    border-radius:10px;
    font-size:16px;
    transition:.3s;
    margin-bottom:25px;
}

.payment-card input:focus{
    outline:none;
    border-color:#2563eb;
    box-shadow:0 0 0 3px rgba(37,99,235,.15);
}

.note{
    background:#eff6ff;
    border:1px solid #bfdbfe;
    color:#1d4ed8;
    border-radius:10px;
    padding:15px;
    margin-bottom:30px;
    font-size:14px;
    line-height:1.6;
}

.payment-btn{
    text-align:center;
}

.payment-btn form{
    display:inline-block;
}

@media(max-width:768px){

    .payment-card{
        padding:25px;
        margin:20px 15px;
    }

    .payment-card h2{
        font-size:24px;
    }

    .logo img{
        max-width:180px;
    }

}/* End custom CSS */