*{
  padding: 0;
  margin: 0;
}
body{
  background-color: #f9f9f9;
  background: url("../assets/Gradient-background-remix11online-video-cutter.com1-ezgif.com-video-to-gif-converter.gif");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
}
.coming-soon{
    background-image: url("../assets/Gradient-background-remix11online-video-cutter.com1-ezgif.com-video-to-gif-converter.gif");
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .coming-soon h1{
    padding: 2rem 3rem;
  }

/* hero-tech */
.hero-tech{
  padding: 0rem 8rem;
}
.hero-tech-right{
  padding: 8rem 0rem 3rem 0rem;
  flex: 1;
  /* display: flex; */
  align-items: left;
}
.hero-tech-right img{
  height: 50px;
}
.hero-tech-right h1{
  text-align: left;
}
.rotating-text {
  opacity: 0;
  transition: opacity 1s;
}
.button-hero-product-tech{
  padding: 0rem 1rem;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.button-hero-product-tech button{
  padding: 0.7rem 2rem;
}
.btn-tech{
  margin-top: 0px;
}

  /* intro video */
.video--intro{
  height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: center center;
}
iframe{
  position: center center;
}

/* second navbar */
#navbar-tech {
  z-index: 100;
  overflow: hidden;
  /* background: url("../assets/Gradient-background-remix11online-video-cutter.com1-ezgif.com-video-to-gif-converter.gif"); */
  background-repeat: none;
  background-color: #0b0107;
  background-size: cover;
  padding-left: 5rem;
  width: 100%;
}
#navbar-tech a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 2rem 1rem 1rem 1rem;
}
#navbar-bottom{
  display: block !important;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
}
#navbar-top-container{
  height: 3.3rem;
}
.navbar-top{
  display: none !important;
}
.navbar-top-block{
  display: block !important;
  height: 2rem;
}
.nav-item.active{
  border-bottom: 4px solid #7f3aed; 
}
.navbar-container{
  width: 100%;
}
.navbar-tech.sticky ~ #solution, .navbar-tech.sticky ~ #software, .navbar-tech.sticky ~ #hardware {
  padding-top: 10rem;
}

.hardware h1{
  margin-top: 2.5rem;
}
.hardware p{
  text-align: center;
}


