#hero-common-banner {
    min-height: 550px;
    overflow: hidden;
    padding: 100px 0px;
    height: auto;
}

/* @media (max-width:991px) {
    #hero-common-banner{
        padding: 50px 0px;
        }
        } */
#hero-common-banner .container {
    position: relative;
    z-index: 2;
}

#hero-common-banner .AboutUs-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 100px 100px 0px 0px;
}

@media (max-width:991px) {
    #hero-common-banner {
        min-height: auto;
    }
}

#hero-common-banner p {
    font-size: 16px !important;
}

#hero-common-banner h5 {
    color: white;
}

.primary-grad-common-banner {
    position: absolute;
    bottom: -70%;
    right: -30%;
    z-index: -1;
}

@media (max-width:991px) {
    .primary-grad-common-banner {
        position: absolute;
        bottom: -160%;
        right: -50%;
    }
}

#hero-common-banner .container {
    position: relative;
    z-index: 2;
}

.contact-form-sec li {
    list-style: none;
    margin-bottom: 10px;
}

.contact-form-sec {
    padding: 80px 0px;
}

@media (max-width:991px) {
    .contact-form-sec {
        padding: 50px 0px;
    }
}

.contact-form-sec button {
    background: var(--primary-gradient);
    border: none;
    transition: background 0.2s;
    border-radius: 5px !important;
}

.contact-form-sec button:hover {
    background: linear-gradient(to left, #F48328 0%, #D7480A 100%);
}

.contact-form-container .form-control {
    background-color: white;
    border-radius: 0px;
    border-bottom: 1px solid;
    /* Initial border setup */
    border-image-slice: 1;
    border-width: 1px;
    /* Width of the border */
    border-image-source: var(--primary-gradient);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#contact-banner-left {
    height: auto;
    min-height: 450px;
}

.contact-form-inner {
    background-color: rgb(255, 255, 255);
    padding: 20px 30px 50px 30px;
    margin: auto 60px;
    border-radius: 15px;
    position: relative;
    padding: 40px !important;
    /* Inner content background color */
    border-radius: 15px;
    /* Adjust as needed */
    z-index: 2;
}

.contact-form-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 1px;
    /* Adjust to match the desired border thickness */
    background: var(--primary-gradient);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}


/* Careers section css starts here ========================================================*/
.abt-sec-two img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.careers-features h5.small-heading {
    color: var(--primary);
    font-weight: 800;
    font-size: 20px;
}

.careers-banner-img {
    display: grid;
}

.careers-banner-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: 50px;
}

.vacancies-sec {
    background-color: var(--black);
    padding: 80px 0px;
}

.vacancies-card {
    background-color: white;
    display: flex;
    transition: 0.2s;
    margin-bottom: 23px;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border-radius: 15px;
    transition: all 0.2sms ease-in-out;
    -webkit-transition: all 0.2sms ease-in-out;
    -moz-transition: all 0.2sms ease-in-out;
    -ms-transition: all 0.2sms ease-in-out;
    -o-transition: all 0.2sms ease-in-out;
}

.vacancies-sec a {
    text-decoration: none;
    color: var(--black);
}

.vacancies-card svg {
    padding: 5px;
    border-radius: 100px;
    margin-right: 25px;
    background: rgb(241, 241, 241);
    transition: 0.2s;
    stroke: var(--black);
}

.vacancies-card:hover {
    background: var(--primary-gradient);
    color: white;
}

.vacancies-card:hover svg {
    background-color: #ffffff96;
    transform: translateX(10px);
    stroke: white;
}

.careers-feat-inner {
    background: var(--secoundary-gradient);
    padding: 80px;
    border-radius: 0px 100px 100px 0px;
}

.careers-features {
    padding: 60px 0px;
}

#single-career-banner {
    min-height: 400px;
    height: 350px !important;
    overflow: hidden;
    padding: 120px 0px;
    position: relative;
}

#single-career-banner .container {
    position: relative;
    z-index: 2;
}

#single-career-banner .primary-grad-common-banner {
    position: absolute;
    z-index: -1;
    bottom: -420%;
    right: -40%;
}

.vacancy-description {
    padding: 80px 0px;
}

.careers-description {
    margin-bottom: 25px;
}

.careers-description ul li {
    color: rgb(87, 87, 87);
}

.apply-card {
    background: var(--secoundary-gradient);
    padding: 20px 30px;
    margin: auto 30px;
    border-radius: 15px;
    color: white;
    position: sticky;
    top: 100px;
}

.apply-card-line {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.apply-card-line img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 15px;
}

.apply-card-line p:first-child {
    font-size: 14px;
    color: #ffffffd9;
}

.apply-card-line p:last-child {
    font-size: 15px !important;
    font-weight: 400;
}

.apply-card-line p {
    margin-bottom: 3px;
}

#career-form {
    padding: 0px !important;
    overflow: hidden !important;
}

.career-form {
    padding: 35px !important;

}

.career-form-content {
    background: var(--primary-gradient) !important;
    padding: 40px !important;
}






