.hero__card_wrapper{
    align-items: center;
    display: flex;
}
div#heroImageWrapper {
    position: relative;
}
img.hero__img {
    margin: 0 auto;
    display: table;
    border-radius: 16px;
    background: #8d8d8d;
    object-fit: fill;
}

.mid-col svg {
    overflow: visible;
    margin: 0 auto;
    display: table;
    width: auto;
    position: relative;   
    width: 100%;
}
.hero__img-wrapper.hero__img{
    position: relative;
    top: 0;
    margin: 0 auto;
    display: table;
    border-radius: 16px;
}
 .hero__card{
    width: 312px;
    background: #141516;
    border: 1px solid #2B2E2F;
    padding: 24px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}
.hero__card h2 {
    
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: var(--color-text-primary);
    
}
.hero__card p {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 16px;
    color: var(--color-text-secondary);
}
.hero__card ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
}
.hero__card ul li {
    
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: var(--color-text-secondary);   
    position: relative;
    padding-left: 24px;
}
.hero__card ul li:before {content: "";
    position: absolute;
    background-image: url(../../images/hire-talent/tick.svg);
    width: 16px;
    height: 12px;
    background-size: contain;
    left: 0;
    top: 5px;
   
}
.left__card {   
    left: 90px;
    top: 20px;
}
.hero__img--wrapper {
    position: relative;
}
.left__badges {
    background: rgba(29, 32, 33, 0.81);
    height: 58px;
    padding: 14px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    position: absolute;
    top: 32px;
    left: 60px;
    gap: 8px;
    width: 126px;
    justify-content: center;
}
.left__badges img{
    width: 18px;
    height: 18px;
}
.right__badges {
    width: 191px;
    position: absolute;
    right: 0;
    background: rgba(29, 32, 33, 0.81);
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    bottom: 60px;
    border-radius: 8px;
}
.right__card {
    right: 74px;
    top: 20px;
}
.bottom__card {
    margin: 0 auto;
    display: table;
    top: 100%;
    position: relative;
    bottom: 16px;
}


/* tech__section */
.card__wrapper {
    display: flex;
    gap: 24px;
}
.tech__section--card {
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 24px;
    width: 424px;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.3s;
    transition: transform 0.35s cubic-bezier(.23, 1, .32, 1), box-shadow 0.35s ease;
}
.tech__section--card:hover{
    background: #131414;
    transform: translateY(-5px);
    transition: 0.3s; 
    border: 1px solid rgb(239 235 235 / 25%);
}

