body{

    font-family:'Poppins',sans-serif;

}

.hero{

    background:url('../images/hero/hero.jpg');

    background-size:cover;

    background-position:center;

    min-height:700px;

    position:relative;

}

.overlay{

    background:rgba(0,0,0,.55);

    min-height:700px;

    display:flex;

    align-items:center;

}

.hero h1{

    font-size:64px;

    line-height:1.2;

}

.hero p{

    margin-top:25px;

    margin-bottom:30px;

    font-size:20px;

}
.navbar{

    z-index:1000;

}

.nav-link{

    font-weight:500;

    margin-left:10px;

}

.nav-link:hover{

    color:#02481d !important;

}
section{

padding-top:80px;

padding-bottom:80px;

}

h2{

font-weight:700;

}

p{

line-height:1.8;

font-size:17px;

}

.card{
    transition:0.3s;
    border-radius:15px;
}

.card:hover{
    transform:translateY(-10px);
}

.card img{
    height:240px;
    object-fit:cover;
}

.card-body h4{
    font-weight:700;
}

.card{
    border:none;
    border-radius:15px;
    transition:0.4s;
}

.card img{
    height:250px;
    object-fit:cover;
}

.card:hover{

    transform:translateY(-10px);

    box-shadow:0px 15px 35px rgba(0,0,0,.2);

}

.progress{
    height:10px;
    border-radius:20px;
}

.progress-bar{
    font-size:12px;
    line-height:10px;
}

.card{
    overflow:hidden;
}

.card img{
    transition:0.4s;
}

.card:hover img{
    transform:scale(1.05);
}

.card{
    transition:0.35s;
    border-radius:15px;
    overflow:hidden;
}

.card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15)!important;
}

.card img{
    height:250px;
    object-fit:cover;
}

/*=============================
        FOOTER
=============================*/

.footer{

background:#0d1b2a;

color:#ddd;

padding:70px 0 20px;

}

.footer h4,
.footer h5{

color:#fff;

margin-bottom:20px;

}

.footer p{

line-height:28px;

}

.footer-links{

list-style:none;

padding:0;

}

.footer-links li{

margin-bottom:12px;

}

.footer-links a{

color:#ddd;

text-decoration:none;

transition:.3s;

}

.footer-links a:hover{

color:#28a745;

padding-left:8px;

}

.social-icons a{

width:45px;

height:45px;

display:inline-flex;

justify-content:center;

align-items:center;

background:#1b263b;

border-radius:50%;

margin-right:8px;

color:#fff;

font-size:18px;

transition:.3s;

text-decoration:none;

}

.social-icons a:hover{

background:#28a745;

transform:translateY(-5px);

}

.footer hr{

border-color:#2d3e50;

margin:40px 0 20px;

}
/* =====================================================
   ABOUT PAGE
===================================================== */

.about-hero {
    background-image: url('../images/about/about-banner.jpg');
    background-size: cover;
    background-position: center;
    min-height: 350px;
    position: relative;
}


/* =====================================================
   ABOUT MAIN
===================================================== */

.about-main {
    background: #ffffff;
}

.about-image {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.about-image img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.about-image:hover img {
    transform: scale(1.04);
}

.about-main p {
    color: #555;
    line-height: 1.8;
    font-size: 17px;
}

.about-main .about-lead {
    font-size: 19px;
    color: #444;
    font-weight: 500;
}


/* =====================================================
   MISSION / VISION / VALUES
===================================================== */

.about-values {
    background: #f8f9fa;
}

.about-value-card {
    background: #ffffff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}

.about-value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.about-value-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;

    border-radius: 50%;

    background: #e8f5ee;

    display: flex;
    align-items: center;
    justify-content: center;
}

.about-value-icon i {
    font-size: 32px;
    color: #198754;
}

.about-value-card h3 {
    color: #102030;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-value-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}


/* =====================================================
   FOCUS AREAS
===================================================== */

.about-focus {
    background: #ffffff;
}

.focus-card {
    text-align: center;
    padding: 30px 20px;
    height: 100%;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.focus-card:hover {
    background: #f8f9fa;
    transform: translateY(-5px);
}

.focus-card > i {
    font-size: 42px;
    color: #198754;
    margin-bottom: 18px;
}

.focus-card h4 {
    color: #102030;
    font-weight: 700;
    margin-bottom: 12px;
}

.focus-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}


/* =====================================================
   ABOUT IMPACT
===================================================== */

.about-impact {
    background: #f8f9fa;
}

.impact-box {
    padding: 25px 15px;
}

.impact-box i {
    font-size: 32px;
    color: #198754;
    margin-bottom: 10px;
}

.impact-box h2 {
    color: #102030;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 5px;
}

.impact-box p {
    color: #666;
    font-weight: 600;
    margin: 0;
}


/* =====================================================
   ABOUT CTA
===================================================== */

.about-cta {
    background: #102030;
    color: #ffffff;
    padding: 70px 0;
}

.about-cta span {
    color: #ffc107;
    font-weight: 700;
    letter-spacing: 1px;
}

.about-cta h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 10px 0 15px;
}

.about-cta p {
    color: #d8dee5;
    font-size: 18px;
    max-width: 750px;
    margin: 0 auto 25px;
}


/* =====================================================
   ABOUT MOBILE
===================================================== */

@media (max-width: 768px) {

    .about-hero {
        min-height: 300px;
    }

    .about-value-card {
        padding: 30px 20px;
    }

    .about-cta h2 {
        font-size: 30px;
    }

    .impact-box h2 {
        font-size: 30px;
    }

}

/* =========================================
   SUPPORT / GET INVOLVED SECTION
========================================= */

.support-section {
    background: #f8faf9;
}


/* Support Card */

.support-card {

    background: #ffffff;

    padding: 35px 30px;

    border-radius: 15px;

    text-align: center;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;

    border: 1px solid #eeeeee;

}


.support-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.14);

}


