/* Footer Styles */
footer {
    background-color: #f8f9fa; /* Light background */
    color: #333;
    padding: 40px 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.footer-acknowledgements {
    margin-bottom: 20px;
}

.footer-acknowledgements h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #333;
}

.acknowledgement-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.logo-item {
    flex: 1 1 20%; /* Adjust size of logos */
    padding: 10px;
}

.logo-item img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.logo-item img:hover {
    
}

/* Bottom Footer */
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    font-size: 0.85em;
    color: #666;
}

.footer-bottom p {
    margin: 0;
}
