<?php
include('header.php');
?>

<style>
    .criai-civil-page {
        font-size: 14px;
        line-height: 1.7;
        color: #263238;
        background: #f5f8fc;
        padding-bottom: 40px;
    }

    .criai-civil-page * {
        box-sizing: border-box;
        font-size: 14px;
    }

    .criai-civil-page h1,
    .criai-civil-page h2,
    .criai-civil-page h3,
    .criai-civil-page h4 {
        font-size: 20px !important;
        line-height: 1.35;
    }

    .civil-hero {
        background: linear-gradient(135deg, #082b5c, #1261a0);
        color: #fff;
        text-align: center;
        padding: 44px 20px;
    }

    .civil-hero h1 {
        color: #fff;
        margin: 0 0 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .5px;
    }

    .civil-hero p {
        color: #fff;
        max-width: 850px;
        margin: 0 auto;
    }

    .civil-container {
        max-width: 1180px;
        margin: 28px auto;
        padding: 0 15px;
    }

    .civil-intro,
    .civil-section,
    .civil-aside {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0,0,0,.07);
    }

    .civil-intro {
        padding: 24px;
        margin-bottom: 22px;
        border-left: 4px solid #1261a0;
    }

    .civil-intro h2,
    .civil-section h2,
    .civil-aside h3 {
        color: #082b5c;
        font-weight: 700;
        margin: 0 0 12px;
    }

    .civil-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 22px;
        align-items: start;
    }

    .civil-section {
        padding: 23px;
        margin-bottom: 18px;
    }

    .civil-section h2 {
        background: #edf4fb;
        border-left: 4px solid #1261a0;
        border-radius: 5px;
        padding: 10px 13px;
    }

    .civil-section p {
        margin: 8px 0 12px;
    }

    .civil-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 14px;
    }

    .civil-item {
        background: #f7f9fb;
        border: 1px solid #e3eaf2;
        border-radius: 8px;
        padding: 13px;
    }

    .civil-item strong {
        display: block;
        color: #082b5c;
        margin-bottom: 4px;
    }

    .civil-bullets {
        margin: 8px 0;
        padding-left: 22px;
    }

    .civil-bullets li {
        margin: 8px 0;
    }

    .civil-aside {
        padding: 20px;
        position: sticky;
        top: 20px;
    }

    .civil-aside h3 {
        padding-bottom: 10px;
        border-bottom: 2px solid #1261a0;
    }

    .civil-aside ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .civil-aside li {
        margin-bottom: 8px;
    }

    .civil-aside a {
        display: block;
        padding: 9px 10px;
        background: #f5f8fc;
        color: #263238;
        text-decoration: none;
        border-radius: 6px;
    }

    .civil-aside a:hover {
        color: #1261a0;
        background: #e8f1fa;
    }

    .civil-cta {
        background: linear-gradient(135deg, #082b5c, #1261a0);
        color: #fff;
        border-radius: 13px;
        padding: 27px;
        text-align: center;
        margin-top: 20px;
    }

    .civil-cta h2,
    .civil-cta p {
        color: #fff;
        margin-top: 0;
    }

    .civil-cta a {
        display: inline-block;
        margin-top: 10px;
        padding: 9px 18px;
        border-radius: 7px;
        background: #fff;
        color: #082b5c !important;
        text-decoration: none;
        font-weight: 700;
    }

    @media (max-width: 850px) {
        .civil-layout {
            grid-template-columns: 1fr;
        }

        .civil-aside {
            position: static;
        }

        .civil-list {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 600px) {
        .civil-hero {
            padding: 32px 15px;
        }

        .civil-container {
            margin-top: 18px;
        }

        .civil-intro,
        .civil-section,
        .civil-aside {
            padding: 17px;
        }
    }

    @media print {
        .civil-hero {
            background: none;
            color: #000;
        }

        .civil-hero h1,
        .civil-hero p {
            color: #000;
        }

        .civil-aside {
            display: none;
        }

        .civil-layout {
            display: block;
        }

        .civil-intro,
        .civil-section,
        .civil-cta {
            box-shadow: none;
        }
    }
</style>

<div class="criai-civil-page">

    <section class="civil-hero">
        <h1>CIVIL DEFENCE FORCE</h1>
        <p>
            Community preparedness, public safety awareness, emergency support and
            responsible volunteer participation.
        </p>
    </section>

    <div class="civil-container">

        <section class="civil-intro">
            <h2>CRIAI Civil Defence Force</h2>
            <p>
                The Civil Defence Force initiative provides a structured platform for
                responsible volunteers to support community awareness, preparedness,
                emergency assistance and public safety activities in coordination with
                applicable authorities and established procedures.
            </p>
        </section>

        <div class="civil-layout">

            <main>

                <section class="civil-section" id="about">
                    <h2>ABOUT CIVIL DEFENCE FORCE</h2>
                    <p>
                        Civil Defence focuses on preparedness and community resilience
                        during emergencies, disasters and situations where public
                        assistance may be required. Volunteers can contribute through
                        awareness, communication, first-aid support, crowd assistance
                        and other lawful activities for which they are trained and authorized.
                    </p>
                </section>

                <section class="civil-section" id="objectives">
                    <h2>OUR OBJECTIVES</h2>

                    <div class="civil-list">
                        <div class="civil-item">
                            <strong>Public Safety Awareness</strong>
                            Promote awareness about emergency preparedness and responsible public conduct.
                        </div>

                        <div class="civil-item">
                            <strong>Emergency Preparedness</strong>
                            Encourage communities to prepare for natural and other emergencies.
                        </div>

                        <div class="civil-item">
                            <strong>Volunteer Support</strong>
                            Develop a responsible volunteer network for suitable community-support activities.
                        </div>

                        <div class="civil-item">
                            <strong>First-Aid Awareness</strong>
                            Encourage basic first-aid and emergency-response awareness through appropriate training.
                        </div>

                        <div class="civil-item">
                            <strong>Community Resilience</strong>
                            Help communities understand preparedness, coordination and recovery practices.
                        </div>

                        <div class="civil-item">
                            <strong>Coordination</strong>
                            Support lawful coordination with relevant authorities and organizations when required.
                        </div>
                    </div>
                </section>

                <section class="civil-section" id="activities">
                    <h2>KEY ACTIVITIES</h2>
                    <ul class="civil-bullets">
                        <li>Conduct public awareness programmes on safety and emergency preparedness.</li>
                        <li>Organize community education sessions and preparedness campaigns.</li>
                        <li>Support approved awareness and assistance activities during emergencies.</li>
                        <li>Promote basic first-aid, evacuation and emergency communication awareness.</li>
                        <li>Assist with information desks, public guidance and community coordination where authorized.</li>
                        <li>Encourage volunteers to participate in training and capacity-building programmes.</li>
                    </ul>
                </section>

                <section class="civil-section" id="volunteers">
                    <h2>ROLE OF VOLUNTEERS</h2>
                    <p>
                        Volunteers are expected to act responsibly, maintain discipline,
                        follow lawful instructions and respect the rights and dignity of
                        all individuals.
                    </p>

                    <ul class="civil-bullets">
                        <li>Follow applicable laws, safety instructions and organizational guidelines.</li>
                        <li>Wear authorized identification or uniform only when officially permitted.</li>
                        <li>Maintain confidentiality regarding sensitive information received during authorized activities.</li>
                        <li>Do not represent themselves as police, government officers or other statutory authorities unless legally authorized.</li>
                        <li>Immediately refer serious incidents and matters requiring statutory action to the appropriate authorities.</li>
                    </ul>
                </section>

                <section class="civil-section" id="training">
                    <h2>TRAINING &amp; DEVELOPMENT</h2>
                    <p>
                        Suitable volunteers may be provided opportunities for awareness and
                        training in areas such as emergency preparedness, first aid, public
                        communication, disaster awareness, basic safety practices and
                        community support.
                    </p>
                </section>

                <section class="civil-section" id="conduct">
                    <h2>CODE OF CONDUCT</h2>
                    <ul class="civil-bullets">
                        <li>Maintain honesty, discipline and professional conduct.</li>
                        <li>Respect human rights and treat all people equally and respectfully.</li>
                        <li>Do not misuse CRIAI identity cards, uniforms, name, logo or position.</li>
                        <li>Do not make unauthorized claims, promises or statements on behalf of any government authority.</li>
                        <li>Do not collect or disclose personal information except for lawful and authorized purposes.</li>
                        <li>Report misconduct or misuse of organizational identity through the appropriate channel.</li>
                    </ul>
                </section>

                <section class="civil-section" id="join">
                    <h2>HOW TO JOIN</h2>
                    <p>
                        Individuals interested in participating may apply through the
                        official CRIAI membership or volunteer process. Selection,
                        verification, training and assignment will depend on organizational
                        requirements and applicable rules.
                    </p>
                </section>

                <section class="civil-cta">
                    <h2>BUILD A SAFER COMMUNITY</h2>
                    <p>
                        Participate responsibly, learn essential safety practices and
                        contribute to community preparedness through lawful volunteer service.
                    </p>
                    <a href="/membership.php">JOIN CRIAI</a>
                </section>

            </main>

            <aside class="civil-aside">
                <h3>QUICK LINKS</h3>
                <ul>
                    <li><a href="#about">About Civil Defence Force</a></li>
                    <li><a href="#objectives">Our Objectives</a></li>
                    <li><a href="#activities">Key Activities</a></li>
                    <li><a href="#volunteers">Role of Volunteers</a></li>
                    <li><a href="#training">Training &amp; Development</a></li>
                    <li><a href="#conduct">Code of Conduct</a></li>
                    <li><a href="#join">How to Join</a></li>
                </ul>
            </aside>

        </div>
    </div>
</div>

<?php
include('footer.php');
?>