
#donatebanner {
  background: url("../images/about/page-header-bg.jpg") center center/cover no-repeat local !important;
   height: 450px;
}
#donatebanner  .page-title-container {
  top: 40px;
}

/* Payment Container */
.payment-container {background-color: #fff;max-width: 400px;margin: 0 auto;width: 100%;padding: 0;
border-radius: 10px;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);text-align: center;
border: 1px solid #ddd;
}
/* Payment Details */
.payment-details {margin: 20px;padding: 15px;background-color: #f8f9f9;border-radius: 8px;border: 1px solid #f8f9fa;}
.payment-details h2{color: #78909c;text-transform: uppercase;font-size:1em;    font-weight: 400;}
.payment-details p { padding: 5px 0; font-size: 1em;}
.payment-details .rupee {font-size: 1.4em; color: #007bff;  font-weight: bold;}
.payment-details .amount {font-size: 2.5em;color: #007bff;font-weight: bold;}

/* QR Code */
.qr-code {width: 240px;height: 260px;margin: 15px 0;border: 4px solid #1a237e;border-radius: 8px;margin: 0 auto;position: relative;}
.qr-code .teaser {background-color: #1a237e;color: #fff;position: absolute;bottom:0; left: 0;width:100%;text-align: center;
padding: 10px 0;}

.donation-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 40px 30px;
        max-width: 480px;
        width: 100%;
    }

    .donation-card h2 {
        font-weight: 700;
        font-size: 2em;
        color: #1e2a78;
        margin-bottom: 25px;
        text-align: center;
    }

    .bank-info {
        background: #f7f9ff;
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 25px;
    }

    .bank-info div {
        margin-bottom: 12px;
        display: flex;
        justify-content: space-between;
        font-weight: 500;
        color: #333;
    }

    .bank-info div span.info-label {
        font-weight: 400;
    }
    .bank-info div span.info-value {
        font-weight: 700;
        color: #000;
    }

    .qr-section {
        text-align: center;
        margin-bottom: 25px;
    }

    .qr-section img {
        width: 290px;
        height: 290px;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }


    .qr-section .teaser {
        margin-top: 12px;
        font-size: 1em;
        font-weight: 600;
        color: #555;
    }

    /* Side div styling */
    .info-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 40px 30px;
        max-width: 500px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    
    .info-card h3 {
        font-size: 1.8em;
        color: #b51223;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .info-card p {
        font-size: 1em;
        line-height: 1.6;
        color: #555;
    }

    @media(max-width: 1024px) {
        .container {
            flex-direction: column;
            align-items: center;
        }

        .donation-card, .info-card {
            max-width: 90%;
        }
    }