 

.primary-color {
    color: var(--primary-color);
}

.primary-background-color {
    background-color: var(--primary-color);
}

.years-of-experience {
    font-weight: 900 !important;
    display: flex;
    align-items: flex-end;
    padding-bottom: 7px;
    margin-inline-start: 20px;
}

.line-container {
    width: 50px;
    overflow: hidden;
}

.line-container hr {
    background-color: var(--primary-color);
    border-top: 3px solid var(--primary-color);
    width: 70px !important;
    margin: 0;
    margin-bottom: 15px !important;
}


.home-about-us-section {
    background-color: #ee485f !important; 
}
.home-about-us-section[lang='en'] {   
    width: 85%;
    border-top-left-radius: 100px;
    position: relative;
    right: -14%;
    padding-left: 25px;
}
.home-about-us-section[lang='ar'] { 
    width: 82%;
    border-top-right-radius: 100px; 
    position: relative;
    left: 0;
    padding-right: 25px;
}

.home-about-us-section-logo {
    color: #fff !important;
}

.white-color {
    color: #fff !important;
}


.discover-offers .container { 
    display: flex;
}

.technzone-banner { 
    padding: 70px; 
}

.tecnzone-banner-logo { 
    text-align: center;
}
 
/* TV OVER 1200PX */
@media only screen and (min-width: 1200px){ 
    .about-technzone-text-paragraph { 
        padding: 20px !important;
    } 

    .navbar-text-color { 
        color: black !important;
    }
}
 
@media only screen and (max-width: 1200px){
    /*Tablets [601px -> 1200px]*/
    .tecnzone-banner-logo img { 
        max-width: 230px;
    }
    .navbar-text-color { 
        color: black !important;
    }  
    .about-technzone-text-paragraph { 
        padding: 20px !important;
    } 
}

@media only screen and (max-width: 800px){
    /*Big smartphones [426px -> 600px]*/ 
    .navbar-text-color { 
        color: black !important;
    }
    .about-technzone-image { 
        display: none;
    }

 
}

@media only screen and (max-width: 600px){
    /*Big smartphones [426px -> 600px]*/
    .tecnzone-banner-logo img { 
        max-width: 300px;
    } 
    .navbar-text-color { 
        color: black !important;
    } 
    .about-technzone-image { 
        display: none;
    }
}

@media only screen and (max-width: 425px){
    /*Small smartphones [325px -> 425px]*/
    .tecnzone-banner-logo img { 
        max-width: 220px;
        margin-bottom: 55px;
    } 
    .about-technzone-image { 
        display: none;
    } 
    .about-technzone-text {  
        font-size: 12px;
    } 

    .about-technzone-text-paragraph { 
        padding: 0px !important;
    }
    .navbar-text-color { 
        color: white;
    }

    .navbar-dark .navbar-nav .nav-link { 
        color: white !important;
    }
 
}

.gray-text-color { 
    color: gray;
}

.overlay-image { 
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #E94960B2;
}

.about-technzone-image {  
    background-image: url("../images/about-section-hand-image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.work-process-single { 
    margin: 5px;
    background-color: #fff;
    padding: 20px;
}

.image-work-process-container { 
    background-color: #F0F8FD;
    text-align: center;
    padding: 15px 0;
    border-radius: 12px;
    
}

.image-work-process-container img { 
    padding: 28px 0; 
}

.title-work-process-container { 
    margin: 20px 0; 
}

.title-work-process-container h5 { 
    color: #001213;
    font-weight: 600;
    margin-top: 19px;
}

.text-work-process-container {
    
}

.text-work-process-container p {
    color: #001213;
    font-weight: 200;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    line-height: 1.7 !important;
}

.mt-4 {  
    margin-top: 63px !important; 
}


.custom-tooltip {
    --bs-tooltip-bg: red;
  }