#site-footer{
    position: relative;
    max-width: 100%;
    padding-top: 1.5rem;
    background-color: darkblue;
}

#site-footer>p{
    color: #f8f8f8;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 1rem;
}
#poliicy-and-terms-wrapper{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    /* border-bottom: 1px solid #eee;
    padding-bottom: 4rem; */
    margin: 0 1rem;
}

#poliicy-and-terms-wrapper>a{
    text-decoration: none;
    font-weight: bold;
    color: dodgerblue;
    transition: all 0.4s ease-in;
}
#poliicy-and-terms-wrapper>a:hover{
    text-decoration: underline;
}

#developer_details_cont{
    position: relative;
    margin-top: 2rem;
    width: 100%;
    background-color: #fff;
    padding: 1rem;
}

#developer_details_cont>p{
    font-size: 12px;
    color: #666;
    line-height: 1.2;
    text-align: center;
}
#developer_details_cont>div, #developer_details_cont .inner_cont{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}
#developer_details_cont .inner_cont{
    gap: 0.7rem;
}
#developer_details_cont .inner_cont>.info--icon{
    color: dodgerblue;
    font-size: 1.5rem;
    font-weight: 600;
}

#developer_details_cont .inner_cont a{
    color: dodgerblue;
    text-decoration: none;
    font-size: 11px;
    transition: all 0.5s ease-in;
}

#developer_details_cont .inner_cont a:hover{
    text-decoration: underline;
}