.card-icon {
    margin-bottom: 24px;
    border: 1.11px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.card__content h3 {
    margin-bottom: 16px;
    color: var(--color-text-primary);
    
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
}
.card__content p{
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 0;
}
.card__link {
    padding-top: 24px;
    border-top: 1px solid rgb(255 255 255 / 5%);
}
.card__link a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text-primary);
    opacity: 75%;
    text-transform: capitalize;
}
.tech__section--card .card__link img{
    transition: transform 0.25s ease;
    top: 1px;
    position: relative;
}
.tech__section--card:hover .card__link img{
    transform: translateX(6px);
}
/* SKILL-SECTION */
#skill-stack {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 12px;
    padding: 0;
}
#skill-stack .nav-link {
    padding: 10px 20px;
    border: 1px solid #151616;
    border-radius: 7px;
    font-size: 15px;
    line-height: 20px;
    color: var(--color-text-secondary);
    transition: 0.3s ease;
    font-weight: 500;
}
#skill-stack .nav-link.active, #skill-stack .nav-link:hover{
    background-color: var(--color-text-primary);
    color: var(--color-text-dark);
}
.skill__row--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
}
.skill__logo--card {
    border: 0.74px solid #292A2C;
    box-shadow: 0px 6.68px 3.86px 0px #00000040;
    background: linear-gradient(180deg, #212226 0%, #101012 100%);
    padding: 24px;
    width: 360px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 156px;
    cursor: pointer;
    transition: 0.3s;
    transition: transform 0.35s cubic-bezier(.23, 1, .32, 1), box-shadow 0.35s ease;
    justify-content: space-between;
}
.skill__logo--card:hover{
    transform: translateY(-5px);
    transition: 0.3s;
    border-color: rgba(255, 255, 255, 0.1);
}
.skill__logo--card .arrow-move {
    display: inline-block; /* IMPORTANT */
    transition: transform 0.25s ease;
}

.skill__logo--card:hover .arrow-move {
    transform: translate(3px, -3px);
}
.skill--logos {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
/* .tech__logo-wrapper {
    background: #33333361;
    border-radius: 5px;
    padding: 4px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tech__logo-wrapper img {
    width: 32px;
} */
.skill__card--technology {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--color-text-primary);
}
/* team Section */
.team__slider{
    padding-bottom: 80px;
}
.team__card {
    padding: 40px;
    border: 1px solid #FFFFFF0D;
    background-color: #141516;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    width: 389px;
    height: 423px;
}
.team__card:hover{
    background: #131414;
    border: 1px solid rgb(239 235 235 / 25%);
}
.team__card img {
    width: 128px;
    height: 128px;
    border-radius: 16px;
    margin: 0 auto;
}
.team__member--detail h4{
    
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    text-align: center;
    color: var(--color-text-primary);
    margin-bottom: 4px;
}
.team__member--detail p{
    
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom:0;
}
.team__member--exp p{
    
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-text-secondary);
    margin-bottom: 4px;
}
.team__member--exp h4{
    
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--color-text-primary);
    margin-bottom: 0;
}
.team__hire--btn{
    background: var(--color-text-primary);
    color: var(--color-text-dark);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5%;
    vertical-align: middle;
    border-radius: 8px;
    padding: 8px 16px;
    height: 40px;
}

.swiper-button-prev:after , .swiper-button-next:after{
    display: none;
}
.swiper-navigation {
    position: absolute;
    bottom: 20px; /* adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.swiper-button-prev,
.swiper-button-next {
    position: static; /* IMPORTANT: remove default absolute */
    transform: none;
    background: #28282C;
    border: 1px solid #35353B;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev img {
    transform: rotate(180deg);
}