/* Services pages css starts here================================================================== */
.abt-services-sec {
    padding: 180px 0px 100px 0px;
    background-image: url("../Images/services/staffingImg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.abt-service-inner {
    max-width: 700px;
    background: #004f6ef6;
    backdrop-filter: blur(5px);
    padding: 40px;
}

.service-section {
    background-color: var(--black);
}

.service-section .service-img {
    min-height: 90vh;
}

.service-section:nth-child(2n+1) {
    background: var(--secoundary-gradient);
}

.service-content {
    padding: 40px !important;
    display: flex;
    justify-content: center;
    align-self: center;
}

.service-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.technologies-sec {
    padding: 80px 0px;
}
.technologies-sec p{
    margin-top: 10px;
}

.technologies-logo {
    margin-top: 30px;
}

.technologies-logo-card {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.technologies-logo-card img {
    background-color: white;
    width: 150px !important;
    height: 80px;
    object-fit: contain;
}

#technologies-logo-carousel .owl-nav,
#technologies-logo-carousel .owl-dots {
    display: none;
}

.staffing-sec-five {
    background-color: var(--black);
    position: relative;
    overflow: hidden;
}

.staffing-sec-grad {
    position: absolute;
    right: -2%;
    bottom: -20%;
    /* transform: translateY(-50%); */
    z-index: 1;
}

.staffing-sec-five .container-fluid {
    position: relative;
    z-index: 3;
}

.staffing-sec-five img {
    width: 480x;
    border-radius: 230px 0px 0px 230px;
    height: 450px;
    object-fit: cover;
}

.our-offering-sec {
    padding: 60px 0px;
}

.offerings-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offerings-card {
    display: flex;
    place-self: center;
    justify-content: center;
    align-items: center;
    background: var(--secoundary-gradient);
    padding: 10px 20px;
    border-radius: 10px;
    transition: 0.2s;
    margin: 0px 20px 30px 20px;
    height: 160px;
}

.offerings-card:hover {
    background: var(--primary-gradient);
}

.offerings-card img {
    display: block;
    width: 65px;
    height: 65px;
    padding: 8px;
    margin: auto;
    margin-bottom: 10px;
    object-fit: contain;
    position: relative;
}

.offerings-card img::before {
    content: '';
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    transform: translate(-50%, -50%);
    z-index: 2;

}

.offerings-card h5.small-heading {
    font-size: 16px;
}

.abt-sec-two {
    padding: 60px 0px;
}

.abt-sec-two .abt-img {
    width: 100%;
    max-width: 95vw;
    display: block;
    margin: 40px auto;
}

.abt-sec-two .section-heading {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* Team Section starts here */
.our-team-sec {
    padding: 80px 0px;
}

.team-left {
    position: sticky;
    top: 100px;
}

.team-card {
    position: relative;
    background: var(--secoundary-gradient);
    border-radius: 15px !important;
    margin-bottom: 25px;
}

.team-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.staff-info {
    border-radius: 15px !important;
    width: 100%;
    padding: 15px 20px;
    background: var(--secoundary-gradient);
}

.staff-info .name {
    font-size: 18px;
    color: white;
    font-weight: 600;
    margin-bottom: 3px;
}

.staff-info p {
    color: white;
    font-weight: 300;
    margin-bottom: 0px;
}





/*Vertical Steps*/
.steps-section {
    background-color: var(--black);
    padding: 60px 0px;
}

.steps-section-img {
    width: 300px;
    margin: 20px 0px;
}

.process-left {
    position: sticky;
    top: 100px;
    z-index: 2;

}

.list-group.vertical-steps {
    padding-left: 10px;
}

.list-group.vertical-steps .list-group-item {
    border: none;
    border-left: 3px solid #ece5dd;
    box-sizing: border-box;
    border-radius: 0;
    counter-increment: step-counter;
    padding-left: 12px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
    background-color: transparent !important;
}

.list-group.vertical-steps .list-group-item.active {
    background-color: transparent;
    color: inherit;
}

.list-group.vertical-steps .list-group-item:last-child {
    border-left: 3px solid transparent;
    padding-bottom: 0;
}

.list-group.vertical-steps .list-group-item::before {
    border-radius: 5px;
    color: #555;
    content: counter(step-counter);
    /* display: inline-block; */
    float: left;
    height: 40px;
    line-height: 25px;
    margin-left: -35px;
    text-align: center;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    z-index: 2;
    position: relative;
}

.list-group.vertical-steps .list-group-item span {
    padding-left: 25px;
    margin-bottom: 35px;
}

.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a {
    display: block;
    overflow: hidden;
    padding-top: 2px;
}

/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before {
    background: var(--primary-gradient);
    color: #fff;
}

.list-group.vertical-steps .list-group-item.completed {
    /* border-left:3px solid #0052c2; */
    border-left: 3px solid;
    /* Initial border setup */
    border-image-slice: 3;
    border-width: 3px;
    /* Width of the border */
    border-image-source: var(--primary-gradient);
    border-top: 0;
    /* border-left: 0; */
    border-right: 0;
}

.list-group.vertical-steps .list-group-item.completed::before {
    background: var(--primary-gradient);
    color: #fff;
}

.list-group.vertical-steps .list-group-item.completed:last-child {
    border-left: none !important;
}

/*==============================================================================================
================================= media query starts here ======================================
================================================================================================*/

@media (max-width:991px) {

    .contact-form-inner {
        padding: 30px !important;
    }

    /* Careers section css starts here ========================================================*/
    .careers-banner-img {
        column-gap: 10px;
        margin-top: 20px;
    }

    .careers-banner-img img {
        height: 100px;
    }

    .vacancies-sec {
        padding: 40px 0px;
    }

    .careers-feat-inner {
        background: var(--secoundary-gradient);
        padding: 40px 50px 40px 20px;
        border-radius: 0px 100px 100px 0px;
    }

    .careers-features {
        padding: 40px 0px;
    }

    #single-career-banner {
        min-height: auto;
        height: auto !important;
    }

    #single-career-banner .container {
        position: relative;
        z-index: 2;
    }

    .vacancy-description {
        padding: 40px 0px;
    }

    .apply-card {
        margin: auto 0px;
        padding: 15px;
    }

    .apply-card-line img {
        width: 20px;
        height: 20px;
    }

    /* Services pages css starts here================================================================== */
    .abt-services-sec {
        padding: 80px 0px 40px 0px;
    }

    .abt-service-inner {
        padding: 20px;
    }

    .service-content {
        padding: 20px !important;
    }

    .technologies-sec {
        padding: 40px 0px;
    }

    .technologies-logo {
        margin-top: 20px;
    }

    .technologies-logo-card {
        padding: 10px;
        border-radius: 10px;
    }

    .technologies-logo-card img {
        background-color: white;
        width: 100px !important;
        height: 50px;
    }

    #technologies-logo-carousel .owl-nav,
    #technologies-logo-carousel .owl-dots {
        display: none;
    }

    .staffing-sec-five {
        padding: 40px 0px;
    }

    .staffing-sec-five img {
        width: 100%;
        margin-top: 15px;
    }

    .our-offering-sec {
        padding: 40px 0px;
    }

    .offerings-card {
        margin: 0px 15px 20px 15px;
    }

    .abt-sec-two {
        padding: 40px 0px;
    }

    .abt-sec-two .abt-img {
        margin: 20px auto;
    }

    /* Team Section starts here */
    .our-team-sec {
        padding: 40px 0px;
    }

    .team-left {
        position: static;
    }

    /*Vertical Steps*/
    .steps-section {
        padding: 40px 0px;
    }

    .process-left {
        position: static;

    }

    #hero-common-banner .hero-content {
        padding: 0px !important;
        padding-bottom: 40px !important;
    }
}

