body {
    font-family: 'Open Sans', sans-serif;
    color: #263238;
    background: #fcfcfc;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: 'Poppins', sans-serif;
}

.hero {
    background: linear-gradient(rgba(46, 125, 50, 0.75), rgba(46, 125, 50, 0.75)),
        url('https://images.unsplash.com/photo-1529390079861-591de354faf5?q=80&w=1600&auto=format&fit=crop') center/cover;
    color: #fff;
    min-height: 60vh;
    display: grid;
    place-items: center;
    text-align: center;
}

.section-title {
    color: #2E7D32;
}

.card {
    border: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.impact-box {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

.gallery-thumb {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.page-hero {
    background: #f2f8f2;
    border-bottom: 1px solid #dce7dc;
}

.navbar .nav-link {
    font-weight: 600;
}

.navbar .nav-link:hover {
    color: #2E7D32 !important;
}

.site-logo {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}
