.payment-page-container{display:flex;flex-direction:column;align-items:center;min-height:50vh;padding:20px;background-color:#f5f5f5;justify-content:flex-start}#payment-page-heading{width:100%;text-align:center;margin-bottom:20px}.payment-page-wrapper{display:flex;gap:20px;width:100%;max-width:1200px}.left-column,.right-column{display:flex;flex-direction:column;gap:20px;flex:1}.payment-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);text-align:left}.payment-card:hover{transform:translateY(-5px);background-color:#f0f0f0}.description-card,.form-card,.price-card,.question-card,.summary-card{text-align:left}.question-description,.question-id,.question-price,.question-subject,.summary-detail,.summary-title{margin-bottom:10px;font-weight:700;text-transform:capitalize}.question-price,.question-subject{margin-left:3rem}.form-input{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px}.form-button{padding:10px 20px;margin-right:10px;background-color:#007bff;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s;font-weight:500}.form-button:hover{background-color:#0056b3}.clear-button{background-color:#cc2132}.clear-button:hover{background-color:#a01a27}.loading{font-size:1.2em;color:#007bff}.error-message{color:#dc3545}.summary-card{text-align:left}.paynow-card{display:flex;justify-content:center;align-items:center;padding:0;height:60px}.paynow-button{width:100%;height:100%;padding:10px 20px;background-color:#1f69b3;color:#fff;border:none;border-radius:16px;font-size:16px;cursor:pointer;transition:background-color .5s ease;text-align:center;font-weight:800}.paynow-button:hover{background-color:#6facf3;color:#070707}@media (max-width:900px){.right-column{order:1}.left-column{order:2}.payment-page-wrapper{display:flex;flex-direction:column}}.card-content,.card-image-container{display:flex;flex-direction:column;align-items:center}.card-content{width:max-content;h4{padding:1rem;font-size:3rem;color:#06bbcc;font-weight:900}p{width:35rem;text-align:center;font-size:1.3rem}@media (max-width:990px){h4{font-size:calc(1.275rem + .3vw)}}@media (max-width:700px){h4{font-size:1.5rem}p{width:20rem}}@media (max-width:500px){h4{font-size:calc(1.2rem + .3vw)}p{width:15rem;font-size:1rem}}}.bank-card{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:3rem 0;justify-items:center;align-items:center;.bank-card-image{border-radius:15px;align-items:center;@media (max-width:700px){height:auto;width:auto}@media (max-width:1200px){height:auto;width:80%}}@media (max-width:990px){grid-template-columns:repeat(2,1fr)}@media (max-width:700px){grid-template-columns:repeat(1,1fr)}}.reviews__box{margin:1rem;box-shadow:2px 2px 5px 0 rgba(0,0,0,.3);border-radius:10px;transition:transform .3s ease,box-shadow .3s ease;&:hover{transform:scale(1.05)}.payment-page-form{padding:1rem}@media (max-width:700px){order:-1}}