

.footerTitle{
    font-size: 23px;
    font-weight: 400;
    margin: 0 !important;
    background: linear-gradient(to right, var(--teal-navbar-gradient)) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    letter-spacing: -0.5px !important;
}
.logo-wrapper{
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

#home {
    margin-top: 100px !important;
    height: 75vh !important;
    position: relative;
    background-size: cover; /* Ensures the background covers the whole section */
    background-position: center; /* Centers the background image */
}
#home .container{
    position: relative; /* Ensure content is above the background */
    z-index: 1;
}
#home #home-background-gradient {
    position: absolute; /* Ensure content is above the background */
    height: 100%;
    width: 100%;
    /* background-image: linear-gradient(to bottom right, var(--home-section-gradient)) !important; */
    background-image: linear-gradient(to bottom right, rgb(10 14 60 / 70%), rgb(27 22 46 / 75%)) !important;
    
    top: 0;
    left: 0;
}
#home i{
    margin-right: 5px !important;
}

/* NAV BAR */
 
#navbarTitle{
    font-size: 20px;
    font-weight: bold;
    margin: 0 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    background: #1d2530 !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    letter-spacing: -0.5px !important;
}
.nav-link{
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    font-weight: 600 !important;
    color : #696F7E !important;
    margin: 1px;
    transition: all .4s;
    padding-right: 10px;
    padding-left: 10px;
}
.orangeBack{
    background-color: #f67b23;
    color: white !important; 
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: bold !important; 
    border-radius: 8px !important;
}

/* NAV BAR */

/* --------------------- */

/* Titles and texts */

.tcsTitleWhite{
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-align: center;
    font-size: 60px !important;
    font-weight: 700 !important;
    color : #FFFFFF !important;
    line-height: 65px !important;
    letter-spacing: 0.5px !important;
}
.styleUlTextWhite p{
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-align: center;
    color: #FFFFFF !important;
    font-size: 20px !important;
    padding-left: 90px;
    padding-right: 90px;
}
.styleUlTextWhiteSmall p{
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-align: center;
    color: #d2d2d2 !important;
    font-size: 15px !important;
    padding-left: 90px;
    padding-right: 90px;
}
.justContent {
    justify-content: center !important;
}
/* Titles and texts */

/* --------------------- */

/* Section about (antes era strategicPillars en el otro proyecto) hay que pasar los del media query */
#about i {
    font-size: 20px !important;
    color: #155dc1 !important;
}
#about .item, .services .itemServices, .itemMethodology, .itemServices, .industries {
    height: 100% !important;
}

#about .align-items-center{
    margin-bottom: 15px;
}

/* Override height for services cards with collapsible content */
.services .itemServices.services-itemCards2 {
    height: auto !important;
    min-height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb !important;
}
#about .styleUlText{
    font-size: 18px !important;
    color: #696F7E !important;
    text-align: var(--curent-uiText-align) !important;
}
#about .iconSmallText{
    padding-top: 5px;
    padding-left: 15px;
}
#about .AbouttextSmall p{
    font-size: 14px !important;
    color: #696F7E !important;
    text-align: var(--curent-uiText-align) !important;
}
.tcsTitleCards{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 35px !important;
    font-weight: 600 !important;
    color : #1d2530 !important;
    letter-spacing: -0.5px  !important;
}
.tcsSubTitleCards{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px !important;
    font-weight: 500 !important;
    color : #1d2530 !important;
    letter-spacing: -0.5px  !important;
}
.tcsTitleCardsCenter{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 35px !important;
    font-weight: 600 !important;
    color : #1d2530 !important;
    letter-spacing: -0.5px  !important;
    text-align: center !important;
}
.itemCards1{
    padding: 20px !important;
    border-radius: 12px !important;
}
.itemCards1 h4.tcsTitleCards{
    background: #1d2530;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
}

.iconCards2{
    background: #e5e7eb !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.iconCardsCircle{
    background: #e5e7eb !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.itemCards2{
    background-color: #f2f4f8 !important;
    padding: 20px !important;
    border-radius: 12px !important;
}
.itemCards2 h4.tcsTitleCards{
    background-clip: text !important;
    -webkit-background-clip: text !important;
    font-size:20px !important;
    font-weight: 700 !important;
}
/* Section about (antes era strategicPillars en el otro proyecto) hay que pasar los del media query */

