.what-we-do .techstack .tech-expert {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 16px 0;
    list-style: none;
    gap: 18px;
}
.what-we-do .techstack .tech-expert li {
    padding: 4px 8px;
    border: 1px solid #d1d1e1;
    border-radius: 5px;
    background-color: rgba(217, 217, 217, 0.32);
    color: var(--secondrytextcolor);
}

/* 5th Section Start */
.app-needs {
    position: relative;
    padding-left: 50px;
}
.app-needs i {
    position: absolute;
    left: 0;
    top: -2px;
    color: #ff6c1a;
    font-size: 32px;
}
.title-wrap.app-needs {
    margin-bottom: 0;
}
/* End */

/* 6th Section Start */
.why-hire .drone-icon-wrap{
    padding: 30px;
}
/* End */

/* First-Cost Start */
.first-cost h4,
.first-cost p {
    color: #fff;
}
.first-cost {
    background: url(../../assets/images/hire-ios/ios-app.jpg) no-repeat left bottom;
    background-size: cover;
}
.first-cost .title-wrap h2, .first-cost .title-wrap .list li, .hire-process .title-wrap.hire-pro-one h2, .hire-process .title-wrap.hire-pro-one p {
    color: #fff;
}
.first-cost .title-wrap .list li, .resource-hiring .title-wrap .list li, .hourly-time .title-wrap .list li {
    font-size: 18px;
}
.hourly-time {
    background: url(../../assets/images/hire-reactjs/hourly-time.jpg) no-repeat left;
    background-size: cover;
}
/* End */
/* Development Process Start */
#developmentCycle .accordion-item{
    margin-bottom: 0;
}
#developmentCycle .accordion-item:nth-child(even){
    border-top: 1px solid #70707033;
    border-bottom: 1px solid #70707033;
}
#developmentCycle .accordion-item:last-child{
    border-bottom: 1px solid #70707033;
}
#developmentCycle .accordion-button {
    padding: 12px 12px 12px 20px;
    font-weight: 600;
    font-size: 18px;
}
#developmentCycle .accordion-body{
    padding: 0px 12px 0 20px;
}
#developmentCycle .accordion-button:focus {
    box-shadow: none;
}
.accordion .accordion-button:not(.collapsed)::after{
    --bs-accordion-btn-icon-width: 0;
}
  /* End */

.call-section {
    background: #ff6c1a;
}
.call-section .row {
    row-gap: 30px;
}
.description h5 {
    font-size: 24px;
    font-size: 600;
    color: #fff;
    padding: 10px 0px 10px 20px;
}
.description {
    border-left: 5px solid #fff;
}
.spark-cta.call-btn a.btn-style-one {
    width: 100%;
    background: #fff !important;
    color: #211f47 !important;
}
.spark-cta.call-btn a.btn-style-one:hover {
    background: #211f47 !important;
    color: #fff !important;
}
.about__card {
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    align-items: flex-end;
}
.about__card img {
    border-radius: 8px;
}
.bg-pink {
    background: #ffc0d9;
}
.bg-purple {
    background: #d0bfff;
}
.bg-green {
    background: #b5f1cc;
}
.bg-orange {
    background: #ffd8c0;
}
.about__card-info span {
    font-size: 40px;
    font-weight: 500;
}
.ourservices {
    background: #f3f6f9;
}
.drone-icon-wrap {
    padding: 50px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    width: 100%;
    height: 98%;
    flex-direction: column;
    transition: .3s ease-in-out;
}
.why-hire .drone-icon-wrap {
    padding: 30px;
}
.drone-icon-wrap h4 {
    font-size: 22px;
    line-height: 33px;
    color: var(--secondrycolor);
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0;
}
.drone-icon-wrap:hover, .drone-icon-wrap:focus {
    box-shadow: 0 0 10px #ff6c1a inset;
    transition: .4s ease-in-out;
}
.hire-process {
    background: linear-gradient(to left, #fbfbfb 50%, #211f47 50%);
}
.hire-process .hire-pro-two .step-description h3 {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--bs-heading-color);
}
.bg-blue .what-we-do-app {
    padding: 30px;
    background: #fff;
    height: 100%;
}
.what-we-do-app {
    padding: 15px 0;
    transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}
