body {
    font-family: 'Poppins', sans-serif;
    background-image: url('../images/edited_image_flipped_bottom.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}
.logo{
    margin-left: 70px;
}
.navbar-nav {
      width: 100%;
display: flex;
justify-content: flex-end; /* Push the navbar items to the right */
}

.nav-item {
    margin-right: 25px;
    margin-bottom: 10px; /* Add spacing between items */
}

.nav-link {
    color: #111E24;
}
.nav-link:hover{
color: #37657c;
}
 .search-icon{
    background-color: #EFEFEF;
    margin-top: 5px;
    padding: 3px 10px;
}
.search-bar {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: fixed;
    top: -10px; /* Start hidden above the viewport */
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
    max-width: 500px;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1020;
}
.search-bar.active {
    display: block;
    opacity: 1;
    transform: translate(-50%, 50px);
}

.search-bar input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
}
.overlay {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}
.overlay.active {
    display: block;
    opacity: 1;
}



.loginbtn {
    text-decoration: none;
    color: #3C757D;
    padding: 4px 35px; /* Adjusted padding */
    border: 2px solid #3C757D;
    border-radius: 2px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 14px;
}

.loginbtn:hover {
    color: white;
    background-color: #3C757D;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh; /* Make sure this container takes up the full viewport height */
}
.login-container {

    background-color: #ffffff; /* White background for the form */
    padding: 40px;
    text-align: center;
    height: 600px;
    max-width: 600px;
    display: block;
    justify-content: center;
    align-items: center;
}



.login-container h1 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #111E24;
}

.subheading {
    font-weight: 500;
    margin-left: 90px;
    font-size: 14px;
    color: #3C757D;
    margin-bottom: 30px;
    width: 65%;
}

.input-group {
    margin-left: 100px;
    margin-bottom: 10px;
    text-align: left;
}

.input-group label {
    display: block;
    font-size: 14px;
    color: #111E24;
    margin-bottom: 8px;
    font-weight: 600;
}

.input-group input {
    width: 60%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.input-group input:focus {
    border-color: #3C757D;
    outline: none;
}
.input-group input::placeholder {
    color: #a8a8a8;
    padding-left: 10px;
 font-size: 12px;
}

.forgot-password {
    font-weight: 600;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #3C757D;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.submit-btn {
    margin-top: 20px;
    width: 50%;
    padding: 12px;
    background-color: #111E24;
    color: #ffffff;
    border: none;
    font-size: 16px;

}

.submit-btn:hover {
    background-color: #25343a;
}



.footer {

    background-color: #0B3D3B;
    color: white;
    padding: 50px 0;
}
.footer .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.footer-items{
   margin-left: 100px;
    width: 90%;
}


.footer-logo img {

    width: 200px;
}

.footer-description {

    color: #B4B4B4;
    font-size: 12px;
  width: 70%;
}

.footer-links h5 {
    margin-top: 20px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

.footer-links ul {
    padding: 0;
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 5px;
}

.footer-links ul li a {
    font-weight: 500;
    font-size: 12px;
    color: #B4B4B4;
    text-decoration: none;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}
.footer-contact{
    margin-top: 20px;
}

.footer-contact p {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 12px;
  width: 50%;
}
.footer-contact p svg{
    margin-right: 10px;
}
.footer-contact p span{
    margin-left: 30px;
}

.footer-contact a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.social-icons a {

    margin-right: 25px;
}
.copyright{
    font-size: 12px;
}
.copyright span{
    font-weight: 600;
color: #8FB5BB;
}



@media (max-width:992px){
    .navbar-nav {

   margin-left: 70px;
 margin-top: 40px;
    }
    .center-container{
        margin-top: 50px;
    }
    .loginbtn{

        margin-left: 0px;
    }

    .subheading {
        font-weight: 500;
        margin-left: 55px;
        font-size: 14px;
        color: #3C757D;
        margin-bottom: 30px;
        width: 65%;
    }

    .input-group {
        margin-left: 65px;
        margin-bottom: 10px;
        text-align: left;
    }
    .footer-items{
        margin-left: 0px;
        width: 100%;
    }
    .footer-contact p {
        width: 60%;
      }

}
