 /* header cs start  */
.logo-text {
   color: #F36E28 !important;
 }

 body {
   background-color: #000;
 }

 /* Container for the logo and text */
 .logo-container {
   width: 100px;
   height: 60px;
   perspective: 1000px;
   /* For the 3D flip effect */
   position: relative;
 }

 /* Logo image styles */
 .logo-image {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  transition: transform 0.6s, opacity 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transform: translateY(0);
}

/* Text that will appear on hover */
.logo-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; /* White text color */
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s, opacity 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
}

/* On hover, slide the image up and the text down */
.logo-container:hover .logo-image {
  transform: translateY(-100%);
  opacity: 0;
}

.logo-container:hover .logo-text {
  transform: translateY(0);
  opacity: 1;
}


 .navbar {
  background-color:transparent !important;
}

.logocc {
  width: 55px;
}

.nav-link {
  color: white !important;
  margin: 0 10px;
  position: relative;
  z-index: 1;
  padding: 5px 10px;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: #ff6900;
  transform: scaleX(0);
  transition: transform 0.8s ease;
} 

.nav-link:hover::after {
  transform: scaleX(1);
}


 .dropdown-toggle::after {
   display: none;
 }

 .dropdown-item {
   color: black !important;
 }
  
  

 .lang-flag {
   width: 20px;
   margin-right: 5px;
 }

 /* Dropdown button styling */
 .country-select{
  background-color: #000000 !important;
   /* Black background for the button */
   color: #fff !important;
   /* White text */
   border-color: #000000 !important;
   border-radius: 10px;
   z-index:100;
 }
 .btn-secondary {
   background-color: #000000 !important;
   /* Black background for the button */
   color: #fff !important;
   /* White text */
   border-color: #000000 !important;
   border-radius: 10px;
   z-index:100;
   position: relative;
   /* Black border */
 }

 .btn-secondary:hover,
 .btn-secondary:focus {
   background-color: #000000 !important;
   /* Darker black on hover */
   color: #fff !important;
 }

 /* Dropdown items background and text */
 .dropdown-menu {
   background-color: #000000 !important;
   /* Black background for the dropdown */
 }

 .dropdown-item {
  color: #fff !important;
  /* White text for each option */
  padding: 10px;
  /* Dark grey border for better contrast */
}

.dropdown-item:last-child {
  border-bottom: none;
}

/* Hover effect on dropdown items */
.dropdown-item:hover {
  background-color: #F36E28 !important;
  /* Darker black background on hover */
  color: #fff !important;
  /* Keep the text white */
}

 /* Slim scrollbar */
/* .dropdown-menu {*/
/*  max-height: 200px;*/
/*  overflow-y: auto;*/
/*  z-index: 1000;*/
/*}*/

.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: #000000;
  /* Darker background for scrollbar track */
}

 .dropdown-menu::-webkit-scrollbar-thumb {
   background: #000000;
   /* Grey color for scrollbar thumb */
   border-radius: 5px;
 }

 .dropdown-menu::-webkit-scrollbar-thumb:hover {
   background: #000000;
 }

 /* For Firefox */
 .dropdown-menu {
   scrollbar-width: thin;
   scrollbar-color: #888 #333;
   /* Grey scrollbar thumb and dark background track */
 }



 .navbar-nav {
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.144) !important;
  backdrop-filter: blur(10px); /* Adjust the blur amount as needed */
-webkit-backdrop-filter: blur(40px);  /* Black transparent background */
  padding: 10px 20px;
  border: 2px solid rgba(46, 46, 46, 0.2); /* Light border */
  border-radius: 10px; /* Rounded corners */
}

/* Style individual links */
.nav-item .nav-link {
  color: #fff !important;
  padding: 0 15px;
  position: relative;
}


