/* Professional Dark Footer Styling */
.main-footer {
    background-color: #000000;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    padding-top: 50px !important; /* Standardized top padding */
    padding-bottom: 30px !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 10;
}

.logo-text-gold {
    font-weight: 800;
    font-size: 1.5rem;
    color: #FFA500;
    letter-spacing: -1px;
}

.footer-main-logo {
    height: 60px;
    width: auto;
}

.footer-desc {
    color: #ffffff;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.6;
    max-width: 250px;
}

.footer-heading {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-links li {
    margin-bottom: 2px;
}

.footer-links a {
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none !important;
    font-size: 14px;
    transition: all 0.2s ease;
}

.footer-links a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 5px;
}

.social-icons-pro a {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.social-icons-pro a:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-3px);
}

.text-gold {
    color: #FFA500 !important;
}

.extra-small {
    font-size: 11px;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 20px 0;
}

.footer-bottom-bar {
    display: none;
    /* Removed as requested */
}

.footer-bottom-pro {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
}

.footer-contact-info span {
    display: flex;
    align-items: center;
}

.footer-contact-info i {
    color: #ffffff;
    margin-right: 8px;
}

.copyright {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .footer-top {
        text-align: left !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Branding & App: Full Width and Left Aligned */
    .footer-top>div:first-child,
    .footer-top>div:last-child {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 1.5rem !important;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /* Shop & Links: Side-by-Side (Compressed) */
    .footer-top>div:nth-child(2),
    .footer-top>div:nth-child(3) {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        margin-bottom: 1.25rem !important;
    }

    .footer-links {
        padding: 0;
        text-align: left;
    }

    .footer-links li {
        margin-bottom: 6px !important;
    }

    .footer-links a {
        font-size: 13px !important;
    }

    .footer-heading {
        font-size: 13px !important;
        margin-bottom: 1rem !important;
    }

    .footer-desc {
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
        font-size: 12px !important;
        text-align: left !important;
    }

    .footer-app-badges {
        justify-content: flex-start !important;
    }

    .footer-promise>div {
        justify-content: flex-start !important;
        margin-bottom: 1rem !important;
    }

    .social-icons-pro {
        justify-content: flex-start !important;
        margin-bottom: 1rem;
    }

    .footer-contact-info {
        justify-content: flex-start !important;
        width: 100%;
        margin-top: 10px;
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 15px !important;
        align-items: center !important;
    }

    .footer-bottom-pro {
        text-align: left !important;
        justify-content: flex-start !important;
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 15px !important;
        padding-bottom: 60px !important; /* Ensure visibility above bottom nav */
    }

    .copyright {
        margin-bottom: 4px !important;
        font-size: 11px !important;
    }
}