.footer-bottom {
    background-color: #FFB700;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px 3px 5px;
}

footer {
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.5) url(../image/bg1.webp);
    background-size: cover;
    background-blend-mode: darken;
}

footer .text {
    margin: 10px 0 30px 0;
    line-height: 1.6;
}

footer .footer-icons .call {
    background-color: orange;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: larger;
    margin-right: 10px;

}

footer .footer-icons .call a {
    color: #fff;
}

footer .footer-icons .whatsapp a {
    color: #fff;

}

footer .footer-icons .whatsapp {
    background-color: orange;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: x-large;
    margin-left: 10px;

}

footer .footer-col ul li a {
    text-decoration: none;
    color: #fff;
}

footer .footer-col ul li {
    font-size: large;
    font-weight: 500;
    list-style: none;
    margin-top: 7px;
    transition: all 0.5s;
}

footer .footer-col ul li:hover {
    padding-left: 10px;
}


footer .footer-col ul li .icon {
    margin-right: 10px;
    color: orange;
}


.heading3 {
    position: relative;
    margin-bottom: 30px;
}

.heading3 h2 {
    position: relative;
    font-size: 24px;
    color: #fff;
}

.heading3 h2::after {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 50px;
    height: 3px;
    left: 0;
    background-color: orange;

}

footer .footer-col p {
    font-size: large;
    font-weight: 400;
    margin-top: 10px;
    color: #fff;

}


@media only screen and (max-width: 720px) {

    .footer-bottom {
        background-color: #FFB700;
        font-size: larger;
        font-weight: bold;
        text-align: center;
        padding: 10px 5px 3px 5px;
    }

    footer {
        padding: 50px 0;
        background-attachment: fixed;
        background-size: cover;
    }

    footer .text {
        margin: 10px 0 30px 0;
        line-height: 1.6;
    }

    footer .footer-icons {
        text-align: center;
    }

    footer .footer-icons .call {
        margin-left: 30%;

    }

    footer .footer-icons .call a {
        color: #fff;
    }

    footer .footer-icons .whatsapp a {
        color: #fff;

    }
}