.card-php-development-row {
    border-top: 1px solid #23252A;
}

.card-php-development {
    position: relative;
    padding-top: 26px;
    height: 100%;
}

.card-php-development::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #23252A;
    top: 0;
    right: -8px;
}

.card-php-development h3 {
    font-size: 15px;
    padding-top: 34px;
    line-height: 24px;
}

.card-php-development-row .col-lg-3:last-child .card-php-development::before {
    display: none;
}



/* no-delay-section star */

.no-delay-card {
    background-color: #0F1011;
    padding: 60px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 8px;
}

.no-delay-card-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.no-delay-card h2 {
    font-size: 32px;
    line-height: 34px;
    color: #F7F8F8;
    padding-bottom: 24px;
}

.no-delay-card p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #8A8F98;
    margin-bottom: 24px;
}

.no-delay-card a {
    margin-bottom: 16px;
}

.no-delay-card .short-desc {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

.no-delay-img {
    position: absolute;
    bottom: 0;
}

/* hire-step-section start */

.hire-setp-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.hire-setp-row::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #28282C;
    position: absolute;
    z-index: -1;
    top: 35px;
}

.hire-step-card {
    text-align: center;
    padding: 0 18px;
    position: relative;
}

.hire-step-card::after {
    content: "";
    position: absolute;
    background-image: url(../img/php-developer/CaretDown.svg);
    top: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 0;
}

.hire-step-card:last-child:after {
    display: none;
}

.hire-step-card img {
    position: relative;
}

.hire-step-card h3 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 8px;
}

.hire-step-card p {
    font-weight: 400;
}



/* table format section start */
.mt-24 {
    margin-top: 24px;
}
.table-mobile-section{
    display: none;
}
.table-header {
    padding: 16px;
}

.table-header .col-md-3 {
    font-size: 17px;
    line-height: 24px;
    color: #F7F8F8;
    font-weight: 500;
    padding-left: 0;
}

.row-box {
    background-color: #202122;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
}

.row-box .col-md-3 {
    padding-left: 0;
}

.row-box:last-child {
    margin-bottom: 0;
}

.icon-text {
    font-size: 13px;
    line-height: 24px;
    color: #F7F8F8;
    display: flex;
    align-items: center;
    gap: 6px;
}

.row-box .model-type {
    font-size: 17px;
    line-height: 24px;
    color: #F7F8F8;
    font-weight: 500;
    padding: 15px;
    position: relative;
    z-index: 1;
    padding-left: 16px;
}

.model-type::before {
    content: "";
    background-image: url(../img/php-developer/shape-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 200px;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
    top: 0;
    left: 0;
}

/* table format section end  */


/* service-toggle-section start */

.service-toggle-section {
    background: linear-gradient(180deg, #131415 0%, #0A0B0C 25%, #08090A 100%);
    margin-top: 75px;
    padding-top: 150px;
}

.service-toggle-section .section-title {
    margin-bottom: 90px;
}



.services-list {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.service-item {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    cursor: pointer;
    position: relative;
}

.service-item.active .service-title {
    color: #fff;
}

.service-header {
    display: flex;
    align-items: center;
    padding: 22px 0;
}

.service-number {
    width: 45px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #8A8F98;
}

.service-title {
    flex: 1;
    font-size: 21px;
    line-height: 24px;
    color: #8A8F98;
    font-weight: 400;
}

.service-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.service-arrow svg {
    width: 14px;
    stroke: #fff;
}

.service-item:hover .service-arrow {
    background: #1e90ff;
    border-color: #1e90ff;
}

/* Accordion content */
.service-content {
    overflow: hidden;
    height: 0;
    opacity: 0;
    padding-left: 45px;

}

.service-content p {
    color: #8A8F98;
    max-width: 520px;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 40px;
    line-height: 24px;
}



/* Mobile */
@media(max-width:768px) {


    .service-title {
        font-size: 15px
    }


}

/* service-toggle-section end */


@media screen and (max-width: 1200px) {

    .why-php-section,
    .service-toggle-section {
        margin-top: 60px;
        padding-top: 120px;
    }

    .no-delay-card p br {
        display: none
    }

    .hire-step-card {
        padding: 0 13px;
    }
}


@media screen and (max-width: 991px) {

    .why-php-section,
    .service-toggle-section {
        margin-top: 50px;
        padding-top: 100px;
    }

    .card-php-development-row .col-lg-3:nth-child(2) .card-php-development::before {
        display: none;
    }

    .card-php-development-row .col-lg-3 {
        text-align: center;
    }

    .icon-text {
        font-size: 12px;
        line-height: 17px;
    }

    .model-type::before {
        width: 155px;
        background-position: right;
    }

    .row-box .model-type {
        font-size: 14px;
        line-height: 20px;
    }

    .service-toggle-section .section-title {
        margin-bottom: 50px;
    }

    .no-delay-img {
        position: relative;
        bottom: 0;
    }

    .no-delay-card {
        padding-bottom: 0;
    }

    .no-delay-img-div {
        text-align: center;
        margin-top: 25px;
    }
}

@media screen and (max-width: 768px) {

    .why-php-section, .service-toggle-section{
        margin-top: 40px;
        padding-top: 80px;
    }
    .hire-setp-row {
        flex-wrap: wrap;
    }
    .hire-step-card {
        width: 50%;
    }
    .hire-setp-row::before{
        display: none;
    }
    .hire-step-card::after{
        display: none;
    }
    .hire-setp-row {
        row-gap: 40px;
    }
    .no-delay-card {
    padding: 30px;
}
.no-delay-card h2 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px;
}
.no-delay-card .short-desc {
    font-size: 11px;
}



.table-mobile-section{
    display: block;
}
.mobile-none{
    display: none;
}
 .table-mobile-section .card-section {
            margin-bottom: 14px;
            border-radius: 14px;
            overflow: hidden;
            background: #1a1a22;
        }

        .table-mobile-section .card-header {
            background: linear-gradient(90deg, #6f2cff, #8a3ffc);
            color: #fff;
            padding: 14px 16px;
            font-weight: 600;
            font-size: 16px;
        }

        .table-mobile-section .card-body {
            padding: 16px;
        }

        .table-mobile-section .item {
            margin-bottom: 14px;
        }

        .table-mobile-section .item:last-child {
            margin-bottom: 0;
        }

        .table-mobile-section .label {
            display: block;
            font-size: 11px;
            letter-spacing: 0.5px;
            color: #9b9bb3;
            margin-bottom: 4px;
        }

        .table-mobile-section .item p {
            color: #e6e6eb;
            font-size: 14px;
            line-height: 1.4;
        }


}

@media screen and (max-width: 575px) {
    .hero-section p br {
        display: none;
    }

    .software-banner-img-card {
        padding-top: 30px;
    }

    .card-php-development {
        padding-top: 20px;
    }

    .card-php-development h3 {
        font-size: 13px;
        padding-top: 20px;
        line-height: 20px;
    }

    .why-php-section,
    .service-toggle-section {
        margin-top: 30px;
        padding-top: 60px;
    }

    .service-toggle-section .section-title {
        margin-bottom: 40px;
    }
}