.error-section {
    background-color: white;
    min-height: 100vh;
    padding: 100px;

}

.error-section img {
    width: 100%;
    height: 450px;
    object-fit: contain;
}

.main-privacy-container {
    padding: 50px 0px;
}

.privacy-policy-para {
    background-color: white;
    padding: 40px 30px;
    margin-bottom: 20px;
    border-radius: 15px;
    margin-top: 40px;
}

.privacy-policy-para p {
    margin-bottom: 0px;
    color: #555;
}

.privacy-item {
    padding: 10px;
    margin-top: 30px;
}

.privacy-card-nav {
    padding: 15px 10px;
    position: sticky;
    top: 100px;
    background-color: white;
    border-radius: 15px;
}

.privacy-card-nav ul {
    list-style: none;
    padding-left: 0px;
    padding: 10px;
}

.privacy-card-nav ul li {
    padding: 10px;
    border-bottom: 1px solid #5555;
    transition: 0.2s;
    cursor: pointer;
    color: #1c1c1c;
    text-decoration: none;
}

.privacy-card-nav ul a.active li {
    text-decoration: none;
    background-color: #F48328;
    color: white;
}

.privacy-card-nav ul li:hover {
    background-color: var(--primary);
    color: white;
}

#contact-us-banner {
    height: auto;
}

.AboutUs-sec {
    padding: 100px 0px;
    background: rgb(223, 223, 223);
}

.AboutUs-sec img {
    object-fit: contain;
    width: 100%;
}
.hero-header .BannerImg img{
width: 100%;
height: 400px;
object-fit: contain;
animation-name: jumping;
animation-duration: 3s;
transition-timing-function: cubic-bezier(1.000, -0.595, 0.400, 0.735); /* custom */
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: linear;
}
@keyframes jumping {
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(40px);
    }
    100%{
        transform: translateY(0px);
    }
}
.ai-ml.hero-header{
    min-height: 100vh !important;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 200px !important;
}
.our-services-sec{
    padding: 100px 0px;
    background-color: #f4fcff;
}
.services-card{
border-radius: 20px;
height: 100%;
padding: 25px;
border: 1px solid rgb(168, 168, 168);
transition: 0.3s;
}
.services-card img{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.services-card:hover{
    background-color: var(--black);
    color: white;
}
.service-tabs{
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.service-tabs .tab-btn{
    display: flex;
    justify-content: start;;
}
.solutions-sec{
    padding: 60px 0px;
}