/* Footer logo fix - Override main styles */
footer .footer-logo img,
.footer-logo img {
    display: block !important;
    width: 80px !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto 15px !important;
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
    z-index: 100 !important;
    background: transparent !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    /* border: 2px solid red !important; */
}

/* Additional mobile footer styling */
@media (max-width: 768px) {
    .footer-logo h3,
    .footer-logo p,
    .footer-contact p,
    .footer-links h4,
    .footer-contact h4,
    .footer-newsletter h4,
    .footer-newsletter p {
        color: #ffffff !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    }
    
    footer a {
        color: #c2e59c !important;
        font-weight: 500 !important;
    }
    
    .footer-logo {
        text-align: center !important;
        margin-bottom: 25px !important;
    }
    
    .footer-bottom p {
        text-align: center !important;
        padding: 15px 0 !important;
        margin: 0 !important;
    }
    
    .social-links a {
        background-color: rgba(255, 255, 255, 0.1) !important;
        width: 35px !important;
        height: 35px !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 5px !important;
        transition: all 0.3s ease !important;
    }
    
    .social-links a:hover {
        background-color: rgba(255, 255, 255, 0.2) !important;
        transform: translateY(-3px) !important;
    }
}
