*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial,sans-serif;
    color:#08204a;
    background:#fff;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
}

.topbar{
    background:#064db5;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:35px;
    padding:7px 15px;
    font-size:13px;
    flex-wrap:wrap;
}

.topbar i{
    margin-right:6px;
}

header{
    min-height:86px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 55px;
    background:#fff;
    box-shadow:0 3px 15px rgba(0,0,0,.07);
    position:sticky;
    top:0;
    z-index:99;
}

.logo{
    display:flex;
    align-items:center;
    gap:12px;
}

.logo img{
    width:68px;
    height:auto;
}

.logo-text,
.logo div{
    line-height:1.2;
}

.logo h2{
    font-size:22px;
    color:#0b54b8;
    margin:0;
}

.logo p{
    font-size:12px;
    color:#158515;
    margin-top:3px;
}

.menu-toggle{
    display:none;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    background:#064db5;
    color:#fff;
    border:none;
    border-radius:6px;
    font-size:20px;
    cursor:pointer;
    flex-shrink:0;
}

nav{
    display:flex;
    align-items:center;
    gap:24px;
    flex-wrap:wrap;
}

nav a{
    color:#08204a;
    font-weight:600;
    font-size:15px;
    transition:.3s;
}

nav a:hover{
    color:#168b28;
}

.donate-btn{
    background:#168b28;
    color:#fff !important;
    padding:12px 22px;
    border-radius:6px;
}

.page-banner{
    min-height:260px;
    background:linear-gradient(90deg,rgba(6,77,181,.88),rgba(22,139,40,.78)),url('../images/hero.jpg') center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    padding:45px 20px;
}

.page-banner h1{
    font-size:46px;
    font-weight:800;
    margin-bottom:8px;
    color:#fff;
}

.page-banner p{
    font-size:17px;
    color:#fff;
}

.hero{
    min-height:500px;
    background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.35)),url('../images/hero.jpg') center/cover no-repeat;
    display:flex;
    align-items:center;
    padding:55px 7%;
}

.hero-content{
    max-width:650px;
    color:#fff;
}

.hero span{
    background:#168b28;
    padding:7px 13px;
    border-radius:4px;
    font-weight:700;
}

.hero h1{
    font-size:54px;
    text-transform:uppercase;
    margin:18px 0 5px;
}

.hero h1 b{
    color:#28a745;
}

.hero h3{
    font-size:23px;
    margin-bottom:12px;
}

.hero p{
    font-size:17px;
    line-height:1.55;
}

.hero-btns{
    margin-top:25px;
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.btn,
.read-btn,
.program-content a,
.cta a,
.about-cta a,
.whatsapp-btn,
.cta-white-btn,
.cta-outline-btn{
    display:inline-block;
    padding:12px 21px;
    border-radius:6px;
    font-weight:700;
}

.btn{
    color:#fff;
}

.blue{
    background:#075bd8;
}

.green{
    background:#269c29;
}

.outline{
    border:1px solid #fff;
}

.about,
.about-intro,
.contact-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:42px;
    align-items:center;
    padding:60px 7%;
}

.about-img,
.about-intro-right{
    position:relative;
}

.about-img > img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:12px;
}

.small-logo{
    position:absolute;
    left:20px;
    bottom:20px;
    background:#fff;
    padding:12px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
}

.small-logo img{
    width:95px;
}

.about-text span,
.vision span,
.programs span,
.about-intro-left span,
.trust-info-card span,
.section-title span,
.objects-section span,
.trust-team span,
.contact-info span,
.program-cta span{
    color:#168b28;
    font-weight:800;
    text-transform:uppercase;
    font-size:13px;
}

.about-text h2,
.vision h2,
.programs h2,
.about-intro-left h2,
.section-title h2,
.objects-section h2,
.trust-team h2,
.contact-info h2{
    font-size:34px;
    color:#063f9f;
    margin:8px 0 14px;
}

.about-text p,
.about-intro-left p,
.trust-info-card p,
.section-title p,
.mission-vision-card p,
.object-card p,
.program-content p,
.contact-info > p,
.contact-card p{
    line-height:1.6;
    color:#333;
}

