/* =========================
   Heritage Section
========================= */

.heritage-section {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    position: relative;
    overflow: hidden;
}

.heritage-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 153, 0, 0.08);
    border-radius: 50%;
}

.heritage-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 350px;
    height: 350px;
    background: rgba(0, 102, 204, 0.06);
    border-radius: 50%;
}

.heritage-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    position: relative;
    z-index: 2;
}

.heritage-title {
    font-size: 42px;
    font-weight: 700;
    color: #0d2b45;
    margin-bottom: 25px;
    position: relative;
}

.heritage-title::after {
    content: "";
    width: 90px;
    height: 4px;
    background: linear-gradient(to right, #ff8800, #0d6efd);
    position: absolute;
    bottom: -12px;
    left: 0;
    border-radius: 5px;
}

.heritage-text {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    text-align: justify;
}

.heritage-image {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    transition: 0.4s ease;
}

.heritage-image img {
    width: 100%;
    transition: transform 0.5s ease;
}

.heritage-image:hover img {
    transform: scale(1.05);
}

/* =========================
   Initiative Section
========================= */

.initiative-section {
    background: #f7f9fc;
    position: relative;
}

.initiative-card {
    background: #fff;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.07);
    transition: 0.3s ease;
}

.initiative-card:hover {
    transform: translateY(-5px);
}

.initiative-title {
    font-size: 34px;
    font-weight: 700;
    color: #0d2b45;
    margin-bottom: 20px;
    text-align: center;
}

.initiative-text {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    text-align: justify;
}

/* =========================
   Responsive Design
========================= */

@media (max-width: 991px) {

    .heritage-card {
        padding: 30px;
    }

    .heritage-title {
        font-size: 32px;
        margin-top: 30px;
    }

    .initiative-card {
        padding: 30px;
    }
}
/* =========================
   Health Section
========================= */

.health-section {
    background: linear-gradient(135deg, #f5f9ff, #ffffff);
    position: relative;
    overflow: hidden;
}

.health-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 280px;
    height: 280px;
    background: rgba(0, 123, 255, 0.08);
    border-radius: 50%;
}

.health-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: rgba(40, 167, 69, 0.07);
    border-radius: 50%;
}

.health-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 50px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    position: relative;
    z-index: 2;
}

.health-title {
    font-size: 42px;
    font-weight: 700;
    color: #0d2b45;
    margin-bottom: 25px;
    position: relative;
}