/* Icon */

.support-icon {

    width: 80px;

    height: 80px;

    margin: 0 auto 25px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 32px;

}


/* Icon Colors */

.donate-icon {

    background: #e8f7ef;

    color: #198754;

}


.sponsor-icon {

    background: #e8f0ff;

    color: #0d6efd;

}


.volunteer-icon {

    background: #eaf8f8;

    color: #087f8c;

}


.csr-icon {

    background: #fff5d9;

    color: #f0ad00;

}


.fundraising-icon {

    background: #ffe9ec;

    color: #dc3545;

}


.partner-icon {

    background: #eee9ff;

    color: #6f42c1;

}


/* Heading */

.support-card h4 {

    font-weight: 700;

    margin-bottom: 15px;

}


/* Description */

.support-card p {

    color: #666;

    line-height: 1.7;

    min-height: 82px;

}


/* List */

.support-card ul {

    list-style: none;

    padding: 0;

    margin: 20px 0 25px;

    text-align: left;

}


.support-card ul li {

    padding: 6px 0;

    color: #555;

}


.support-card ul li::before {

    content: "✓";

    color: #198754;

    font-weight: bold;

    margin-right: 8px;

}


/* Buttons */

.support-card .btn {

    padding: 10px 22px;

    border-radius: 8px;

    font-weight: 600;

}


/* Mobile */

@media (max-width: 767px) {

    .support-card {

        padding: 30px 20px;

    }

    .support-card p {

        min-height: auto;

    }

}

/* =====================================================
   PROJECTS PAGE
===================================================== */

.projects-hero {
    background-image: url('../images/projects/projects-banner.jpg');
    background-size: cover;
    background-position: center;
    min-height: 350px;
    position: relative;
}

.page-hero-overlay {
    background: rgba(0, 0, 0, 0.55);
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects-hero h1 {
    color: #ffffff;
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 15px;
}

.projects-hero p {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 25px;
}

.breadcrumb-custom {
    font-size: 18px;
}

.breadcrumb-custom a {
    color: #ffffff;
    text-decoration: underline;
}

.breadcrumb-custom span {
    color: #ffc107;
    margin: 0 8px;
}


/* =====================================================
   PROJECT INTRO
===================================================== */

.projects-intro {
    background: #ffffff;
}

.section-label {
    color: #198754;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #102030;
}

.section-description {
    max-width: 850px;
    margin: auto;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}


/* =====================================================
   PROJECT CARDS
===================================================== */

.projects-section {
    background: #f8f9fa;
}

.project-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}


/* =====================================================
   PROJECT IMAGE
===================================================== */

.project-image {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}


/* =====================================================
   PROJECT STATUS
===================================================== */

.project-status {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}

.project-status.active {
    background: #198754;
}

.project-status.completed {
    background: #0d6efd;
}


/* =====================================================
   PROJECT CONTENT
===================================================== */

.project-content {
    padding: 25px;
}

.project-category {
    color: #198754;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.project-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #102030;
    margin-top: 8px;
    margin-bottom: 12px;
}

.project-content p {
    color: #555;
    line-height: 1.7;
    margin-top: 15px;
}

.project-location {
    color: #777;
    font-size: 15px;
}

.project-location i {
    color: #198754;
    margin-right: 5px;
}


/* =====================================================
   PROJECT PROGRESS
===================================================== */

.project-progress {
    margin-top: 20px;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    font-size: 14px;
}

