/* HEALTH & HYGIENE PAGE */

/* Hero */
.hh-hero {
    background: url('images/image\ 10.jpeg') center/cover no-repeat;
    padding: 450px 20px;
    text-align: center;
    color: #fff7fa;
    position: relative;
}

.hh-hero::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.55);
}

.hh-content {
    position: relative;
    z-index: 2;
}

.hh-content h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hh-content p {
    font-size: 18px;
    max-width: 700px;
    margin: auto;
}

/* About */
.hh-about {
    padding: 60px 25px;
    text-align: center;
}

.hh-about h2 {
    color: #B2003A;
    font-size: 30px;
    margin-bottom: 12px;
}

/* Programs */
.hh-programs {
    text-align: center;
    padding: 60px 25px;
    background: #fff7fa;
}

.program-box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.program-card {
    width: 300px;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    text-align: center;
}

/* Impact */
.hh-impact {
    padding: 70px 25px;
    text-align: center;
}

.impact-grid {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.impact-card {
    width: 220px;
    padding: 20px;
    background: #B2003A;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.impact-card h3 {
    font-size: 34px;
    margin-bottom: 5px;
}