/* whychoose bootesnull */
.why__box--wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 24px;
}
/* .why__section--box {
    width: 424px;
    padding-left: 30px;
    border-left: 1px solid #FFFFFF1A;
} */
.why__section--box {
    width: 424px;
    padding-left: 30px;
    border-left: 4px solid #ffffff17;
    background: #14141499;
    padding: 30px;
    border-radius: 10px;
    transition: 0.30s;
}
.why__section--box:hover{
     background: #343333;
}
.why__section--box h3{
    
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: var(--color-text-primary);
}
.why__section--box p{
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--color-text-secondary);
    margin-bottom: 0;
}
@media (max-width: 1399px) {
    .hero__card{
        width: 300px;
    }
    img.hero__img {     
        width: 80%;
    }
    .left__badges{
        left: 0;
        height: 40px;
    }
    .right__badges{
        height: 40px;
    }
    .left__card {
        left: 20px;
        top: 20px;     
    }
    
    .right__card {
        right: 20px;
        top: 20px;
    }
       
    .skill__logo--card{
        width: 270px;
        height: 150px;
        gap: 24px;
    }
    .tech__section--card{        
        width: 33.33333333%;
    }
    .team__card{
        width: 100%;
    }
    .why__section--box {
        width: 30%;       
    }
}
@media (max-width: 1199px) {
    .hero__card{
        width: 250px;
    }
    img.hero__img {     
        width: 80%;
    }
    .left__card {
        left: 0;
        top: 20px;
        z-index: 1;
    }
    .mid-col svg {    
        width: 100%;
        height: 170px;
    }
    .right__card {
        right: 20px;
        top: 20px;
    }
    .skill__row--flex{
        gap: 32px;
    }    
    .skill__logo--card{
        width: 270px;
    }    
}
@media (max-width: 991px) {
    .hero__card_wrapper{
        flex-direction: column;
    }
    .mid-col svg, .hero__card{
        display: none;
    }
    .mid-col{
        width: 100%;
    }
    .card__wrapper{
        flex-wrap: wrap;
    }
    .tech__section--card{
        width: 47%;
        padding: 16px;
    }
    .card-icon, .card__content{
        margin-bottom: 16px;
    }   
    .card__link{
        padding-top: 16px;
        font-size: 12px;
        line-height: 18px;
    }
    .skill__section p br{
        display: none;
    }
    #skill-stack .nav-link {
        padding: 10px 16px;
        font-size: 14px;
    }    
    .skill__logo--card{
        width: 200px;
    }
    .skill__card--technology{
        font-size: 14px;
        line-height: 21px;
    }
    .team__card{
        width: 100%;
        margin: 0 auto;
        height: auto;
        padding: 24px;
    }   
    .why__section--box {
        width: 48%;      
    }   
    .why__box--wrapper {       
        row-gap: 48px;
    }
}
@media (max-width: 767px) {
    .hero__content .hero__desc br{
        display: none;
    }
    #skill-stack {
        flex-wrap: wrap;
    }
    .tech__section--card{
        width: 100%;
    }
     .card-icon, .card__content{
        margin-bottom: 16px;
    } 
    .card-icon{
        width: 40px;
        height: 40px;
    }
    .card-icon img{
        width: 24px;
    }
    .card__content h3{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .card__content p {      
        font-size: 14px;
        line-height: 21px;
    }
    .team__member--detail h4{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .team__member--exp h4{
        font-size: 16px;
        line-height: 24px;
    }   
    .skill__logo--card{
        width: 230px;
    }
    .why__section--box {
        width: 47%;    
        padding: 16px;   
    }
     .why__section--box h3{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .why__section--box p{
        font-size: 14px;
        line-height: 21px;
    } 
    .team__card{
        width: 100%;
        margin: 0 auto;
    }    
}
@media (max-width: 575px) { 
   .left__badges {
    width: auto;
    font-size: 12px;
    gap: 5px;
    border-radius: 8px;
    left: 0;
    height: auto;
    padding: 6px;
}
.left__badges img {
    width: 14px;
    height: 14px;
}
  .right__badges {
    width: auto;
    font-size: 12px;
    gap: 5px;
    border-radius: 8px;
    height: auto;
    padding: 6px;
    bottom: 24px;
}
.right__badges img {
    width: 14px;
    height: 14px;
}


    .tech__section--title br{
        display: none;
    }

    .skill__section--tab-outer {
    overflow-x: auto;
    margin-bottom: 30px;
}
    #skill-stack {
        white-space: nowrap;
        justify-content: center;
        margin-bottom: 13px;
    }
    .skill__row--flex{
        gap: 24px;
    }
    .skill__logo--card {
        width: 170px;
    }
    .team__slider{
        padding: 0 12px 80px;   
    }
    .team__card {
    gap: 20px;
    width: 389px;
}
.team__card img {
    width: 90px;
    height: 90px;
}
        .why__section--box {
        width: 100%;
        border-left: 0px;
        border-bottom: 2px solid #FFFFFF1A;
    }  
    .why__box--wrapper{
        gap: 24px;
    }
    .experts__title{
        text-align: center;
    }

}
@media (max-width: 400px) {     
    .skill__row--flex {
        gap: 16px;
    }
    .skill__logo--card {
        width: 136px;
        padding: 8px;
        height: auto;
    }
}






 /* effortlessly start */


    .effortlessly__section--row {
        --bs-gutter-x: 5.5rem;
    }

    .effortlessly__quotes {
        padding: 8px 0;
        padding-left: 20px;
        border-left: 4px solid #5461AF;
        margin-top: 20px;
    }

    .effortlessly__quotes p {
        margin-bottom: 0;
    }

    .effortlessly__row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .effortlessly__card {
        background: #141516;
        border: 1px solid #2B2E2F;
        padding: 24px;
        border-radius: 16px;
        position: relative;
        width: 48%;
        transition: 0.30s;
    }
    .effortlessly__card:hover{
        transform: translateY(-10px);
    }

    .effortlessly__row .effortlessly__card:nth-child(2) {
        position: relative;
        top: 40px;
    }

    .effortlessly__row .effortlessly__card:nth-child(4) {
        position: relative;
        top: 40px;
    }

    .effortlessly__card h3 {
        font-size: 20px;
        line-height: 28px;
        color: #F7F8F8;
        margin-bottom: 8px;
        padding-bottom: 0;
        margin-top: 10px;
    }

    .effortlessly__card p {
        margin-bottom: 0;
    }


    /* effortlessly end */


    /* business-process start */
    .business-process__wrapper .row{
        --bs-gutter-x: 2.5rem;
    }
    .business-process__image-wrapper img{
        border-radius: 16px;
        box-shadow: 0px 8px 10px -6px #0000001A;
        box-shadow: 0px 20px 25px -5px #0000001A;

    }
.business-process__card {
    background: #141516;
    border: 1px solid #2B2E2F;
    padding: 24px;
    border-radius: 16px;
    position: absolute;
    max-width: 232px;
    right: 0;
    bottom: -30px;
    transition: 0.30s;
}
.business-process__image-wrapper:hover .business-process__card {
    bottom: -10px;
}
.business-process__card-number {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #F7F8F8;
    margin-bottom: 8px;
    display: block;
}
.business-process__card-text {
    font-size: 16px;
    text-transform: uppercase;
    color: #F7F8F8;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0.8;
}
    .business-process__feature-row {
        margin-top: 32px;
    }
    .business-process__feature{
        display:flex;
        gap:16px;
        margin-bottom:32px;
    }
    .business-process__feature-row .business-process__feature:last-child{
        margin-bottom:0;
    }
    .business-process__feature-number {
    border: 1px solid #2B2E2F;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #F7F8F880;
    transition: 0.30s;
}
.business-process__feature-title {
    font-size: 20px;
    line-height: 28px;
    color: #F7F8F8;
    margin-bottom: 4px;
    font-weight: 400;
}
.business-process__feature-text{
    margin-bottom:0;
}
.business-process__feature:hover .business-process__feature-number {
    background: #2c2c2c;
}
    /* business-process end */


/* hire-desirable-developers start */
.hire-desirable-developers .row{
    --bs-gutter-x: 2.5rem;
}
.hire-desirable__image-div {
    overflow: hidden;
    width: fit-content;
    border-radius: 16px;
    box-shadow: 0px 20px 25px -5px #0000001A;
}
.hire-desirable__image{
   
    transition: 0.30s;
    transform: scale(1);
}
.hire-desirable__image-div:hover .hire-desirable__image{
transform: scale(1.1);
}
.hire-desirable-developers ul{
    margin-top: 30px;
}
.hire-desirable-developers ul li{
    padding-bottom:15px;
    list-style:none;
    position: relative;
}
.hire-desirable-developers ul li:before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(https://bootesnull.com/wp-content/themes/bootsnull/assets/images/hire-talent/check-icon-purpule.svg);
    position: absolute;
    left: -31px;
    top: 1px;
}
.hire-desirable-developers ul li:last-child{
    padding-bottom:0;
}
/* hire-desirable-developers end */


/* hiring process section start */

.hiring__process--card {
    background: #141516;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #202122;
    transition: 0.30s;
}
.hiring__process--card:hover{
    transform: translateY(-10px);
    background: #101111;
}
.hiring__process--card-icon {
    border: 1.11px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #505051;
}
.number {
    background: #202122;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #505051;
}
.hiring__process--card h3{
    margin-bottom: 16px;
    color: var(--color-text-primary);
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top:32px;
}
.hiring__process--card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 40px;

}
/* hiring process section end */


