/* Footer Mobile Responsive Fix */

/* Mobile Footer Adjustments */
@media (max-width: 768px) {
    footer {
        /* padding: 2rem 0 !important; */
    }
    
    footer .container {
        padding: 0 1rem !important;
    }
    
    footer .row {
        margin: 0 !important;
    }
    
    footer .col-lg-4,
    footer .col-lg-2,
    footer .col-lg-3,
    footer .col-md-6 {
        margin-bottom: 1rem !important;
        /* padding: 0 0.5rem !important; */
    }
    
    /* Logo Section Mobile */
    footer .col-lg-4 .d-flex {
        /* flex-direction: column !important; */
        gap: 25px !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    footer .col-lg-4 img {
        height: 50px !important;
        max-width: 120px !important;
        /* margin-bottom: 1rem !important; */
        margin: 0 auto!important;
    }
    
    footer .col-lg-4 h4 {
        font-size: 1.2rem !important;
        /* margin-bottom: 0.5rem !important; */
    }
    
    footer .col-lg-4 small {
        font-size: 0.8rem !important;
        /* margin-bottom: 1rem !important; */
    }
    
    footer .col-lg-4 p {
        font-size: 0.9rem !important;
        text-align: center !important;
        line-height: 1.4 !important;
    }
    
    /* Footer Headings Mobile */
    footer h5 {
        font-size: 1.1rem !important;
        /* margin-bottom: 1rem !important; */
        text-align: center !important;
    }
    
    /* Footer Lists Mobile */
    footer ul {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        text-align: center !important;
        padding: 0 !important;
    }
    
    footer li {
        margin-bottom: 0.5rem !important;
    }
    
    footer li a,
    footer li span {
        font-size: 0.9rem !important;
        line-height: 1.3 !important;
    }
    
    /* Newsletter Section Mobile */
    footer .col-lg-3 p {
        text-align: center !important;
        font-size: 0.9rem !important;
    }
    
    footer .d-flex.gap-2 {
        flex-direction: column !important;
        gap: 0.5rem !important;
    }
    
    footer .form-control-brand {
        margin-bottom: 0.5rem !important;
        font-size: 0.9rem !important;
        padding: 0.75rem !important;
    }
    
    footer .btn-brand {
        width: 100% !important;
        padding: 0.75rem !important;
        font-size: 0.9rem !important;
    }
    
    /* Contact Info Mobile */
    footer .col-lg-3 div p {
        text-align: center !important;
        font-size: 0.9rem !important;
        margin-bottom: 0.75rem !important;
        word-break: break-word !important;
    }
    
    /* Social Links Mobile - Force Horizontal */
    footer .social-links {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 1rem !important;
        flex-wrap: nowrap !important;
    }
    
    footer .social-links a {
        flex-shrink: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Footer Bottom Mobile */
    footer hr {
        margin: 1.5rem 0 !important;
    }
    
    footer .text-center p {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
        padding: 0 1rem !important;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    footer {
        /* padding: 1.5rem 0 !important; */
    }
    
    footer .container {
        padding: 0 0.75rem !important;
    }
    
    footer .col-lg-4 img {
        height: 75px !important;
        max-width: 200px !important;
    }
    
    footer .col-lg-4 h4 {
        font-size: 1.1rem !important;
    }
    
    footer h5 {
        font-size: 1.3rem !important;
    }
    
    footer li a,
    footer li span,
    footer p {
        font-size: 1.05rem !important;
    }
    
    footer .form-control-brand {
        font-size: 0.85rem !important;
        padding: 0.6rem !important;
    }
    
    footer .btn-brand {
        font-size: 0.85rem !important;
        padding: 0.6rem !important;
    }
}