#services .styleUlText{
    font-size: 18px !important;
    color: #696F7E !important;
    text-align: center !important;
}

.textCards{
    color: #696F7E;
    font-size: 14px !important;
    text-align: left !important;
    margin-bottom: 8px !important;
    line-height: 1.5 !important;
}
.textCardsTitle{
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1d2530 !important;
    font-size: 14px !important;
    text-align: left !important;
    margin-bottom: 0px !important;
}
.iconCards1{
    background: #f1f6fd !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#about .itemCards2{
    margin-top: 30px;
    height: 65% !important;
    border: 1px solid #e5e7eb !important
}

#about .itemCards2{
    margin-top: 30px;
    height: 65% !important;
}

#about .itemCards2 .wrap{
    padding: 15px !important;
} 
/* Services */
.services .item .wrap, .methodology .item .wrap{
    transition: 0.7s;
    text-align: left;
    padding: 24px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.services-itemCards2{
    background: #FFFFFF !important; 
    padding: 0px !important;    
}
.services-itemCards2 .wrap{
    border-radius: 12px !important; 
}
.services-itemCards2:hover .wrap{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.iconCards1 i{
    font-size: 20px !important;
    color: #155dc1 !important;
    font-weight: 500 !important;
}

.services-itemCards1{
    background: #FFFFFF !important; 
    padding: 0px !important;    
}
.services-itemCards1 .wrap{
    border-radius: 12px !important; 
}

.services-itemCards2{
    background: #FFFFFF !important; 
    padding: 0px !important;    
}
.services-itemCards2 .wrap{
    border-radius: 12px !important; 
}
#services  .tcsSubTitleCards{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 200 !important;
    color : #1d2530 !important;
    letter-spacing: -0.5px  !important;
}
#services .iconCards1{
    background: #f1f6fd !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#services .iconCards2{
    background: #fef6f0 !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#services .iconCards3{
    background: #f7f3fc !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#services .iconCards4{
    background: #fefaf0 !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#services .iconCards5{
    background: #f3fcf8 !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#services .iconCards6{
    background: #f2fbfc !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#services .iconCards1 i {
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #155dc1 !important;
}
#services .iconCards2 i {
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #f67b23 !important;
}
#services .iconCards3 i {
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #783ace !important;
}
#services .iconCards4 i {
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #f2ad0d !important;
}
#services .iconCards5 i {
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #5cb992 !important;
}
#services .iconCards6 i {
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #249da8 !important;
}
.collapse-toggle{
    color: #155dc1 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
/* Services */

/*Industries*/

.industries-itemCards1{
    background: #f2f4f8 !important; 
    padding: 0px !important;
    min-width: 170px !important;
    margin: 0 auto !important;    
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
}
.industries-itemCards1 .wrap{
    border-radius: 12px !important;
    padding: 24px !important;
    height: 156px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    transition: 0.3s ease !important;
}
.industries-itemCards1:hover .wrap{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
.industries-content-centered {
    text-align: center !important;
    width: 100% !important;
}
.industries-content-centered .iconCards1 {
    margin: 0 auto 20px auto !important;
}
#industries .iconCards1{
    background: #dbe4f2 !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/*Industries*/

/*Essential*/

.essential-itemCards1{
    padding: 0px !important;
    max-width: 200px !important;
    margin: 0 auto !important;    
    border-radius: 5px !important;
}
.essential-itemCards1 .wrap{
    border-radius: 5px !important;
    padding: 30px 5px !important;
    height: 180px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    transition: 0.3s ease !important;
}
.essential-content-centered {
    text-align: center !important;
    width: 100% !important;
}
.essential-content-centered .iconCards1 {
    margin: 0 auto 20px auto !important;
}

.tcsTitleCardsCenterWhite{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 35px !important;
    font-weight: 600 !important;
    color : white !important;
    letter-spacing: -0.5px  !important;
    text-align: center !important;
}

.tcsSubTitleCardsWhite{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px !important;
    font-weight: 200 !important;
    color : white !important;
}
.textCardsWhite{
    color: rgb(215, 215, 215) !important;
    font-size: 14px !important;
    text-align: center !important;
    line-height: 1.5 !important;
}

#essentialBPO .iconCards1 {
    background-color: #3875ca !important;
}

#essentialBPO .iconCards1 i{
    color: white !important;
}

