/* PAYMENT SECTION */

.payment-section{
    max-width:450px;
    margin:30px auto;
    text-align:center;
    background:#ffffff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
}

.payment-section h4{
    font-size:24px;
    font-weight:600;
    margin-bottom:15px;
}

.payment-section p{
    font-size:15px;
    color:#666;
    margin-bottom:15px;
}

.payment-qr{
    width:220px;
    height:auto;
    display:block;
    margin:15px auto;
    border-radius:10px;
}

.payment-section strong{
    color:#0d6efd;
    font-size:18px;
}

.payment-section input{
    margin-top:10px;
}

.payment-section label{
    font-weight:600;
    display:block;
    margin-top:15px;
    margin-bottom:8px;
}

