﻿.fixed-bottom-navigation {
    position: absolute;
    bottom: var(--footer-height); /* Place it directly above the footer */
    height: 60px; /* Match footer height */
    width: 100%;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.footer {
    height: var(--footer-height);
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: var(--footer-height); /* Vertically center the text there */
    background-color: #2a323f;
    /*    border-top: none !important;*/
    border-top: 3px solid #ffd500 !important;
}

footer .container .footerLogo {
    height: 25px;
    position: absolute;
    right: 5%;
    bottom: 20%;
}

@media (max-width: 768px) {

    .form-header img {
        position: relative;
        float: none;
        top: auto;
    }
    :root {
        --footer-height: 65px;
    }



}


.yearFooter{
    color : white;
}