        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
          
        }

        html,
        body {
            width: 100%;
            height: 100%;
           background: #000012;
            color: #FFFFFF;
            font-family: 'Montserrat' , sans-serif;
           }




       

   /* hero section       */



.hero-section{

    width: 100%;
    height: 110vh;
    position: relative;
    margin-top:-145px;
}
.overlay{
 background-color: black;  
    opacity: .7;
    z-index: 1; 
        max-width: 100%;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.herobg{
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
   
    video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
 .hero-content{
    position:absolute;
    z-index: 111;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: auto;
 }
 
 .hero-content .hero-heading{
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: 'Montserrat' , sans-serif;
  color: #fff;
}

.hero-content .highlight {
  color: #3db8ff; /* Gradient blue tone */
   font-weight: 800;
}

.hero-content .hero-subheading{
  font-size: 24px;
  color: #d0d5dc;
  max-width: 700px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}

.hero-content .hero-subheading .highlight {
  color: #3db8ff;
  font-weight: 600;
}



/* stats sections  */
.stats-section {
    background: #00000e;
  padding: 8px;
  
}

/* Flexbox container */
.stats{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

/* Each stat box */
.stat-box {
  flex: 1;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 105, 254, 0.10) 0%, rgba(77, 58, 212, 0.10) 100%);
  padding:16px 20px;
  border-radius: 10px;

}


/* Numbers */
.stat-box .stat-heading {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
}

/* Labels */
.stat-box  .stat-sub-heading{
  font-size: 14px;
  color: #ccc;
}

/* tech section  */
.tech-section {
  
  color: #fff;
  .container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: center;
  
}

.section-subtext{
  text-align: left;
}
.tech-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.tech-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.tech-card img {
  width: 50px;
  margin-bottom: 12px;
}

.tech-card .tech-card-heading{
  font-size: 12px;
  color: #fff;
  margin: 0;
}



}
/*ai*/
.ai-services {
 
  color: #fff;

  .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.ai-image {
   width: 500px;      
  height: 600px;   
  overflow: hidden;  
  border-radius: 12px;
}

video{
  width: 100%;
 height: 100%;
  object-fit: cover;
  border-radius: 12px;
 
}

.ai-content {
  flex: 1;
  min-width: 320px;
}

.ai-content .section-heading{
 text-align: left;
}
.section-subtext{
  text-align: left;
}


.ai-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
}

/* Tagline */
.tagline {

  font-size: 16px;
   background: #000024;
   position: absolute;
   bottom: 0;
   width: 100%;
   left: 0;
   padding: 20px;

}

.tagline span {
  font-weight: 700;
  color: #3f9dfb;
}


/* Responsive */



/* responsive css  */

@media screen and (max-width: 1000px) {
.hero-content .hero-heading {
    font-size: 48px;
}
.hero-content .hero-subheading {
    font-size: 20px;
}

.stat-box .stat-heading{
  font-size: 32px;
}
.stat-box  .stat-sub-heading{
  font-size: 10px;
  color: #ccc;
}

.tech-section .container {
    grid-template-columns: 1fr;
}





    .ai-services {
  padding: 0;
  position: relative;
  .container {
    padding: 40px 0px;
    .ai-image{
      border-radius: 0;
      height: 750px;
      width: 100%;
      video{
        border-radius: 0;
      }
    }
  }
  .ai-content{
   position: absolute;
            padding: 20px 30px;
            background-color: #000000a9;
            height: 100%;
            left: 0;
                        display: flex;
            flex-direction: column;
            justify-content: center;

            .btn-secondary{
              width: max-content;
            }
  }

}


.tech-section{
  .section-subtext{
    text-align: center;
  }
}

}
@media screen and (max-width: 768px) {
  .hero-content {
    width: 100%;
  }

  .stat-box {
    padding: 10px 8px;
    height: 94px;
    h2{
      font-size: 20px;
    }
    p {
    font-size: 10px;
    line-height: 1.4;
}
}




  .tech-section{
  
    .container{

         grid-template-columns: 1fr;
           .tech-grid {
    grid-template-columns: repeat(2, 1fr);
}
    }
  }

    .stat-box .stat-heading {
        font-size: 20px;
    }





}

.tab-section {
    .card:hover{
     border-color: #4FBFF7;
    }}