/* Modern Professional Footer */
.footer-area {
    background: #f5f5f4 !important;
    padding: 80px 0 0 0 !important;
    border-top: none !important;
    color: #475569 !important;
}

/* Brand Section */
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-brand .brand-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #0093fe 0%, #0066cc 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    border-radius: 12px;
    letter-spacing: 2px;
    box-shadow: 0 4px 12px rgba(0, 147, 254, 0.2);
}

.footer-brand p {
    color: #475569 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.footer-brand a {
    color: #334155 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.footer-brand a:hover {
    color: #0093fe !important;
}

/* Footer Columns */
.footer-column {
    margin-bottom: 30px;
}

.footer-column h4 {
    color: #1e293b !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 24px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    position: relative !important;
    padding-bottom: 12px !important;
}


.footer-column ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-column ul li {
    margin-bottom: 14px !important;
}

.footer-column ul li:last-child {
    margin-bottom: 0 !important;
}

.footer-column ul li a {
    color: #334155 !important;
    text-decoration: none !important;
    font-size: 14.5px !important;
    line-height: 1.6 !important;
    display: inline-block !important;
}

.footer-column ul li a:hover {
    color: #0093fe !important;
}

.footer-column ul li span {
    color: #64748b !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* Footer Bottom */
.footer-area::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #cbd5e1;
    margin-top: 60px;
}


/* Remove old styles */
.single-footer-widget,
.footer-contact-info,
.footer-quick-links,
.copyright-area {
    display: none !important;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-area {
        padding: 60px 0 30px 0 !important;
    }
    
    .footer-column {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .footer-area {
        padding: 50px 0 20px 0 !important;
    }
    
    .footer-brand {
        margin-bottom: 40px;
        text-align: center;
        align-items: center;
    }
    
    .footer-column {
        text-align: center;
        margin-bottom: 35px;
    }
    
    .footer-column h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Language Badges */
.footer-languages {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 40px 0 30px 0;
    margin-top: 40px;
}

.lang-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px dotted #94a3b8;
    border-radius: 3px;
    text-decoration: none !important;
    transition: none;
}

.lang-badge svg {
    display: block;
    border-radius: 2px;
}

.lang-badge span {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.lang-badge:hover {
    background: #e7e5e4;
}
