/*=========================================
            Donation Hero
=========================================*/

.donation-hero{

    position:relative;

    height:80vh;

    display:flex;

    align-items:center;

    justify-content:center;

    background:url('../images/ChatGPT Image Jun 25, 2026, 11_50_42 AM.png') center center/cover no-repeat;

    background-attachment:fixed;

    overflow:hidden;

}

.donation-hero .hero-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.58);

}

.donation-hero .container{

    width:90%;

    max-width:1350px;

    margin:auto;

    position:relative;

    z-index:2;

}

.donation-hero-content{

    max-width:820px;

    margin:auto;

    text-align:center;

    color:#fff;

}

.hero-subtitle{

    display:inline-block;

    color:#ffb14d;

    font-size:15px;

    letter-spacing:3px;

    font-weight:600;

    text-transform:uppercase;

    margin-bottom:20px;

}

.donation-hero-content h1{

    font-size:68px;

    font-family:Georgia,serif;

    font-weight:400;

    line-height:1.15;

    margin-bottom:25px;

}

.donation-hero-content p{

    font-size:18px;

    line-height:1.9;

    max-width:760px;

    margin:auto;

}

/*=========================================
            Donation Section
=========================================*/

.donation-section{

    padding:50px 0;

    background:#fcf8f3;

}

.donation-section .container{

    width:90%;

    max-width:1450px;

    margin:auto;

}

/*=========================================
            Heading
=========================================*/

.section-heading{

    text-align:center;

    margin-bottom:90px;

}

.section-subtitle{

    display:inline-block;

    color:#f36b2a;

    font-size:15px;

    letter-spacing:2px;

    text-transform:uppercase;

    font-weight:600;

    margin-bottom:18px;

}

.section-heading h2{

    font-size:60px;

    font-family:Georgia,serif;

    font-weight:400;

    color:#2b2b2b;

    line-height:1.2;

    margin-bottom:25px;

}

.section-heading p{

    max-width:760px;

    margin:auto;

    color:#666;

    font-size:18px;

    line-height:1.9;

}

/*=========================================
            Donation Card
=========================================*/

.donation-card{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

    margin-bottom:110px;

}

.donation-card.reverse{

    direction:rtl;

}

.donation-card.reverse .donation-content{

    direction:ltr;

}

.donation-image{

    position:relative;

    overflow:hidden;

    border-radius:30px;

    box-shadow:0 20px 60px rgba(0,0,0,.10);

}

.donation-image img{

    width:100%;

    height:620px;

    object-fit:cover;

    display:block;

    transition:.8s;

}

/*=========================================
            Donation Content
=========================================*/

.donation-content{

    padding:20px;

}

.donation-category{

    display:inline-block;

    background:#fff3eb;

    color:#f36b2a;

    padding:10px 22px;

    border-radius:40px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:25px;

}

.donation-content h3{

    font-size:48px;

    font-family:Georgia,serif;

    font-weight:400;

    color:#2d2d2d;

    margin-bottom:25px;

    line-height:1.2;

}

.donation-content p{

    font-size:17px;

    color:#666;

    line-height:2;

    margin-bottom:20px;

}

/*=========================================
            Price Badge
=========================================*/

.donation-price{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 35px;

    background:#f36b2a;

    color:#fff;

    font-size:28px;

    font-weight:700;

    border-radius:60px;

    margin:18px 0 35px;

}
/*=========================================
            Donate Button
=========================================*/

.donate-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 42px;

    border-radius:60px;

    background:#f36b2a;

    color:#fff;

    text-decoration:none;

    font-size:17px;

    font-weight:600;

    transition:.35s;

    box-shadow:0 12px 30px rgba(243,107,42,.25);

}

.donate-btn:hover{

    background:#5b180d;

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

/*=========================================
            Image Hover
=========================================*/

.donation-card:hover img{

    transform:scale(1.08);

}

.donation-card{

    transition:.45s;

}

.donation-card:hover{

    transform:translateY(-6px);

}

/*=========================================
        Scroll Animation
=========================================*/

.reveal{

    opacity:0;

    transform:translateY(70px);

    transition:1s ease;

}

.reveal.active{

    opacity:1;

    transform:translateY(0);

}

/*=========================================
            Why Donate
=========================================*/

.why-donate-section{

    padding:50px 0;

    background:#fff;

}

.why-donate-section .container{

    width:90%;

    max-width:1450px;

    margin:auto;

}

.why-donate-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:70px;

}

/*=========================================
            Why Card
=========================================*/

.why-card{

    background:#fcf8f3;

    border-radius:28px;

    padding:45px 35px;

    text-align:center;

    transition:.4s;

    border:1px solid rgba(0,0,0,.05);

}

.why-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.why-card i{

    width:90px;

    height:90px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    border-radius:50%;

    background:#fff;

    color:#f36b2a;

    font-size:34px;

    transition:.35s;

    margin-bottom:28px;

}

