﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #f1f8f4;
    color: #444444;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
 /*   max-width: 280px;*/
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
/*Home*/

.btn-pledge {
    background: #3fa66aad;
    color: white !important;
    padding: 8px 16px;
    border-radius: 5px;
}
.site-content 
{
    padding: 0px;
    background: #eff8f4;
    margin-top: 20px;
}
.logo {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #444444;
}
    .logo span 
    {
        color: #3fa66a;
        
    }
/* =========================
   WHITE FOOTER (PUBLIC)
========================= */
.site-footer {
    background: #4a4a4a;
    padding: 40px 0 2px 0px;
    color: #ffffff;
    border-top: 1px solid #eef2f7;
    font-size: 14px;
}

    .site-footer h4,
    .site-footer h5 {
        color: #152937;
        margin-bottom: 12px;
        font-weight: 600;
    }

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    max-width: 360px;
    color: White;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        color: White;
        text-decoration: none;
        transition: color 0.25s ease, transform 0.25s ease;
    }

        .footer-links a:hover {
            color: #16a34a;
            transform: translateX(4px);
            text-decoration: underline;
        }

/* Footer bottom strip */
.footer-bottom {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #eef2f7;
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}
.pt-3 {
    padding-top: 1rem !important;
}

/*-- Home Banner*/

.banner-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.custom-caption {
    background: rgba(0,0,0,0.55);
    padding: 25px;
    border-radius: 6px;
}

    .custom-caption h1 {
        font-size: 34px;
        font-weight: 600;
    }

    .custom-caption p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    /*Home Page*/


/* ===============================
   Section General Styles
================================ */
.section {
    padding: 40px 20px;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f4f9f6, #e9f5ec);
}

.section::before,
.section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.section::before {
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: rgba(19, 136, 8, 0.08);
}

.section::after {
    bottom: -50px;
    left: -50px;
    width: 140px;
    height: 140px;
    background: rgba(13, 110, 253, 0.06);
}

.section > * {
    position: relative;
    z-index: 1;
}

.section h2 {
    font-weight: 700;
    font-size: 2rem;
    color: #333;
    margin-bottom: 18px;
    text-align: center;
}

.section p {
    max-width: 820px;
    margin: 0 auto 32px;
    font-size: 14px;
    line-height: 1.75;
    color: #333;
    text-align: center;
}

/* ===============================
   Buttons
================================ */
.cta-btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #138808, #0f6f06);
    border-radius: 6px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

    .cta-btn:hover {
        background: linear-gradient(135deg, #0f6f06, #0b5c04);
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    }

    .cta-btn:active {
        transform: translateY(0);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    }

/* Success button variant */
.btn-success {
    transition: all 0.25s ease;
}

    .btn-success:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(25, 135, 84, 0.35);
    }

/* White background utility */
.wh_bg {
    background: #fff;
}

/* ===============================
   Redesigned Process Steps
================================ */
.process-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.process-step.redesigned {
    background: #fff;
    border-radius: 14px;
    padding: 30px 20px;
    width: 22%;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

    .process-step.redesigned:hover {
        transform: translateY(-8px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    }

    .process-step.redesigned .step-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        background: #138808;
        color: #fff;
        font-weight: bold;
        margin: 0 auto 15px;
        font-size: 1.1rem;
    }

    .process-step.redesigned .step-icon {
        font-size: 2rem;
        margin-bottom: 12px;
    }

    .process-step.redesigned h5 {
        margin-bottom: 8px;
        font-weight: 600;
        color: #138808;
    }

    .process-step.redesigned p {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
    }

    /* Connecting lines */
    .process-step.redesigned:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -20%;
        width: 20%;
        height: 4px;
        background: #138808;
        z-index: -1;
    }

/* Responsive */
@media (max-width: 992px) {
    .process-step.redesigned {
        width: 45%;
        margin-bottom: 30px;
    }

        .process-step.redesigned:not(:last-child)::after {
            width: 10%;
            right: -5%;
        }
}

