footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
}
.footer-section p{
    color: #ffffff;
}
.footer-logo {
    font-weight: 900;
    line-height: 123px;
    font-size: clamp(2.5rem, 8vw, 6.3rem);
    color: #ffffff;
}

footer .social-icons {
    margin-top: -1rem;
}
footer .social-icon {
    height: 26px;
}
.footer-icons {
    margin-top: -5rem;
}
.footer-icons img {
    object-fit: contain;
    overflow: hidden;
}
.footer-link, .footer-2{
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
}
.footer-link:hover, .footer-2:hover {
    color: #ffffff;
}

.footer-link:hover {
    color: #f8f9fa;
}
.gc-top-bottom {
    z-index: 2;
    cursor: pointer;
    background-size: 22px 22px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 15px;
    font-size: 12px;
    font-weight: 700;
    transition: opacity 0.3s, background-color 0.3s;
    position: fixed;
    bottom: 60px;
    right: 25px;
    background: url("./../../images/icons/arrow-bubble.svg") no-repeat
        center/cover;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.animated-underline {
    position: relative;
}

.animated-underline:after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    display: block;
    /* margin-top: 5px; */
    right: 0;
    background: #fff;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
}

.animated-underline:hover:after {
    width: 100%;
    left: 0;
    background: #fff;
}
footer ul.list-unstyled li {
    padding: 3px 0;
}

@media only screen and (max-width: 768px) {
    .footer-icons {
        margin-top: auto;
    }
    .footer-icons img {
        width: 25%;
    }

    footer .social-icons{
        position: absolute;
        top: 0;
    }
    /* footer .footer-content  {
        padding-top: 10px !important;
    } */
}
