 * {
            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/common-bg/enterprise-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%;
   }


/* Section Base */
.capabilities-section {
  color: #fff;
 
}

.capabilities-section h2 {
   text-align: left;
  margin-bottom: 30px;
}

/* Grid */
.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 25px;
  background-color: #050F1F;
  padding: 16px;
  border-radius: 10px;
}

/* Card */
.capability-card {
  background: #020B16;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
 color: #4FBFF7;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.capability-card img {
  width: 90px;

}

.capability-card p {
  font-size: 16px;
  line-height: 1.4;
  color: #4fc3f7;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .capabilities-grid {
    grid-template-columns: 1fr; /* Stack on small screens */
  }
}






.cycle-text-overlay {
  text-align: center;
}

.cycle-container {
  position: relative;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;

}
/* .cycle-img-container{
  width: 700px;
} */
.cycle-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Common label style */
.label {
  position: absolute;
  color: #7ed0ff;
  font-size: 14px;
  width: 185px;
  line-height: 1.4;
  text-align: center;
}

/* Position each text label near its icon */
.label-1 { left: 5%;  bottom: 18%; }   /* bulb */
.label-2 { left: 5%; bottom: 34%; }   /* compass */
.label-3 { left: 12%; bottom: 46%; }   /* code */
.label-4 { left: 28%; bottom: 62%; }   /* analytics */
.label-5 { right: 28%; bottom: 62%; }  /* bug */
.label-6 { right: 12%; bottom: 46%; }  /* scaling arrows */
.label-7 { right: 7%; bottom: 34%; }  /* rocket */
.label-8 { right: 7%;  bottom: 18%; }  /* final hex */



.polygon-img-container{
  width: 100px;
  height: 100px;
   position: absolute;
    left: 50%;
    top: 78%;
    transform: translate(-50% , -50%);
    background-image: url(../images/services/Polygon.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    .highlight{
      color: #4fc3f7;
      font-weight: 500;
      
    }
}






.tab-section {
    .tab-content {
      background-image: none;
    }

.grid-one{
       
        background-image: url(../images/homepage/tab-content-bg.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 16px;
        text-align: center;
        width: 100%;
}
.grid-two{
       
        background-image: url(../images/homepage/tab-content-bg.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 16px;
        text-align: center;
        width: 100%;
}

.two-grid-container{
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 20px;
}
.byldd-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background-image: url("../images/casestudiespage/stat-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 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;
}

}

@media screen and (max-width: 1000px) {
  .tab-section {
    .two-grid-container{
      flex-direction: column;
    }
}
.tab-section {
        .tab-content {
            padding: 0px;
        }
    }
}

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


/* 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;
  }
  
}
.mobile-section{
  display: none;
}


/* Responsive adjustments */
@media (max-width: 1000px) {
 

  .step {
    max-width: 35%;
  }
 .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;
}


}



@media (max-width: 768px) {
.byldd-grid {
     
    grid-template-columns: 1fr;

}

    .app-developement-hero .hero-content {
        height: 75%;
        left: 50%;
        top: 55%;
        width: 90%;
    }
.two-grid-container {
    gap: 20px;
}

.mobile-section{
  display: initial;

  .label {
    position: absolute;
    color: #7ed0ff;
    font-size: 8px;
    width: 70px;
    line-height: 1.2;
    text-align: center;
}
/* Position each text label near its icon */
.label-1 { left: 5%;  bottom: 7%; }   /* bulb */
.label-2 { left: 3%; bottom: 23%; }   /* code */
.label-3 { left: 9%; bottom: 37%; }   /* compass */
.label-4 { left: 26%; bottom: 48%; }   /* analytics */
.label-5 { right: 28%; bottom: 46%; }  /* bug */
.label-6 { right: 12%; bottom: 33%; }  /* scaling arrows */
.label-7 { right: 7%; bottom: 22%; }  /* rocket */
.label-8 { right: 5%;  bottom: 6%; }  /* final hex */

}
.desktop-section{
  display: none;
}

.cycle-container {
  padding: 0px 20px;
}
.full-cycle-heading{
  font-size: 20px;
}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  
.label {

  width: 150px;

}
}

@media screen and (max-width: 1000px) {
  .label {

  width: 140px;

}
/* Position each text label near its icon */
.label-1 { left: 1%;  bottom: 14%; }   /* bulb */
.label-2 { left: 3%; bottom: 29%; }   /* code */
.label-3 { left: 9%; bottom: 42%; }   /* compass */
.label-4 { left: 26%; bottom: 56%; }   /* analytics */
.label-5 { right: 26%; bottom: 54%; }  /* bug */
.label-6 { right: 9%; bottom: 40%; }  /* scaling arrows */
.label-7 { right: 4%; bottom: 28%; }  /* rocket */
.label-8 { right: 4%;  bottom: 11%; }  /* final hex */

}