@media (max-width: 576px) {
    .process-step.redesigned {
        width: 100%;
    }

        .process-step.redesigned:not(:last-child)::after {
            display: none;
        }
}

/* ===============================
   Icon Cards (What We Do Section)
================================ */
.icon-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 22px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    height: 100%;
}

    .icon-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 30px rgba(0,0,0,0.12);
    }

.icon-circle {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #138808, #0f6f06);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-circle svg {
        width: 32px;
        height: 32px;
        fill: #fff;
    }

.icon-card h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.icon-card p {
    font-size: 14px;
    line-height: 1.6;
}

/* ===============================
   Initiative Steps (National Initiatives)
================================ */
.initiative-step {
    transition: all 0.3s ease;
    padding: 20px 15px;
    border-radius: 10px;
    text-align: center;
}

    .initiative-step:hover {
        transform: translateY(-5px);
        background: #f6f9f7;
    }

.initiative-icon {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #e6f4ea;
    color: #138808;
}


/*Eng Home Page*/

/* Service Page*/

.impact-section {
    padding: 70px 0;
    background: #152937;
    color: #fff;
}

.impact-box h1 {
    font-size: 42px;
    font-weight: 700;
    color: #337ab7;
}

.impact-box p {
    font-size: 15px;
}

/*//*/
.partners-section {
    padding: 20px;
    background: #f9f9f9;
}

.partner-box {
    background: #fff;
    padding: 20px;
    margin: 20px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.focus-areas {
    padding: 10px 0px;
}

.focus-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    font-size: 36px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: .3s;
    margin: 10px;
}

}

.focus-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    color: #152937;
}

.focus-box:hover {
    transform: translateY(-6px);
}

.how-we-work {
    padding: 7px 0;
}

.work-step span {
    width: 60px;
    height: 60px;
    background: #337ab7;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.work-step h4 {
    font-weight: 700;
    color: #152937;
}

.work-step p {
    color: #666;
    font-size: 14px;
}

