.footer-section {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 70%, white 100%),
                url('/images/banner/banner-footer.jpg') center / cover no-repeat;
    background-color: blue;
    color: white;
    padding: 100px 0 60px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.footer-overlay {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.footer-inner-box {
    margin-top: auto;
    background: transparent;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    border-radius: 8px;
}

.footer-bottom {
    margin-top: auto;
}

.footer-bottom hr {
    height: 3px;
    background-color: #000;
    border: none;
}

.footer-center-text {
    text-align: center;
    color: white;
    margin-top: 10px;
}
