﻿* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    background-color: #f8fbf5;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.brand-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.top-donor-banner {
    background: #1B5E20;
    color: white;
    text-align: center;
    padding: 12px 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.goal-banner {
    background: #d9531e;
    color: white;
    text-align: center;
    padding: 12px 20px;
    font-weight: 600;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 8%;
    background: white;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1B5E20;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e8f5e9;
    color: #1B5E20;
}

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

.nav-links a {
    font-size: 16px;
    color: #333;
}

.nav-button,
.primary-btn {
    background: #1B5E20;
    color: white !important;
    padding: 12px 24px;
    border-radius: 999px;
    display: inline-block;
    transition: 0.3s;
}

.nav-button:hover,
.primary-btn:hover,
.secondary-btn:hover {
    transform: translateY(-2px);
}

button {
    background: #1B5E20;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 999px;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s;
}

button:hover {
    transform: translateY(-3px);
    background: #2E7D32;
}

.banner-photo-section {
    padding: 24px 8% 0;
}

.banner-photo-section img {
    width: 100%;
    max-height: 500px;
    height: auto;
    object-fit: contain;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    display: block;
}

.hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 40px;
    padding: 80px 8%;
    background: linear-gradient(135deg, #f1f8e9 0%, #e8f5e9 100%);
}

.hero-content {
    max-width: 600px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1B5E20;
    margin-bottom: 12px;
}

.hero h1 {
    font-size: 2.8rem;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #153d1a;
}

.hero p {
    font-size: 1.08rem;
    line-height: 1.7;
    color: #4f5d4f;
    margin-bottom: 24px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.secondary-btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 999px;
    background: white;
    color: #1B5E20;
    border: 1px solid #cfe4cf;
    transition: 0.3s;
}

.hero-image-wrap img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.section {
    padding: 80px 8%;
}

.section-significance {
    background: #f8fbf5;
}

.section-donations-value {
    background: #17411c;
}

.section-heading-donations {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.section-heading-donations h2 {
    font-size: 2.2rem;
    margin: 0 0 16px;
    color: #9ddea6;
}

.section-heading-donations p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #e4d5d5;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.card, .impact-card, .progress-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border: 1px solid #e6efe0;
}

.card h3, .impact-card h3 {
    font-size: 1.25rem;
    color: #1B5E20;
    margin-top: 0;
}

.card p, .impact-card p, .progress-card p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
}

.impact-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.single-impact-box {
    max-width: 860px;
    margin: 0 auto;
    background: #f8fbf5;
    border: 1px solid #dce8da;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.single-impact-box h3 {
    margin-top: 0;
    color: #1B5E20;
    font-size: 1.4rem;
}

.single-impact-box p {
    color: #555;
    line-height: 1.8;
    font-size: 1.02rem;
}

/* Explore Section */

.section-alt {
    background: #eef7ea;
}

.explore-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.explore-card {
    background: white;
    border-radius: 24px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border: 1px solid #dfead8;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.explore-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0,0,0,0.08);
}

.explore-card img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    margin: 0 auto 25px;
}

.explore-card h3 {
    color: #1B5E20;
    font-size: 1.35rem;
    line-height: 1.4;
    margin-bottom: 28px;
    min-height: 75px;
}

.explore-card .primary-btn {
    display: inline-block;
}

.progress-section {
    background: #f1f8e9;
}