.about-text ul,
.program-content ul{
    list-style:none;
    margin:15px 0;
}

.about-text li,
.program-content li{
    margin:7px 0;
    color:#333;
}

.about-text i,
.program-content li i,
.about-highlights i{
    color:#168b28;
    margin-right:7px;
}

.read-btn,
.program-content a,
.contact-form-box button{
    background:#064db5;
    color:#fff;
}

.vision,
.mission-vision-section,
.values-section{
    text-align:center;
    padding:55px 7%;
    background:#f7fbff;
}

.vision h2 b{
    color:#0875e8;
}

.vision-grid,
.values-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:16px;
    margin-top:28px;
}

.vision-grid div,
.values-grid div{
    border:1px solid #dcebdc;
    border-radius:10px;
    padding:25px 14px;
    background:#fff;
    box-shadow:0 4px 14px rgba(0,0,0,.04);
}

.vision-grid i{
    font-size:35px;
    color:#075bd8;
    margin-bottom:12px;
}

.values-grid i{
    font-size:32px;
    color:#168b28;
    margin-bottom:10px;
}

.values-grid h4{
    color:#063f9f;
}

.impact{
    margin:35px auto;
    padding:28px 20px;
    max-width:1180px;
    border-radius:10px;
    text-align:center;
    color:#fff;
    background:linear-gradient(90deg,#064db5,#128b31);
}

.impact h3{
    text-transform:uppercase;
    margin-bottom:20px;
}

.impact-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}

.impact h2{
    font-size:32px;
}

.programs,
.program-intro{
    text-align:center;
    padding:45px 7% 25px;
    background:#fff;
}

.program-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:18px;
    margin-top:28px;
}

.program-card{
    background:#fff;
    border:1px solid #d6e8d6;
    border-radius:10px;
    padding:24px 16px;
    box-shadow:0 4px 16px rgba(0,0,0,.05);
}

.program-card i{
    width:58px;
    height:58px;
    background:#075bd8;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:23px;
}

.program-card h3{
    font-size:17px;
    margin:15px 0 8px;
}

.program-card p{
    font-size:14px;
    color:#555;
    line-height:1.45;
}

.program-card a{
    display:inline-block;
    margin-top:12px;
    color:#064db5;
    font-weight:700;
}

.cta{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
    padding:25px 7% 60px;
}

.cta > div{
    border-radius:12px;
    padding:38px;
    color:#fff;
    min-height:175px;
}

.volunteer{
    background:linear-gradient(90deg,#064db5,#0471d9);
}

.donate{
    background:linear-gradient(90deg,#168b28,#27ae60);
}

.cta h2{
    font-size:28px;
    margin-bottom:8px;
}

.cta a{
    background:#fff;
    color:#064db5;
    margin-top:18px;
}

.about-intro{
    grid-template-columns:1.1fr .9fr;
}

.about-intro-left p{
    margin-bottom:12px;
}

.about-highlights{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:22px;
}

.about-highlights div{
    background:#f4fbff;
    border:1px solid #dcebdc;
    padding:14px;
    border-radius:10px;
}

.about-intro-right img{
    width:100%;
    height:400px;
    object-fit:cover;
    border-radius:16px;
}

.trust-label{
    position:absolute;
    left:20px;
    bottom:20px;
    background:#fff;
    padding:18px 24px;
    border-radius:12px;
    box-shadow:0 5px 25px rgba(0,0,0,.15);
    border-left:5px solid #168b28;
}

.trust-label h3{
    color:#064db5;
}

.trust-label p{
    color:#168b28;
    font-weight:700;
}

.trust-info-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
    padding:10px 7% 60px;
}

.trust-info-card{
    background:#fff;
    padding:32px;
    border-radius:16px;
    box-shadow:0 5px 22px rgba(0,0,0,.08);
}

.trust-info-card i{
    font-size:40px;
    margin-bottom:15px;
}

.blue-card{
    border-top:5px solid #064db5;
}

.green-card{
    border-top:5px solid #168b28;
}

.blue-card i,
.blue-card h3{
    color:#064db5;
}

.green-card i,
.green-card h3{
    color:#168b28;
}

.trust-info-card h3{
    font-size:25px;
    margin:8px 0;
}

.section-title{
    text-align:center;
    max-width:850px;
    margin:0 auto 30px;
}

.mission-vision-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.mission-vision-card{
    background:#fff;
    padding:32px 24px;
    border-radius:14px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.07);
    border-bottom:4px solid #168b28;
}