/* hire team cta section start */
.hire__team--cta .growth-banner__wrapper{
    padding:24px;
    border-radius: 10px;
}
.hire__team--cta .growth-banner__content {
    gap: 20px;
}

.hire__team--cta .growth-banner__media img{
    border-radius: 10px;
}
.hire__team--cta .growth-banner__body {
    width: 100%;
}
.growth-banner__cta{
    text-align: end;
}
/* hire team cta section end */




@media screen and (max-width: 1399px) {

/* business-process section start */
.business-process__card {
    padding: 20px;
    max-width: 212px;
    right: -20px;
}
.business-process__card-number {
    font-size: 20px;
    line-height: 28px;
}
.business-process__card-text {
    font-size: 14px;
    line-height: 20px;
}
/* business-process section end */
}


@media screen and (max-width: 1199px) {
    .effortlessly__section--row {
        --bs-gutter-x: 1.5rem;
    }
    .effortlessly__card {
    width: 47%;
    height: fit-content;

}

/* business-process section start */
.business-process__feature-row {
    margin-top: 20px;
}
.business-process__title{
    font-size:40px;
}
.business-process__feature {
    margin-bottom: 20px;
}

/* business-process section end */
}

@media screen and (max-width: 991px) {
    .effortlessly__section {
    padding-bottom: 110px;
}
   .effortlessly__row {
    margin-top: 40px;
}

/* business-process section start */
.business-process {
    padding-bottom: 110px;
}
.business-process__image-wrapper{
    margin-top: 50px;
}
.business-process__feature {
    background: #141516;
    border: 1px solid #2B2E2F;
    padding: 24px;
    border-radius: 16px;
}
.business-process__image-div {
    text-align: center;
}

    .business-process__card {
        padding: 20px;
        max-width: max-content;
        right: 0;
        left: auto;
        position: relative;
        margin: auto;
        margin-top: -80px;
    }
/* business-process section end */
.effortlessly__quotes {
    padding: 0;
    padding-left: 0;
    border-left: 0;
    font-style: italic;
}

.hire-desirable__content {
    margin-top: 30px;
}
.hiring__process--card {
    margin-bottom: 30px;
}
.hire__team--cta .growth-banner__wrapper{
            justify-content: center ;
}
.hire__team--cta .growth-banner__cta {
    text-align: center;
}
}
@media screen and (max-width: 767px) {
 .effortlessly__section {
    padding-bottom: 100px;
}

/* business-process section start */
.business-process {
    padding-bottom: 100px;
}
/* business-process section end */

.hiring__process p br{
    display:none;
}
}
@media screen and (max-width: 575px) {
    .effortlessly__card {
    padding: 16px;
}
.effortlessly__card h3 {
    font-size: 18px;
    line-height: 25px;
}
.effortlessly__section {
    padding-bottom: 60px;
}
/* business-process section start */
    .business-process__title {
        font-size: 30px;
    }
/* business-process section end */
.hire-desirable-developers ul li {
    font-size: 14px;
}
.hire-desirable-developers ul{
    margin-bottom: 0;
}
}

@media screen and (max-width: 410px) {
    .business-process {
    padding-bottom: 80px;
}
.business-process__feature-title
 {
    font-size: 16px;
    line-height: 22px;
}
.business-process__feature-number {
    height: 30px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
    .business-process__card {
        max-width: revert-rule;
    }
    .business-process__card-number {
        font-size: 18px;
        line-height: 25px;
    }
    .business-process__card-text {
        font-size: 12px;
        line-height: 17px;
    }
}