h1,h2,h3,h4,h5,h6{
    margin: 0px;
}
ul{
    margin: 0px;
    padding: 0px;
}

div#page {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}
.footer__container{
    overflow: hidden;
}
.primary-footer{
    position: relative;
    background-color: #575756;
    padding: 90px 48px 80px 48px;
}
.head-office__title{
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.head-office__text{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

html[lang=ar] .head-office__text.font-ar{
    font-family: "Noto Kufi Arabic", sans-serif;
}

.head-office__data{
    display: flex;
    align-items: center;
    gap: 10px;
    height: 17px;
    margin-bottom: 20px;
}

.head-office__box-img{
    max-width: 15px;
    width: 100%;
}
a.head-office__button{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    border: none;
    margin-top: 60px;
    border-radius: 30px;
    padding: 16px 30px;
    background-color: #05A65D;
    width:max-content;
}
.head-office__button:hover{
    color: #FFFFFF;
}
.head-office__button:after{
    content: url("/wp-content/uploads/2023/12/Frame.svg");
    padding-left: 10px;
    width: 31px;
    height: 27px;
}
.footer-menu a{
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}
.footer-menu li{
    line-height: 15px;
    margin-bottom: 18px;
}
.footer__menu-title{
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer__container{
    display: grid;
    grid-template-columns: 1fr 2fr ;
}

@media (max-width: 1024px) {
    .footer__container{
        display: flex;
        flex-direction: column;
    }

    .container__head-office{
        margin-bottom: 75px;
    }
}
.subscriber__title{
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.subscriber__form{
    display: flex;
    gap:17px;
    margin-bottom: 96px;
}
.subscriber__input{
    background: transparent;
    border:solid rgba(125, 125, 125, 1);
    border-radius: 30px;
    width: 100%;
    padding-left: 20px;
}
.subscriber__button{
    background: rgba(5, 166, 93, 1);
    max-width: 318px;
    width: 100%;
    border: none;
    border-radius: 30px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding: 15px 0px;
}
.footer-menu__container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
}
.head-office__title{
    margin-bottom: 27px;
}
.three-box__footer{
    margin-top: 73px;
    margin-bottom: 30px;
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}
.three-footer-menu{
    display: flex;
    gap: 22px;
}
.three-footer-menu a{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-decoration: none;
}
a.three-box__button{
    background: url("/wp-content/uploads/2023/12/Vector-2.svg");
    background-repeat: no-repeat;
    background-position:center;
    background-color: #686866;
    border: none;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    outline: none;
}

.footer__line{
    margin: 0;
    width: 100%;
    height: 1px;
    background: #666666;
}
.final-footer__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.footer__copyrights p{
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.footer__social-link{
    display: flex;
    gap: 9px;
}
.footer__social-link svg:hover{
    fill:white;
}
.footer__social-link svg:hover circle{
    stroke:white;
}
.footer__social-link svg:hover path{
    fill:#575756;
}
/*-------------------------------------------------------------------------- @media ------------------------------------------------------------------------------------------*/


@media (max-width: 1100px){

    /*.subscriber__form {*/
    /*    flex-direction: column;*/
    /*}*/

    .subscriber__input {
        height: 50px;
        max-width: 318px;
    }

}

@media (max-width: 800px){
    .footer__container {
        display: flex;
        flex-direction: column;
    }

    .footer-menu__container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    /* .two-box__footer{
        margin-top: 75px;
    } */

    .container__head-office{
        margin-bottom: 75px;
    }

    .last__our_projects {
        flex-direction: column-reverse;
    }
}

@media (max-width: 600px) {
    .primary-footer{
        padding: 55px 12px 46px 12px;
    }
    .footer__container{
        grid-template-columns: 1fr;
        gap: 0px;
    }
    
    .head-office__button{
        margin-top: 41px;
        padding: 11px 30px;
    }
    a.head-office__button{
        margin-top: 41px;
        padding: 11px 30px;
    }

    .subscriber__input {
        height: 50px;
        max-width: none;
        border-width: 1px;
    }


    .subscriber__button{
        max-width: 100%;
    }
    .footer-menu__container{
        grid-template-columns: 1fr;
        grid-gap: 27px;
    }
    .three-box__footer{
        margin-top: 54px;
        flex-wrap: wrap;
    }
    .three-box__button{
        position: absolute;
        right: 12px;
        bottom: 110px;
    }
    .three-box__footer{
        position: relative;
    }
    .final-footer__container{
        margin-top: 26px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .subscriber__form {
        margin-bottom: 69px;
        gap: 21px;
    }

    .footer-menu a {
        line-height: 12px;
    }

}