.services-cta {
    background: #152937;
    color: #fff;
    padding: 60px 0;
}

    .services-cta h2 {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .services-cta p {
        margin-bottom: 20px;
        font-size: 16px;
    }

.services-hero {
    /*background: linear-gradient(135deg, #337ab7, #ff5722);*/
    background: linear-gradient(135deg, #f0ad4e, #ff5722);
    color: #fff;
    padding: 70px 0;
}

    .services-hero h1 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .services-hero p {
        font-size: 18px;
        opacity: 0.95;
    }

.services-section {
    padding: 10px 0;
    background: #f9f9f9;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #152937;
}

.section-subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 40px;
}

.service-card {
    background: #fff;
    padding: 30px 25px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all .3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    }

.service-icon {
    font-size: 42px;
    margin-bottom: 15px;
}

.service-card h4 {
    font-weight: 700;
    color: #152937;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14.5px;
    color: #666;
    line-height: 1.6;
}

/*End Service Page*/

/* Programs*/

/* ===== Programs Icon Cards Styles ===== */
.programs-hero {
    background: linear-gradient(135deg, #f0ad4e, #ff5722);
    color: #fff;
    padding: 70px 0;
    text-align: center;
}

.programs-hero h1 {
    font-size: 40px;
    font-weight: 700;
}

.programs-hero p {
    font-size: 17px;
    opacity: 0.95;
}

.programs-overview {
    padding: 40px 0;
    background: #f9f9f9;
}

.overview-text {
    max-width: 900px;
    margin: auto;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    text-align: center;
}

.programs-cards {
    padding: 60px 0;
}

.program-card {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

    .program-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    }

    .program-card i {
        font-size: 50px;
        color: #ff9800;
        margin-bottom: 15px;
    }

    .program-card h3 {
        font-weight: 700;
        color: #152937;
        margin-bottom: 15px;
    }

    .program-card p {
        font-size: 15px;
        color: #555;
        line-height: 1.6;
    }

/* Responsive for 2 columns on tablets, 1 on mobile */
@media (min-width: 768px) {
    .program-card-col {
        padding: 0 15px;
        margin-bottom: 30px;
    }
}


/*End Programs*/
/* Join Us*/
.ReqError {
    color: red;
    padding: 10px 25px 0px 5px;
    margin: 5px 5px 20px 5px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    background-color: #f1f2f3;
}

.BorderSignup {
    border-radius: 10px 40px 40px 40px;
    border: 1px solid #f3f6fb;
    margin: 10px;
    padding: 0px 20px;
    background-color: white;
}

.join-hero {
    background: linear-gradient(135deg, #f0ad4e, #ff5722);
    color: #fff;
    text-align: center;
    padding: 70px 0;
}

    .join-hero h1 {
        font-size: 42px;
        font-weight: 700;
    }

    .join-hero p {
        font-size: 18px;
        margin-top: 10px;
        opacity: 0.9;
    }

.registration-section {
    padding: 60px 0;
    display: flex;
    justify-content: center;
}

.registration-form {
    background: #fff;
    padding: 40px 35px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    max-width: 500px;
    width: 100%;
}

    .registration-form h3 {
        text-align: center;
        color: #152937;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .registration-form form input,
    .registration-form form select {
        width: 100%;
        padding: 12px 15px;
        margin-bottom: 20px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
        transition: border 0.3s ease;
    }

        .registration-form form input:focus,
        .registration-form form select:focus {
            border-color: #337ab7;
            outline: none;
        }

    .registration-form form button {
        background: #337ab7;
        color: #fff;
        width: 100%;
        padding: 12px 20px;
        border: none;
        border-radius: 8px;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .registration-form form button:hover {
            background: #e65100;
        }

    .registration-form .terms {
        font-size: 14px;
        margin-bottom: 15px;
    }

        .registration-form .terms input {
            margin-right: 8px;
        }

    .registration-form .login-link {
        text-align: center;
        margin-top: 15px;
        font-size: 14px;
    }

        .registration-form .login-link a {
            color: #337ab7;
            text-decoration: none;
        }

            .registration-form .login-link a:hover {
                color: #e65100;
            }

/* End Join Us*/
/*Raise an issue or raise an service */
/* ===== Hero ===== */
.hero {
    background: linear-gradient(135deg, #f0ad4e, #ff5722);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.hero p {
    max-width: 700px;
    margin: 10px auto 0;
    opacity: 0.9;
}

/* ===== Icon Cards ===== */
.issue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.issue-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

    .issue-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 28px rgba(0,0,0,0.15);
    }

    .issue-card svg {
        width: 50px;
        height: 50px;
        fill: #ff9800;
        margin-bottom: 15px;
    }

/* ===== Form ===== */
.form-box {
    background: #fff;
    border-radius: 14px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

    .form-box input,
    .form-box select,
    .form-box textarea {
        width: 100%;
        padding: 12px 14px;
        margin-bottom: 18px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
    }

    .form-box textarea {
        resize: vertical;
        min-height: 100px;
    }

        .form-box input:focus,
        .form-box textarea:focus,
        .form-box select:focus {
            outline: none;
            border-color: #ff9800;
        }



button {
    background: #ff9800;
    color: #fff;
    border: none;
    padding: 14px;
    /*width: 100%;*/
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
}

    button:hover {
        background: #e65100;
    }

/* ===== Upload Preview ===== */
.preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .preview img,
    .preview video {
        width: 120px;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

/* ===== Success ===== */
.success-box {
    background: #e8f5e9;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
    display: none;
}

    .success-box strong {
        color: #2e7d32;
    }

/* ===== Responsive ===== */
@media (max-width: 600px) {
    .form-box {
        padding: 5px 20px;
    }
}

/*End Raise an issue or raise an service */

/* Contact Us*/
/* ===== Contact Page Styles ===== */
.contact-hero {
    background: linear-gradient(135deg, #f0ad4e, #ff5722);
    color: #fff;
    text-align: center;
    padding: 70px 0;
}

.contact-hero h1 {
    font-size: 42px;
    font-weight: 700;
}

.contact-hero p {
    font-size: 18px;
    margin-top: 10px;
    opacity: 0.9;
}

.contact-section {
    padding: 60px 0;
}

.contact-container {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.contact-info, .contact-form {
    flex: 1 1 400px;
    background: #fff;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

    .contact-info h3, .contact-form h3 {
        /*color: #152937;*/
        color: black;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .contact-info p {
        color: #555;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .contact-info a {
        /* color: #337ab7;*/
        color: black;
        text-decoration: none;
    }

        .contact-info a:hover {
            color: #e65100;
        }

    .contact-form form input,
    .contact-form form textarea {
        width: 100%;
        padding: 12px 15px;
        margin-bottom: 15px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
        transition: border 0.3s ease;
    }

        .contact-form form input:focus,
        .contact-form form textarea:focus {
            border-color: #337ab7;
            outline: none;
        }

    .contact-form form textarea {
        resize: vertical;
        min-height: 120px;
    }

    .contact-form form button {
        background: #337ab7;
        color: #fff;
        padding: 12px 25px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 700;
        transition: background 0.3s ease;
    }

        .contact-form form button:hover {
            background: #e65100;
        }

/* Responsive */
@media(max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }
}

/*End Contact Us*/

/* Careers */


/* ===== Unified Careers Page Styles ===== */
/* Hero Section */
.careers-hero {
    background: linear-gradient(135deg, #f0ad4e, #ff5722);
    color: #fff;
    padding: 70px 0;
    text-align: center;
}

.careers-hero h1 {
    font-size: 42px;
    font-weight: 700;
}

.careers-hero p {
    font-size: 18px;
    margin-top: 10px;
    opacity: 0.9;
}

/* Overview Section */
.careers-overview {
    padding: 50px 0;
    background: #f9f9f9;
}

.overview-text {
    max-width: 900px;
    margin: auto;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    text-align: center;
}

/* Cards Section */
.cards-section {
    padding: 60px 0;
}

.card-col {
    margin-bottom: 30px;
}

.card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

    .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    }

    .card svg {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
        fill: #ff9800;
        transition: transform 0.3s ease, fill 0.3s ease;
    }

    .card:hover svg {
        transform: scale(1.2);
        fill: #e65100;
    }

    .card h3 {
        font-weight: 700;
        color: #152937;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .card p {
        font-size: 15px;
        color: #555;
        line-height: 1.6;
    }

.apply-btn {
    background: #ff9800;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 12px;
    transition: background 0.3s ease;
}

    .apply-btn:hover {
        background: #e65100;
    }

/* CTA Section */
.careers-cta {
    background: #f9f9f9;
    text-align: center;
    padding: 50px 0;
}

    .careers-cta h2 {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .careers-cta p {
        font-size: 16px;
        color: #555;
        margin-bottom: 20px;
    }



/* End Careers*/

/* About Us*/

.about-hero {
    background: linear-gradient(135deg, #152937, #1f3b57);
    color: #fff;
    padding: 70px 0;
}

.about-hero h1 {
    font-size: 40px;
    font-weight: 700;
}

.about-hero p {
    font-size: 17px;
    opacity: 0.95;
}
/*mission*/
.about-section {
    padding: 70px 0;
}

.mission-vision {
    padding: 60px 0;
}

.mv-box {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

    .mv-box h3 {
        font-weight: 700;
        color: #152937;
    }

/*/What Makes Us Different/*/
.difference {
    padding: 70px 0;
}

.difference-list {
    max-width: 600px;
    margin: auto;
    font-size: 16px;
    line-height: 2;
}

/*Call to action*/
.about-cta {
    background: #337ab7;
    color: #fff;
    padding: 60px 0;
}

    .about-cta h2 {
        font-weight: 700;
    }



/* End About Us*/