/* =========================================
   DONATE HERO
========================================= */

.donate-hero{
    padding:150px 0 90px;
    background:
        radial-gradient(circle at 10% 20%,rgba(212,165,55,.15),transparent 30%),
        linear-gradient(135deg,#fffaf4,#fff);
    position:relative;
    overflow:hidden;
}

.donate-hero h1{
    font-size:58px;
    line-height:1.15;
    font-weight:800;
    color:#403b68;
    margin-bottom:20px;
}

.donate-hero h1 span{
    color:#8B0000;
}

.donate-hero p{
    color:#666;
    font-size:17px;
    line-height:1.9;
    max-width:650px;
}

.donate-badge{
    display:inline-block;
    padding:8px 18px;
    background:#fff3d8;
    color:#8B0000;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.8px;
    margin-bottom:18px;
}

.donate-hero-card{
    background:#8B0000;
    border-radius:30px;
    padding:50px 35px;
    color:#fff;
    text-align:center;
    box-shadow:0 25px 60px rgba(139,0,0,.2);
    position:relative;
    overflow:hidden;
}

.donate-hero-card::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border:35px solid rgba(212,165,55,.2);
    border-radius:50%;
    right:-100px;
    top:-100px;
}

.donate-hero-card i{
    font-size:65px;
    color:#D4A537;
    margin-bottom:20px;
}

.donate-hero-card h3{
    font-size:28px;
    font-weight:700;
}

.donate-hero-card p{
    color:rgba(255,255,255,.85);
    font-size:14px;
    margin:auto;
}


/* =========================================
   SECTION TITLE
========================================= */

.donate-section{
    padding:90px 0;
}

.donate-section-title{
    text-align:center;
    margin-bottom:50px;
}

.donate-section-title .small-title{
    display:inline-block;
    padding:7px 18px;
    border:1px solid #D4A537;
    color:#8B0000;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.donate-section-title h2{
    font-size:42px;
    font-weight:800;
    color:#403b68;
}

.donate-section-title h2 span{
    color:#8B0000;
}

.donate-section-title p{
    max-width:650px;
    margin:15px auto 0;
    color:#777;
    line-height:1.8;
}


/* =========================================
   WHY DONATE
========================================= */

.donate-reason{
    padding:30px;
    border:1px solid #eee;
    border-radius:20px;
    height:100%;
    background:#fff;
    transition:.4s;
}

.donate-reason:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    border-color:#D4A537;
}

.donate-reason-icon{
    width:60px;
    height:60px;
    border-radius:15px;
    background:#fff4df;
    color:#8B0000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:20px;
}

.donate-reason h4{
    font-size:19px;
    font-weight:700;
    color:#403b68;
}

.donate-reason p{
    color:#777;
    font-size:14px;
    line-height:1.8;
    margin:0;
}


/* =========================================
   DONATION FORM
========================================= */

.donation-area{
    background:#fafafa;
    padding:90px 0;
}

.donation-box{
    background:#fff;
    border-radius:25px;
    padding:40px;
    box-shadow:0 15px 50px rgba(0,0,0,.06);
    border:1px solid #eee;
}

.donation-box h3{
    font-size:27px;
    font-weight:700;
    color:#403b68;
    margin-bottom:8px;
}

.donation-box .subtitle{
    color:#777;
    font-size:14px;
    margin-bottom:30px;
}

.amount-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-bottom:25px;
}

.amount-btn{
    border:1px solid #ddd;
    background:#fff;
    color:#403b68;
    padding:13px 10px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.amount-btn:hover,
.amount-btn.active{
    background:#8B0000;
    color:#fff;
    border-color:#8B0000;
}

.custom-amount{
    position:relative;
    margin-bottom:25px;
}

.custom-amount span{
    position:absolute;
    left:15px;
    top:50%;
    transform:translateY(-50%);
    color:#8B0000;
    font-weight:700;
}

.custom-amount input{
    padding-left:35px;
}

.donation-box label{
    font-size:13px;
    font-weight:600;
    color:#444;
    margin-bottom:7px;
}

.donation-box .form-control{
    border-radius:10px;
    padding:12px 14px;
    border:1px solid #ddd;
}

.donation-box .form-control:focus{
    border-color:#D4A537;
    box-shadow:0 0 0 3px rgba(212,165,55,.12);
}

.donate-submit{
    width:100%;
    border:none;
    background:#8B0000;
    color:#fff;
    padding:14px;
    border-radius:12px;
    font-weight:700;
    transition:.3s;
}

.donate-submit:hover{
    background:#D4A537;
    color:#171717;
}


/* =========================================
   BANK DETAILS
========================================= */

.bank-box{
    background:#fff;
    border:1px solid #eee;
    border-radius:25px;
    padding:40px;
    height:100%;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.bank-box h3{
    color:#403b68;
    font-size:25px;
    font-weight:700;
    margin-bottom:8px;
}

.bank-box .bank-subtitle{
    color:#777;
    font-size:14px;
    margin-bottom:25px;
}

.bank-detail{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:15px 0;
    border-bottom:1px solid #eee;
}

.bank-detail:last-child{
    border-bottom:none;
}

.bank-detail i{
    width:40px;
    height:40px;
    border-radius:10px;
    background:#fff4df;
    color:#8B0000;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.bank-detail small{
    display:block;
    color:#999;
    font-size:11px;
    margin-bottom:3px;
}

.bank-detail strong{
    color:#403b68;
    font-size:14px;
}


/* =========================================
   TRUST
========================================= */

.trust-section{
    padding:90px 0;
    background:#fff;
}

.trust-card{
    text-align:center;
    padding:35px 25px;
}

.trust-icon{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#fff4df;
    color:#8B0000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:27px;
}

.trust-card h4{
    font-size:18px;
    font-weight:700;
    color:#403b68;
}

.trust-card p{
    color:#777;
    font-size:14px;
    line-height:1.7;
}


/* =========================================
   CTA
========================================= */

.donate-cta{
    padding:80px 0;
}

.donate-cta-box{
    background:#403b68;
    border-radius:30px;
    padding:60px;
    text-align:center;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.donate-cta-box::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border:50px solid rgba(255,255,255,.04);
    border-radius:50%;
    left:-100px;
    top:-100px;
}

.donate-cta-box h2{
    font-size:40px;
    font-weight:800;
}

.donate-cta-box h2 span{
    color:#D4A537;
}

.donate-cta-box p{
    max-width:650px;
    margin:15px auto 25px;
    color:rgba(255,255,255,.8);
}

.donate-cta-btn{
    display:inline-block;
    padding:14px 30px;
    border-radius:30px;
    background:#D4A537;
    color:#171717;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.donate-cta-btn:hover{
    background:#fff;
    color:#8B0000;
}


/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .donate-hero{
        padding-top:120px;
    }

    .donate-hero h1{
        font-size:45px;
    }

    .donate-hero-card{
        margin-top:40px;
    }

}

@media(max-width:767px){

    .donate-hero{
        padding:110px 0 60px;
    }

    .donate-hero h1{
        font-size:35px;
    }

    .donate-hero p{
        font-size:15px;
    }

    .donate-section-title h2{
        font-size:32px;
    }

    .donation-box,
    .bank-box{
        padding:25px;
    }

    .amount-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .donate-cta-box{
        padding:45px 25px;
    }

    .donate-cta-box h2{
        font-size:30px;
    }

}