/* ?? Description of Workforce Solutions-Pages  */
/*--------------------------------------------------------------
# Description of Workforce Solutions
--------------------------------------------------------------*/
.Description-Workforce {
    background: #fafafa;
    /* background: linear-gradient(to left, #2c3e50, #3498db); */
}
.common-background {
    background: #fafafa;
}

.right-choose-content img:nth-child(1) {
    position: relative;
}
.right-choose-content img {
    top: 0;
    right: 0;
    z-index: 2;
    border-radius: 10px;
}
.right-choose-content span:nth-child(2) {
    position: absolute;
    left: -50px;
    bottom: -50px;
    background: rgb(0, 225, 255);
    z-index: 1;
    border-radius: 10px;
    opacity: 0.2;
    width: 30.3rem;
    height: 31.6rem;
}
.right-choose-content span:nth-child(3) {
    position: absolute;
    left: -50px;
    bottom: -50px;
    width: 25.3rem;
    height: 25.3rem;
    background: rgb(0, 217, 255);
    z-index: 1;
    border-radius: 10px;
    opacity: 0.2;
}
.right-choose-content span:nth-child(4) {
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: 1;
    border-radius: 10px;
    opacity: 0.2;
    width: 19.8rem;
    height: 19.8rem;
    background: rgb(25, 132, 164);
}

/* ?? Key Features-Pages  */
/*--------------------------------------------------------------
  # Key Features Solutions
  --------------------------------------------------------------*/
.Description-staffing {
    margin-top: 20px;
    text-align: left;
    display: flex;
    gap: 25px;
}
.Description-staffing h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
    transition: all 0.4s;
    text-transform: capitalize;
}
.Description-staffing .icon {
    border-radius: 8px;
    background: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #d4dcff;
    transition: all 0.4s;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;
}
.Description-staffing .icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.sow-working-process {
    background: #fafafa;
}
/* Page banner-section */
.staffing-meeting h4 {
    padding-top: 1rem;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    background: linear-gradient(to right, #00b4db, #97dcf3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.staffing-meeting p {
    font-size: 18px !important;
    line-height: 28px !important;
    margin-bottom: 15px !important;
}
.staffing-meeting img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-top: 10px;
}
/* Payroll Services */
.payroll-service {
    background: #f2f2f5;
}
.payroll-service .our-benefit-image {
    position: relative;
    height: 100%;
    padding-right: 85px;
    margin-right: 80px;
}
.payroll-service .benefit-img-1 {
    height: 100%;
}
.payroll-service .benefit-img-1 figure {
    height: 100%;
}
.payroll-service .image-anime {
    position: relative;
    overflow: hidden;
}
.benefit-img-1 img {
    width: 100%;
    aspect-ratio: 1 / 1.01;
    object-fit: cover;
}
.payroll-service .image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.benefit-img-2 {
    position: absolute;
    max-width: 354px;
    right: -30px;
    bottom: 40px;
    border: 10px solid #fff;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
}
.benefit-img-2 figure {
    display: block;
}
.benefit-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 1.21;
    object-fit: cover;
}
.our-benefit-content {
    padding: 100px 0;
    padding-right: calc(((100vw - 1300px) / 2) + 5px);
}
@media only screen and (max-width: 767px) {
    .payroll-service .our-benefit-image {
        padding-right: 50px;
    }
    .benefit-img-1 img {
        aspect-ratio: 1 / 1.1;
    }
    .benefit-img-2 {
        max-width: 160px !important;
        border-width: 5px;
        bottom: 20px;
    }
    .benefit-img-2 img {
        aspect-ratio: 1 / 1.1;
    }
    .contact-us-circle {
        top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .payroll-service .our-benefit-image {
        height: auto;
        margin: 0 15px;
        margin-bottom: 30px;
    }
    .payroll-service .benefit-img-1 {
        height: auto;
        border-radius: 20px;
    }
    .payroll-service .benefit-img-1 figure {
        height: auto;
        border-radius: 20px;
    }
    .benefit-img-1 img {
        aspect-ratio: 1 / 0.98;
    }
    .benefit-img-2 {
        max-width: 280px;
        border-radius: 20px;
        right: 0;
    }
    .our-benefit-content {
        padding: 0 15px;
    }
    .payroll-service {
        padding: 50px 0;
    }
}