.health-title::after {
    content: "";
    width: 90px;
    height: 4px;
    background: linear-gradient(to right, #28a745, #0d6efd);
    position: absolute;
    bottom: -12px;
    left: 0;
    border-radius: 5px;
}

.health-text {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    text-align: justify;
    margin-bottom: 20px;
}

.health-image {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    transition: 0.4s ease;
}

.health-image img {
    width: 100%;
    transition: transform 0.5s ease;
}

.health-image:hover img {
    transform: scale(1.05);
}

/* =========================
   Responsive Design
========================= */

@media (max-width: 991px) {

    .health-card {
        padding: 30px;
    }

    .health-title {
        font-size: 32px;
        margin-top: 25px;
    }

    .health-text {
        font-size: 16px;
    }
}
 overflow: hidden;
    }

    .baner::before {
        content: "";
        position: absolute;
        top: -80px;
        right: -80px;
        width: 250px;
        height: 250px;
        background: rgba(13, 110, 253, 0.05);
        border-radius: 50%;
    }

    .baner img {
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        transition: 0.4s ease;
    }

    .baner img:hover {
        transform: scale(1.03);
    }

    .baner p {
        font-size: 17px;
        line-height: 1.9;
        color: #555;
        text-align: justify;
    }

    .section-title {
        font-size: 34px;
        font-weight: 700;
        color: #0d3b66;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }

    .section-title::after {
        content: "";
        width: 70px;
        height: 4px;
        background: #0d6efd;
        display: block;
        margin: 12px auto 0;
        border-radius: 20px;
    }

    .sub-text {
        color: #666;
        font-size: 17px;
        margin-bottom: 40px;
    }

    .awareness-card {
        border: none;
        border-radius: 20px;
        overflow: hidden;
        background: #fff;
        transition: all 0.4s ease;
        position: relative;
        padding: 40px 25px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    }

    .awareness-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    }

    .step-number {
        width: 65px;
        height: 65px;
        background: linear-gradient(135deg, #0d6efd, #0dcaf0);
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        box-shadow: 0 10px 20px rgba(13,110,253,0.25);
    }

    .awareness-card p {
        font-size: 16px;
        color: #555;
        line-height: 1.7;
        margin-bottom: 0;
    }

    .awareness-section {
        background: #f8fbff;
        position: relative;
    }

    .awareness-section::before {
        content: "";
        position: absolute;
        bottom: -100px;
        left: -100px;
        width: 300px;
        height: 300px;
        background: rgba(13, 110, 253, 0.04);
        border-radius: 50%;
    }

    @media (max-width: 991px) {
        .baner p {
            margin-top: 30px;
        }

        .section-title {
            font-size: 28px;
        }
    }
.baner {
        background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
        position: relative;
        overflow: hidden;
    }

    .baner::before {
        content: "";
        position: absolute;
        top: -80px;
        right: -80px;
        width: 250px;
        height: 250px;
        background: rgba(13, 110, 253, 0.05);
        border-radius: 50%;
    }

    .baner img {
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        transition: 0.4s ease;
    }

    .baner img:hover {
        transform: scale(1.03);
    }

    .baner p {
        font-size: 17px;
        line-height: 1.9;
        color: #555;
        text-align: justify;
    }

    .section-title {
        font-size: 34px;
        font-weight: 700;
        color: #0d3b66;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }

    .section-title::after {
        content: "";
        width: 70px;
        height: 4px;
        background: #0d6efd;
        display: block;
        margin-top: 12px;
        border-radius: 20px;
    }

    .highlight-box {
        background: #ffffff;
        border-left: 5px solid #0d6efd;
        padding: 20px 25px;
        border-radius: 12px;
        margin-top: 25px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    }

    .highlight-box p {
        margin-bottom: 0;
        color: #444;
        font-size: 16px;
        line-height: 1.8;
    }

    @media (max-width: 991px) {
        .baner p {
            margin-top: 25px;
        }

        .section-title {
            font-size: 28px;
        }
    }
	.photo-gallery {
        background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    }

    .gallery-title {
        font-size: 40px;
        font-weight: 700;
        color: #0d3b66;
        margin-bottom: 10px;
    }

    .gallery-subtitle {
        color: #666;
        font-size: 17px;
    }

    .gallery-item {
        position: relative;
        border-radius: 18px;
        overflow: hidden;
        cursor: pointer;
        transition: 0.4s ease;
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }

    .gallery-item img {
        transition: transform 0.5s ease;
        height: 250px;
        object-fit: cover;
    }

    .gallery-item:hover img {
        transform: scale(1.08);
    }

    .gallery-item::before {
        content: "\f00e";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 65px;
        height: 65px;
        background: rgba(13, 110, 253, 0.85);
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        opacity: 0;
        transition: 0.4s ease;
        z-index: 2;
    }

    .gallery-item::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.35);
        opacity: 0;
        transition: 0.4s ease;
    }

    .gallery-item:hover::before,
    .gallery-item:hover::after {
        opacity: 1;
    }

    /* Modal */
    .gallery-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 40px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: rgba(0,0,0,0.92);
    }

    .gallery-modal img {
        margin: auto;
        display: block;
        max-width: 90%;
        max-height: 85vh;
        border-radius: 15px;
        animation: zoomIn 0.4s ease;
    }

    @keyframes zoomIn {
        from {
            transform: scale(0.7);
            opacity: 0;
        }
        to {
            transform: scale(1);
            opacity: 1;
        }
    }

    .gallery-close {
        position: absolute;
        top: 20px;
        right: 35px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
    }

    .gallery-close:hover {
        color: #0d6efd;
    }

    @media (max-width: 768px) {
        .gallery-title {
            font-size: 30px;
        }

        .gallery-modal img {
            max-width: 95%;
        }
    }
	.gallery-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.92);
    backdrop-filter: blur(5px);
    padding: 20px;
}

.gallery-modal img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 15px;
    animation: zoomIn 0.4s ease;
}