body {
    font-family: Arial, sans-serif;
}
.contact-info {
    background-color: #e0e0e0;
    border-radius: 0px 0px 0px 50px;
    padding: 0.5rem 1rem;
    width: 100%;
    height: 40px;
    top: 0px;
    position: absolute;

}


.top-links {
    background-color: #0087A9;
    border-radius: 0px 0px 0px 50px;
    padding: 0.5rem 1rem;
    height: 40px;
    color: white;
    position: absolute;
    right: 0px;
    top: 0px;
}
.nav-link.active {
    color: #ffffff !important;
    font-weight: bold;
}
.secondary-nav {
    background-color: #f8f9fa;
    padding: 10px;
}
.news-tenders {
    background-color: #0087A9;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0px 0px 49px 0px;
    width: 200px;
}
.ticker {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-box {
    max-width: 250px;
}



#lang{
    background-color: #0085A1;
            color: white;
            border: none;
            padding: 5px 15px;
            border-radius: 20px;
            transition: all 0.3s ease-in-out;
            float: right;
}

.staff-access {
    background-color: #1D3557;
    color: white !important;
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.staff-access:hover {
    background-color: #0E1E38;
    transform: scale(1.05);
}

#logo{

    margin-bottom: 30px;
}


@media (max-width: 768px) {
    .contact-info, .stafflink, .top-links {
        width: 100%;
        position: static;
        margin-bottom: 10px;
        text-align: center;
    }
    .stafflink, .top-links {
        outline: none;
    }
    .secondary-nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .news-tenders {
        width: 100%;
        margin-bottom: 10px;
    }
    .search-box {
        width: 100%;
    }
}
/*footer2*/
    .footer {
        background-color: #596e75; /* footer background color */
        color: #000000;
        padding: 15px 0px 5px 0px;
    }
    .footer a {
        color: #ccc;
        text-decoration: none;
    }
    .footer a:hover {
        color: #fff; 
    }
    .footer-logo {
        max-width: 300px;
        margin-bottom: 5px;
    }
    .footer-logo2 {
        max-width: 150px;
        margin-bottom: 5px;
    }
    .footer p {
        font-size: 14px;
    }
    .footer-title {
        font-weight: bold;
        color: white;
        margin-bottom: 10px;
    }
    .footer-links {
        display: flex;
        justify-content: space-between;
    }
    .bs-gutter-x: 0rem;
    .footer-links ul {
        list-style: none;
        padding: 0;
    }
    .footer hr {
        border: 0;
        height: 1px;
        background: #444; /* Light gray line */
    }
    .footer li{
        padding: 2px 0px;
    }