/* Master Footer CSS - Bidünya Ticaret */

.footer {
    background-color: var(--color-surface, #11111e) !important;
    color: var(--color-text-secondary, #d1d5db) !important;
    border-top: 1px solid var(--color-border, rgba(255, 255, 255, 0.08));
    position: relative;
    z-index: 10;
}

body.theme-light .footer {
    background-color: #0f172a !important;
    color: #cbd5e1 !important;
}

.footer h5, .footer h6 {
    color: var(--color-text-primary, #ffffff) !important;
    font-weight: 700;
}

.footer a {
    color: var(--color-text-secondary, #9ca3af) !important;
    transition: color 0.2s ease;
}

.footer a:hover {
    color: var(--color-primary, #0d6efd) !important;
}

.footer .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.footer .social-links a:hover {
    background: var(--color-primary, #0d6efd);
    transform: translateY(-3px);
}

.footer .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
}

.footer .contact-item i {
    color: var(--color-primary, #0d6efd);
    margin-top: 3px;
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-links a {
    font-size: 0.85rem;
}
