 * {
            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%;
    top: 55%;
    border-radius: 20px;
   }


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

.capabilities-section h2 {
  font-size: 22px;
  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: 50px;
  margin-bottom: 15px;
}

.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;

}
/* .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: 160px;
  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: 38%; }   /* compass */
.label-3 { left: 12%; bottom: 56%; }   /* code */
.label-4 { left: 35%; bottom: 75%; }   /* analytics */
.label-5 { right: 32%; bottom: 75%; }  /* bug */
.label-6 { right: 12%; bottom: 56%; }  /* scaling arrows */
.label-7 { right: 7%; bottom: 38%; }  /* 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;
      
    }
}




@media (max-width: 768px) {
  .label {
    position: static;
    margin: 20px auto;
    display: block;
    width: auto;
    
  }
}




   .byldd-section {
  color: #fff;
  text-align: center;

  .container{
    padding-bottom: 60px;
  }
}

.two-grid-container{
  display: flex;
  align-items: center;
  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;
  padding: 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;
}



.compliance-section {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.compliance-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px
}

.compliance-list {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.compliance-card {
    background: linear-gradient(135deg, #131f33, #0f1a29);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .4);
    padding: 20px 25px;
    text-align: left
}

.compliance-card h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 8px
}

.compliance-card p {
    color: #cdd6e5;
    font-size: 14px;
    margin: 0
}

.compliance-footer {
    color: #b0b9c9;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 40px
}

@media (max-width:600px) {
    .compliance-card {
        padding: 15px 18px
    }

    .compliance-section h2 {
        font-size: 24px
    }
}

.End-to-End-section {
    .container {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.End-to-End-content {
    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: 24px;
    text-align: center;
    width: 100%
}

.tab-content.active {
    display: block
}

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

.card {
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 10px;
    padding: 20px;
    text-align: left
}

.card h3 {
    color: #5eb8f4;
    margin-bottom: 10px
}

.partners-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 28px
}

.partners-text {
    color: #4fbff7;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-align: left
}

.partners-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.partners-logos img {
    background: #fff;
    border-radius: 10px;
    height: 60px;
    max-width: 100%;
    width: auto
}

@media (max-width:768px) {
    .app-developement-hero .hero-content {
        height: 75%;
        left: 50%;
        top: 55%;
        width: 90%;

        h1 {
            font-size: 28px;
            line-height: 1.4
        }

        p {
            font-size: 14px
        }
    }

    .End-to-End {
        .End-to-End-content {
            padding: 0 10px 10px;

            .card {
                padding: 10px;

                h3 {
                    font-size: 16px
                }

                p {
                    font-size: 14px
                }
            }
        }
    }

    .partners-container {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px
    }

   .partners-container   .partners-logos {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
    }

    .partners-logos img {
        height: 40px
    }

    .industries {
        padding: 0;

        .carousel-strip {
            gap: 16px
        }

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

@media screen and (min-width:360px) and (max-width:400px) {
    .industries {
        .carousel-strip {
            gap: 14px
        }

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

@media screen and (min-width:401px) and (max-width:768px) {
    .industries {
        .carousel-strip {
            gap: 16px
        }

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


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

@media screen and (max-width: 1000px) {
    .success-stories {
        .story-card {
            min-width: 100%;
            display: flex;
            flex-direction: column;
            max-height: none;
        }
    }
}