/* Footer Top */

footer .footer-top {
    padding: 65px 0;
}

footer .footer-top .contents {
    align-items: center;
}

/* Left */

footer .footer-menus {
    width: calc(50% - 80px);
    font-size: 22px;
    line-height: 26px;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .footer-menus .column {
    margin-right: 35px;
}

footer .footer-menus .column a {
    text-decoration: underline;
}

/* Logo */

footer .circle-logo {
    width: 160px;
}

/* Social */

footer .footer-social {
    width: calc(50% - 80px);
    justify-content: flex-end;
    align-items: center;
}

footer .footer-social .trustpilot {
    width: 150px;
    margin-right: 25px;
    display: none !important;
}

footer .footer-social .icons {
    justify-content: flex-start;
    align-items: center;
}

footer .footer-social .icons .icon {
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: 18px;
}

footer .footer-social .icons .icon:first-of-type {
    margin-left: 0;
}

/* Footer Bottom */

footer .footer-bottom {
    padding-bottom: 40px;
}

footer .footer-bottom p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
}


@media (max-width: 1500px) {

    footer .footer-top {
        padding: 50px 0;
    }

    footer .footer-menus {
        width: calc(50% - 60px);
        font-size: 16px;
        line-height: 19px;
    }

    footer .circle-logo {
        width: 120px;
    }

    footer .footer-social {
        width: calc(50% - 60px);
    }

    footer .footer-social .trustpilot {
        width: 115px;
        margin-right: 18px;
    }

    footer .footer-social .icons .icon {
        width: 37px;
        height: 37px;
        margin-left: 14px;
    }

    footer .footer-bottom {
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 30px;
    }

}


@media (max-width: 1000px) {

    footer .footer-top {
        padding: 30px 0 50px;
    }

    footer .footer-menus {
        flex-direction: column;
    }

    footer .footer-menus .column {
        margin-bottom: 30px;
    }

    footer .footer-menus .column:last-of-type {
        margin-bottom: 0;
    }

    footer .footer-social {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-end;
    }

    footer .footer-social .trustpilot {
        margin-right: 0;
    }

    footer .footer-social .icons {
        margin-bottom: 30px;
    }

}

@media (max-width: 600px) {

    footer .footer-top {
        padding: 53px 0 30px;
    }

    footer .footer-menus,
    footer .footer-social {
        width: 100%;
    }

    footer .footer-menus {
        margin-bottom: 40px;
        order: 2;
        flex-direction: column-reverse;
    }

    footer .footer-menus .column:last-child {
        margin-bottom: 20px;
    }

    footer .footer-menus .column p {
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: left;
    }

    footer .circle-logo {
        margin-bottom: 50px;
        order: 1;
        max-width: 108px;
    }

    footer .footer-social {
        flex-direction: column-reverse;
        align-items: flex-start;
        order: 3;
    }

    footer .footer-bottom {
        padding-bottom: 60px;
    }

    footer .footer-bottom p {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: left;
    }

}





/*=======================================
          Newsletter Section
========================================*/

.newsletter {
    padding: 85px 0 150px;
}

.page-template-template-case-studies .newsletter,
.page-template-template-contact .newsletter {}

.newsletter h2 {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 65px;
}

.newsletter .form {
    max-width: 1000px;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.newsletter .form .field {
    width: 460px;
    margin: 0 8px;
}

.newsletter .form .field label {
    display: block;
    font-family: Inter, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
}

.newsletter .form .field input {
    border: 1px solid var(--black);
    width: 100%;
    height: 62px;
    padding: 10px;
    font-size: 16px;
    line-height: 19px;
    background-color: transparent;
}

.newsletter .form .submit {
    margin-top: 120px;
    width: 100%;
    text-align: center;
}

.newsletter .form .submit .button {
    width: 380px;
}

@media (max-width: 1500px) {

    .newsletter {
        padding: 65px 0 80px;
    }

    .newsletter h2 {
        font-size: 24px;
        line-height: 36px;
        max-width: 525px;
        margin: 0 auto 50px;
    }

    .newsletter .form {
        max-width: 800px;
    }

    .newsletter .form .field {
        width: 345px;
        margin: 0 8px;
    }

    .newsletter .form .field label {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 5px;
    }

    .newsletter .form .submit .button {
        width: 285px;
    }

}

@media (max-width: 1000px) {

    .newsletter .form {
        max-width: 100%;
        width: 100%;
    }

    .newsletter .form .field {
        width: calc(50% - 16px);
    }

}



@media (max-width: 600px) {
  
    .newsletter {
        padding: 50px 0;
    }

    .newsletter .form .field {
        width: 100%;
        margin: 0 0 25px;
    }

    .newsletter .form .submit{
        margin-top: 0px;
    }

    .newsletter .form .submit .btn{
        width: 100%;
    }

}

@media (max-width: 450px) {

    .newsletter .form .submit {
        margin-top: 15px;
    }

    .newsletter .form .submit .button {
        width: 100%;
    }

}