/* Add your custom styles here */

body {
    padding-top: 0px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5; 
    padding-bottom: 0;
}

.jumbotron {
    background-color: #e9ecef;
    padding: 2rem 1rem;
}

.card {
    margin-bottom: 1rem;
}

.pb-5, .py-5 {
    padding-bottom: 0rem !important;
}
.navbar-brand img {
    height: 50px;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #007bff;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand span {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

footer {
    position: relative;
}

.animation-container {
    position: relative;
    overflow: hidden;
    height: 100px; /* Adjust height as needed */
    background: url('/yazhpanam-city-council/img/cityscape.png') repeat-x bottom; /* Cityscape background */
}

.car-animation {
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 80px;
    animation: drive 10s linear infinite;
}

@keyframes drive {
    from {
        left: -100px;
    }
    to {
        left: 100%;
    }
}

footer h5 {
    font-weight: bold;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li a {
    color: #333;
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer .bg-dark {
    background-color: #333 !important;
}
