.footer-custom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, #b70404, #ff4949);
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    padding: 7px 0;
    text-align: center;
    z-index: 999;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
}

    .footer-custom .footer-content {
        max-width: 1200px;
        margin: 0 auto;
    }
