body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff; /*#f4f4f9;*/
    color: #333;
}

h1, h2 {
    color: #333;
}

a {
    color: #007BFF;
    text-decoration: none;
      color: #fff;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 20px;*/
        margin-top: 10px !important;

}

form {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


/* Navigation Bar */
.navbar {
    background: #fff;
    padding: 15px 40px;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}



.nav-menu {
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    
}

.nav-menu li {
    margin-right: 25px;
}
.nav-menu .right-item {
    margin-left: auto; /* pushes Contact Us to the far right */
    margin-right: 0;
}
.nav-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.3s ease;
    color: #003366;
    font-weight: bold;
}

.nav-menu li a:hover {
    color: #ff6600;
}

.login-btn {
    background: #ff6600;
    padding: 8px 18px;
    border-radius: 20px;
}

.login-btn:hover {
    background: #e65500;
    color: #fff !important;
}



footer a {
    color: #fff;
    text-decoration: none;
}

 footer {
            
            color: #000;
            text-align: center;
            font-size: 0.9rem;
        }
        .footer {
            text-align: center;
            padding: 20px;
            background-color: #003366;
            color: white;
input[type="text"],
input[type="password"],
input[type="number"],

