﻿

:root {
    --bg: #ffffff;
    --panel: #3e62b5;
    --panel-light: #eef3ff;
    --text: #0f172a;
    --muted: #4b5563;
    --border: #e5e7eb;
    --accent: #ffd067;
    --accent-border: #c9a446;
    --btn: #0f3d63;
    --card: #fff;
}

* {
    box-sizing: border-box
}

html, body {
    margin: 0;
    padding: 0
}

body {
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, sans-serif;
    color: var(--text);
    background: var(--bg)
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

.section {
    padding-block: clamp(5px,4vw,15px)
}

.container {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(16px,2vw,14px)
}

/* Two column layout */
.two-col {
    display: grid;
    grid-template-columns: 1.6fr .9fr;
    gap: 24px;
    align-items: start
}

@media (max-width:1024px) {
    .two-col {
        grid-template-columns: 1fr
    }
}

/* Headings */
.intro h1 {
    font-size: clamp(22px,4.2vw,36px);
    color: #163b66;
    margin: 0 0 8px
}

.intro p {
    color: var(--muted);
    line-height: 1.6;
    margin: 0
}

.subhead {
    margin: 20px 0 12px;
    color: #163b66;
    font-size: clamp(18px,3.2vw,24px);
    text-align: center
}

/* Cards */
.cards {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px
}

@media (max-width:1200px) {
    .cards {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:700px) {
    .cards {
        grid-template-columns: 1fr
    }
}

.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,.04)
}

.

{
    margin: 0
}

    .thumb img {
        width: 100%;
        height: 180px;
    }

.card-body {
    padding: 14px
}

    .card-body h3 {
        margin: 0 0 6px;
        font-size: clamp(16px,2.6vw,20px);
        color: #0f3d63
    }

    .card-body p {
        margin: 0;
        color: #374151;
        font-size: 14px
    }

/* Side panel */
.side-col {
    position: relative
}

.panel {
    background: var(--panel-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px
}

.btn {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 10px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #0f3d63;
    font-weight: 600
}

    .btn.primary {
        background: var(--accent);
        border-color: var(--accent-border)
    }

/* Reference documents */
.refs {
    margin-top: 14px;
    background: rgb(87 119 155);
     /*rgba(0, 33, 71, .7);*/
    color: #fff;
    border-radius: 12px;
    padding: 14px
}
    .refsd {
        margin-top: 14px;
        background: rgb(87 119 155);
        /*rgba(0, 33, 71, .7);*/
        color: #fff;
        border-radius: 10px;
        padding: 12px
    }

    .refs h3 {
        margin: 0 0 10px
    }

.ref-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    .ref-list li {
        border-bottom: 1px dashed rgba(255,255,255,.35);
    }

        .ref-list li a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 2px;
            color: #fff;
            text-decoration: none
        }

            .ref-list li a::before {
                content: '›';
                display: inline-block;
                opacity: .9
            }

        .ref-list li:last-child {
            border-bottom: 0
        }

/* Reduce side-by-side spacing on mobile */
@media (max-width:1024px) {
    .side-col {
        order: 2
    }

    .main-col {
        order: 1
    }
}

body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f4f6f9;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* NAVBAR */
.navbar {
    background-color: #001a39;
    padding: 12px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.navbar-brand img {
    border-radius: 6px;
}

.nav-link {
    color: #ffffff !important;
    padding: 10px 16px !important;
    border-radius: 6px;
    transition: 0.3s;
}

    .nav-link:hover {
        background: #ffc107;
        color: #001a39 !important;
    }

/* HERO */
/*.hero {
    background: linear-gradient(135deg, rgba(0,33,71,.7), rgba(0,64,128,.8)), url('https://images.unsplash.com/photo-1528901166007-3784a5de1f04?auto=format&fit=crop&w=1400&q=60');
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    color: white;
    text-align: center;
}
*/
.hero {
    background: linear-gradient(135deg, rgba(0, 33, 71, .7), rgba(0, 64, 128, .8)), url(https://images.unsplash.com/photo-1528901166007-3784a5de1f04?auto=format&fit=crop&w=1400&q=60);
    background-size: cover;
    background-position: center;
    /* padding: 50px 20px; */
    color: white;
    text-align: center;
    width: 80%;
    /* padding-left: 10%; */
    margin-left: 11%;
}
    .hero h1 {
        font-size: 1.8rem;
        font-weight: 700;
    }

    .hero .btn {
        margin-top: 20px;
        padding: 14px 36px;
        border-radius: 35px;
        background: #ffc107;
        color: #001a39;
        font-size: 1.2rem;
        transition: 0.3s;
    }

        .hero .btn:hover {
            background: #ffd95a;
            transform: scale(1.08);
        }

/* SECTION TITLES */
.section-title {
    font-weight: 700;
    color: #002147;
    text-align:center;
}

/* AWARD CATEGORIES */
.category-card {
    padding: 25px;
    background: white;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
    transition: 0.3s;
}

    .category-card:hover {
        transform: translateY(-10px); 
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }

    .category-card img {
        height: 160px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

/* COUNTERS */
.counter-box {
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
    text-align: center;
}

.counter {
    font-size: 2.8rem;
    color: #004b9b;
    font-weight: 800;
}

/* FOOTER */
footer {
    background: #001a39;
    color: #fff;
    text-align: center;
    padding: 25px;
    height:70px
}