.what-we-do-app img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 0 15px;
}
.bg-blue {
    background: var(--bglightblue);
}
.clients-section {
    border-bottom: 1px solid var(--bordercolor);
    padding: 33px 0;
}
.clients-section img {
    max-height: 54px;
    width: auto !important;
}
.clients-section .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
}
.carousel-control-prev, .carousel-control-next {
    display: none !important;
}
.hire-dev h3 {
    display: flex;
    align-items: center;
    gap: 30px;
}
.hire-dev h3 {
    color: #fff;
}

@media (max-width: 1199px) {
    .what-we-do .techstack .tech-expert li {
        font-size: 15px;
    }
    .what-we-do .techstack .tech-expert {
        gap: 14px;
    }
    .drone-icon-wrap h4 {
        font-size: 19px;
        line-height: 28px;
        margin: 0 0 10px;
    }

    
}
@media (max-width: 991px) {
    /* 5th Section Start */
    .app-needs i {
        top: -5px;
    }
    /* End */

    /* 6th Section Start */
    .why-hire .drone-icon-wrap{
        padding: 20px;
    }
    /* End */

    /* First-Cost Start */
    .first-cost .title-wrap .list li, .resource-hiring .title-wrap .list li, .hourly-time .title-wrap .list li {
        font-size: 15px;
    }
    /* End */
    .drone-icon-wrap h4 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 10px;
    }
    .hire-process {
        background: #fff;
    }
    .hire-process .title-wrap.hire-pro-one {
        padding: 30px;
        background: #211f47;
    }
    .hire-process .hire-pro-two {
        padding: 0 15px;
    }
    .hire-process-step {
        gap: 30px;
    }
    .what-we-do-app img {
        width: 50px;
        height: 50px;
        margin: 0 0 8px;
    }
    .what-we-do-app h3 {
        font-size: 17px;
        line-height: 25px;
        margin: 0 0 10px;
    }
}
@media (max-width: 767px) {
    .what-we-do .techstack .tech-expert li {
        font-size: 14px;
    }

    /* First-Cost Start */
    .first-cost .title-wrap .list li, .resource-hiring .title-wrap .list li, .hourly-time .title-wrap .list li {
        font-size: 14px;
    }
    /* End */

    .about__card-info span {
        font-size: 30px;
    }
    .hire-dev-main {
        row-gap: 60px;
    }
    .hire-dev h3 span:first-child {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    .hire-dev h3 span:first-child svg {
        top: 60px;
        left: 30%;
    }
    .hire-dev h3 {
        gap: 20px;
    }
    .hire-process .hire-pro-two .step-main .step-icon img {
        padding-bottom: 5px;
        width: 80px;
        min-width: 80px;
    }
    .hire-process .hire-pro-two .step-description h3 {
        font-size: 18px;
    }
    .hire-process .hire-pro-two .step-no {
        font-size: 12px;
    }
    .bg-blue .what-we-do-app {
        padding: 20px;
    }
    .what-we-do-app img {
        width: 50px;
        height: 50px;
    }
    .drone-icon-wrap h4 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 10px;
    }
}
@media (max-width: 576px) {
    .what-we-do .techstack .tech-expert {
        padding: 0 0 12px 0;
    }
    /* 5th Section Start */
    .app-needs {
        padding-left: 45px;
    }
    /* End */

    .about__card-info span {
        font-size: 26px;
    }
    .hire-process .hire-pro-two .step-description h3 {
        font-size: 16px;
        padding: 6px 0;
    }
    .what-we-do-app img {
        width: 40px;
        height: 40px;
    }
    .what-we-do-app h3 {
        font-size: 16px;
    }
    .drone-icon-wrap h4 {
        font-size: 18px;
    }

}
@media (max-width:480px) {
    .what-we-do .techstack .tech-expert li {
        font-size: 13px;
        padding: 4px 6px;
    }
    .what-we-do .techstack .tech-expert {
        padding: 0px 0 8px 0;
    }

    /* 5th Section Start */
    .app-needs i {
        font-size: 28px;
    }
    .app-needs {
        padding-left: 40px;
    }
    /* End */

    /* Development Process Start */
    #developmentCycle .accordion-button {
        font-size: 16px;
        padding: 12px;
    }
    /* End */
    .about__card {
        padding: 16px;
        border-radius: 14px;
    }
    .drone-icon-wrap h4 {
        font-size: 16px;
    }
    .hire-process .hire-pro-two .step-main .step-icon img {
        width: 60px;
        min-width: 60px;
    }
    .hire-process .hire-pro-two {
        padding: 0 5px;
    }
    .hire-process-step {
        gap: 20px;
    }

}