.section-contact {
    background: linear-gradient(180deg, #183d2d 0%, #123b2d 100%);
    color: #eefaf2;
}

.section-contact .section-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.section-contact .eyebrow,
.section-contact .section-heading h2,
.section-contact .section-heading p {
    color: #edf9f0;
}

.section-contact .eyebrow {
    opacity: 0.9;
}

.section-contact .section-heading p {
    color: rgba(237, 249, 240, 0.82);
}

.contact-card {
    max-width: 760px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(198, 232, 206, 0.22);
    border-radius: 28px;
    padding: 34px 30px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(3px);
}

.contact-form {
    display: grid;
    gap: 22px;
}

.field-row {
    display: grid;
    gap: 10px;
}

.contact-form label {
    font-size: 0.96rem;
    font-weight: 700;
    color: #edf9f0;
    letter-spacing: 0.01em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(198, 232, 206, 0.34);
    background: rgba(255, 255, 255, 0.92);
    color: #1e2e22;
    border-radius: 14px;
    padding: 14px 16px;
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #5d6f64;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #9fe0ac;
    box-shadow: 0 0 0 4px rgba(159, 224, 172, 0.22);
    background: #ffffff;
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.form-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 8px;
}

.section-contact .primary-btn {
    border: none;
    min-width: 180px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.section-contact .primary-btn:disabled {
    opacity: 0.75;
    cursor: wait;
    transform: none;
}

.contact-status {
    min-height: 24px;
    font-size: 0.97rem;
    font-weight: 600;
    color: #d9f9e2;
}

.contact-status[style*="color: rgb(176, 0, 32)"] {
    color: #ffb7c0 !important;
}

.progress-card {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bar {
    width: 100%;
    max-width: 560px;
    height: 25px;
    background: #e8f5e9;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 20px;
}

.fill {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #2E7D32, #1B5E20);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.gallery-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    background: #e8f5e9;
}

.photo-gallery-grid-phase-1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.photo-gallery-item-p1 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
    background: #e8f5e9;
}

.photo-section {
    padding: 60px 8%;
    background: white;
}

.photo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-container img {
    width: 2000px;
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
footer {
    background: #111;
    color: white;
    padding: 30px 8%;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .cards, .impact-cards, .gallery-grid {
        grid-template-columns: 1fr;
    }

    .navbar {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        gap: 15px;
    }

    .contact-card {
        padding: 24px 18px;
    }

    .form-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

.about-page {
    background: #f8fbf5;
}

.page-hero {
    padding: 90px 8% 70px;
    background: linear-gradient(135deg, #f1f8e9 0%, #e8f5e9 100%);
}

.page-hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.page-hero h1 {
    font-size: 3rem;
    margin-bottom: 16px;
    color: #153d1a;
}

.page-hero p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4f5d4f;
}

.about-us-section {
    padding: 80px 8%;
    background: white;
}

.news-725-section {
    padding: 80px 8%;
    background-color: rgb(255, 218, 211);
}

.phase-2-section {
    padding: 80px 8%;
    background: white;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.section-heading h2 {
    font-size: 2.2rem;
    margin: 0 0 16px;
    color: #153d1a;
}

.section-heading p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.person-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.person-card {
    background: #f9fcf7;
    border: 1px solid #dce8da;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.person-image-placeholder {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f5e9 0%, #dcedc8 100%);
    color: #4e6b4f;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-bottom: 1px solid #e2ebde;
}

.person-image {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-bottom: 1px solid #e2ebde;
}

.person-content {
    padding: 28px;
}

.person-content h3 {
    margin: 0 0 10px;
    font-size: 1.4rem;
    color: #1B5E20;
}

.person-role {
    font-weight: 700;
    color: #2E7D32;
    margin-bottom: 12px;
}

.person-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 0 8% 80px;
}

.info-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid #e6efe0;
}

.info-card h3 {
    margin-top: 0;
    color: #1B5E20;
}

.info-card p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
}

.mission-box {
    margin: 0 8% 80px;
    padding: 45px;
    background: #1B5E20;
    color: white;
    border-radius: 24px;
    text-align: center;
}

.mission-box h2 {
    margin-bottom: 12px;
    font-size: 2rem;
}

.mission-box p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .person-grid {
        grid-template-columns: 1fr;
    }

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

.about, .donate {
    padding: 80px 12%;
    text-align: center;
}

.about p, .donate p {
    max-width: 800px;
    margin: 25px auto;
    font-size: 20px;
    line-height: 1.7;
}

.donation-box {
    max-width: 600px;
    margin: 40px auto;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
