/* =========================================================
   HEALTH AWARENESS PROJECT
   MODERN PROFESSIONAL NGO DESIGN
========================================================= */

.health-project-section {
    position: relative;
    padding: 80px 0;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(239, 68, 68, 0.06),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 20%,
            rgba(34, 197, 94, 0.06),
            transparent 30%
        ),
        #f7f9fc;
    overflow: hidden;
}


.health-project-container {
    width: min(1400px, calc(100% - 32px));
    margin: 0 auto;
}


/* =========================================================
   SECTION INTRO
========================================================= */

.health-section-intro {
    max-width: 800px;
    margin: 0 auto 42px;
    text-align: center;
}


.health-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    border-radius: 999px;
    background: #fff1f2;
    color: #dc2626;
    border: 1px solid #fecdd3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}


.health-main-title {
    margin-top: 18px;
    color: #123d32;
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
}


.health-main-title span {
    color: #e53935;
}


.health-main-description {
    max-width: 680px;
    margin: 18px auto 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   HERO CARD
========================================================= */

.health-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(
            135deg,
            #0d4738 0%,
            #12644d 55%,
            #17815d 100%
        );
    box-shadow: 0 25px 70px rgba(15, 61, 48, .18);
    margin-bottom: 24px;
}


.health-hero-content {
    position: relative;
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    align-items: center;
    min-height: 360px;
    padding: 55px 60px;
    overflow: hidden;
}


.health-hero-content::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -170px;
    top: -250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
}


.health-hero-content::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    right: 80px;
    bottom: -250px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .12);
}


.health-hero-left {
    position: relative;
    z-index: 2;
}


.health-project-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}


.health-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #d8f8eb;
    font-size: 13px;
    font-weight: 600;
}


.health-meta-item i {
    color: #8df0c4;
}


.health-meta-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
}


.health-hero-title {
    max-width: 700px;
    color: #fff;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
}


.health-hero-text {
    max-width: 650px;
    margin-top: 20px;
    color: #d8ebe4;
    font-size: 16px;
    line-height: 1.8;
}


.health-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}


.health-hero-tags span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .14);
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(8px);
}


/* =========================================================
   HERO VISUAL
========================================================= */

.health-hero-visual {
    position: relative;
    width: 250px;
    height: 250px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.health-visual-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .14);
}


.health-circle-one {
    width: 230px;
    height: 230px;
}


.health-circle-two {
    width: 170px;
    height: 170px;
}


.health-visual-icon {
    position: relative;
    z-index: 3;
    width: 105px;
    height: 105px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(12px);
    color: #fff;
    font-size: 45px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}


.health-floating-icon {
    position: absolute;
    z-index: 4;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
}


.health-float-one {
    top: 15px;
    right: 20px;
}


.health-float-two {
    bottom: 15px;
    left: 20px;
}


/* =========================================================
   HERO BOTTOM
========================================================= */

.health-hero-bottom {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: rgba(0, 0, 0, .08);
}


.health-hero-stat {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 100px;
    padding: 18px 28px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}


.health-hero-stat:last-child {
    border-right: 0;
}


.health-stat-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #a7f3d0;
    background: rgba(255, 255, 255, .08);
}


.health-hero-stat span {
    display: block;
    color: #a8c9bd;
    font-size: 11px;
    margin-bottom: 4px;
}


.health-hero-stat strong {
    color: #fff;
    font-size: 14px;
}


/* =========================================================
   CONTENT CARD
========================================================= */

.health-content-card {
    background: #fff;
    border: 1px solid #e7edf2;
    border-radius: 22px;
    padding: 34px;
    margin-top: 24px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .045);
}


.health-card-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
}


.health-heading-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #dc2626;
    background: #fff1f2;
    font-size: 19px;
}


.health-heading-icon.red-icon {
    color: #dc2626;
    background: #fff1f2;
}


.health-heading-icon.orange-icon {
    color: #ea580c;
    background: #fff7ed;
}


.health-heading-icon.green-icon {
    color: #16a34a;
    background: #f0fdf4;
}