.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 40%;
  z-index: 999;
  margin: 0 auto;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: transparent !important;
  /* Optional: add a shadow for effect */
}






    
    /* header css End  */



   /* footer css start  */

 /* body{
        background-color:#f3f6fd ;
        font-size: 11.5px;
        font-weight: bold;
        color: rgb(189, 196, 203);
    } */

 .card1 {
   /*padding: 2% 7%;*/
   color: white;
   background-color: black;
 }

 .footer_ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
 }

 .footer_ul>li {
   padding: 1px;

 }

 /* ul > li:hover{
        color:#F36E28;
        cursor: pointer;
        
    } */


 hr {
   border-width: 3px;
 }

 a {
   color: white;

 }

 a:hover {
   color: white;
   text-decoration: none;

 }

 .social>i {
   padding: 1%;
   font-size: 15px;
 }
 
 

 /* Apply the ::after style on each footer li */
 .footer_container ul li {
   position: relative;
   /* Ensure the position is relative for the ::after to work */
   list-style: none;
   margin-bottom: 5px;
   font-size: 0.9rem;
 }

 /*.text-light {*/
 /*  margin-right: 80px;*/
 /*}*/

 .footer_space {
   width: 15%;
 }

 .footer_ul li span::after {
   content: '';
   position: absolute;
   left: 0;
   width: -webkit-fill-available;
   height: 2px;
   background: #ff6600;
   transform: scaleX(0);
   transform-origin: left;
   transition: transform 0.8s ease;
   bottom: -5px;
 }

 .footer_ul li span {
   position: relative;
 }

 /* On hover, scale the line to full width */
 .footer_container .footer_ul li span:hover::after {
   transform: scaleX(1);
 }

 .social>i:hover {
   color: #ff6600;
   cursor: pointer;
 }

 .policy>div {
   padding: 4px;
 }

 .heading {
   font-family: 'Titillium Web', sans-serif;
   color: white;
 }

 .divider {
   border-top: 2px solid rgba(75, 75, 75, 0.5);
   ;
 }

 .footer_container {
   padding: 0px;
 }

 .footer-base-line {
   font-size: 1rem;
 }

 .lets-talk {
   font-family: "graphik r" sans-serif;
   /* Customize font if needed */
   font-size: 4rem;
   /* Adjust font size as necessary */
   font-weight: bold;
 }

 .email {
   position: relative;
   /* Needed for positioning the ::after pseudo-element */
   font-family: "graphik r", sans-serif;
   font-size: 3.5rem;
   font-weight: bold;
   text-align: center;
 }

 .email::after {
   content: '';
    position: absolute;
    left: 0px;
    width: -webkit-fill-available;
    height: 2px;
    background: #ff6600;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.8s ease;
    bottom: -10px;
 }
 



 /* Add hover effect to animate the line */
 .email:hover::after {
   transform: scaleX(1);
   /* On hover, scale the line to full width */
 }



 .dot {
   color: #F36E28;
 }

 .at-symbol {
   color: #F36E28;
 }


 /* footer css End  */




    /* Body css start  */

    .video-background {
      position: relative;
      height: 100vh;
      width: 100vw;
      overflow: hidden;
      
    }
        @media (max-width: 768px) {
  .video-background {
    height: 60vh;
    width: 100vw;
  }
}

    .video-background {
      position: relative;
      overflow: hidden;
    }
  
    
    
    #bgVideo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4;
    }
    
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity for desired darkness */
      z-index: 4;
    }
    
    .content {
      position: relative;
      z-index: 4; /* Ensures the content stays above the overlay */
    }
    
    
    #bgVideo {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 4;
      transform: translate(-50%, -50%);
      background-size: cover;
    }


    
    .content {
      position: relative;
      z-index: 4;
      color: white;
      text-align: center;
      padding: 50px;
    }
    
    
    /* @media (max-width: 768px) {
      #bgVideo {
        display: none;
      }
    } */





    /* hero section css start  */


    .hero-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 100px 50px;
      min-height: 100vh;
      background: url('path-to-background-image') no-repeat center center/cover;
    }

    .hero-title {
      font-size: 7.5rem;
      font-weight: bold;
      line-height: 1.2;
      
    }

    .highlight {
      color: #F36F22; /* Orange color */
    }

    .sub-text {
      font-size: 1.2rem;
      font-weight: 300;
      margin-top: 20px;
    }

    .small-divider {
      height: 2px;
      width: 50px;
      background-color: #F36F22; /* Same orange */
      /* margin-top: 155px;
      margin-left: 17rem; */
    }
