@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
/* Navbar styling (reuse from your homepage) */


body {
    margin: 0;
    font-family: Arial, sans-serif;
    /* line-height: 1.6; */
    color: #333;
    /* Apply Poppins font globally */
    font-family: 'Poppins', sans-serif;
}

/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
} */

/* body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
} */

.payment-container {
    display: flex;
    margin: auto;
    margin-bottom: 30px;
    background-color: white;
    padding: 20px;
    max-width: 1000px;
    /* width: 100%; */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.payment-heading {
margin-top: 100px;
margin-bottom: 20px;
text-align: center;
    font-size: 24px;
    font-weight: bold;
    /* margin-bottom: 20px; */
}

.payment-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Left Section */
.left-section {
    display: block;
    flex: 1;
    min-width: 300px;
    text-align: left;
    padding: 20px;
}

.Qr-box .qr-code {
    /* align-items: center; */
    margin-left: 100px;
    width: 180px;
    height: 180px;
}

.Qr-box h3{
    margin-left: 140px;
    font-size: x-large;
    font-weight: 500;
    gap: 10px;
}

.contact-info h4 {
    margin: 10px 0;
}

.terms a {
    color: blue;
    text-decoration: none;
}

.terms a:hover {
    text-decoration: underline;
}

.disclaimer {
    font-size: 12px;
    margin-top: 10px;
}

/* Right Section (Form) */
.right-section {
    flex: 1;
    min-width: 300px;
    background-color: #2d5d44;
    color: white;
    padding: 20px;
    border-radius: 10px;
    
}

.form-heading {
    margin-bottom: 15px;
}

form input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
}

.captcha {
    border-radius: 10px;
    width: 60%;
    background-color: #FFFFFF;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    
    position: relative;
    left: 200px;
    top: 18px;
    transform: translate(-50%, -50%);
    
    border:none;
}
.captcha input[type="checkbox"] {
    width: 18px;
    height: 18px;
margin-top: 10px;

  }



  .captcha label{
    width: 100px;
    text-align: center;
    display: block;
}


.donate-btn {
    background-color: white;
    color: black;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.donate-btn:hover {
    background-color: #ddd;
}

/* Responsive Design 
@media (max-width: 768px) {
    .payment-content {
        flex-direction: column;
        align-items: center;
    }

    .left-section, .right-section {
        width: 100%;
        text-align: center;
    }
}*/
@media (max-width:320px){
    .Qr-box{
        display: flex;
        
    }
    .Qr-box .qr-code {
         align-items: center; 

        
    }
    .right-section{
        width: 300px;
    }
    .Qr-box h3{
        margin-left: 150px;
        text-align: center;
    }

}




@media (min-width: 640px) and (max-width: 941px){
   .captcha{
    left: 130px;
   }
   .Qr-box .qr-code {
    /* align-items: center; */
    margin-left: 20px;
    
}

.Qr-box h3{
    margin-left: 40px;
    font-size: larger;
    font-weight: 500;
    gap: 10px;
}
}
@media (max-width:640px){
    .Qr-box .qr-code {
        /* align-items: center; */
        margin-left: 40px;
        
    }
    
    .Qr-box h3{
        margin-left: 90px;
        font-size: larger;
        font-weight: 500;
        gap: 10px;
    }
    .captcha {
        display: flexbox;
    }

}
@media(min-width:320px){
    .right-section{
        width: 270px;
    }
    .captcha {
        width: 60%px;
        left: 130px;
        
    }
    .Qr-box .qr-code {
        /* align-items: center; */
        margin-left: 20px;
        
    }
    
    .Qr-box h3{
        margin-left: 40px;
        font-size: larger;
        font-weight: 500;
        gap: 10px;
    }
}
@media (min-width:1024px){
    .captcha {
        width: 60%px;
        left: 230px;
        
    }
}