.health-card-heading span {
    display: block;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 3px;
}


.health-card-heading h2 {
    color: #123d32;
    font-size: 23px;
    font-weight: 800;
}


/* =========================================================
   ABOUT
========================================================= */

.health-about-grid {
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 30px;
    align-items: center;
}


.health-about-content p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.9;
}


.health-about-content p + p {
    margin-top: 14px;
}


.health-about-highlight {
    display: flex;
    gap: 14px;
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
    border: 1px solid #bbf7d0;
}


.health-highlight-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #16a34a;
    color: #fff;
}


.health-about-highlight strong {
    color: #166534;
    font-size: 14px;
}


.health-about-highlight p {
    color: #64748b;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 4px;
}


/* =========================================================
   INFORMATION GRID
========================================================= */

.health-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}


.health-info-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 110px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e7edf2;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
    transition: .3s ease;
}


.health-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, .08);
}


.health-info-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
}


.health-info-icon.red {
    color: #dc2626;
    background: #fff1f2;
}


.health-info-icon.blue {
    color: #2563eb;
    background: #eff6ff;
}


.health-info-icon.green {
    color: #16a34a;
    background: #f0fdf4;
}


.health-info-icon.purple {
    color: #9333ea;
    background: #faf5ff;
}


.health-info-card span {
    display: block;
    color: #94a3b8;
    font-size: 11px;
}


.health-info-card h3 {
    margin-top: 4px;
    color: #1e293b;
    font-size: 15px;
    font-weight: 800;
}


/* =========================================================
   TWO COLUMN
========================================================= */

.health-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
}


.health-two-column .health-content-card {
    margin-top: 0;
}


/* =========================================================
   OBJECTIVES
========================================================= */

.health-objective-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}


.health-objective {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 14px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    transition: .25s ease;
}


.health-objective:hover {
    background: #fff7f7;
    border-color: #fecaca;
}


.health-objective > span {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #dc2626;
    background: #fff1f2;
    font-size: 11px;
    font-weight: 800;
}


.health-objective p {
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
    padding-top: 5px;
}


/* =========================================================
   ACTIVITIES
========================================================= */

.health-activity-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}


.health-activity-card {
    padding: 17px;
    border-radius: 15px;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    transition: .3s ease;
}


.health-activity-card:hover {
    transform: translateY(-3px);
    background: #fff;
    border-color: #fed7aa;
    box-shadow: 0 12px 25px rgba(15, 23, 42, .06);
}


.health-activity-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    border-radius: 12px;
    color: #ea580c;
    background: #fff7ed;
}


.health-activity-card h3 {
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}


.health-activity-card p {
    margin-top: 5px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   IMPACT
========================================================= */

.health-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.health-impact-card {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border-radius: 18px;
    border: 1px solid transparent;
    transition: .3s ease;
}


.health-impact-card:hover {
    transform: translateY(-4px);
}


.health-impact-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-size: 18px;
}


.health-impact-card h3 {
    margin-top: 17px;
    font-size: 14px;
    font-weight: 800;
}


.health-impact-card p {
    margin-top: 6px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.7;
}


.impact-red {
    background: #fff5f5;
    border-color: #fee2e2;
}


.impact-red .health-impact-icon {
    background: #fee2e2;
    color: #dc2626;
}


.impact-red h3 {
    color: #b91c1c;
}


.impact-green {
    background: #f0fdf4;
    border-color: #dcfce7;
}


.impact-green .health-impact-icon {
    background: #dcfce7;
    color: #16a34a;
}


.impact-green h3 {
    color: #15803d;
}


.impact-blue {
    background: #eff6ff;
    border-color: #dbeafe;
}


.impact-blue .health-impact-icon {
    background: #dbeafe;
    color: #2563eb;
}


.impact-blue h3 {
    color: #1d4ed8;
}


.impact-purple {
    background: #faf5ff;
    border-color: #f3e8ff;
}


.impact-purple .health-impact-icon {
    background: #f3e8ff;
    color: #9333ea;
}


