 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
          
        }

        html,
        body {
            width: 100%;
            height: 100%;
           background: #000012;
            color: #FFFFFF;
            font-family: 'Montserrat' , sans-serif;
           }
           

   .app-developement-hero .hero-content{
    background-image: url(../images/services/app-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 65%;
    width: 80%;
    border-radius: 20px;
    top: 55%;
   }


.portfolio-section{
    padding: 0px 20px !important;
    .container{
        h4{
            color: #9A9A9A;
            font-weight: 600;
          text-align: left;
          margin-bottom: 30px;
        }
    }
}


   .byldd-section {
  color: #fff;
  text-align: center;
    background-image: url(../images/ai-services/thisshouldbegood.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  .container{
    padding-bottom: 60px;
  }
}


.byldd-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.byldd-card {
  position: relative;
 background: rgba(0, 0, 0, 0.00); 
  border-radius: 12px;
  padding: 30px 20px;
  z-index: 1;
  overflow: hidden;
  text-align: left;
}

.byldd-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px; /* border thickness */
  background: linear-gradient(180deg, rgba(0, 105, 254, 0.20) 0%, rgba(0, 63, 152, 0.20) 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}



/* our processs  */

.our-process {
  padding-bottom: 60px;
 

}

.our-process h2 {
margin-bottom: 50px;
}



.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
  background-image: url(../images/common-bg/line-desktop.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.step {
  width: 100%;
  max-width: 455px;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 10px;
  text-align: left;
  height: 130px;
  background-color: transparent;
  transition: all 0.6s ease-out;
  transform: translateY(0);
  opacity: 1;
}

.step h3 {
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 600;
  font-family: Montserrat;
  margin-top: 0;
 

}

.step p {
  font-size: 14px;
  color: white;
  font-weight: 500;
  font-family: Montserrat;
  line-height: normal;
}

.left {
  align-self: flex-start;
}

.right {
  align-self: flex-end;
}

.stepOne{
  margin-top: 10px;
  h3{
    text-align: right;
  }
  p{
    text-align: right;
  }

}
.stepTwo{
  margin-top: 10px;
  
}
.stepThree{
  margin-top: 10px;
    h3{
    text-align: right;
    margin-top: 10px;
  }
  p{
    text-align: right;
  }
  
}
.stepFour{
  margin-top: 30px;
  
}
.stepFive{
  margin-top: 0px;
    h3{
    text-align: right;
    margin-top: 20px;
  }
  p{
    text-align: right;
  }
  
}



/* Responsive adjustments */
@media (max-width: 768px) {
  .left, .right {
    align-self: center;
  }

  .step {
    max-width: 100%;
  }
 .our-process h2  {
    font-size: 28px;
            font-weight: 600;
            line-height: 32px;
  }
  .our-process .subheading{
    font-size: 14px;
    margin-bottom: 0;
  }
      .our-process {
        padding: 40px 20px;
        .container {
            padding: 0;
        }

 
}
.step h3 {
font-size: 18px;
}
.step P{
    font-size: 12px;
}
.timeline {
  gap: 0;
}



}












.success-stories .container {
    flex-direction: column;
    .stories-container {
    max-width: 100%;
}
}


.new-bg-section{
     text-align: center;
      padding: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
}


.industries{
   
    h2{
        font-size: 32px;
    }

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

.app-developement-hero  .hero-content{
        height: 75%;
        width: 90%;
        left: 50%;
        top: 55%;
        .btn-wrapper{
            flex-direction: column;
            width: 100%;
            align-items: normal;
        }
 }
 .byldd-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.portfolio-section{
    .container{
        padding: 0;
    }
}
.byldd-card {
    padding: 16px 8px;
}


.step{
    max-width: 42%;
    padding: 20px 8px;

}


.stepOne{
   margin-right: 180px;
  h3{
    text-align: left;
  }
  p{
    text-align: left;
  }

}
.stepTwo{
  margin-left: 170px;
  h3{
    text-align: right;
  }
  p{
    text-align: right;
  }

}

.stepThree{
     margin-right: 180px;
  
    h3{
    text-align: left;
    
  }
  p{
    text-align: left;
  }
  
}
.stepFour{
    margin-left: 170px;
  h3{
    text-align: right;
  }
  p{
    text-align: right;
  }

}

.stepFive{
     margin-right: 180px;
    h3{
    text-align: left;
   
  }
  p{
    text-align: left;
  }
  
}

.byldd-section {
    .container {
        padding-bottom: 20px;
    }
}

.industries{
    padding: 0;
    h2{
        font-size: 20px;
    }
}
    .industries {
        padding: 0;
                .carousel-strip {
            gap: 16px;
        }

        .industry-card {
            min-width: 70px;
            border-radius: 8px;
        }
    }

}

@media screen and (min-width: 360px) and (max-width:400px) {
    .industries {
        .carousel-strip {
            gap: 14px;
        }
        .industry-card {
            min-width: 65px;
            border-radius: 8px;
        }
    }
}
@media screen and (min-width: 401px) and (max-width:768px) {
    .industries {
        .carousel-strip {
            gap: 16px;
        }
        .industry-card {
            min-width: 65px;
            border-radius: 8px;
        }
    }
}



.tab-section {
    .grid {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }
}

@media screen  and (max-width: 768px){
  .tab-section {
    .grid {
        grid-template-columns: repeat(1, 1fr);
     
    }
} 
}