
    .program-section {
        padding: 60px 0;
        background: #faf6f0;
    }
    
    .program-item {
        margin-bottom: 50px;
    }
    
    .program-image {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
    
    .program-title {
        font-size: 24px;
        font-weight: 700;
        color: #2c7a4d;
        margin-bottom: 12px;
    }
    
    .program-description {
        font-size: 15px;
        line-height: 1.6;
        color: #444;
        margin-bottom: 15px;
    }
    
    .btn-learn {
        background: #2c7a4d;
        color: white;
        padding: 8px 25px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        transition: all 0.3s;
        display: inline-block;
        border: none;
    }
    
    .btn-learn:hover {
        background: #1e5a38;
        color: white;
        transform: translateX(5px);
    }
    
    .empty-state {
        text-align: center;
        padding: 60px 20px;
    }
    
    .empty-state i {
        font-size: 64px;
        color: #2c7a4d;
        margin-bottom: 20px;
    }
    
    .empty-state h3 {
        font-size: 24px;
        color: #2c7a4d;
    }
    
    .cta-section {
        background: #2c7a4d;
        color: white;
        padding: 40px 0;
        text-align: center;
    }
    
    .cta-section h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .cta-section p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .btn-donate {
        background: white;
        color: #2c7a4d;
        padding: 8px 25px;
        border: none;
        font-weight: 600;
        font-size: 14px;
        transition: all 0.3s;
        display: inline-block;
        text-decoration: none;
        margin: 0 10px;
        border-radius: 30px;
    }
    
    .btn-donate:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    
    .btn-volunteer {
        background: transparent;
        color: white;
        padding: 8px 25px;
        border: 2px solid white;
        font-weight: 600;
        font-size: 14px;
        transition: all 0.3s;
        display: inline-block;
        text-decoration: none;
        margin: 0 10px;
        border-radius: 30px;
    }
    
    .btn-volunteer:hover {
        background: white;
        color: #2c7a4d;
        transform: translateY(-3px);
    }
    
    /* Kids Ministry Header */
    .kids-ministry-header {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    
    .kids-ministry-header img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        display: block;
    }
    
    .header-text-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        width: 100%;
        padding: 20px;
        z-index: 2;
    }
    
    .header-text-overlay h1 {
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 8px;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    }
    
    .header-text-overlay p {
        font-size: 16px;
        max-width: 600px;
        margin: 0 auto;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    }
    
    /* Mission Statement Section - REDUCED SIZE */
    .mission-section {
        padding: 50px 0;
        background: linear-gradient(135deg, #f5f5f5 0%, #e8f5e9 100%);
        position: relative;
        overflow: hidden;
    }
    
    .mission-title {
        font-size: 26px;
        font-weight: 800;
        color: #2c7a4d;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    
    .mission-title span {
        font-size: 12px;
        letter-spacing: 2px;
        display: block;
        color: #e67e22;
        margin-bottom: 8px;
    }
    
    .mission-text {
        font-size: 15px;
        line-height: 1.7;
        color: #333;
        margin-bottom: 15px;
        text-align: justify;
    }
    
    .mission-highlight {
        background: #2c7a4d;
        color: white;
        padding: 20px;
        border-radius: 12px;
        margin-top: 20px;
    }
    
    .mission-highlight p {
        font-size: 16px;
        font-style: italic;
        margin: 0;
        line-height: 1.6;
    }
    
    .mission-image {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }
    
    .mission-image:hover {
        transform: scale(1.02);
    }
    
    .quote-icon {
        font-size: 32px;
        color: #e67e22;
        opacity: 0.5;
        margin-bottom: 15px;
    }
    
    /* Scroll Animation */
    .scroll-item {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.6s ease-out;
    }
    
    .scroll-item.visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* Responsive */
    @media (max-width: 992px) {
        .mission-section {
            padding: 40px 0;
        }
        .mission-title {
            font-size: 24px;
        }
        .mission-text {
            font-size: 14px;
        }
        .mission-highlight p {
            font-size: 15px;
        }
        .kids-ministry-header img {
            height: 350px;
        }
    }
    
    @media (max-width: 768px) {
        .header-text-overlay h1 {
            font-size: 28px;
        }
        .header-text-overlay p {
            font-size: 14px;
        }
        .mission-title {
            font-size: 22px;
        }
        .mission-text {
            font-size: 14px;
            text-align: left;
        }
        .mission-highlight p {
            font-size: 14px;
        }
        .kids-ministry-header img {
            height: 280px;
        }
        .program-row {
            flex-direction: column;
        }
        .program-title {
            font-size: 20px;
        }
        .program-image {
            height: 200px;
            margin-bottom: 15px;
        }
        .program-section {
            padding: 40px 0;
        }
        .cta-section h2 {
            font-size: 20px;
        }
        .btn-donate, .btn-volunteer {
            padding: 6px 18px;
            font-size: 13px;
            margin: 5px;
        }
        .mission-section {
            padding: 30px 0;
        }
        .mission-image {
            margin-top: 25px;
        }
    }
    
    @media (max-width: 480px) {
        .kids-ministry-header img {
            height: 220px;
        }
        .mission-title {
            font-size: 20px;
        }
        .header-text-overlay h1 {
            font-size: 22px;
        }
    }