/* =============================
   Identifix Base Footer Styles
   Used across all page types (main-store, product-pages)
   ============================= */

.site-footer {
    display: none !important;
}

.identifix-custom-footer {
    /* background-color: var(--solera-jacarta); */
    background-color: rgb(27, 21, 51) !important;
    color: var(--solera-white);
    min-height: 110px;
}

.identifix-custom-footer>.ast-container{
    height: 110px;
}


.identifix-footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    height: 100%;
}

.identifix-footer-content a {
    color: var(--solera-white) !important;
    text-decoration: none;
    font-size: 0.8rem;
}

.identifix-footer-content a:hover {
    color: var(--solera-white) !important;
}

.identifix-footer-copyright{
    font-size: 0.8rem;
    color: var(--solera-white);
    font-weight: 600;
}

.identifix-footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.identifix-footer-left>img {
    max-height: 20px;
    width: auto;
    display: block;
}

.identifix-footer-right {
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1.5rem !important;
}

/* =============================
   Mobile Responsive Footer
   ============================= */

@media (max-width: 768px) {
    .identifix-footer-content {
        flex-direction: column-reverse !important;
        align-items: center;
        justify-content: center;
    }

    .identifix-footer-left {
        text-align: center;
        align-items: center;
    }

    .identifix-footer-right {
        text-align: center;
        align-items: center;
    }

}
