.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}