@media (max-width: 767px) {
    .hero-title, .aboutnima {
        font-size: 1.75rem; /* Adjust as necessary */
        font-weight: bold;
        line-height: 1.2;
    }
}



html, body {
  overflow-x: hidden;
}
    /* hero section css end  */



    /* Robot section css start */
    .below_hero-section {
      background-color: #000; /* Black background */
      color: #fff;
      padding: 2px 0;

  }
  .below_hero-section .heading {
      font-size: 3rem;
      font-weight: 700;
      padding-left: 20px;
  }
  .below_hero-section .highlight {
      color: #ff7e2a; /* Highlight color */
  }
  .below_hero-section .content-text {
      font-size: 1.2rem;
      margin-top: 20px;
      padding-left: 20px;
  }
  .below_hero-section .robot-image {
      max-width: 100%;
  }
  
   .below_hero-section .heading {
    text-align: left;
    word-break: break-word;
}

  
  /* Adjust for smaller screens */
  @media (max-width: 768px) {
      .below_hero-section .heading {
          font-size: 2.2rem;
      }
      .below_hero-section {
          text-align: center;
      }
      .below_hero-section .robot-image {
          margin-top: 30px;
      }
 
  }
  

    /* Media query for mobile devices */
@media (max-width: 767px) {
  .Powering_growth_mobile {
    min-height: 30vh; /* Reduce the minimum height */
  }
}

  /* Robot section css End  */

/* scroll section start  */
  .text-orange {
    color: #FF6600; /* Orange color for key text */
}

h1.display-4 {
    font-size: 5rem; /* Adjust size to match design */
}

p.lead {
    font-size: 1.25rem; /* Font size for the paragraph text */
    color: #eaeaea;     /* Adjust this color based on your background */
    padding-left: 15rem;
    padding-right: 15rem;
}

.below_robot_section {
    background: url('assets/computer-screen-with-blue-background-with-blue-light-it.webp') no-repeat center center fixed; /* Add the image here */
    background-size: cover; /* Ensure the background covers the section */
    background-attachment: fixed; /* This keeps the image fixed */
    background-color: #000; /* Black background to match the image */
    color: #fff; /* White text color for the content */
    padding: 5rem 0; /* Add padding for better spacing */
    min-height: 100vh; /* Ensure the section has full screen height */
    position: relative; /* Ensures proper layout for text over image */
}

@media (max-width: 767px) {
    h1.display-4 {
        font-size: 1.7rem; /* Reduce font size for smaller screens */
    }

    p.lead {
        font-size: 1rem; /* Adjust paragraph font size */
        padding-left: 1.5rem; 
        padding-right: 1rem; 
        text-align:left;
    }

    .below_robot_section {
        padding: 2rem 1rem; /* Adjust padding for better spacing */
    }
}
.below_robot_section {
  position: relative; /* Ensure the pseudo-element stays in place */
  background: url('assets/computer-screen-with-blue-background-with-blue-light-it.webp') no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 5rem 0;
  min-height: 100vh;
  z-index: 1; /* Ensures content is above the overlay */
}





.below_robot_section {
  position: relative; /* Ensure the pseudo-element stays in place */
  background: url('assets/computer-screen-with-blue-background-with-blue-light-it.webp') no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 5rem 0;
  min-height: 100vh;
  z-index: 1; /* Ensures content is above the overlay */
}

.below_robot_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Adjust the overlay color and transparency */
  z-index: -1; /* Ensure the overlay is below the content */
}


/* scroll section End  */





/* <!-- Transforming Businesses  section css start  */

