section.industries{
    background: #f9f9f9;
}

section.faqs{
    background: #fff;
}
section.faqs img {
    width: 100%;
    transform: rotate(-10deg);
}

section.staff-banner{
    padding-top: 134px;
    background: #fff;
    text-align: center;
    background: url(https://themexriver.com/wp/choicy-wp/rtl/wp-content/uploads/2023/12/body-bg-1.webp);
    background: url('../images/staff-bg.png');
    background-size: cover;
    padding-bottom: 150px;
    position: relative;
}
section.staff-banner .staff-cont h1{
    color: var(--black-color);
}
section.staff-banner .staff-cont h1 span{
    font-weight: 700 !important;
    background-image: linear-gradient(285deg, #7411CC, #E42E84, #7411CC);
    background-image: linear-gradient(285deg, #69c4f0, #3e477b, #69c4f0);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.staff-banner .staff-cont p{
    color: var(--black-color);
}
section.staff-banner .staff-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
section.staff-banner span.achieve{
    margin-top: 50px;
    display: inline-block;
    background-color: #33bdeb57;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
}
.achievements ul{
    display: flex;
    align-items: center;
}
.achievements{
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 25px rgba(0, 0, 0, .071);
    margin-top: 30px;
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: -40px;
}
.achievements ul li{
    width: 25%;
    display: flex;
    align-items: center;
    border-right: 1px solid #d8d8d8;
    line-height: 45px;
    padding-left: 30px;
    padding-right: 30px;
}
.achievements ul li:last-child{
    border: none;
}
.achievements ul li p{
    color: #000;
    margin-bottom: 0;
}
.achievements ul li span{
    font-size: 45px;
    color: var(--heading-color);
    font-weight: 600;
    margin-right: 15px;
}
/* services description */
.head h2{
    font-size: 28px;
}

section.serv-desc{
    background: #f9f9f9;
}
section.serv-desc h2{
    font-size: 28px;
}
section.serv-desc p{
    color: #000;
}
section.serv-desc h3{
    font-size: 19px;
    margin-top: 30px;
}
section.serv-desc ul li{
    gap: 10px;
    font-size: 13px;
}
section.serv-desc img{
    height: 457px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
section.serv-desc .main-btn{
    margin-top: 20px;
}
/* our clients */
section.clients-sec{
    background: var(--white-color);
    padding-top: 90px;
}
section.clients-sec .about-numbers img{
    width: 100px !important;
    border-radius: 20px;
}
section.clients-sec .about-numbers .simple{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 60px;
    color: var(--heading-color);
}
section.clients-sec .about-numbers .transparent{
    font-size: 30px;
    font-weight: 600;
    margin-right: 60px;
    -webkit-text-stroke: 0.8px #fff;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
section.clients-sec .about-numbers .img{
    display: flex;
    gap: 20px;
    align-items: center;
}


/* offerings section */

section.offerings{
    background: #fff;
}
section.offerings .row{
    justify-content: space-between;
}
section.offerings .par-card{
    padding: 0;
    padding-top: 7px;
    border-radius: 20px;
    width: 32%;
    margin-bottom: 30px;
}
section.offerings .par-card:nth-child(odd){
    background: transparent linear-gradient(316deg, #5bbeed, #5bbeed);
}
section.offerings .par-card:nth-child(even){
    background: transparent linear-gradient(280deg, #84BDF1, #342891);
}
section.offerings .offer-card{
    background: #fff;
    box-shadow: 0 3px 25px rgba(0, 0, 0, .071);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}
section.offerings .offer-card img{
    width: 64px;
    height: 64px;
    background: url(../images/staff-bg.png);
    padding: 10px;
    background-position: center;
    border-radius: 20px;
}
section.offerings .offer-card p{
    color: #000;
    opacity: .78
}
section.offerings .offer-card span{
    display: none;
}
section.offerings .offer-card h4{
    font-size: 22px;
    color: var(--heading-color);
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
}
section.offerings .offer-card h4::before{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 25%;
    height: 2px;
    background: var(--btn-color);
    z-index: 2;
}
section.offerings .offer-card svg{
    width: 64px;
    height: 64px;
    background: url(../images/staff-bg.png);
    padding: 10px;
    background-position: center;
    border-radius: 20px;
}

/* technology section css */

section.technology{
    background: #fff;
}
section.technology .tab-cont{
    background: #fff;
    padding: 0px 70px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
section.technology .head{
    /* border-bottom: 1px solid #c4c4c4; */
}

section.technology .nav{
    padding-bottom: 30px;
    gap: 30px;
    justify-content: center;

}
section.technology .nav-link.active{
    background: var(--heading-color) !important;
    color: #fff !important;
}
section.technology .nav-link{
    border: 1px solid #00000012;
    color: #262626;
    border-radius: 30px;
    text-align: center;
    background: #fafafa;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 3px 25px rgba(0, 0, 0, .071);
    padding: 6px 18px;
}
section.technology .tab-cont p{
    color: #000;
    opacity: .8;
    width: 70%;
}
section.technology .tab-cont h3{
    font-weight: 600;
    color: #000;
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
}
section.technology .tab-cont h3::before{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 40%;
    left: 40%;
    height: 2px;
    background: var(--btn-color);
    z-index: 2;
}
section.technology .nav-tabs{
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 50px;
}
section.technology .logo-img{
    display: flex; 
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
section.technology .logo-img li{
    width: 23%;
}
section.technology .logo-img li img{
    width: 145px;
    box-shadow: 0 3px 25px rgba(0, 0, 0, .071);
    border-radius: 15px;
}
section.technology .col-2{
    width: 100%;
}
section.technology .col-10{
    width: 100%;
}
/* Hiring process section css start */

section.hriring-process{
    background: #f9f9f9;
}
section.hriring-process .icon {
    position: absolute;
    top: 22px;
    left: 0;
    width: 53px;
    height: 53px;
    background: var(--heading-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.hriring-process li.ul-list-process{
    position: relative;
    padding-left: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto!important;
    margin-bottom: 20px;
}
section.hriring-process .ul-process{
    position: relative;
}
section.hriring-process .ul-process::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 14px;
    left: 27px;
    background-image: linear-gradient(#022D62 50%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 12px;
    background-repeat: repeat-y;
    width: 1px;
}
section.hriring-process .ul-process::after {
    content: "";
    position: absolute;
    bottom: 19px;
    left: 27px;
    width: 57px;
    height: 1px;
    background-image: linear-gradient(to right, #022D62 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 12px 1px;
    background-repeat: repeat-x;
}
section.hriring-process .ul-process .steps{
    font-weight: 600;
    color: var(--btn-color);
    margin-bottom: 10px;
}
section.hriring-process .head-span{
    color: var(--btn-color);
    font-weight: 600;
}
section.hriring-process .left-cont p{
    color: #000;
}
section.hriring-process .left-cont img{
    width: 90%;
    border-radius: 20px;
}

/* case study section css */

section.new-blog{
    background: #f9f9f9;
}
section.new-blog .head{
    text-align: center;
    margin-bottom: 40px;
}
section.new-blog .img-sec{
    position: relative;
    height: 250px;
    overflow: hidden;
}
section.new-blog .img-sec img{
    height: 250px;
    transition: .5s ease-in-out;
}
section.new-blog .col-4:hover img{
    transform: scale(1.12);
}
section.new-blog .img-sec span{
    position: absolute;
    left: 0;
    top: 20px;
    font-family: var(--primary-font);
    color: #fff;
    background: var(--heading-color);
    padding: 5px 15px;
}
section.new-blog .cont span{
    color: var(--btn-hover);
    opacity: .8;
    font-weight: 600;
}
section.new-blog .cont h4{
    color: var(--heading-color);
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
}
section.new-blog .cont{
    padding: 20px;
}
section.new-blog .col-4{
    margin-bottom: 30px;
    border: 1px solid #bababaa6;
    width: 31%;
    padding: 0;
}
section.new-blog .row{
gap: 25px;
}
section.faqs .head h2{
    font-size: 28px;
}