.progress-info strong {
    color: #198754;
}

.project-progress .progress {
    height: 8px;
    border-radius: 10px;
    background: #e9ecef;
}

.project-progress .progress-bar {
    background: #198754;
    border-radius: 10px;
}


/* =====================================================
   PROJECT CTA
===================================================== */

.project-cta {
    background: #102030;
    color: #ffffff;
    padding: 70px 0;
}

.project-cta span {
    color: #ffc107;
    font-weight: 700;
    letter-spacing: 1px;
}

.project-cta h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 10px 0 15px;
}

.project-cta p {
    font-size: 18px;
    color: #d8dee5;
    margin-bottom: 0;
}

.project-cta .btn {
    font-weight: 600;
    padding: 12px 28px;
}


/* =====================================================
   MOBILE RESPONSIVE
===================================================== */

@media (max-width: 768px) {

    .projects-hero,
    .page-hero-overlay {
        min-height: 300px;
    }

    .projects-hero h1 {
        font-size: 42px;
    }

    .projects-hero p {
        font-size: 18px;
    }

    .section-title {
        font-size: 32px;
    }

    .project-cta {
        text-align: center;
    }

    .project-cta h2 {
        font-size: 30px;
    }

    .project-cta .btn {
        margin-top: 25px;
    }

}

/* =====================================================
   GALLERY PAGE
===================================================== */

.gallery-hero {
    background-image: url('../images/gallery/gallery-banner.jpg');
    background-size: cover;
    background-position: center;
    min-height: 350px;
    position: relative;
}


/* =====================================================
   GALLERY INTRO
===================================================== */

.gallery-intro {
    background: #ffffff;
}


/* =====================================================
   GALLERY SECTION
===================================================== */

.gallery-section {
    background: #f8f9fa;
}


/* =====================================================
   GALLERY ITEM
===================================================== */

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    height: 300px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}


/* =====================================================
   GALLERY OVERLAY
===================================================== */

.gallery-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.55);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;

    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay div {
    text-align: center;
    color: #ffffff;
}

.gallery-overlay i {
    font-size: 35px;
    margin-bottom: 10px;
}

.gallery-overlay h5 {
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}


/* =====================================================
   GALLERY CTA
===================================================== */

.gallery-cta {
    background: #102030;
    color: #ffffff;
    padding: 70px 0;
}

.gallery-cta span {
    color: #ffc107;
    font-weight: 700;
    letter-spacing: 1px;
}

.gallery-cta h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 10px 0 15px;
}

.gallery-cta p {
    color: #d8dee5;
    font-size: 18px;
    margin-bottom: 25px;
}


/* =====================================================
   GALLERY MOBILE
===================================================== */

@media (max-width: 768px) {

    .gallery-hero {
        min-height: 300px;
    }

    .gallery-item {
        height: 250px;
    }

    .gallery-cta h2 {
        font-size: 30px;
    }

}

/* =====================================================
   VOLUNTEER PAGE
===================================================== */

.volunteer-hero {
    background-image: url('../images/volunteer/volunteer-banner.jpg');
    background-size: cover;
    background-position: center;
    min-height: 350px;
    position: relative;
}


/* =====================================================
   VOLUNTEER INTRO
===================================================== */

.volunteer-intro {
    background: #ffffff;
}

.volunteer-image {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.volunteer-image img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.volunteer-image:hover img {
    transform: scale(1.04);
}

.volunteer-intro p {
    color: #555;
    line-height: 1.8;
    font-size: 17px;
}


/* =====================================================
   VOLUNTEER POINTS
===================================================== */

.volunteer-points {
    margin-top: 25px;
}

.volunteer-points div {
    margin-bottom: 12px;
    font-weight: 600;
    color: #333;
}

.volunteer-points i {
    color: #198754;
    margin-right: 10px;
}


/* =====================================================
   WHY VOLUNTEER
===================================================== */

.why-volunteer {
    background: #f8f9fa;
}


/* =====================================================
   VOLUNTEER CARDS
===================================================== */

.volunteer-card {
    background: #ffffff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}

.volunteer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.13);
}

.volunteer-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;

    border-radius: 50%;

    background: #e8f5ee;

    display: flex;
    align-items: center;
    justify-content: center;
}

.volunteer-icon i {
    font-size: 30px;
    color: #198754;
}

.volunteer-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #102030;
}

.volunteer-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}


/* =====================================================
   VOLUNTEER PROCESS
===================================================== */

.volunteer-process {
    background: #ffffff;
}

.process-card {
    padding: 20px;
}

.process-number {
    width: 70px;
    height: 70px;

    margin: 0 auto 20px;

    border-radius: 50%;

    background: #198754;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    font-weight: 700;
}

