#staff_augmentation {
    width: 100%;
    position: relative;
    background-size: cover;
}
.staff-aaugmentation-word{
        color: #161519;
}
body.dark-mode .staff-aaugmentation-h2{
    color: var(--color-2);
}
body.dark-mode .section-header1 p {
        color: var(--color-2);
}
body.dark-mode #staff_counter{
        background: linear-gradient(112deg, #222 1%, #111 99%);
}
/*#intro .left .btn {*/
/*    padding: 0.8rem 3.4rem !important;*/
/*}*/
#staff_augmentation .container .intro-content {
    width: calc(50% - 20px);
    float: right;
}
#staff_augmentation .left {
    margin-right: 30px;
}
#staff_augmentation .left .btn {
    background-color: var(--color-1);
    border-radius: 25px;
    border: 2px solid var(--color-1);
    padding: 0.8rem 1.4rem;
    font-weight: 600;
}
.staff-augmentation-word{
    color: var(--color-1);
}
#staff_augmentation .left .btn:hover,
.main-nav .contact-us-btn:hover {
    background: 0 0;
    color: var(--color-6);
}
@media (max-width: 767px) {
    
    #staff_augmentation .intro-info,
    .section-header p {
        width: 100%;
    }
    #staff_augmentation .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }
   
}
.circle-bg,
.outer-icons i {
    height: 50px;
    width: 50px;
    vertical-align: middle;
    cursor: pointer;
}
#staff_counter .counters {
    padding: 40px 0;
}
#staff_counter .counters, .section-bg {
    background: background: linear-gradient(112deg, #222 1%, #111 99%);
}
#staff_counter .counters p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #718192;
    text-align: center;
}
#staff_counter .counters span {
    font-weight: 700;
    font-size: 42px;
    color: var(--color-1);
}


#staff_client{
    padding: 55px 0;  
}

.image_about{
    padding-right: 100px;
        padding-top: 0px;
}
.augmentation_about_sec{
      padding-top: 37px;
}
.staff_client_img{
    height: 4rem;
}
.staff_counter_right_border{
    border-right: 1px solid #f9f3f3;
}
.augmentation_contact_us{
        padding: 10px 22px;
}
.augmentation_contact_sec{
    background-color: var(--color-11);
    min-height:0px !important;
}
.contact_form_title{
        display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4rem;
}
body.dark-mode #staff_counter .counter-bg{
    background: linear-gradient(112deg, #222 1%, #111 99%);
}
body.dark-mode .internship-left-part h2{
        color: var(--color-2);
}
body.dark-mode .augmentation_contact_sec{
        background: linear-gradient(112deg, #222 1%, #111 99%);
}
@media (max-width: 991px) {
     .intro-content.left a{
        margin-bottom: 30px;
    }
        #intro {
         padding: 0px !important; 
    }
        .internship-left-part h2 {
         display: block !important; 
    }
    .intro-content.left h2{
            padding-top: 20px;
    }
     .col-6.staff_counter_right_border {
        border-right: none; /* Assuming staff_counter_right_border adds a right border */
    }
    #staff_augmentation .container .intro-content,
    .content-management .content img,
    .e-commerce .content img,
    .mobile-app-dri .content img,
    .pwa-app-dev .content img {
        width: 100%;
        float: none;
    }
    #staff_augmentation svg {
        display: none;
    }
    #staff_augmentation .left,
    #staff_augmentation .right img {
        padding: 0;
    }
    #staff_augmentation .right img {
        text-align: center;
    }
    #staff_augmentation {
        padding: 140px 0 60px;
    }
    #staff_augmentation .intro-img {
        width: 80%;
        float: none;
        margin: 0 auto 25px;
    }
    #staff_augmentation .intro-info {
        width: 80%;
        float: none;
        margin: auto;
        text-align: center;
    }
    #why-us .card {
        margin: 0;
    }
    .custom-web-dev .content img,
    .hybrid-app-dev .content img,
    .mobile-back-api .content img {
        width: 100%;
    }
}
@media (max-width: 574px) {
    #staff_augmentation {
        padding: 30px 0 20px;
    }
    #staff_counter .counters span{
        font-size:30px;
    }
    #staff_counter .counters p {
        font-size: 17px;
    }
   
}