.mission-vision-card i{
    width:66px;
    height:66px;
    background:#064db5;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 18px;
    border-radius:50%;
    font-size:26px;
}

.mission-vision-card h3{
    color:#063f9f;
    margin-bottom:10px;
}

.objects-section{
    padding:55px 7%;
    background:#fff;
    text-align:center;
}

.objects-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:30px;
}

.object-card{
    background:#fff;
    padding:25px 18px;
    border-radius:12px;
    box-shadow:0 4px 18px rgba(0,0,0,.07);
    border:1px solid #dcebdc;
}

.object-card i{
    width:58px;
    height:58px;
    background:#064db5;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
    font-size:23px;
}

.object-card p{
    font-size:15px;
}

.trust-team{
    padding:60px 7%;
    text-align:center;
}

.secretary-box{
    max-width:900px;
    margin:0 auto 30px;
    background:linear-gradient(90deg,#064db5,#168b28);
    color:#fff;
    padding:30px;
    border-radius:14px;
    text-align:left;
}

.secretary-box h3{
    font-size:25px;
    margin-bottom:12px;
}

.secretary-box p{
    margin:7px 0;
    line-height:1.5;
}

.trustee-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.trustee-card{
    background:#fff;
    padding:28px 18px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    border-bottom:4px solid #168b28;
}

.trustee-card i{
    font-size:40px;
    color:#064db5;
    margin-bottom:12px;
}

.trustee-card h3{
    color:#063f9f;
    font-size:20px;
    margin-bottom:6px;
}

.trustee-card p{
    color:#168b28;
    font-weight:700;
}

.about-cta,
.program-cta{
    margin:0 7% 60px;
    padding:36px;
    border-radius:16px;
    background:linear-gradient(90deg,#064db5,#168b28);
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:22px;
}

.about-cta h2,
.program-cta h2{
    font-size:30px;
    margin-bottom:8px;
}

.about-cta p,
.program-cta p{
    line-height:1.55;
}

.about-cta a,
.cta-white-btn{
    background:#fff;
    color:#064db5;
}

.program-page-section{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    padding:20px 7% 60px;
}

.program-detail-card{
    background:#fff;
    border-radius:16px;
    padding:28px 22px;
    box-shadow:0 5px 22px rgba(0,0,0,.08);
    border:1px solid #dcebdc;
    transition:.3s;
}

.program-detail-card:hover{
    transform:translateY(-5px);
    border-color:#168b28;
}

.program-icon{
    width:72px;
    height:72px;
    background:linear-gradient(135deg,#064db5,#168b28);
    color:#fff;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}

.program-icon i{
    font-size:30px;
}

.program-content h3{
    color:#063f9f;
    font-size:22px;
    margin-bottom:10px;
}

.program-cta{
    background:linear-gradient(90deg,rgba(6,77,181,.95),rgba(22,139,40,.9)),url('../images/hero.jpg') center/cover no-repeat;
}

.program-cta span{
    color:#fff;
}

.program-cta-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.cta-outline-btn{
    border:1px solid #fff;
    color:#fff;
}

.contact-section{
    grid-template-columns:.9fr 1.1fr;
    align-items:start;
    padding:60px 7%;
}

.contact-info > p{
    margin-bottom:22px;
}

.contact-card{
    display:flex;
    gap:14px;
    align-items:flex-start;
    background:#f7fbff;
    padding:16px;
    border-radius:12px;
    margin-bottom:14px;
    border:1px solid #dcebdc;
}

.contact-card i{
    width:46px;
    height:46px;
    background:#064db5;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:18px;
    flex-shrink:0;
}

.contact-card h4{
    color:#063f9f;
    margin-bottom:5px;
}

.whatsapp-btn{
    margin-top:8px;
    background:#168b28;
    color:#fff;
}

.contact-form-box{
    background:#fff;
    padding:34px;
    border-radius:16px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    border-top:5px solid #168b28;
}

.contact-form-box h3{
    color:#063f9f;
    font-size:27px;
    margin-bottom:22px;
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea{
    width:100%;
    border:1px solid #d4e0ef;
    padding:13px 14px;
    border-radius:7px;
    margin-bottom:14px;
    font-size:15px;
    font-family:Arial,sans-serif;
    outline:none;
}

.contact-form-box input:focus,
.contact-form-box select:focus,
.contact-form-box textarea:focus{
    border-color:#168b28;
}

.contact-form-box button{
    border:none;
    padding:13px 24px;
    border-radius:7px;
    font-weight:700;
    font-size:15px;
    cursor:pointer;
}

.map-section{
    padding:0 7% 60px;
}

.map-section iframe{
    width:100%;
    height:340px;
    border:0;
    border-radius:16px;
}

.site-footer{
    background:linear-gradient(135deg,#031b46,#05285f);
    color:#fff;
    margin-top:20px;
    position:relative;
}

.site-footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#064db5,#168b28,#064db5);
}

.footer-top{
    display:grid;
    grid-template-columns:1.6fr 1fr 1fr 1.3fr;
    gap:35px;
    padding:55px 7% 35px;
}

.footer-logo{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
}

.footer-logo img{
    width:72px;
    background:#fff;
    padding:6px;
    border-radius:10px;
}

.footer-logo h3{
    font-size:22px;
    margin-bottom:5px;
}

.footer-logo p{
    font-size:12px;
    color:#b7f7c2;
}

.footer-desc{
    color:#dbe7ff;
    line-height:1.7;
    margin-bottom:20px;
}

.footer-social{
    display:flex;
    gap:10px;
}

.footer-social a{
    width:38px;
    height:38px;
    background:rgba(255,255,255,0.1);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    transition:0.3s;
}

.footer-social a:hover{
    background:#168b28;
    transform:translateY(-4px);
}

.footer-links h4,
.footer-contact h4{
    font-size:20px;
    margin-bottom:18px;
    position:relative;
    padding-bottom:10px;
}

.footer-links h4::after,
.footer-contact h4::after{
    content:"";
    width:45px;
    height:3px;
    background:#168b28;
    position:absolute;
    left:0;
    bottom:0;
    border-radius:5px;
}

.footer-links a{
    display:block;
    color:#dbe7ff;
    margin-bottom:11px;
    transition:0.3s;
}

.footer-links a:hover{
    color:#ffd54f;
    padding-left:6px;
}

.footer-contact p{
    color:#dbe7ff;
    line-height:1.6;
    margin-bottom:12px;
    display:flex;
    gap:10px;
}

.footer-contact i{
    color:#6ee787;
    margin-top:4px;
}

.footer-donate{
    display:inline-block;
    margin-top:12px;
    background:#168b28;
    color:#fff;
    padding:12px 22px;
    border-radius:6px;
    font-weight:700;
    transition:0.3s;
}

.footer-donate:hover{
    background:#0f6f1f;
}

.footer-middle{
    text-align:center;
    padding:16px 20px;
    border-top:1px solid rgba(255,255,255,0.12);
    border-bottom:1px solid rgba(255,255,255,0.12);
    color:#fff;
    font-weight:700;
    background:rgba(255,255,255,0.04);
}

.footer-bottom{
    text-align:center;
    padding:18px 20px;
    color:#dbe7ff;
}

.footer-bottom b{
    color:#ffd54f;
}

@media(max-width:992px){

    .footer-top{
        grid-template-columns:1fr 1fr;
        padding:45px 25px 30px;
    }

}

@media(max-width:600px){

    .footer-top{
        grid-template-columns:1fr;
        padding:40px 20px 28px;
        gap:28px;
    }

    .footer-logo img{
        width:60px;
    }

    .footer-logo h3{
        font-size:19px;
    }

    .footer-middle{
        font-size:14px;
    }

    .footer-bottom{
        font-size:14px;
    }

}

@media (max-width:992px){
    header{
        padding:10px 25px;
    }

    nav{
        gap:14px;
    }

    .hero{
        min-height:auto;
        padding:60px 25px;
    }

    .hero h1{
        font-size:40px;
    }

    .about,
    .about-intro,
    .trust-info-section,
    .cta,
    .contact-section{
        grid-template-columns:1fr;
    }

    .vision-grid,
    .values-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .impact-grid,
    .program-grid,
    .objects-grid,
    .trustee-grid,
    .program-page-section{
        grid-template-columns:repeat(2,1fr);
    }

    .mission-vision-grid{
        grid-template-columns:1fr;
    }

    .footer-grid{
        grid-template-columns:1fr;
    }

    .about-cta,
    .program-cta{
        flex-direction:column;
        align-items:flex-start;
    }

    .about-highlights{
        grid-template-columns:1fr;
    }
}

@media (max-width:768px){
    .topbar{
        justify-content:center;
        text-align:center;
        gap:8px;
        font-size:12px;
        padding:7px 10px;
    }

    header{
        min-height:auto;
        padding:10px 14px;
        flex-direction:row;
        gap:10px;
    }

    .logo{
        flex:1;
        gap:9px;
        min-width:0;
    }

    .logo img{
        width:54px;
        flex-shrink:0;
    }

    .logo h2{
        font-size:16px;
        line-height:1.15;
        white-space:normal;
    }

    .logo p{
        font-size:10px;
        line-height:1.2;
    }

    .menu-toggle{
        display:flex;
    }

    nav{
        display:none;
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#fff;
        box-shadow:0 10px 20px rgba(0,0,0,.12);
        padding:8px 0;
        z-index:999;
        flex-direction:column;
        gap:0;
    }

    nav.active{
        display:flex;
    }

    nav a{
        width:100%;
        padding:13px 18px;
        border-bottom:1px solid #eef2f7;
        font-size:15px;
    }

    .donate-btn{
        width:calc(100% - 24px);
        margin:8px 12px;
        text-align:center;
    }

    .page-banner{
        min-height:210px;
        padding:40px 18px;
    }

    .page-banner h1{
        font-size:34px;
    }

    .page-banner p{
        font-size:15px;
    }

    .hero{
        padding:55px 20px;
    }

    .hero h1{
        font-size:32px;
    }

    .hero h3{
        font-size:18px;
    }

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

    .about,
    .about-intro,
    .program-intro,
    .program-page-section,
    .mission-vision-section,
    .objects-section,
    .values-section,
    .trust-team,
    .contact-section{
        padding:40px 20px;
    }

    .vision{
        padding:40px 20px;
    }

    .about-text h2,
    .vision h2,
    .programs h2,
    .about-intro-left h2,
    .section-title h2,
    .objects-section h2,
    .trust-team h2,
    .contact-info h2{
        font-size:27px;
    }

    .vision-grid,
    .values-grid,
    .impact-grid,
    .program-grid,
    .objects-grid,
    .trustee-grid,
    .program-page-section{
        grid-template-columns:1fr;
    }

    .about-img > img,
    .about-intro-right img{
        height:290px;
    }

    .small-logo{
        left:15px;
        bottom:15px;
    }

    .trust-label{
        position:static;
        margin-top:12px;
    }

    .cta{
        grid-template-columns:1fr;
        padding:20px;
    }

    .cta > div{
        padding:28px;
    }

    .about-cta,
    .program-cta{
        margin:0 20px 40px;
        padding:26px;
    }

    .about-cta h2,
    .program-cta h2{
        font-size:27px;
    }

    .form-row{
        grid-template-columns:1fr;
        gap:0;
    }

    .contact-form-box{
        padding:26px 20px;
    }

    .map-section{
        padding:0 20px 40px;
    }
}