.Transforming_section {
  padding: 50px 0;
  /*padding-left: 40px;*/
  /*padding-right: 40px;*/
}
.Transforming-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #f26722; /* Orange color */
}
.Transforming-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .Transforming_section {
      padding: 30px 20px;
  }
  .Transforming-title {
      font-size: 2.5rem;
  }
  .Transforming-text {
      font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .Transforming_section {
      padding: 20px 15px;
  }
  .Transforming-title {
      font-size: 1.7rem;
      
  }
  .Transforming-text {
      font-size: 0.9rem;
  }
}
/* <!-- Transforming Businesses  section css End  */

/* 6 card css start  */


.card1div{
  background-color: #22042E;
  padding: 65px 40px 65px 40px;
}

.card1h2{
  color: #FFFFFF;
font-family: "graphik b", Sans-serif;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
}

.card1p{
  margin-bottom: 0.5em;
  color: #A17FAF;
font-family: "Poppins", Sans-serif;
font-weight: 400;
line-height: 1.85714285714286;
}

.card2div{
  background-image: linear-gradient(72deg, #3000FF 0%, #18D6FF 100%);
  padding: 65px 40px 65px 40px;
}

.card2h2{
  color: #FFFFFF;
font-family: "graphik b", Sans-serif;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
}

.card2p{
  margin-bottom: 0.5em;
  color: #9CE3EC;
font-family: "Poppins", Sans-serif;
font-weight: 400;
line-height: 1.85714285714286;
}

.card3div{
  background-image: linear-gradient(138deg, #6CE8FF 0%, #FFFFFF 100%);
  padding: 65px 40px 65px 40px;
}

.card3h2{
  color: black;
font-family: "graphik b", Sans-serif;
font-size: 2.6em;
font-weight: 600;
line-height: 1.1em;
}

.card3p{
  margin-bottom: 0.5em;
  color: black;
font-family: "Poppins", Sans-serif;
font-weight: 400;
line-height: 1.85714285714286;
}

.ourclintdiv{
  background-color: #000000;
}

/* 6 card css End *


  /* Industry Expertise section css start */
 .background-image {
  background-image: url('assets/laptop-with-code-screen.webp'); /* Replace with the path to your image */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


.content-section {
  padding: 100px;
  color: white;
}

.Industry_h2 {
  color: black;
  font-family: "graphik b", sans-serif;
  font-size: 27px;
  font-weight: 500;
}



.btn_industry {
  background: linear-gradient(135deg, rgb(242, 103, 34) 82%, rgb(55, 0, 194) 100%);
  color: white;
}

  @media (max-width: 576px) {
  .content-section .pl-5 { 
    padding-left: 0 !important; /* Remove left padding */
  }
}


/* Industry Expertise section css End */


/* Our Approach */ 
.our-approach-section {
  background: linear-gradient(180deg, #0d0d0d 0%, #1f0061 100%);
  color: white;
  position: relative;
  padding: 50px 0;
}

/* Section title and text styling */
.section-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  margin-left: 0;
}

.highlight-dot {
  color: #ff7e2a; /* Orange color for the dot */
}

.section-description {
  font-size: 1.1rem;
  color: #ccc;
  line-height: 1.6;
  margin-left: 0; /* Align text to the left */
  max-width: 100%; /* Ensures text doesn't stretch */
}

/* Larger image */
.approach-image {
  max-width: 100%;
  height: auto;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-20px);
  }
}

/* Stats styling */
.stats-title {
  font-size: 8rem; /* Default font size for large screens */
  font-weight: bold;
  color: #3d00bfce; /* Transparent large numbers */
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  opacity: 0.2; /* Faded effect */
}

.stats-text {
  font-size: 1.5rem; /* Increase size for the text */
  font-weight: bold;
  color: #fff; /* Make the text white */
  position: relative;
  z-index: 1; /* Ensure text appears above faded numbers */
}

.stats-container {
  position: relative;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* Adjust spacing and alignment */
.row.mt-5 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}


@media (max-width: 576px) {
  .stats-title {
      font-size: 5rem; /* Extra small screens (phones) */
  }
  .stats-text {
      font-size: 1.8rem; /* Adjust text for extra small screens */
  }
  .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-left: 0;
}
.section-description {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
  margin-left: 0; /* Align text to the left */
  max-width: 100%; /* Ensures text doesn't stretch */
}

}

