/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/dynamic-footer/footer-styles.css ***!
  \******************************************************************************************************************************************************************************************/
.footer_contain{
    /* height: 316.23px; */
    background-color: #000000;
    display: flex; /* Optional: aligns child elements */
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    padding: 60px 0 ;
}
.footer_contain .wp-site-blocks {
    margin: 0 !important;
    padding: 0 !important;
}
li,ul {
    padding-left: 0;
  }
.footer_contain_contact_content
{
    display: grid;
    grid-template-columns: repeat(2,50%);  
    width: 50%;
}
.footer_discription_links{
    display: flex;
    width: 134px;
    height: 24px;
    justify-content: space-between;
}
.footer_renderBox{
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    gap: 64px;
    max-width: 1080px;
}
.footer_atag svg {
    width: 16.33px !important;  /* Adjust size as needed */
    height: 18.38px !important;
    fill: white !important;  /* Ensures the color remains white */
    stroke: #FFFFFF;
}
.footer_atag {
    color: white !important; /* This will apply to the SVGs since they use currentColor */
}
.footer_atag svg {
    display: block;
}
.footer_atag_text,
.footer_contain_contact_content,
.footer_contain_discription_content{
color: #FFFFFF;

}
.footer_contain_contact_content{
    padding-top: 0px;
    position: relative;
    /* top: -20px; */
}
.footer_contain_discription_content{
width: 50%;
}
.footer_atag {
text-decoration: none;
}
.footer_atag_text{
font-weight: 400;
font-size: 14.29px;
line-height: 16.75px;
margin-top: 0px;
margin-bottom: 0px;
}
.footer_contain_contact_content_Categories_links,
.footer_contain_contact_content_Categories{
    text-align: left;
    width: 100%;
}
.footer_contain_contact_content_Categories_links p {
    margin-bottom: 0px !important;
}
.footer_contain_discription_content{
    height: auto;
}
.footer_contain_discription_content,
.footer_contain_contact_content_contact,
.footer_contain_contact_content_Categories{  
    height: auto;
}
.footer_contain_contact_content_Categories_links{
    height: auto;
}

.footer_contact_Categories_heading{
    font-weight: 500;
    font-size: 18.38px;
    line-height: 22.24px;
    padding-top: 0px;
    height: 70px;
}
.footer_discription_text{
    color: #B7B4B4;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}
#footer_logo{
    height: 53.73px;
    width: 295.62px;
}
.footer_contain_contact_content_Categories_links h3{
    line-height: 120%;
}

/* Small devices (phones, up to 576px) */
@media (max-width: 576px) {
    .footer_renderBox{
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        height: -moz-fit-content;
        height: fit-content;
        gap: 32px;
    }
    .footer_contain{
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
    }
    .footer_contain_discription_content{
        width: 100%;
        margin-bottom: 48px;
    }
    .footer_contain_contact_content{
        width: 100%;
    }
    .footer_contain_contact_content,
    .footer_contain_contact_content
{
    grid-template-columns: 1fr;  
    width: 100%;
    word-wrap: break-word;
}
.footer_contain_contact_content_Categories_links{
    width: 100%;
}
#footer_logo{
width: 100%;
}
  }


/*# sourceMappingURL=index.css.map*/