.process-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #102030;
}

.process-card p {
    color: #666;
    line-height: 1.7;
}


/* =====================================================
   VOLUNTEER CTA
===================================================== */

.volunteer-cta {
    background: #102030;
    color: #ffffff;
    padding: 70px 0;
}

.volunteer-cta span {
    color: #ffc107;
    font-weight: 700;
    letter-spacing: 1px;
}

.volunteer-cta h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 10px 0 15px;
}

.volunteer-cta p {
    color: #d8dee5;
    font-size: 18px;
    margin-bottom: 25px;
}


/* =====================================================
   VOLUNTEER MOBILE
===================================================== */

@media (max-width: 768px) {

    .volunteer-hero {
        min-height: 300px;
    }

    .volunteer-card {
        padding: 30px 20px;
    }

    .volunteer-cta h2 {
        font-size: 30px;
    }

}

/* =====================================================
   NAVBAR - PROFESSIONAL SEPARATION
===================================================== */

.main-navbar {
    background: #ffffff !important;
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
    border-bottom: 3px solid #198754;
}


/* Navbar links */

.main-navbar .nav-link {
    color: #222222 !important;
    font-weight: 600;
    padding: 15px 18px !important;
    transition: all 0.3s ease;
}


/* Hover */

.main-navbar .nav-link:hover {
    color: #198754 !important;
}


/* Active menu */

.main-navbar .nav-link.active {
    color: #198754 !important;
    font-weight: 700;
}


/* Navbar brand */

.main-navbar .navbar-brand {
    color: #198754 !important;
    font-weight: 800;
}


/* Mobile menu button */

.main-navbar .navbar-toggler {
    border-color: #198754;
}


/* =====================================================
   MOBILE NAVBAR
===================================================== */

@media (max-width: 991px) {

    .main-navbar .nav-link {
        padding: 10px 15px !important;
    }

}

/* =====================================================
   CONTACT PAGE
===================================================== */

.contact-hero {
    background-image: url('../images/contact/contact-banner.jpg');
    background-size: cover;
    background-position: center;
    min-height: 350px;
    position: relative;
}


/* =====================================================
   CONTACT SECTION
===================================================== */

.contact-section {
    background: #ffffff;
}


/* =====================================================
   CONTACT INFORMATION
===================================================== */

.contact-info {
    background: #102030;
    color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    height: 100%;
}

.contact-info h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-info > p {
    color: #d8dee5;
    line-height: 1.7;
}


/* =====================================================
   CONTACT ITEMS
===================================================== */

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-icon {
    min-width: 50px;
    height: 50px;

    background: #198754;
    color: #ffffff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    font-size: 20px;
}

.contact-item h5 {
    margin-bottom: 5px;
    font-weight: 700;
}

.contact-item p {
    margin: 0;
    color: #d8dee5;
}


/* =====================================================
   CONTACT FORM
===================================================== */

.contact-form {
    background: #ffffff;
    padding: 40px;

    border-radius: 15px;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.contact-form h3 {
    font-size: 28px;
    font-weight: 700;
    color: #102030;
}

.contact-form > p {
    color: #666;
    margin-bottom: 25px;
}

.contact-form .form-label {
    font-weight: 600;
    color: #333;
}

.contact-form .form-control,
.contact-form .form-select {
    min-height: 50px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px 14px;
}

.contact-form textarea.form-control {
    min-height: 140px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.15);
}


/* =====================================================
   CONTACT OPTIONS
===================================================== */

.contact-options {
    background: #f8f9fa;
}

.contact-option-card {
    background: #ffffff;
    padding: 35px 25px;

    text-align: center;

    border-radius: 15px;

    height: 100%;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);

    transition: all 0.3s ease;
}

.contact-option-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.13);
}

.contact-option-card > i {
    font-size: 45px;
    color: #198754;
    margin-bottom: 20px;
}

.contact-option-card h4 {
    font-weight: 700;
    color: #102030;
    margin-bottom: 12px;
}

.contact-option-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}


/* =====================================================
   CONTACT CTA
===================================================== */

.contact-cta {
    background: #102030;
    color: #ffffff;
    padding: 70px 0;
}

.contact-cta span {
    color: #ffc107;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-cta h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 10px 0 15px;
}

.contact-cta p {
    color: #d8dee5;
    font-size: 18px;
}


/* =====================================================
   CONTACT MOBILE
===================================================== */

@media (max-width: 768px) {

    .contact-hero {
        min-height: 300px;
    }

    .contact-info,
    .contact-form {
        padding: 25px;
    }

    .contact-cta h2 {
        font-size: 30px;
    }

}