.software-banner-img-card {
    padding-top: 60px;
}

.industry-expert-card {
    position: relative;
    z-index: 1;
    padding: 24px;
    border-radius: 8px;
}

.dot-img-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.industry-expert-card .slider-img-card {
    margin-bottom: 24px;
}

.industry-expert-card .btn-fill-white {
    margin-top: 24px;
}

.industry-expert-card p {
    font-size: 15px;
    color: #8A8F98;
}

.industry-expert-card p:first-child {
    margin-bottom: 4px;
}


/* tech-needs-section start */

.tech-needs-section,
.choose-bootesnull-section {
    background: linear-gradient(180deg, #131415 0%, #0A0B0C 25%, #08090A 100%);
    margin-top: 75px;
    padding-top: 150px;
}

.tech-needs-section .mb-80 {
    margin-bottom: 120px;
}

.tech-needs-section .gutter-space {
    --bs-gutter-x: 100px;
}

.tech-needs-section .tech-needs-card-row {
    position: relative;
}

.tech-needs-section .tech-needs-card-row::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #28282C;
    transform: translateX(-50%);
    left: 50%;
    top: -64px;
}

.tech-needs-section .tech-needs-card-row .col-lg-4 {
    position: relative;
}

.tech-needs-section .tech-needs-card-row .col-lg-4::before {
    position: absolute;
    content: "";
    top: -76px;
    width: 20px;
    height: 20px;
    left: 50%;
    background-image: url(../img/new-york/circle-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.tech-needs-section .tech-needs-card-row .col-lg-4::after {
    content: "";
    position: absolute;
    background-image: url(../img/php-developer/CaretDown.svg);
    top: -73px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 0;
}

.tech-needs-section .tech-needs-card-row .col-lg-4:last-child:after {
    display: none;
}

.tech-card {
    position: relative;
    padding: 26px;
    border-radius: 14px;
    z-index: 1;
    height: 100%;
}

.tech-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0C0D0E 5.23%, #1D1E1F 99.77%);
    opacity: 0.5;
    top: 0;
    left: 0;
    border-radius: 14px;
    z-index: -1;
}

.tech-card img {
    margin-bottom: 15px;
}

.tech-card h3 {
    font-size: 15px;
    line-height: 24px;
    color: #F7F8F8;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.tech-card p {
    line-height: 22px;
    font-size: 14px;
    color: #8A8F98;
    font-weight: 400;
}

/* tech-needs-section end */


/* Hiring section start */
.hiring-row-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 32px;
    column-gap: 90px;
}

.hiring-card {
    background: #141516;
    padding: 24px;
    position: relative;
    border-radius: 12px;
    border: 1px solid #1B1C1D;
}

.hiring-card h3 {
    font-size: 15px;
    line-height: 24px;
    color: #F7F8F8;
}

.hiring-card a {
    position: absolute;
    right: 10px;
    top: 10px;
}

.hiring-card h3 {
    font-size: 15px;
    line-height: 24px;
    color: #F7F8F8;
    margin-bottom: 0;
    margin-top: 14px;
}

/* Hiring section end */


/* industry-experts-section start */



/* industry-experts-section end */


/* Top reasons to choose bootesnull start */
.choose-card-row .col-lg-4 {
    border: 1px solid #161717;
    padding: 52px 50px;
}

.choose-card-row .col-lg-4:nth-child(1),
.choose-card-row .col-lg-4:nth-child(2),
.choose-card-row .col-lg-4:nth-child(3) {
    border-top: 0;
}

.choose-card-row .col-lg-4:nth-child(4),
.choose-card-row .col-lg-4:nth-child(5),
.choose-card-row .col-lg-4:nth-child(6) {
    border-bottom: 0;
}

.choose-card-row .col-lg-4:nth-child(1),
.choose-card-row .col-lg-4:nth-child(4) {
    border-left: 0;
}

.choose-card-row .col-lg-4:nth-child(3),
.choose-card-row .col-lg-4:nth-child(6) {
    border-right: 0;
}

.choose-card h3 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    color: #F7F8F8;
    margin-bottom: 10px;
}

.choose-card p {
    color: #8A8F98;
    font-size: 15px;
    line-height: 24px;
}

/* Top reasons to choose bootesnull end */



@media screen and (max-width: 1200px) {

    .tech-needs-section,
    .tech-stack-new-york,
    .choose-bootesnull-section {
        margin-top: 60px;
        padding-top: 120px;
    }
.tech-needs-section .gutter-space {
    --bs-gutter-x: 50px;
}
    .choose-card h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {

    .tech-needs-section,
    .tech-stack-new-york,
    .choose-bootesnull-section {
        margin-top: 50px;
        padding-top: 100px;
    }
    .tech-needs-section .tech-needs-card-row::before,.tech-needs-section .tech-needs-card-row .col-lg-4::before,.tech-needs-section .tech-needs-card-row .col-lg-4::after{
        display: none;
    }
    .tech-needs-section .mb-80 {
    margin-bottom: 40px;
}
    .tech-needs-section .gutter-space {
        --bs-gutter-y: 50px;
    }
    .tech-card {
    padding: 36px 100px;
}
.hiring-row-flex {
    row-gap: 30px;
    column-gap: 30px;
}
.choose-card-row .col-lg-4:nth-child(2){
    border: 0;
}
.choose-card-row .col-lg-4:nth-child(5),.choose-card-row .col-lg-4:nth-child(3){
    border-left: 0;
}
.choose-card-row .col-lg-4:nth-child(4){
   border-right: 0;
   border-left: 1px solid #161717;
}
}

@media screen and (max-width: 768px) {

    .tech-needs-section,
    .tech-stack-new-york,
    .choose-bootesnull-section {
        margin-top: 40px;
        padding-top: 80px;
    }
    .hero-section p br{
        display: none;
    }
        .tech-needs-section .gutter-space {
        --bs-gutter-y: 30px;
    }
    #tech-stack {
    margin-bottom: 40px;
}
.hiring-card h3 {
    font-size: 14px;
}
.choose-card-row .col-lg-4 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 575px) {

    .tech-needs-section,
    .tech-stack-new-york,
    .choose-bootesnull-section {
        margin-top: 30px;
        padding-top: 60px;
    }
    .tech-card {
        padding: 36px 35px;
    }
    .hiring-row-flex {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}
.choose-card-row .col-lg-4{
    border-left: 0;
    border-right:0;
     border-bottom: 1px solid #161717 !important;
}
.choose-card-row .col-lg-4:nth-child(6){
    border-bottom: 0 !important;
    padding-bottom: 0;
}
}