body {
    background-color: #F5F7FA;
}
    .footer-link {
        color: #cfd8ff;
        text-decoration: none;
    }
    .footer-link i {
        margin-right: 6px;
    }
    .footer-link:hover {
        color: #ffffff;
        text-decoration: underline;
    }
    footer i:hover {
        opacity: 0.8;
    }

/* HERO */
.hero {
    background: url('../images/reading.jpg') center/cover no-repeat;
    height: 55vh;
    position: relative;
}

.hero-overlay {
    background: rgba(13, 27, 63, 0.70);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
}

/* TITLES */
.section-title {
    font-weight: 700;
    color: #0d1b3f;
    border-left: 5px solid #ffc107;
    padding-left: 10px;
    margin-bottom: 25px;
}

/* LISTS */
.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    padding: 10px 12px;
    background: white;
    margin-bottom: 8px;
    border-left: 4px solid #0d1b3f;
    border-radius: 6px;
    transition: 0.3s;
}

.custom-list li:hover {
    background: #e6f0ff;
    border-left-color: #ffc107;
}

.custom-list li a {
    text-decoration: none;
    color: #0d1b3f;
    font-weight: 500;
}

/* CARDS */
.stat-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* ALTERNATING SECTIONS */
.section-alt {
    background: #eef2f7;
}

/* FOOTER */
.footer {
    background: #0d1b3f;
    color: white;
    padding: 15px 0;
}

    
   .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    padding: 10px 18px !important;
    border-radius: 6px;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
    background: #ffc107;
    color: #0d1b3f !important;
}
#about{
    background-color:white;
}

