 

    
.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.03);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px; 
    z-index: 100; 
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.footer-content p {
    margin: 0;
    font-size: 14px; 
} 

