* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #f0f8ff;
    color: #333;
}

header {
    background-color: #87ceeb;
    padding: 20px;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 100px;
}

.logo2{
    width: 250px;
    float: left;
    margin-top: 15px;

}
ul {
    list-style: none;
    display: flex;
}

.nav-link, .sign-up-button {
    text-decoration: none;
    color: #333;
    margin-left: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.sign-up-button {
    background-color: #4682b4;
    color: #fff;
}

.nav-link:hover, .sign-up-button:hover {
    background-color: #5cacee;
    color: #fff;
}

.section {
    padding: 60px;
    text-align: center;
}

.home-section {
    display: flex;
    justify-content: center;
    padding: 80px 20px;
}

.content-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
}

.left-content {
    text-align: left;
    margin-right: 60px;
}

h1{
    color: #0D3B66;
    font-weight: bold;
}


h2 {
            font-size: 2.5rem;
            color: #003366;
        }

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.intro-text {
    margin-top: 20px;
    
}

.login-form {
    background-color: #34B1E6;
    padding: 40px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.login-form h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: bold;
}

.login-input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid black;
    border-radius: 5px;
    color: black; /* White text */
    font-size: 1em;
}

.login-input::placeholder {
    color: black; /* White placeholder text */
    opacity: 0.2; /* Ensures placeholder is fully opaque */
}

.login-button {
    width: 100%;
    padding: 12px;
    background-color: #FFFFFF;
    color: #0D3B66;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 1em;
    margin-top: 10px;
}

.terms {
    font-size: 0.9em;
    color: #4a4a4a;
    margin-top: 15px;
}

.terms a {
    color: #0D3B66;
}

.feature-container {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.feature-s{
    font-size: 20px;
    font-weight: bolder;
}

.feature img {
    display: block;
    margin: 0 auto; /* Centers the image horizontally */
}

.feature {
    margin-left: 30px;
}

.sign-up-section {
    padding: 60px;
}

.sign-up-form {
    max-width: 400px;
    margin: 0 auto;
    background-color: #34B1E6;
    padding: 40px;
    border-radius: 10px;
}

.sign-up-input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #0D3B66;
    border-radius: 5px;
    font-size: 1em;
}

.sign-up-button {
    background-color: #0D3B66;
    color: #fff;
    font-weight: bold;
}

.contact-input, .contact-button {
    padding: 10px;
    margin: 10px 0;
}

footer {
    background-color: #87ceeb;
    padding: 20px;
    text-align: center;
    color: #333;
}

footer a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

p {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 20px;
    max-width: 700px;
    margin: 0 auto;
}


ol {
    list-style-type: none;
    padding: 0;
    margin: 20px auto;
    max-width: 800px;
    text-align: left;
}

ol li {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #555;
}

.icon-box {
    width: 300px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #e6f7ff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

.icon-box img {
    width: 250px;
    margin-bottom: 15px;
}

.icon-box h4 {
    font-size: 1.5rem;
    color: #003366;
    margin-bottom: 10px;
}

.icon-box p {
    font-size: 1rem;
    color: #333;
    line-height: 1.4;
}

.icons-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.intro-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 40px;
    text-align: justify; /* Justify paragraph text */
}

.about-main {
    font-size: 1.5rem;
    font-weight: bold;
    color: #003366;
    margin-bottom: 20px;
    text-align: left; /* Align text to the left */
}

.section {
    padding: 60px 20px;
    text-align: center;
    background-color: #f0f8ff;
    color: #333;
}

.contact-heading {
    font-size: 2.5rem;
    color: #003366;
    margin-bottom: 20px;
    font-weight: bold;
}

.email-text {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.email-link {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}

.success-message, .error-message {
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.success-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.success-message h3, .error-message h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.success-message p, .error-message p {
    font-size: 1.1rem;
    margin-top: 0;
}

.login-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.login-button:hover {
    background-color: #0056b3;
}


.contact-content {
    margin: 0 auto;
    max-width: 100%;
    line-height: 1.6;
    font-size: 1.1rem;
    color: #555;
    text-align: justify;
}

.contact-content p {
    margin-bottom: 20px;
}
/* Ensures the search container is centered */
.search-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically if needed */
    width: 100%; /* Makes it span the entire width */
    margin-top: 10px; /* Adjust for spacing */
}

/* Styles the search form */
.search-form {
    display: flex;
    align-items: center;
    width: 50%; /* Adjust width as needed */
    max-width: 500px; /* Prevents it from stretching too much */
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Input field styles */
.search-form input {
    width: 80%; /* Allows flexibility */
    padding: 8px;
    border: none;
    outline: none;
    border-radius: 5px;
}

/* Search button styles */
.search-form button {
    width: 20%;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.search-form button:hover {
    background-color: #0056b3;
}

/* Ensures the search suggestions align with the search bar */
#suggestions {
    position: absolute;
    width: 100%; /* Matches the search bar width */
    max-width: 500px; /* Prevents it from stretching too much */
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    z-index: 10;
    top: 100%; /* ✅ Appears directly below the search bar */
    left: 50%; /* ✅ Aligns center */
    transform: translateX(-50%); /* ✅ Centers it properly */
    margin-top: 5px; /* ✅ Adds spacing */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
}

/* Individual suggestion items */
#suggestions div {
    padding: 10px;
    cursor: pointer;
}

#suggestions div:hover {
    background-color: #f0f0f0;
}

/* Fixes position relative to the search container */
.search-container {
    position: relative;
    display: flex;
    justify-content: center; /* ✅ Ensures everything remains centered */
}