@media (max-width: 400px) {
  .stats-title {
      font-size: 4rem;/* Smaller phones */
  }
  .stats-text {
      font-size: 1.5rem; /* Adjust text for smaller phones */
  }
  
  .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-left: 0;
}
.section-description {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
  margin-left: 0; /* Align text to the left */
  max-width: 100%; /* Ensures text doesn't stretch */
}
}


/* Our Approach End */






/* edge section start */

.text-center1
{
  background:#000;
    color: white;
    position: relative;
    /*padding: 50px 0;*/
    margin: 0%;
}
.top-heading {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  /*margin-top: 2rem;*/
}

.highlight {
  color: #f57c00;
}

.sub-heading {
  font-size: 1.5rem;
  text-align: center;
  color: #ffffff;
  margin-top: 1rem;
}

.heading {
  margin-top: 6rem;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
  color: #ffffff;
}

.highlight {
  color: #ff7e2a;
}

/* Card and Container Styles */
.card-container {
  margin-top: 4rem;
}

.card-title{
  font-weight: bold;
  font-size: 1.1rem;
}

.card {
  background-color: transparent;
  border: 1px solid transparent;
  /*border-image: linear-gradient(135deg, #ff8c00 0%, #ff5733 50%, #8c00ff 100%); */
  border:1px solid #45414178;
  border-radius:8px;
  border-image-slice: 1;
  color: #fff;
  transition: border-color 0.3s ease;
  position: relative;
  /*min-height: 60px;*/
  padding:1rem;
}
.card span{
    font-size:15px;
    color:#ffffff;
} 
.card p{
    font-size:13px;
    text-align: left;
}

.card-body {
  text-align: center;
  padding-top:15px;
 
}

.card-description {
  display: none;
  position: relative;
  margin-top: 20px;
  padding: 20px;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  border-image: linear-gradient(135deg, #ff8c00 0%, #ff5733 50%, #8c00ff 100%); /* Matching the gradient from the image */
  border-image-slice: 1;
}

/* Ensure two cards go to the next row on hover */
.row.g-3 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px; /* Added space between rows */
}

/* Show description below the hovered card */
.card:hover + .card-description {
  display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
  h1 {
      font-size: 2rem;
  }

  .top-heading {
      font-size: 1.7rem;
      text-align: left;
        padding-left: 23px;
  }

  .sub-heading {
      font-size: 1rem;
  }

  .card-description {
      font-size: 0.9rem;
      padding: 15px;
  }

  .card-body h5 {
      font-size: 1.2rem;
  }
  .card-title{
  font-weight: bold;
  font-size: 1.1rem;
}
}

@media (max-width: 576px) {
  h1 {
      font-size: 1.5rem;
  }

  .top-heading {
      font-size: 1.5rem;
  }

  .sub-heading {
      font-size: 0.9rem;
      text-align: left;
        padding-left: 23px;
  }
  


  .card-body h5 {
      font-size: 1.1rem;
  }

  .card-description {
      font-size: 0.8rem;
  }
  .card-title{
  font-weight: bold;
  font-size: 1.1rem;
}
}

.mobilesizq {
      color: #FFFFFF;text-align: center;
      font-size: 5.4em;
      font-weight: 500;
      letter-spacing: -3px;
    }

    @media screen and (max-width: 468px) {
      .mobilesizq {
        font-size: 1.7rem;
        letter-spacing: 0px;
      }
      .card-title{
  font-weight: bold;
  font-size: 1.1rem;
}
    }
    /* edge section End  */


    /* Body css End  */
      /* Styling the image to be round */
  .round-image {
    border-radius: 100%;
    object-fit: cover;
    transition: transform 1s linear;
    width: 100%;

}




/*yellow*/

.aboutnima {
    font-size: 4rem;
    color: #F36F22;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 20px;
}

