/*======================================
AKAORU FOUNDATION DONATE PAGE
======================================*/

:root{
    --donate-primary:#0d6efd;
    --donate-dark:#0a2b4d;
    --donate-orange:#ff7a18;
    --donate-light:#f8fbff;
    --donate-white:#ffffff;
    --donate-text:#4b5563;
    --donate-radius:22px;
    --donate-shadow:0 20px 45px rgba(0,0,0,.08);
}

/* RESET */

.donate-hero,
.donate-hero *{
    box-sizing:border-box;
}

/* HERO */

.donate-hero{

    position:relative;

    overflow:hidden;

    padding:110px 0;

    background:
    linear-gradient(135deg,#0b3b72 0%,#0d6efd 45%,#3fa9ff 100%);

}

.donate-hero-overlay{

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at top right,
    rgba(255,255,255,.18),
    transparent 45%),

    radial-gradient(circle at bottom left,
    rgba(255,255,255,.08),
    transparent 40%);

}

.donate-hero .container{

    position:relative;

    z-index:2;

}

.donate-badge{

    display:inline-flex;

    align-items:center;

    padding:10px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    color:#fff;

    font-size:.85rem;

    letter-spacing:1px;

    margin-bottom:25px;

    font-weight:600;

}

.donate-title{

    color:#fff;

    font-size:3.3rem;

    font-weight:800;

    line-height:1.15;

    margin-bottom:25px;

}

.donate-title span{

    color:#ffd35a;

}

.donate-description{

    color:rgba(255,255,255,.92);

    font-size:1.15rem;

    line-height:1.9;

    max-width:620px;

    margin-bottom:40px;

}

.donate-buttons{

    display:flex;

    flex-wrap:wrap;

    gap:18px;

}