/* caas */
#hardware, #caas{
  background-color: #f9f9f9;
  border-radius: 30px;
  padding: 1rem 2.5rem;
  margin: 6rem 8rem;
  margin-bottom: 2rem;
}
#caas{
  margin: 0rem 8rem 6rem 8rem;
}
.caas-head{
  margin-bottom: 1rem;
}
.caas-head1{
  margin-top: 2.5rem;
  text-align: left;
}
.half-width{
  text-align: left;
  width: 70%;
}
.hero-caas{
  display: flex;
  justify-content: space-between;
}
.hero-caas-content, .caas-image{
  flex: 1;
}
.hero-caas-content{
  align-items: center;
  justify-content: center;
  display: grid;
  padding-right: 30px;
}
.p-top{
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.caas-image img{
  height: 550px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 5rem;
}
.caas-utlilise-img {
  flex: 0.5;
}
.caas-utlilise-img img{
  height: 350px;
  width: 600px;
  object-fit: cover;
  border-radius: 30px;
}
.hero-caas-content button{
  width: 40%;
}

.usecase-caas {
  margin: 7rem 0 7em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-usecase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  width: 90%;
}

.case {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  box-shadow: 0 10px 10px 0 rgba(44, 102, 227, 0.12);
  border-radius: 30px;
  padding: 1.5rem; 
  height: 150px;
}
.case img {
  height: 70px;
  max-width: 100%; 
  margin-bottom: 10px;
}
.stepsuse{
  padding-top: 7rem;
}
.stepsuse h1{
  text-align: center;
}
.utilise{
  padding: 2rem 0 2rem 0;
  display: flex;
}
.caas-utlilise-content{
  margin-left: 30px;
  flex: 1;
  width: 100%;
}
.use-steps{
  margin-top: 3rem;
}.use-step {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.number {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #e4e4e4;
  border: #bbbbbb 1px solid;
  border-radius: 50%;
  position: relative;
  color: #0b0107;
}

.number::after {
  content: '';
  position: absolute;
  top: 100%; /* Position the line vertically in the middle */
  left: 50%; /* Position the line horizontally in the middle */
  transform: translate(-50%, -50%);
  width: 2px;
  height: calc(100% + 40px); /* Cover the entire height between circles */
  background-color: #bbbbbb;
  z-index: -1;
}

.number p {
  position: relative;
  top: 10px;
}
.use-step:last-child .number::after {
  display: none;
}

.inst {
  margin-left: 20px;
}
.active-step .number {
  background-color: #7f3aed;
  color: #f9f9f9;
}

/* video */
.intro-video-caas {
  padding: 0rem;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 5rem !important;
}

.video-container-caas {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

video {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.iframe {
  border-radius: 30px;
}
.head-80{
  padding: 0rem 2rem;
}
/* software */
#software{
  padding: 0rem 8rem 6rem 8rem;
}
.hero-software{
  margin: 3rem 0rem;
  display: flex;
  justify-content: space-between;
}
.p-down{
  margin-bottom: 4rem;
}
.p-down1{
  margin-bottom: 2rem;
}
.hero-software-content{
  flex: 0.6;
}
.hero-software-content1{
  flex: 1;
}
.software-image{
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 1.7;
}
.software-image1{
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 0.5;
}
.info-hardware{
  padding-top: 2rem;
  display: grid;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.hero-software-content{
  display: grid;
}
.hero-software-content1{
  display: grid;
  padding-right: 30px;
}
.software-content{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  flex: 1;
  gap: 5px;
}
.xyz{
  margin-top: 3rem;
  display: block;
}
.xyz p{ 
  margin-bottom: 2rem;
}
.caas-head p{
 margin-bottom: 3rem; 
  text-align: center;
}
.software-image img{
  height: 400px;
  width: auto;
  border-radius: 30px;
}
.software-image1 img{
  height: 370px;
  width: auto;
  border-radius: 30px;
  margin-right: 4rem;
}
.software-image1 img{
  margin-left: 0rem;
}
.info-hardware p{
  margin-top: 1rem;
  text-align: justify;
  align-items: center;
  margin-left: 0rem;
}
.xyz p{
  text-align: justify;
}
.charging-section {
  position: relative;
  width: 100%;
  height: 500px; 
}

.charging-background {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/electron_product_image.png'); 
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.charging-content {
  background-color: #f9f9f9;
  box-shadow: 0 10px 10px 0 rgba(0, 9, 26, 0.12);
  border-radius: 30px;
  position: absolute;
  top: 60%;
  right: 25px; 
  height: 210px;
  width: 500px;
  transform: translateY(-50%);
}
.charging-steps{
  padding: 1rem 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.charging-content h2{
  text-align: center;
  margin: 1rem;
  margin-top: 2rem;
}
.charge-step {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.step-icon {
  width: 50px; 
  height: 50px;
  margin-bottom: 10px;
}

.solution h1{
  margin-bottom: 2rem;
}
.map-below{
  margin: 2rem 3rem;
  text-align: center;
}

.bullet-point img, .bullet-point1 img{
  height: 40px;
  width: auto;
  margin-right: 10px;
}
.bullet-point, .bullet-point1{
  text-align: center;
  align-items: center;
  padding: 1rem 1.4rem;
  /* justify-content: center; */
  display: flex;
  background-color: #7f3aed;
  color: white;
  border-radius: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.6rem;
}
.bullet-point1{
  text-align: left;
  padding: 1rem 1.5rem;
  margin-left: 1rem;
  background-color: #f9f9f9;
  color: #0b0107;
  height: 60px;
}
.bullet-point1:hover{
  background-color: #7f3aed;
  color: white;
}

.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}

@media screen and (max-width: 1250px){
  .hero-software{
    display: block;
  }
  .hero-software-content1{
    margin: 3rem 0rem;
  }
  .p-down{
    margin-bottom: 2rem !important;
  }
  .software-image1 img{
    margin-right: 0rem !important;
  }
}
@media screen and (max-width: 1000px){
  .hero-tech{
    padding: 0rem 4rem !important;
  }
  .md-size{
    font-size: 1.2rem !important;
  }
  .button-hero-product-tech{
    gap: 10px;
  }
  #hardware, #caas{
    margin: 1rem 4rem;
    padding: 1rem 2rem;
  }
  .caas-head{
    margin-bottom: 0rem !important;
  }
}
@media screen and (max-width: 850px){
  .hero-software{
    display: block;
    margin-bottom: 0rem !important;
  }
  .software-content{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px){
    .caas-image img{
    height: 300px;
  width: 100%;
  }
  .software-content{
    display: block !important; 
    padding: 0rem;
    padding-bottom: 2rem;
  }
  .software-image img{
    height: 200px;
    width: auto;
  }
  .software-image1 img{
    height: 180px;
    width: auto;
  }
  .bullet-point{
    justify-content: center !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 500px){
  .hero-tech{
    padding: 0rem 2rem !important;
  }
  .button-hero-product-tech{
    display: block;
  }
  .button-hero-product-tech button{
    margin-bottom: 0.6rem;
  }
  .md-size{
    font-size: 1.1rem !important;
  }
  .video-container{
    padding-bottom: 0rem !important;
  }
  #hardware, #caas{
    margin: 4rem 2rem;
    padding: 1rem;
  }
  .hardware h1{
    margin-top: 0.5rem !important;
  }
}