/* Remove ::before and ::after pseudo-elements for Bootstrap container and row */


/* Global override for all Bootstrap container and row pseudo-elements */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


.cp_footer .color_aaa{
    color: #aaa !important;
}
.cp_footer .color_aaa:hover{
    color: #fff!important;
}
.cp_footer .cp-tag{
    background-color: #2c2c2c;
}
.cp_footer .cp-tag-container{
    margin-bottom: 27px;
    row-gap: 8px;
}
.cp_footer .link_footer_more{
    color: var(--Primary, #F07E1D) !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.show_desktop{
   display: block; 
}
.show_mobile{
    display: none;
}
.cp_footer .link_footer_more_container{
    display: grid;
    width: 200%;
    grid-template-columns: repeat(2, fit-content(100%));
    align-items: center;
    gap: .4rem;
    margin-top: 4px;
}
.cp_footer .footer_address_item{
    display: grid;
    grid-template-columns: fit-content(100%) auto;
    gap: .8rem;
    padding: 0 ;
    align-items: center;
    line-height: 150% !important;
}
.footer-top .footer-menu .footer_address_item a:before{
    display: none;
}
@media screen and (max-width: 480px) {
    .footer-top .footer-contact a{
        padding: 0; 
    }
    .footer-top{
        border-bottom: 0 #222222 solid;
    }
    /* Ensure ::before and ::after are removed for mobile as well */
    .cp_footer .container::before,
    .cp_footer .container::after,
    .cp_footer .row::before,
    .cp_footer .row::after {
        display: none !important;
        content: none !important;
    }
    .show_desktop{
        display: none; 
     }
     .show_mobile{
         display: block;
     }
   .cp_footer .block-head:before{
        display: none;
   }
   .cp_footer .block-head:after{
        display: none;
   }
   .footer-collapse-toggle{
        padding-bottom: 16px !important;
        padding: 10px 0;
        border-bottom: 1px solid #3A3A3A !important;
        margin-bottom: 12px;
   }
   .footer-collapse-group .footer-collapse-link{
        color: var(--white, #FFF) !important;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 21px */
        text-transform: uppercase;
   }
   .cp_footer .footer-top .block-head{
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding-top: 4px;
   }
   .cp_footer .block-head{
        align-items: center;
        display: flex;
        justify-content: space-between;
   }
   .cp_footer .footer-collapse-content .footer-menu{
        padding: 0;
        padding: 0;
        margin: 0 !important;
        border-radius: 1rem;
        /* background: #F8FBFF; */
        /* padding: 1.6rem; */
        display: grid;
        gap: 1.2rem;
   }
   .cp_footer .footer-collapse-content .footer-menu .footer_address_location{
        margin-top: 1.2rem;
        margin-bottom: 2.4rem;
   }
   .cp_footer .footer-collapse-content .footer-menu li a{
        margin: 0 !important;
        overflow: hidden;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* height: 33.8px; */
        -webkit-line-clamp: 1;
        line-clamp: 1;
        display: -webkit-box;
        height: fit-content;
        line-height: normal;
        padding: 0;
   }
   .cp_footer .footer-collapse-content .footer-menu.footer-menu-left{
        padding-right: 12px;
   }
   .cp_footer .footer-collapse-content .footer-menu.footer-menu-bottom{
        margin-bottom: 2.4rem !important;
   }
   .cp_footer .footer-top .footer-menu a:before{
        display:none !important;
   }

   
   .cp_footer .link_footer_more{
    padding:0 !important;
   }
   .cp_footer .link_footer_more_container{
    margin-bottom: 2.4rem;
   }
   .cp_footer .cp-tag-container{
    margin-bottom: 1.2rem;
   }
   .cp_footer .footer-collapse-content_row{
    margin: 0;
    margin-bottom: 2.4rem;
   }
   .cp_footer .footer-contact{
        padding: 0;
   }
   .cp_footer .footer_address{
    margin-top: 1.2rem !important;
    margin-bottom: 2.4rem !important;
   }
   
   .footer-contact i{
    padding: 0;
   }
   .footer-top .text_inner_intro{
    margin: 0;
    margin-bottom: 2.4rem;
    color:#fff;
   }
   .cp_footer .footer-top.footer-top-2{
    padding: 15px 15px 5px 15px !important
   }
   .footer-top{
    padding: 0;
   }
   .cp_footer .logo_container{
    margin: 0;
    gap: 1.2rem;
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    align-items: center;
    align-items: baseline;
    padding: 1.5rem 0 1.2rem 0;
    
   }
   .cp_footer .footer-top-2 .foot-logo{
    margin: 0;
   }
   .flex_logo .image_check_bussiness{
    display: block !important;
   }
   .cp_footer .image_check_bussiness img{
    position: unset;
   }
   .cp_footer .image_check_bussiness img{
    width: 9.4rem;
    height: 3.3rem;
   }
   .cp_footer .copyrights{
        text-align: center;
   }
   .footer-menu-bottom{
        margin-bottom: 24px;
   }
   .cp_footer .infor_contact_title{
        color: var(--white, #FFF) !important;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 21px */
        text-transform: uppercase;
        margin-bottom: 12px;
        padding: 0;
        border: unset;
        margin-bottom: 12px;
   }
   .cp_footer .contact_wrapper{
        display: grid;
        gap: 12px;
   }

}