/* Class for the shine effect */
.shine-effect {
      background: linear-gradient(90deg, white, white, #F36F22);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-size: 200%;
    background-position: 100%;
    animation: shine 15s ease-in-out forwards;
    font-size: 56px !important;
    font-weight: 600;
    width: 100%;
}

/* Keyframes for the shine effect */
@keyframes shine {
    0% {
        background-position: 100%; /* Start from the right */
    }
    100% {
        background-position: 0%; /* Move to the left */
    }
}

/* Responsive styling for medium to large screens */
@media (min-width: 992px) and (max-width: 1439px) {
    .framer-1cJPw .framer-28vmqp, .framer-1cJPw .framer-1dghi9l {
        width: 45%;
    }
}

.framer-1cJPw .framer-1dghi9l {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px 0;
    width: 48%;
}

/*yellow*/








/* The rotation animation */
.rotate {
    animation: spin 15s linear infinite;
}

/* Keyframes for rotation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

 /*the alumination edge*/
 .theEluminationEdge{
     background-image: linear-gradient(90deg, var(--token-e312cf2d-478c-4df0-9124-23464ed48b15, rgb(255, 255, 255)) 0%, var(--token-c9d7fe05-7134-4c81-9c0d-206984b9774e, rgb(112, 190, 250)) 100%);
  background-clip: text;
  -webkit-background-clip: text; /* For Safari */
  color: transparent; /* Hide the original text color */
  -webkit-text-fill-color: transparent; /* For Safari */
  margin-top:0rem;
  margin-bottom:0rem;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
 }
 .theEluminationEdgeSec {
  align-content: flex-start;
  align-items: flex-center;
  /*background: radial-gradient(25% 30% at 50% 28.9%, rgba(112, 190, 250, 0.1) 0%, rgb(10, 10, 10) 100%);*/
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 25px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  /*padding: 100px 40px 25px;*/
  position: relative;
  width: 100%;
}


 .theEluminationEdgeSec2 {
    align-content: flex-start;
    align-items: flex-center;
    /*background: radial-gradient(25% 90% at 50% 28.9%, rgba(112, 190, 250, 0.1) 0%, rgb(0 0 0) 100%); */
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 25px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    /* padding: 100px 40px 25px; */
    position: relative;
    width: 100%;
}



/*Ai css start */
 
      /* General styling for the section */
.Ai_section {
  background-color: black;
  color: white;
  /*font-family: Arial, sans-serif;*/
  text-align: center;
  /*padding: 100px 0;*/
  position: relative;
  /*background: radial-gradient(circle at center, #1b1b2e 0%, #121229 100%); */
  overflow: hidden;
}

/* Floating shapes and background pattern */
.floating-shape {
  position: absolute;
  background-color: rgba(192, 132, 252, 0.1);
  border-radius: 50%;
  filter: blur(20px);
  animation: pad 5s ease-in-out infinite;
}




/* Grid pattern */
.grid-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 99%, rgba(255,255,255,0.1) 1%), 
                    linear-gradient(90deg, transparent 99%, rgba(255,255,255,0.1) 1%);
  background-size: 40px 40px;
  pointer-events: none;
  opacity: 0.3;
}

/* Styling for the headline */
.Ai_section h1 {
  font-size: 5.5rem;
  font-weight: bold;
}

/* Highlight text styling */
.highlight-text {
  display: none; /* Initially hide all spans */
  font-size: 5.5rem;
  color: #f36f22;
}

/* Description and prompt box */
.description {
  font-size: 1.25rem;
  margin-top: 10px;
  margin-bottom: 30px;
}

.prompt-box {
  background-color: #2c2c54;
  padding: 15px;
  border-radius: 8px;
  display: inline-block;
  max-width: 500px;
}

.prompt-box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.stat-circle {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
    backdrop-filter: blur(3px); /* Adjust the blur intensity */
    -webkit-backdrop-filter: blur(3px);
}

.stat-circle h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.stat-item {
    animation: floatUpAndDown 4s ease-in-out infinite;
}

