/* Footer Styles */
footer {
    background-color: #f2f2f2;
    color: #333;
    text-align: center;
    padding: 20px;
    font-family: 'Barlow', sans-serif;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo img {
    width: 100px;
    margin-bottom: 10px;
}

