/* Logo styling fixes */
.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-logo img {
    max-width: 100px;
    height: auto;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    margin-right: 15px;
}

.footer-logo h2 {
    font-size: 24px;
    margin: 0;
    color: #fff;
}

.footer-logo h2 span {
    color: #ff6600;
}