.donate-btn-primary{

    background:#ff7a18;

    color:#fff;

    padding:16px 38px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.donate-btn-primary:hover{

    background:#ff8f35;

    color:#fff;

    transform:translateY(-3px);

}

.donate-btn-outline{

    border:2px solid rgba(255,255,255,.6);

    color:#fff;

    padding:16px 38px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.donate-btn-outline:hover{

    background:#fff;

    color:#0d6efd;

}

/* HERO CARD */

.donate-hero-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    box-shadow:var(--donate-shadow);

}

.hero-card-top{

    text-align:center;

    margin-bottom:25px;

}

.hero-card-top i{

    width:75px;

    height:75px;

    line-height:75px;

    border-radius:50%;

    background:#eaf3ff;

    color:#0d6efd;

    font-size:30px;

    margin-bottom:18px;

}

.hero-card-top h4{

    font-weight:700;

    margin:0;

}

.hero-impact-list{

    list-style:none;

    margin:0;

    padding:0;

}

.hero-impact-list li{

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px 0;

    border-bottom:1px solid #eef2f7;

    font-weight:500;

}

.hero-impact-list i{

    color:#28a745;

}

.hero-card-btn{

    display:block;

    margin-top:30px;

    text-align:center;

    background:#0d6efd;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    padding:15px;

    font-weight:700;

    transition:.3s;

}

.hero-card-btn:hover{

    background:#084298;

    color:#fff;

}

/* SECTION */

.section{

    padding:90px 0;

}

.section-tag{

    display:inline-block;

    color:#0d6efd;

    font-weight:700;

    margin-bottom:15px;

    text-transform:uppercase;

    letter-spacing:1px;

}

.section-title{

    font-size:2.5rem;

    font-weight:800;

    color:#10243f;

    margin-bottom:18px;

}

.section-text{

    max-width:700px;

    color:#667085;

    margin:auto;

    line-height:1.8;

}

/* RESPONSIVE */

@media(max-width:991px){

.donate-hero{

padding:80px 0;

text-align:center;

}

.donate-title{

font-size:2.4rem;

}

.donate-description{

margin:auto auto 35px;

}

.donate-buttons{

justify-content:center;

}

.donate-hero-card{

margin-top:45px;

}

}

@media(max-width:576px){

.donate-title{

font-size:2rem;

}

.donate-description{

font-size:1rem;

}

.donate-btn-primary,

.donate-btn-outline{

width:100%;

text-align:center;

}

.hero-card-btn{

width:100%;

}

.section-title{

font-size:1.9rem;

}

}


/*==================================
WHY GIVE
==================================*/

.donate-why{

background:#f8fbff;

}

.why-card{

background:#fff;

border-radius:22px;

padding:35px;

height:100%;

transition:.35s;

box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.why-card:hover{

transform:translateY(-10px);

}

.why-icon{

width:75px;

height:75px;

border-radius:50%;

background:#eef5ff;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:22px;

}

.why-icon i{

font-size:30px;

color:#0d6efd;

}

.why-card h4{

font-weight:700;

margin-bottom:15px;

}

.why-card p{

color:#667085;

line-height:1.8;

margin:0;

}

/*====================================
PROGRAMMES
====================================*/

.donate-programmes{

background:#fff;

}

.programme-card{

background:#fff;

border-radius:22px;

padding:35px;

height:100%;

box-shadow:0 15px 35px rgba(0,0,0,.06);

transition:.35s;

cursor:pointer;

border:2px solid transparent;

}

.programme-card:hover{

transform:translateY(-8px);

border-color:#0d6efd;

}

.programme-card.active{

border-color:#0d6efd;

box-shadow:0 20px 45px rgba(13,110,253,.15);

}

.programme-icon{

width:75px;

height:75px;

border-radius:50%;

background:#eef5ff;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:20px;

}

.programme-icon i{

font-size:32px;

color:#0d6efd;

}

.programme-card h4{

font-weight:700;

margin-bottom:15px;

}

.programme-card p{

line-height:1.8;

color:#667085;

margin-bottom:25px;

}

.programme-card a{

text-decoration:none;

font-weight:700;

color:#0d6efd;

}

/*====================================
DONATION FORM
====================================*/

.donate-form-section{

background:#f7fbff;

}

.donate-form-card{

background:#fff;

padding:60px;

border-radius:25px;

box-shadow:0 15px 45px rgba(0,0,0,.07);

}

.donate-form-card label{

font-weight:600;

margin-bottom:8px;

}

.donate-form-card .form-control,

.donate-form-card .form-select{

padding:15px;

border-radius:12px;

margin-bottom:15px;

}

.donation-summary{

background:#eef7ff;

padding:25px;

border-radius:18px;

}

.donate-submit-btn{

background:#0d6efd;

color:#fff;

padding:16px 45px;

font-size:18px;

font-weight:700;

border-radius:50px;

}

.donate-submit-btn:hover{

background:#084298;

color:#fff;

}

@media(max-width:768px){

.donate-form-card{

padding:30px 25px;

}

}

/*====================================
BANK POPUP
====================================*/

.bank-popup{

display:none;

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.65);

z-index:9999;

padding:20px;

overflow:auto;

}

.bank-popup-card{

background:#fff;

max-width:650px;

margin:40px auto;

padding:40px;

border-radius:25px;

position:relative;

animation:popup .35s ease;

}

@keyframes popup{

from{

opacity:0;

transform:translateY(30px);

}

to{

opacity:1;

transform:none;

}

}

.bank-close{

position:absolute;

right:20px;

top:20px;

background:none;

border:none;

font-size:22px;

cursor:pointer;

}

.bank-account{

padding:20px;

background:#f8fbff;

border-radius:15px;

margin-bottom:20px;

border-left:5px solid #0d6efd;

}

.bank-account h5{

margin-bottom:15px;

font-weight:700;

}

/*==================================
SELECTED PROGRAMME
===================================*/

.selected-programme-section{

padding:0 0 70px;

background:#fff;

}

.selected-programme-card{

background:linear-gradient(135deg,#0d6efd,#1d7df2);

color:#fff;

padding:45px;

border-radius:25px;

box-shadow:0 20px 45px rgba(13,110,253,.18);

}

.selected-label{

display:inline-block;

padding:8px 18px;

border-radius:30px;

background:rgba(255,255,255,.18);

font-size:13px;

font-weight:700;

letter-spacing:1px;

margin-bottom:18px;

}

.selected-programme-card h3{

font-size:34px;

font-weight:800;

margin-bottom:18px;

}

.selected-programme-card p{

font-size:17px;

opacity:.95;

line-height:1.8;

}

.selected-amount{

margin-top:25px;

font-size:18px;

}

.selected-amount strong{

display:block;

font-size:38px;

font-weight:800;

margin-top:5px;

}

.selected-programme-btn{

background:#fff;

color:#0d6efd;

padding:16px 35px;

font-weight:700;

border-radius:50px;

}

.selected-programme-btn:hover{

background:#f4f4f4;

color:#0d6efd;

}

@media(max-width:768px){

.selected-programme-card{

padding:30px;

}

.selected-programme-card h3{

font-size:26px;

}

.selected-amount strong{

font-size:30px;

}

}

/*==================================
HERO BUTTONS
===================================*/

.hero-buttons{

display:flex;

gap:18px;

margin-top:40px;

flex-wrap:wrap;

}

.donate-hero-btn{

background:#ffffff;

color:#0d6efd;

padding:16px 34px;

border-radius:50px;

font-weight:700;

text-decoration:none;

transition:.3s;

display:inline-flex;

align-items:center;

}

.donate-hero-btn:hover{

background:#f3f7ff;

transform:translateY(-3px);

color:#0d6efd;

}

.donate-hero-btn-outline{

background:transparent;

border:2px solid rgba(255,255,255,.7);

color:#fff;

padding:16px 34px;

border-radius:50px;

font-weight:700;

text-decoration:none;

transition:.3s;

display:inline-flex;

align-items:center;

}

.donate-hero-btn-outline:hover{

background:#fff;

color:#0d6efd;

}

@media(max-width:768px){

.hero-buttons{

flex-direction:column;

}

.donate-hero-btn,

.donate-hero-btn-outline{

justify-content:center;

width:100%;

}

}

.continue-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:15px 35px;
background:#ffffff;
color:#0d6efd;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:.3s;
box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.continue-btn:hover{
background:#0d6efd;
color:#fff;
transform:translateY(-3px);
}


.complete-btn{
width:100%;
border:none;
padding:18px;
border-radius:12px;
background:linear-gradient(135deg,#0d6efd,#009dff);
color:#fff;
font-size:18px;
font-weight:700;
transition:.3s;
}

.complete-btn:hover{
transform:translateY(-2px);
box-shadow:0 15px 30px rgba(13,110,253,.3);
}

/* ===========================
Corporate Partnership
=========================== */

.corporate-section{

padding:100px 0;

background:#ffffff;

}

.partner-card{

background:#fff;

border-radius:18px;

padding:35px 28px;

height:100%;

text-align:center;

transition:.35s;

border:1px solid #edf2f7;

box-shadow:0 10px 35px rgba(0,0,0,.05);

}

.partner-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.partner-icon{

width:85px;

height:85px;

margin:auto auto 25px;

border-radius:50%;

background:linear-gradient(135deg,#0d6efd,#00b5ff);

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

}

.partner-card h4{

font-weight:700;

margin-bottom:15px;

}

.partner-card p{

color:#666;

line-height:1.8;

margin-bottom:0;

}

.partner-cta{

margin-top:70px;

padding:60px;

border-radius:24px;

background:linear-gradient(135deg,#0d6efd,#00b5ff);

color:#fff;

}

.partner-cta h3{

font-size:36px;

font-weight:800;

}

.partner-cta p{

max-width:700px;

margin:auto;

opacity:.95;

}

.partner-cta .btn-primary{

background:#fff;

color:#0d6efd;

border:none;

font-weight:700;

padding:15px 35px;

border-radius:50px;

}

.partner-cta .btn-primary:hover{

background:#f8f9fa;

}

.partner-cta .btn-outline-primary{

border:2px solid #fff;

color:#fff;

font-weight:700;

padding:15px 35px;

border-radius:50px;

}

.partner-cta .btn-outline-primary:hover{

background:#fff;

color:#0d6efd;

}

@media(max-width:768px){

.partner-cta{

padding:35px 25px;

}

.partner-cta h3{

font-size:28px;

}

}

/* ==========================
Transparency Section
========================== */

.transparency-section{

padding:100px 0;

background:#f8fbff;

}

.trust-card{

background:#fff;

padding:35px 28px;

height:100%;

border-radius:20px;

text-align:center;

transition:.35s;

border:1px solid #edf2f7;

box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.trust-card:hover{

transform:translateY(-8px);

box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.trust-icon{

width:80px;

height:80px;

margin:auto auto 25px;

border-radius:50%;

background:linear-gradient(135deg,#0d6efd,#00b5ff);

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:32px;

}

.trust-card h4{

font-weight:700;

margin-bottom:15px;

}

.trust-card p{

color:#666;

line-height:1.8;

margin-bottom:0;

}

.trust-banner{

margin-top:70px;

padding:50px;

border-radius:25px;

background:linear-gradient(135deg,#0d6efd,#00b5ff);

color:#fff;

box-shadow:0 20px 45px rgba(13,110,253,.25);

}

.trust-banner h3{

font-size:34px;

font-weight:800;

margin-bottom:15px;

}

.trust-banner p{

font-size:17px;

opacity:.95;

margin-bottom:0;

}

.trust-banner .btn{

font-weight:700;

padding:15px 35px;

border-radius:50px;

}

@media(max-width:768px){

.transparency-section{

padding:70px 0;

}

.trust-banner{

padding:35px 25px;

text-align:center;

}

.trust-banner h3{

font-size:28px;

}

}


/*=================================
FINAL CTA
==================================*/

.donate-final-cta{

padding:100px 0;

background:#ffffff;

}

.final-cta-box{

background:linear-gradient(135deg,#0d6efd,#009dff);

border-radius:30px;

padding:70px 60px;

color:#fff;

box-shadow:0 25px 60px rgba(13,110,253,.25);

}

.final-cta-box h2{

font-size:42px;

font-weight:800;

margin:20px 0;

}

.final-cta-box p{

font-size:18px;

line-height:1.9;

opacity:.95;

max-width:700px;

}

.final-impact{

display:flex;

gap:50px;

margin-top:40px;

flex-wrap:wrap;

}

.final-impact h3{

font-size:42px;

font-weight:800;

margin-bottom:5px;

}

.final-impact span{

opacity:.9;

font-size:15px;

}

.final-btn-primary{

display:block;

background:#fff;

color:#0d6efd;

padding:18px;

border-radius:50px;

font-weight:700;

text-decoration:none;

margin-bottom:18px;

transition:.3s;

}

.final-btn-primary:hover{

background:#f5f5f5;

color:#0d6efd;

transform:translateY(-3px);

}

.final-btn-outline{

display:block;

padding:18px;

border-radius:50px;

border:2px solid rgba(255,255,255,.8);

color:#fff;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.final-btn-outline:hover{

background:#fff;

color:#0d6efd;

}

@media(max-width:991px){

.final-cta-box{

padding:45px 30px;

text-align:center;

}

.final-cta-box h2{

font-size:32px;

}

.final-impact{

justify-content:center;

gap:25px;

}

}

@media(max-width:576px){

.final-impact{

flex-direction:column;

gap:20px;

}

.final-btn-primary,

.final-btn-outline{

width:100%;

}

}

.payment-card{

padding:25px;

border-radius:16px;

background:#f8fbff;

border:2px solid #dbeafe;

margin-bottom:20px;

}

.payment-paystack{

border-left:6px solid #00c851;

}

.payment-card h4{

font-weight:700;

margin-bottom:8px;

}

.payment-card p{

margin-bottom:5px;

}

.bank-account{

background:#fff;

border:1px solid #e8e8e8;

border-radius:12px;

padding:18px;

margin-bottom:18px;

}

.bank-account h5{

font-weight:700;

margin-bottom:12px;

color:#0d6efd;

}