footer{
    background: linear-gradient(#f7d5b5EE, #f7d5b5EE), url(../../images/banner3.webp) no-repeat center center;
    background-size: cover;
}

footer a {
    color: #000000;
}

footer a:hover {
    color: #f18f00;
}

footer .links a::before {
    font-family: "bootstrap-icons";
    content: "\F231"; /* Unicode for bi-search */
    font-size: 1rem;
    display: inline-block;
}

footer .logo {
    height: 100px;
    width: auto;
}

footer .text-back-to-up{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.text-back-to-up .text-para h6 {
    color: #ffffff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 100;
    opacity: 0.7;
}

.back-to-up {
    position: absolute;
    right: 0;
    text-align: center;
}

.back-to-up h6{
    color: #ffffff;
    line-height: 23px;
    font-weight: 250;
    margin-top: 10px;
    opacity: 0.7;
}

.back-to-up img{
    rotate: 270deg;
    background-color: #666666;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
}

footer .lower-footer{
    font-size: 18px;
    display: flex;
    align-items: start;
}

footer .lower-footer a{
    color: #f18f00;
}

footer .lower-footer img.logo {
    filter: grayscale(1);
}

footer .lower-footer h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

footer .lower-footer h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.lower-footer {
    position: relative;
}

.lower-footer .design {
    margin-top: 60px;
}
.lower-footer .design span{
    opacity: 0.7;
}
.design a {
    color: #FFF;
    font-weight: bold;
}

.design a:hover {
    color: #FDB927;
}

.lower-footer h6 a {
    color: #000000;
    text-decoration: none;
}

.lower-footer h6 a:hover {
    color: #f18f00;
}

@media only screen and (max-width: 1599px) {
    footer .text-back-to-up { 
        width: calc(100% - 330px);
    }
} 

@media only screen and (max-width: 1399px) {
    footer .container{
        max-width: 1190px;
    }

    .back-to-up{
        top: -40px;
    }

    .lower-footer .design{
        margin-top: 0;
    }

    .lower-footer .address{
        margin-bottom: 50px;
    }

    .lower-footer .contact{
        margin-bottom: 50px;
    }

    .lower-footer .links{
        margin-bottom: 50px;
    }

    footer .text-back-to-up { 
        width: calc(100% - 330px);
    }
    footer .lower-footer h6{
        font-size: 16px;
    }
    .text-back-to-up .text-para h6{
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    footer .text-back-to-up { 
        width: calc(100% - 300px);
    }
} 
@media only screen and (max-width: 992px) {
    footer .text-back-to-up { 
        width: calc(100% - 250px);
    }
}
@media only screen and (max-width: 768px) {
    footer {
        position: relative;
        z-index: 2;
    }
}
@media only screen and (max-width: 767px) {
    footer .lower-footer {
        display: grid;
    }
    footer .container{
        max-width: 720px;
    } 

    .back-to-up{
        display: none;
    }

    .lower-footer .design {
        position: absolute;
        bottom: 0;
    }
    footer .text-back-to-up{
        width: 100%;
        margin-bottom: 42px;
    }
    .lower-footer .address {
        margin-bottom: 42px;
    }
    .lower-footer .contact{
        margin-bottom: 42px;
    }
    .lower-footer .links{
        margin-bottom: 42px;
    }
    footer .lower-footer h5 { 
        margin-bottom: 18px;
    }
    footer .lower-footer{
        margin-top: 60px;
    }
}
