footer{
    background: #f6f8fd;
    padding: 0px 0 180px;
}

.footer-page-center{
    border-top: solid 1px #d4d7df ;
    padding: 60px 0 0;
}

.footer-logo{
font-family: 'Euclid Circular A';
font-weight: bold;
font-style: italic;
font-size: 32px;
}

.footer-logo span{
    color: #29c775;
}

.footer-flex{
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}



.footer-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 45px;
    font-family: 'Euclid Circular A';
    font-size: 20px;
    font-weight: 500;
}

.footer-menu li{
    cursor: pointer;
    transition: all ease .3s;
}

.footer-menu li:hover{
    color: #29c775;
}

.footer-copyright{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding-top: 60px;
    font-family: 'Euclid Circular A';
    color: #000e33;
}

.footer-social-links{
    align-items: center;
    gap: 30px;
}

.footer-social-links img{
    display: block;
}


@media screen and (max-width: 1450px) {
    footer {
        padding: 0px 0 12.41vw;
    }

    .footer-logo {
        font-size: 2.21vw;
    }

    .footer-menu {
        gap: 3.10vw;
        font-size: 1.38vw;
    }

    .footer-social-links {
        gap: 2.07vw;
    }

    .footer-copyright {
        font-size: 1.10vw;
        padding-top: 4.14vw;
    }

    .footer-page-center {
        padding: 4.138vw 0 0;
    }
}

@media screen and (max-width:991px) {
    footer {
        padding: 0px 0 80px;
    }

    .footer-page-center {
        padding: 40px 0 0;
    }

    .footer-logo {
        font-size: 22px;
    }

    .footer-menu {
        gap: 30px;
        font-size: 14px;
    }

    .footer-social-links {
        gap: 20px;
    }

    .footer-copyright {
        font-size: 12px;
        padding-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .footer-flex{
        flex-direction: column;
    }

    .footer-copyright {
        padding-top: 25px;
    }

    footer {
        padding: 0px 0 50px;
    }

    .footer-menu {
        gap: 18px;
    }

    .ai-testimonial-item .testimonial-author img {
        width: 80px;
        height: 80px;
    }
}

