.service__banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/service-single-page/single-banner-image.png);
}
.ui__ux--banner{
  background-image: url(../../images/service-single-page/ui-ux-banner-img.png);
}
.api__banner{
background-image: url(../../images/service-single-page/api-banner.png);
}
.frontend__banner{
 background-image: url(../../images/service-single-page/front-end-banner.png);
}
/* services section start */
.services__tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 62px;
    gap:12px;
    flex-wrap: nowrap;
}
.services__tab {
    padding: 8px 14px;
    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;
    background: #151616;
}
button.services__tab.active, button.services__tab:focus-visible {
    color: #08090A;
    background: #F7F8F8;
    border: 1px solid transparent;
}
.services__panel-row {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}
.services__panel-left img{
    border-radius: 16px;
}
.services__panel-right-content h3{
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #F7F8F8;
    margin:16px 0;
}
.services__panel-right-content p{
    margin-bottom: 0;
}
.services__panel-right p a{
    color: var(--color-text-primary);
}

/* services section end */



/* why section start */
.why__row{
    border-top:1px solid #202626;
}
.why__row .col-md-4{
    border-right:1px solid #202626;
}
.why__row .col-md-4:last-child{
    border-right:none;
}
.why__card {
    padding: 34px 53px 0;
}
.why__card:hover .why__icon{
    background: linear-gradient(#2d2e30, #19191a) padding-box, linear-gradient(145deg, #ffffff38 0%, /* white start */ #1e1e1e5e 15%, /* quickly shift to black */ #08090a 100%) border-box;    
    border: 1px solid rgb(239 235 235 / 25%);
}
.why__icon {
    text-align: center;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px 28px 0 0;
    margin-bottom: 33px;
    border-width: 1px;
    border-style: solid;
    border: 2px solid transparent;
    background: linear-gradient(#08090a, #0c0d0e) padding-box, linear-gradient(145deg, #ffffff38 0%, /* white start */ #1e1e1e5e 15%, /* quickly shift to black */ #08090a 100%) border-box;
    cursor: pointer;
}
.why__card-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5%;
    color: #F7F8F8; 
    margin-bottom: 0;
}
.why__card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5%;
    margin-bottom: 0;
    color: #8A8F98;
}
/* why section end */



/* development process section start */

.process__row {
    --bs-gutter-x: 87px;
}
.process__content {
    position: sticky;
    top: 100px;
}
.process__content .process__image {
    border-radius: 16px;
   overflow: hidden;
}
.process__timeline .process__item:nth-child(1) .process__step {
    top: 0;
}
.process__timeline {
  position: relative;
  padding-left: 80px;
}

.process__timeline .process__item {
  display: flex;
  gap: 20px;
  margin-bottom:32px;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 16px;
  position: relative;
}

.process__timeline .process__step {
    width: 49px;
    height: 49px;
    background: #2B2B2B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    left: -84px;
    top: -10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #F7F8F866;
}
.process__timeline .process__text{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #8A8F98;
    margin-bottom: 0;

}
.process__timeline .process__info {
  border-radius: 10px;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
.process__timeline .process__info img {
    margin-bottom: 16px;
}
h5.process__heading{
    margin-bottom: 8px;
    color: #F7F8F8E5;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
}

.process__item.active {
  opacity: 1;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.03);
}
.process__item:hover {
  opacity: 1;
}

/* new */
.process__progress {
    position: absolute;
    left: 22px;
    top: 10px;
    width: 2px;
    height: 0;
    background: var(--color-text-primary);
    z-index: 1;
    transition: height 0.4s ease;
}
.process__timeline::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 6px;
    bottom: 0;
    width: 2px;
    background: rgba(255,255,255,0.1);
    height: 88%;
}
.process__step {
    position: absolute;
    left: -56px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #2B2B2B;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #aaa;
    font-weight: 600;
}
   
.process__item.active {
    opacity: 1;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
}
.process__item.completed .process__step {
    background: var(--color-text-primary);
    color: #000;
}
.process__item.active .process__step {
    background: var(--color-text-primary);
    color: #000;
}
/* industry */
  .industry__grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:25px;
    }

   .industry__card{
      height:250px;
      border-radius:14px;
      overflow:hidden;
      position:relative;
      cursor:pointer;
    }
    .industry__card:hover .industry__content{
      bottom:0;
    }
    /* IMAGE */

    .industry__image{
      width:100%;
      height:100%;
      overflow:hidden;
      position: relative;
    }
    .industry__image h2{
    position: absolute;
    left: 20px;
    bottom: 30px;
    z-index: 3;
    margin-bottom: 0;
    }
.industry__card:hover  .industry__image h2{
    opacity: 0;
}
    .industry__image img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:0.7s ease;
    }

    /* DARK OVERLAY */

     .industry__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 72%) 5%, rgb(0 0 0 / 83%) 45%, rgb(0 0 0 / 0%) 100%);
    z-index: 1;
}

    /* NUMBER */

    /* .industry__number{
      position:absolute;
      top:25px;
      left:25px;
      font-size:42px;
      font-weight:700;
      color:var(--color-text-primary);
      z-index:2;
      opacity:0.9;
    } */

    /* CONTENT */

.industry__content {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    z-index: 2;
    color: var(--color-text-primary);
    background: #242424d6;
    height: 100%;
    bottom: -100%;
    padding: 20px;
    padding-top: 30px;
    transition: 0.50s ease;
}


    /* TITLE */