.why-card:hover i{

    background:#f36b2a;

    color:#fff;

    transform:rotateY(180deg);

}

.why-card h4{

    font-size:28px;

    font-family:Georgia,serif;

    font-weight:400;

    color:#2d2d2d;

    margin-bottom:18px;

}

.why-card p{

    color:#666;

    line-height:1.9;

    font-size:16px;

}

/*=========================================
        Floating Decoration
=========================================*/

.why-card::before{

    content:"";

    position:absolute;

    width:120px;

    height:120px;

    border-radius:50%;

    background:rgba(243,107,42,.04);

    top:-50px;

    right:-50px;

    transition:.4s;

}

.why-card{

    position:relative;

    overflow:hidden;

}

.why-card:hover::before{

    transform:scale(1.5);

}
/*=========================================
            Donation CTA
=========================================*/

.donation-cta{

    padding:120px 0;

    background:#fcf8f3;

}

.donation-cta .container{

    width:90%;

    max-width:1400px;

    margin:auto;

}

.cta-box{

    background:linear-gradient(135deg,#f36b2a,#d65a20);

    border-radius:35px;

    padding:70px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:60px;

    overflow:hidden;

    position:relative;

}

.cta-box::before{

    content:"";

    position:absolute;

    width:380px;

    height:380px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-160px;

    right:-120px;

}

.cta-content{

    position:relative;

    z-index:2;

    max-width:700px;

}

.cta-content span{

    display:inline-block;

    color:#fff;

    font-size:15px;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.cta-content h2{

    font-size:58px;

    color:#fff;

    font-family:Georgia,serif;

    font-weight:400;

    line-height:1.2;

    margin-bottom:22px;

}

.cta-content p{

    color:rgba(255,255,255,.92);

    font-size:17px;

    line-height:1.9;

}

.cta-btn{

    position:relative;

    z-index:2;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:230px;

    height:64px;

    border-radius:60px;

    background:#fff;

    color:#f36b2a;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    transition:.35s;

}

.cta-btn:hover{

    background:#5b180d;

    color:#fff;

    transform:translateY(-5px);

}

/*=========================================
            Large Laptop
=========================================*/

@media(max-width:1200px){

    .donation-card{

        gap:45px;

    }

    .donation-image img{

        height:500px;

    }

    .donation-content h3{

        font-size:40px;

    }

    .why-donate-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .cta-content h2{

        font-size:46px;

    }

}

/*=========================================
            Tablet
=========================================*/

@media(max-width:992px){

    .donation-hero{

        height:70vh;

        background-attachment:scroll;

    }

    .donation-hero-content h1{

        font-size:52px;

    }

    .section-heading h2{

        font-size:46px;

    }

    .donation-card{

        grid-template-columns:1fr;

        gap:40px;

    }

    .donation-card.reverse{

        direction:ltr;

    }

    .donation-image{

        order:1;

    }

    .donation-content{

        order:2;

        padding:0;

    }

    .cta-box{

        flex-direction:column;

        text-align:center;

    }

}

/*=========================================
            Mobile
=========================================*/

@media(max-width:768px){

    .donation-section{

        padding:80px 0;

    }

    .donation-section .container,

    .why-donate-section .container,

    .donation-cta .container{

        width:92%;

    }

    .donation-hero{

        height:60vh;

    }

    .donation-hero-content h1{

        font-size:36px;

    }

    .donation-hero-content p{

        font-size:15px;

    }

    .section-heading{

        margin-bottom:55px;

    }

    .section-heading h2{

        font-size:34px;

    }

    .section-heading p{

        font-size:15px;

    }

    .donation-card{

        margin-bottom:70px;

    }

    .donation-image{

        border-radius:22px;

    }

    .donation-image img{

        height:300px;

    }

    .donation-content h3{

        font-size:30px;

    }

    .donation-content p{

        font-size:15px;

        line-height:1.8;

    }

    .donation-price{

        font-size:22px;

        padding:14px 28px;

    }

    .donate-btn{

        width:100%;

    }

    .why-donate-grid{

        grid-template-columns:1fr;

    }

    .why-card{

        padding:35px 25px;

    }

    .cta-box{

        padding:40px 25px;

        border-radius:25px;

    }

    .cta-content h2{

        font-size:34px;

    }

    .cta-content p{

        font-size:15px;

    }

    .cta-btn{

        width:100%;

    }

}

/*=========================================
            Small Mobile
=========================================*/

@media(max-width:480px){

    .donation-hero-content h1{

        font-size:30px;

    }

    .section-heading h2{

        font-size:28px;

    }

    .donation-content h3{

        font-size:25px;

    }

    .why-card h4{

        font-size:24px;

    }

    .cta-content h2{

        font-size:28px;

    }

}