/* FOOTER general */
.footer-main {
    font-size: 1rem;
    transition: background 0.3s, color 0.3s;
    color: var(--header-color-text) !important;
    background-color: var(--footer-color);
    border: 0 !important;
}

.footer-main, .footer-main .simple_text, .footer-main a {
    color: var(--footer-color-text) !important;
}

/* Footer links */
.footer-link {
    display: block;
    padding: 0.25rem 0;
    color: #555;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
    border-radius: 4px;
}


/* Footer col titles btn (mobil) */
.footer-title {
    font-weight: 600;
    font-size: 1.1em;
    color: var(--header-color-text) !important;
}

.footer-title:focus {
    outline: none;
}

.footer-main .column_element {
    text-align: left;
}

/* Dark Mode styling (dacă ai body[data-bs-theme="dark"] sau .bg-dark pe footer) */
body[data-bs-theme="dark"] .footer-main,
.footer-main.bg-dark {
    background: #222 !important;
    color: #eee !important;
    border-color: #333 !important;
}

body[data-bs-theme="dark"] .footer-link,
.footer-main.bg-dark .footer-link {
    color: #bbb !important;
}

.row.justify-content-center.footer-columns {
    display: flex;
    justify-content: center;
}

.footer-banners {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-banners img {
    width: 100%;
    height: auto;
}

.footer-title {
    text-align: left;
}

a.footer-link {
    text-align: left;
}

.footer-main a:hover {
    color: inherit !important;
}

/* Ajustează simbolul +/− */
.footer-toggle {
    font-size: 1.2em;
    transition: color 0.2s;
    min-width: 1.5em;
    text-align: center;
}

.footer-columns .footer-column {
    text-align: center;
    /* Centrează titlurile și link-urile */
}

.footer-column .btn-link:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
}

.text-center .simple_text {
    text-align: center !important;
    display: flex;
    justify-content: center;
}

.social-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    max-width: 450px;
    margin: 0 auto;
}

.social-icons .fa-brands {
    font-size: 2.5rem;
    color: var(--footer-color-text) !important;
}

@media (min-width: 768px) {
    .footer-columns {
        justify-content: center !important;
        /* Centrează toate coloanele în row */
    }

    .footer-columns .footer-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

    }

    .footer-columns .footer-link {
        text-align: center;
    }
}


/* Ascunde .collapse la md+ */
@media (min-width: 768px) {
    .footer-title {
        display: none !important;
    }

    .footer-title {
        font-size: 1.13em;
        letter-spacing: 0.01em;
    }
}