﻿body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    color: #111;
}

.hero {
    background: url('hero.jpg') center center /cover no-repeat;
    height: 600px;
    position: relative;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logo {
    width: 150px;
    margin-bottom: 20px;
}

.section-dark {
    background-color: #0a0b2e;
    color: white;
}

.section-dark h3, .section-dark h5 {
    color: #fff;
}

.section-feature {
    padding: 2rem;
    color: #fff;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 250px;
}

.faq-section .container div,
.join-community-section .container div {
    border-radius: 12px;
    background-color: #0c0c3f;
}

.faq-section h3,
.join-community-section h2,
.join-community-section p {
    color: #fff;
}

.join-community-section a.btn {
    border-color: #fff;
}

.section-pattern {
    background: url('/Content/images/pattern-1.png') no-repeat center;
    background-color: #06002e; /* dark blue */
    background-blend-mode: lighten; /* or multiply, overlay based on desired effect */
    background-size: cover;
}


.section-pattern1 {
    background: url('/Content/images/pattern-3.png') no-repeat center;
    background-color: #06002e; /* dark blue */
    background-blend-mode: lighten; /* or multiply, overlay based on desired effect */
    background-size: cover;
}

.section-pattern2 {
    background: url('/Content/images/pattern-4.png') no-repeat;
    background-color: #06002e; /* dark blue */
    background-blend-mode: lighten; /* or multiply, overlay based on desired effect */
    background-size: contain;
}

.faq-pattern {
    background: url('/Content/images/pattern-1.png') no-repeat center center;
    background-size: cover;
    background-color: #0c0b3d; /* fallback base color */
    border-radius: 12px;
}

.contact-section {
    background-color: white;
    color: #000029;
    font-family: 'Lato', sans-serif;
}

    .contact-section h3 {
        font-weight: 700;
        color: #000029;
    }

    .contact-section .register-link {
        color: #000029;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .contact-section .register-link:hover {
            color: #0056b3;
        }

.announcement-section p {
    line-height: 1.7;
    font-size: 1rem;
}

.announcement-section h6 {
    font-weight: 700;
    font-size: 1.1rem;
}

.contact-section {
    color: #000029;
    border-radius: 0;
}

    .contact-section p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .contact-section .btn {
        font-weight: 600;
        font-size: 1rem;
        background-color: #0066ff;
        border: none;
        transition: background-color 0.3s;
    }

        .contact-section .btn:hover {
            background-color: #004bb5;
        }

.site-footer {
    background-color: #06062B;
    color: #fff;
    padding: 8px 20px;
    font-size: 12px;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    max-width: 100%;
    overflow-x: auto;
}

.footer-link {
    color: #fff;
 
    white-space: nowrap;
}

    .footer-link:hover {
        text-decoration: none;
    }

.footer-powered {
    color: #ccc;
    white-space: nowrap;
}

.custom-navbar {
    background-color: #06062a; /* Dark navy */
    padding: 0.3rem 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand img {
    max-height: 40px;
}

.nav-link {
    color: white !important;
}


html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}


.main-content {
    flex: 1;
}
footer {
    background-color: #070731;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 0.85rem;
}

body {
    background-color: #fffef4;
}




.sidebar {
    background-color: #f5faff;
    padding: 15px;
    min-height: 100vh;
    border-right: 1px solid #ddd;
}

    .sidebar a {
        display: block;
        padding: 8px 10px;
        margin-bottom: 5px;
        color: #000;
        text-decoration: none;
    }

        .sidebar a.active {
            background-color: #e6f1fb;
            font-weight: bold;
        }

.form-section {
    padding: 30px;
}

.form-control[readonly] {
    background-color: #f3fdfd;
}

.form-label {
    font-weight: 500;
}