.stat-circle p {
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.stat-circle:hover {
    transform: scale(1.1);
}

/* Adjust the up and down positions */
.stat-up {
    transform: translateY(-20px); /* Moves up 80px */
}

.stat-down {
    transform: translateY(20px); /* Moves down 80px */
}

/* Ensure overlap of the circles */
.stat-item:nth-child(2) {
    z-index: 2;
}

.stat-item:nth-child(3) {
    z-index: 3;
}

.stat-item:nth-child(4) {
    z-index: 4;
}

/* Responsiveness */
@media (max-width: 768px) {
    .stats-content {
        flex-direction: column;
        align-items: center;
    }

    .stat-item {
        margin-left: 0;
        margin-bottom: 20px;
        width: 150px;
        height: 150px;
    }

    .stat-circle h2 {
        font-size: 2rem;
    }

    .stat-circle p {
        font-size: 0.9rem;
    }
}



.services-section {
    padding: 0 0 50px 0; 
    z-index: 1;
}
.services-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    background: radial-gradient(45.1% 44.7% at 52.6% 42.8%,var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, #d94c00) 0%,var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(0, 0, 0)) 100%);
}

.service-item {
    background-color: rgba(146, 146, 146, 0.28); /* Slightly transparent background */
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 280px; /* Adjust width */
    height: 70px; /* Set height */
    margin: 6px;
    z-index: 1;
    transition: transform 0.3s, box-shadow 0.3s;
    
    /* Add backdrop filter for blur effect */
    backdrop-filter: blur(10px); /* Adjust the blur intensity */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
}
.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.service-item h3 {
    /*color: #F36E28;*/
    font-size: 1.4rem;
}

.text-orange{
    color: #F36E28;
}
/* Style for the Industry Expertise headings and paragraph */
.services-section h1.display-4 {
    font-size: 5rem; /* Large heading font size */
    color: #fff; /* White text */
    text-align: center; /* Center align */
    margin-bottom: 20px; /* Space below */
    z-index: 1;
    display: block; /* Ensure it behaves as a block element */
    width: 100%; /* Take full width */
}

.services-section h2.Industry_h2 {
    font-size: 1.6rem; /* Slightly smaller for subheading */
    color: #F36E28; /* Orange text for the subheading */
    text-align: center; /* Center align */
    margin-bottom: 15px; /* Space below */
    z-index: 1;
    display: block; /* Ensure block-level behavior */
    width: 100%; /* Take full width */
}

.services-section p {
    font-size: 1rem; /* Normal text size */
    color: #ccc; /* Light grey for paragraph */
    text-align: center; /* Center align */
    margin-bottom: 70px; /* Space below */
    z-index: 1;
    max-width: 800px; /* Limit paragraph width */
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 768px) {
    .services-container {
        flex-direction: column;
        align-items: center;
    }

    .service-item {
        width: 100%;
        margin-bottom: 20px;
    }
}
  .industory_experties{
      background: radial-gradient(45.1% 44.7% at 52.6% 42.8%,var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, #d94c00) 0%,var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(0, 0, 0)) 100%);
  bottom: 0;
  flex: none;
  height: 100%;
  left: calc(50.00000000000002% - 100% / 2);
  /*mix-blend-mode: multiply;*/
  opacity: .91;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}
 
 /*end the industry experience */



/*Ai css End */

 /*Start the industry experience */
  
.background-container {
    position: relative;
    background: url('laptop-with-code-screen.webp') no-repeat center center/cover; /* Add background image */
    background-attachment: fixed; /* Keep the image fixed as you scroll */
    width: 100%;
    min-height: 100vh; /* Ensure it covers the full height */
    padding-top: 0;
}


.btn-purple {
  background-color: #805ad5;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
}




.stats-section {
    position: relative;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center; /* Center the content vertically */
    padding-top: 0; /* Remove any extra padding at the top */
}


.stats-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center; /* Center the circles */
}

.stat-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 220px;
    margin-left: -30px;
    z-index: 1;
    margin-top: 0px;/* Ensure there's no margin at the top */
}
.stat-item:first-child {
    margin-left: 0;
}


