﻿/* =========================================================
   FOOTER - STRONG VERSION
   ========================================================= */

.site-footer {
    position: relative;
    margin-top: 80px;
    padding: 65px 0 25px;
    background: #111b35 !important;
    color: #ffffff !important;
    overflow: hidden;
}

    .site-footer::before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        top: -180px;
        left: -100px;
        background: rgba(255, 107, 26, 0.15);
        border-radius: 50%;
        pointer-events: none;
    }

    .site-footer::after {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        bottom: -150px;
        right: -80px;
        background: rgba(255, 107, 26, 0.10);
        border-radius: 50%;
        pointer-events: none;
    }

    .site-footer .container {
        position: relative;
        z-index: 2;
    }

.footer-logo {
    color: #ffffff !important;
}

    .footer-logo span {
        color: #ffffff !important;
    }

    .footer-logo strong {
        color: #ff6b1a !important;
    }

.footer-description {
    color: rgba(255,255,255,.70) !important;
}

.site-footer h5 {
    color: #ffffff !important;
    font-weight: 900;
}

.site-footer a {
    color: rgba(255,255,255,.72) !important;
}

    .site-footer a:hover {
        color: #ff6b1a !important;
    }

.site-footer p {
    color: rgba(255,255,255,.68) !important;
}

.site-footer hr {
    border-color: rgba(255,255,255,.15) !important;
}

.footer-bottom {
    color: rgba(255,255,255,.50) !important;
}

.footer-social a {
    background: rgba(255,255,255,.10) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.08);
}

    .footer-social a:hover {
        background: #ff6b1a !important;
        color: #ffffff !important;
    }
.expired-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #dc3545;
    color: white;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 5px 15px rgba(220, 53, 69, .3);
    z-index: 5;
}