.layout-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background: #046DB5;
    width: 100%;
    text-align: center;
    color: white;
    transition: bottom 0.3s;
}