.impact-purple h3 {
    color: #7e22ce;
}


/* =========================================================
   COMPLETION CTA
========================================================= */

.health-completion-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 24px;
    padding: 30px 34px;
    border-radius: 22px;
    background: linear-gradient(
        135deg,
        #0d4738,
        #176b52
    );
    box-shadow: 0 18px 45px rgba(13, 71, 56, .15);
}


.health-completion-card::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -100px;
    top: -130px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12);
}


.health-completion-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
}


.health-completion-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #bef264;
    color: #123d32;
    font-size: 19px;
}


.health-completion-content span {
    display: block;
    color: #a7d5c5;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}


.health-completion-content h2 {
    margin-top: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}


.health-completion-content p {
    margin-top: 5px;
    color: #c8e2d9;
    font-size: 12px;
}


.health-back-button {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 19px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #bef264;
    color: #123d32;
    font-size: 12px;
    font-weight: 800;
    transition: .3s ease;
}


.health-back-button:hover {
    background: #d9f99d;
    transform: translateX(3px);
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 1100px) {

    .health-project-section {
        padding: 65px 0;
    }


    .health-hero-content {
        grid-template-columns: 1fr;
        padding: 45px 40px;
    }


    .health-hero-visual {
        display: none;
    }


    .health-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .health-impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 768px) {

    .health-project-section {
        padding: 50px 0;
    }


    .health-project-container {
        width: min(100% - 24px, 1400px);
    }


    .health-section-intro {
        margin-bottom: 28px;
    }


    .health-main-title {
        font-size: 34px;
        letter-spacing: -1px;
    }


    .health-main-description {
        font-size: 14px;
        line-height: 1.7;
    }


    .health-hero-card {
        border-radius: 20px;
    }


    .health-hero-content {
        min-height: auto;
        padding: 32px 24px;
    }


    .health-hero-title {
        font-size: 32px;
    }


    .health-hero-text {
        font-size: 14px;
        line-height: 1.7;
    }


    .health-hero-bottom {
        grid-template-columns: repeat(2, 1fr);
    }


    .health-hero-stat {
        min-height: 85px;
        padding: 14px 16px;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }


    .health-hero-stat:nth-child(2) {
        border-right: 0;
    }


    .health-hero-stat:nth-child(3),
    .health-hero-stat:nth-child(4) {
        border-bottom: 0;
    }


    .health-content-card {
        padding: 24px 20px;
        border-radius: 18px;
    }


    .health-about-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }


    .health-two-column {
        grid-template-columns: 1fr;
        gap: 0;
    }


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


    .health-activity-grid {
        grid-template-columns: 1fr;
    }


    .health-impact-grid {
        grid-template-columns: 1fr;
    }


    .health-completion-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 20px;
        border-radius: 18px;
    }


    .health-completion-content {
        align-items: flex-start;
    }


    .health-completion-content h2 {
        font-size: 17px;
    }


    .health-back-button {
        width: 100%;
        justify-content: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .health-project-section {
        padding: 40px 0;
    }


    .health-hero-content {
        padding: 28px 18px;
    }


    .health-hero-title {
        font-size: 28px;
    }


    .health-project-meta {
        gap: 8px;
    }


    .health-meta-item {
        font-size: 11px;
    }


    .health-hero-bottom {
        grid-template-columns: 1fr;
    }


    .health-hero-stat,
    .health-hero-stat:nth-child(3),
    .health-hero-stat:nth-child(4) {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }


    .health-hero-stat:last-child {
        border-bottom: 0;
    }


    .health-card-heading h2 {
        font-size: 19px;
    }


    .health-heading-icon {
        width: 42px;
        height: 42px;
    }


    .health-info-card {
        padding: 17px;
    }

}
/* =========================================================
   SCROLL REVEAL ANIMATION
========================================================= */

.health-card-hidden {
    opacity: 0;
    transform: translateY(22px);
}


.health-card-visible {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity .65s ease,
        transform .65s ease;
}