.industry__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.1;
    opacity: 1;
    transition: 0.6s ease;
    letter-spacing: 0.1px;
    color: var(--color-text-primary);
}

    /* DESCRIPTION */

 .industry__desc {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-text-secondary);
    opacity: 1;
    transition: 0.8s ease;
    margin-bottom: 0;
}

    /* HOVER EFFECT */

    .industry__card:hover img{
      transform:scale(1.08);
    }

   
@media screen and (max-width: 1399px) {
    .service__banner .hero__title {
        padding-right: 0;
    }
    .services__tabs{
        margin-bottom: 50px;
    }
    .services__tab {
    padding: 8px 10px;
    font-size: 14px;
    }
    
   .services__panel-row { 
        gap: 40px;
    }
    .why__card {
        padding: 24px 24px 0;
    }
    .why__icon{
        height: 200px;
        margin-bottom: 20px;
    }
    .why__icon img{
        width: 100px;
    }
    .why__card-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }   
    
    .process__row .col-lg-6{
        width: 48%;
        --bs-gutter-x: 0;
    }
    .process__row{
        gap:40px;
        width: 100%;
        margin: 0 auto;
    }

    
  
  
  
}
@media screen and (max-width: 1299px) {
     .process__row{
        gap:30px;      
    }
}
  @media screen and (max-width: 1199px) {
        .industry__grid {
        grid-template-columns: repeat(3, 1fr);
    }
   

}  
@media screen and (max-width: 991px) {  
    .why__card{
        padding: 16px;
    }
    .why__card{
        /* height: 180px; */
        margin-bottom: 20px;
    }
    .why__icon{
        padding: 0;
        height: 180px;
        background: linear-gradient(113.79deg, rgb(43 43 43 / 50%) 60.93%, rgb(21 29 37 / 85%) 110.46%) padding-box, linear-gradient(141.16deg, #202626 1.21%, rgba(8, 9, 10, 0) 64.07%) border-box;
        border-radius: 12px;
        margin-bottom: 10px;
    }
    .why__icon img {
        width: 90px;
    }
    .why__card-title{
        font-size: 16px;
        line-height: 24px;
    }
    .why__card-text{
        font-size: 14px;
        line-height: 21px;
    }
    .services__tabs{
        gap: 30px;
        justify-content: left;  
        margin-bottom: 0px;
        flex-wrap: wrap;
    }   
    .services__tab{
        width: 100%;
        text-align: left;
        position: relative;
        padding: 14px;
    }
    .services__panel-row{
        gap: 0;
    }
   
    .services__panel-right-content h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 16px 0 8px;
    }
    .services__tab:after{
        content: "";
        position: absolute;       
        background-image: url(../../images/hire-php/btn.svg);
        background-repeat: no-repeat;
        right: 12px;
        width: 10px;
        height: 8px;
        background-position: 5px 8px;
        background-size: 60%;
        padding: 14px;
        top: 24px;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.4s ease, background 0.3s ease, border 0.3s ease;
    }
    .services__tab.active:after {
        transform: translateY(-50%) rotate(-27deg) scale(1.1);
    }
    .services__content, .services__panel-left img {
        display: none;
    } 
    .process__row{
        flex-direction: column;
    }
    .process__row {   
        gap: 32px;
        width: 100%;
        margin: 0 auto  ;
    }
    .process__row .col-lg-6{
        width: 98%;
    }
    .process__timeline .process__step {
        width: 34px;
        height: 34px;     
        font-size: 14px;
        line-height: 21px;  
        position: relative;  
        left: 0;
        top:0;
    }
    .process__timeline::before{
       display: none;
    }
    .process__timeline .process__item{
        flex-wrap: wrap;
        border: 1px solid #23252A; 
    }
    .process__timeline {
        padding-left: 0;
    }
    
    .process__timeline .process__info img {
        width: 22px;
    }
    h5.process__heading{
        font-size: 16px;
        line-height: 24px;
    }
    .process__timeline .process__text{
        font-size: 14px;
        line-height: 21px;
    }
    .services__panel-row{
        grid-template-columns: 100%;
    }
    .process__timeline .process__info{
        position: relative;
    }
    .process__info img {
        position: absolute;
        right: 13px;
        top: -50px;
    }
    br{
        display: none;
    }
    /* industry */

    .industry__grid{
    grid-template-columns:1fr 1fr;
    }

    .industry__title{
    font-size:20px;
    }
}
@media (max-width:767px) {

    .why__row .col-md-4 {
        border-right: none;
    }
    .why__row{
        border-top: none;
        gap:24px;
    } 
    .why__card {
        padding: 0;
        height: auto;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        gap: 32px;
        background: #161616;
        padding: 16px;
        border-radius: 12px;
        border: 1px solid #161616;
    }
    .why__icon {
        background: none;
        height: auto;
        text-align: left;
        border: none;
        margin: 0;
        width: auto;
        display: flex;
        justify-content: left;
        border-right: 2px dotted #625d5d85;
        border-radius: 0px;
        padding-right: 24px;
    }
    .why__card:hover {
        background: #a9a9a936;
        border: 1px solid #2d2a2a;
    }
    .why__card:hover .why__icon {
        background: none;       
        border: 0px solid rgb(239 235 235 / 25%); 
        border-right: 2px dotted #625d5d85;
    } 
     .why__icon img {
        width: 70px;
    }
    .why__card-title{
        font-size: 16px;
        line-height: 24px;
    }
    .why__card-text{
        font-size: 14px;
        line-height: 21px;
    }
    .services__panel-right-content h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 8px 0;
    }
    .industry__grid{
    grid-template-columns:1fr;
    }
    .industry__card::before {
        background: linear-gradient(to top, rgb(0 0 0 / 85%) 5%, rgb(0 0 0 / 83%) 45%, rgb(0 0 0 / 0%) 100%);
    }
    
}