/*Essential*/

/* Results*/

.results-itemCards1{
    background: #f2f4f8 !important; 
    padding: 0px !important;
    max-width: 500px !important;
    margin: 0 auto !important;    
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
}
.results-itemCards1 .wrap{
    border-radius: 12px !important;
    padding: 30px 15px !important;
    height: 212px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    transition: 0.3s ease !important;
    
}
.results-itemCards1:hover .wrap{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
.results-content-centered {
    text-align: center !important;
    width: 80% !important;
       
}
.results-content-centered .iconCards1 {
    margin: 0 auto 20px auto !important;
}
.results.wrap{
    background-color: white !important; 
}
.tcsTitleCardsCenterOrange{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 60px !important;
    font-weight: 700 !important;
    color : #f67b23 !important;
    letter-spacing: 0.5px  !important;
    text-align: center !important;
}
.tcsSubTitleCardsGrey{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px !important;
    font-weight: 200 !important;
    color : #6c7c93 !important;
    padding-top: 10px;
}

/* Results*/

/* Careers*/

#careers .styleUlText{
    font-size: 18px !important;
    color: #696F7E !important;
    text-align: center !important;
}

#careers .iconCards1 {
    margin-bottom: 30px !important;
}
#careers .iconCards1 i{
    font-size: 20px !important;
    color: #155dc1 !important;
}

/* Careers */

/* Footer */

.footerNavContainer {
    display: flex;
    justify-content: right;
    align-items: center;
}
.footerLogoContainer{
    display: flex !important;
    align-items: center !important;
    justify-content: left !important;
    gap: 15px !important;
}
.footerCopyrightContainer{
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color : #696F7E !important;
    transition: all .4s;
    display: flex !important;
    gap: 15px !important;
}
.footerCopyrightContainer:first-of-type{
    justify-content: flex-start !important;
}
.footerCopyrightContainer:last-of-type{
    justify-content: flex-end !important;
}
.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-nav a {
    color: #696F7E;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #155dc1;
}

.w-100{
    color: rgb(181, 181, 181) !important;
}

/* Contact */

.contact-information{
    padding: 20px 30px !important;
    border-radius: 20px !important;
    background-color: rgb(255 255 255 / 0.1) !important;
}
.contact-information .contactTitleWhite h6{
    font-family: 'Fraunces', sans-serif;
    font-weight: 600 !important;
    color : #FFFFFF !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
    margin-left: 5px !important;
}
.contact-information .contactPill{
    padding: 20px 15px !important;
    border-radius: 10px !important;
    background-color: rgb(255 255 255 / 0.1) !important;
}
.contact-information .contactIconPill{
    width: 60px !important;
    height: 60px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background-color: #f1f6fd !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.contactPill i{
    color: #155dc1 !important;
    font-size: 20px !important;    
}
.contactPillText{
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    display: block !important;
}
.contactPillText[lang]{
    display: block !important;
}
.contactPillText:first-of-type{
    color: #000000 !important;
    font-size: 16px !important;
}
.contactPillText:last-of-type{
    color: #4a5568 !important;
    font-size: 14px !important;
}
.phoneIcon{
        padding-left: 30px;
}

/* Contact */

@media (max-width: 768px) {
    .footer-nav {
        gap: 15px;
    }
    .footer-nav a {
        font-size: 13px;
    }
}

/* Footer */

/* Icons*/

.logo-img{
    width: 120px !important;
    /* object-fit: cover !important; */
    object-position: center !important;
}
.nav-scroll .logo-img{
    width: 120px !important;
   /*  object-fit: cover !important; */
    object-position: center !important;
}

/* Utility Classes */
.brightness-0 {
    filter: brightness(0);
}
.brightness-0.invert {
    filter: brightness(0) invert(1);
}

/* Icons*/