
body{
    font-family:'Poppins',sans-serif;
}

.topbar{
    background:#0B1F33;
    color:#fff;
    padding:8px 0;
    font-size:14px;
}

.navbar-brand{
    font-size:30px;
    font-weight:700;
    color:#D52B1E !important;
}

.nav-link{
    margin-left:15px;
    font-weight:500;
}

.btn-donate{
    background:#D52B1E;
    color:#fff;
    border-radius:50px;
    padding:12px 28px;
    font-weight:600;
}

.page-banner h1{
    font-size:60px;
    font-weight:800;
}

.section{
    padding:100px 0;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#0B1F33;
    margin-bottom:20px;
}

.about-image img{
    width:100%;
    border-radius:25px;
}

.mission-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
}

.mission-box i{
    font-size:45px;
    color:#D52B1E;
    margin-bottom:20px;
}

.stats{
    background:#0B1F33;
    color:#fff;
}

.stat-box h2{
    font-size:48px;
    font-weight:700;
}

.team-section{
    background:#f8f9fa;
}

.team-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.team-card img{
    width:100%;
    height:300px;
    object-fit:cover;
}

/* Contact Info */

        .info-card{
            background:#fff;
            padding:35px;
            border-radius:20px;
            box-shadow:0 5px 20px rgba(0,0,0,.08);
            text-align:center;
            height:100%;
        }

        .info-card i{
            font-size:50px;
            color:#D52B1E;
            margin-bottom:20px;
        }

        /* Contact Form */

        .contact-section{
            background:#f8f9fa;
        }

        .contact-form{
            background:#fff;
            padding:40px;
            border-radius:20px;
            box-shadow:0 5px 20px rgba(0,0,0,.08);
        }

        .form-control{
            padding:14px;
            border-radius:12px;
        }

        .btn-submit{
            background:#D52B1E;
            color:#fff;
            padding:12px 30px;
            border:none;
            border-radius:50px;
            font-weight:600;
        }

        .btn-submit:hover{
            background:#b12217;
        }

        /* Map */

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

.page-banner{
    background:
    linear-gradient(rgba(11,31,51,.75),
    rgba(11,31,51,.75)),
    url('https://images.unsplash.com/photo-1559027615-cd4628902d4d?q=80&w=1400&auto=format&fit=crop');

    background-size:cover;
    background-position:center;
    color:#fff;
    padding:140px 0;
    text-align:center;
}


.hero {
    background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.7)), url(../images/home-banner.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 180px 0;
}


.program-image img{
    width:100%;
    border-radius:20px;
}
.btn-red {
    background: #D52B1E;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
}
.benefit-box{
    text-align:center;
    padding:30px;
}
       /* Desktop Hover Dropdown */
@media (min-width: 992px) {

  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color:#d52b1e !important;
}
.benefit-box i{
    font-size:50px;
    color:#D52B1E;
    margin-bottom:15px;
}
.feature-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    text-align:center;
    height:100%;
    transition:.3s;
}
.btn-red:hover{
    background:#b12217;
    color:#fff;
}
.feature-card:hover{
    transform:translateY(-8px);
}

.feature-card i{
    font-size:50px;
    color:#D52B1E;
    margin-bottom:20px;
}
.hero h1{
    font-size:65px;
    font-weight:800;
}

.section{
    padding:100px 0;
}

.section-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
    color:#0B1F33;
}

.about-img img{
    width:100%;
    border-radius:25px;
}
.testimonial{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
}
.program-card{
    background:#fff;
    border-radius:20px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}
.program-content h4 {
    font-size: 19px!important;
}
.program-card:hover{
    transform:translateY(-10px);
}

.program-card i{
    width:80px;
    height:80px;
    background:#D52B1E;
    color:#fff !important;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:30px;
    margin-bottom:20px;
}

.stats{
    background:#0B1F33;
    color:#fff;
}

.stat-box h2{
    font-size:48px;
    font-weight:700;
}

.cta{
    background:
    linear-gradient(rgba(213,43,30,.9),
    rgba(213,43,30,.9)),
    url('https://images.unsplash.com/photo-1469571486292-b53601020f88?q=80&w=1400');

    background-size:cover;
    color:#fff;
    text-align:center;
    padding:120px 0;
}

footer{
    background:#0B1F33;
    color:#fff;
    padding:70px 0 20px;
}

footer ul{
    list-style:none;
    padding:0;
}

footer ul li{
    margin-bottom:10px;
}

footer ul li a{
    color:#ccc;
    text-decoration:none;
}

.copyright{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:40px;
    padding-top:20px;
    text-align:center;
}
.program-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 0px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
}

.program-card:hover{
    transform:translateY(-10px);
}

.program-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.program-content{
    padding:25px;
}

.program-content i{
    color:#D52B1E;
    font-size:35px;
    margin-bottom:15px;
}

.stats{
    background:#0B1F33;
    color:#fff;
}

.stat-box h2{
    font-size:48px;
    font-weight:700;
}

.work-box{
    text-align:center;
    padding:30px;
}

.work-box i{
    font-size:60px;
    color:#D52B1E;
    margin-bottom:20px;
}



.about-img img{
    width:100%;
    border-radius:20px;
}

.card-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
    text-align:center;
}

.card-box i{
    font-size:50px;
    color:#D52B1E;
    margin-bottom:20px;
}

.process-step{
    text-align:center;
    padding:20px;
}

.step-number{
    width:80px;
    height:80px;
    background:#D52B1E;
    color:#fff;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
}

.impact-card,
        .donation-card {
            background: #fff;
            padding: 35px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
            text-align: center;
            height: 100%;
        }

        .impact-card i {
            font-size: 50px;
            color: #D52B1E;
            margin-bottom: 20px;
        }
.card-box h4 {
    font-size: 19px;
}
        .amount-btn {
            width: 100%;
            padding: 15px;
            border: 2px solid #D52B1E;
            background: #fff;
            color: #D52B1E;
            border-radius: 10px;
            font-weight: 600;
            margin-bottom: 15px;
            transition: .3s;
        }

        .amount-btn:hover {
            background: #D52B1E;
            color: #fff;
        }

        .donation-form {
            background: #f8f9fa;
            padding: 40px;
            border-radius: 20px;
        }
@media(max-width:768px){

    .hero h1 {
        font-size: 30px;
    }
.lead {
    font-size: 15px;
    font-weight: 300;
}
.stat-box h2 {
    font-size: 30px;
    font-weight: 700;
}
.stat-box {
    margin-top: 20px;
}
.section {
    padding: 40px 0;
}

    .section-title {
        font-size: 25px;
        margin-top: 15px;
    }


   .contact-form{
                padding:25px;
            }


.hero {
    padding: 50px 0;
}


.cta {
    padding: 30px 0;
}

.page-banner h1 {
    font-size: 35px;
    font-weight: 800;
}
section.cta h2 {
    font-size: 28px;
}
.page-banner {
    padding: 40px 0;
}














}
.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0px;
}

.social-links li {
    display: inline-block;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #0B1F33;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.social-links a:hover {
    background: #D52B1E;
    transform: translateY(-3px);
}

@media(max-width:600px){
.topbar {
    font-size: 10px!important;
}
.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 14px;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}
}