body {
  font-family: 'Nunito', sans-serif;
        font-weight: 400;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #fbfbfd;
    
}

#video-container {
    flex: 1;
    height: 100vh; 
overflow: hidden;
  }


.excon-banner {
  width: 100%;
  background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
  color: #fff;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  
  /* Fixed at the top */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.highlight {
  color: #FCEA38; /* bright yellow */
  font-weight: 700;
}


  .techmainimage {
    position: absolute;
    top: 0;
    left: 0;
width: 100%;
height: 100%;
    object-fit: cover;
    z-index: -1;
    margin: 0;
    opacity: 1;
  }

  .tech_heading{
    display: flex;

    align-items: center;
    justify-content: center;
    margin-top: 60px;

  }

  .tabimage{
    height: 597px;
    width: 778px;
  }
  .laptopimage{
    height: 655px;
    width: 944px;
  }

  .tech_heading_desktop{
    display: flex;

    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;

  }

  .techheading{
    display: flex;

    align-items: center;
    justify-content: center;
 
  }
  .techheading1{
    display: flex;
margin-top: 60px;
    align-items: center;
    justify-content: center;
 
  }
  .phones{
    width: 60%;
  }

  .heading_text1{
    font-size: 32px;
    color: black;
    margin: 0;
  }


  .heading_text{
    font-size: 32px;
    color: black;
    margin: 0;
    font-weight: 900;
  }

  .heading_subtext{
    font-size: 24px;
    color: black;
    margin: 0;
  }

  .automation_container{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content_box{
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center;
    text-align: center
  }


  .cont-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
    background-color: #ffffff;
      width: 75%;
      border-radius: 12px;   
  }
 
.image_cont{
  border-radius: 6px;
}
  .text {
    flex: 2;
    padding-right: 20px;
    text-align: left;
  }

  .image {
    flex: 1;
    max-width: 100%; /* Ensures the image doesn't exceed container width */
    height: auto; /* Allows the image to adjust its height based on width */
  }

  .slider {
    width: 80%;
    margin: 50px auto;
    overflow: hidden;
    position: relative;
  }
  .slides {
    display: flex;
    transition: transform 0.5s ease;
  }
  .slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .greybox{
    background-color: #f4f4f4;
  }
  .analytics_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f3eef5;
  
  }

  .swiper-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;

  }

  .swiper-container1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center content vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

  }
  .swiper-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 10;

  }
  .swiper-nav img {
    width: 40px; /* Adjust size as needed */
    height: auto;
    cursor: pointer;
  }
  .analysis{
    margin-top: 80px;
    width: 70%;
  }

  .automation_video{
    width: 50%;
    border-radius: 12px;
  }

  .revolutiontex {
    position: absolute; /* Position text absolutely within the container */
    top: 40%;
    left: 14%;
  
  }

  .revolutiontext {
    position: absolute; /* Position text absolutely within the container */
    top: 58%;
    left: 14.3%;
  
  }


  .scrolltext{
    font-size: 84px;
    font-weight: 900;
    color: white;
  }
  

  .scrolltext2{
    font-size: 16px;
    color: white;
    font-weight: normal;
  }


  .phone_tech_heading{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
 
  }

  .desktop{
display: flex;
  }
  .phonetext{
    display: none;
  }


  #video-container {
    flex: 1;
    height: 100vh; 
  overflow: hidden;
  
  }
  .mainvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    margin: 0;
    opacity: 1;
  }
  
  .navi {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
  
    text-align: center;
    padding: 10px 0;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
  }
  
  .navi a {
    color: black;
   margin-right: 60px;
    text-decoration: none;
    display: inline-block;
  }
  
  .navi_button{
    margin-left: 100px;
  }
  .navi a:hover {
    text-decoration: underline; /* Add underline on hover */
  }
  
  
   .fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  
  .heading1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .accordion-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .image-container {
    position: relative;
    width: 100%;
  }
  .image-container img {
    width: 100%;
    display: block;
  }
  .toggle-button {
    position: absolute;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
  
  }
  
  
  .product_color_container{
    background-color: #F8F3FF;
  }
  
  .product_video{
    width: 100%;
    border-radius: 12px;
  }
  .card-container {
    display: flex;
    justify-content: space-around; /* Equally space cards horizontally */
    margin: 0 auto; /* Center the container horizontally */
    width: 80%; /* Make the container take the full width of the parent */
    max-width: 100%; /* Ensure it doesn't exceed the parent width */
    box-sizing: border-box; /* Include padding and border in the element's total width */
  }
  
  .card {
    background-color: #f5f5f5; /* Light gray background */
    padding: 20px;
    border-radius: 10px; /* Adjust border radius as desired */
    text-align: center;
    margin: 0 10px; /* Add spacing between cards (optional) */
    flex: 1; /* Make cards flex to take available space */
    box-sizing: border-box; /* Include padding and border in the element's total width */
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
  }
  .accordion-content {
    display: none;
    position: absolute;
    background: white;/* semi-transparent background */
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
  
    padding: 10px;
    border-radius: 5px;
    max-width: 200px;
    z-index: 1; /* Ensure it appears above other content */
  }
  .accordion-content.active {
    display: block;
  }
  #accordion-content-1 {
    top: 1%; 
    left: 14%; 
  }
  #accordion-content-2 {
    top: 40%; 
    left: 75%; 
  }
  #accordion-content-3 {
    bottom: 5%;
    left: 24%; 
  }
  #accordion-content-4 {
    top: 1%; 
    left: 65%; 
  }
  #toggle-button-1 {
    top: 50px; /* Adjust this value to place the button outside the image */
    left: 30%; /* Adjust this value to place the button outside the image */
  }
  
  .specbutton {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */          /* Full viewport height to center the button vertically */
  }
  
  .specs_sheet {
    height: 48px;
    width: 250px;
    color: #fbfbfd;
    font-size: 16px;
    background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
    border-radius: 8px;
    box-shadow: none;
    margin-right: 15px;
    padding: 0;
    border: none;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    outline: none;
    margin-bottom: 0px;
  }
  
  .specs_sheet:hover {
    background-color: #0056b3;
  }
  
  .bargraph-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 300px;
  }
  .bargraph {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 400px;
    width: 100%;
    max-width: 300px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    margin-top: 20px;
    position: relative;
    
  }
  .bagp {
    width: 20%;
    text-align: center;
    color: white;
    margin-bottom: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: height 0.5s; /* Smooth transition for height changes */
    position: relative;
  }
  
  .bar-value {
    position: absolute;
    top: -20px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: black;
  }
  .calc{
    display: flex;
    flex-direction: row;
  }
  .txt{
    font-size: 24px;
  }
  
  #dieselBar {
    background-color: black;
    height: 100%;
    max-height: 400px;
    margin-right: 70px;
  }
  #electricityBar {
    background-color: purple;
    height: 100%;
    max-height: 100px;
  }
  
  
  .y-axis-label {
    transform: rotate(-90deg) translateY(-50%);
    margin-left: -320px;
    margin-bottom: -20px;
  
  }
  
  .x-axis-labels {
    display: flex;
    flex: 1;
    margin-top: 10px;
  }
  
  .dieseltext {
    text-align: center;
    margin-left: 55px;
  }
  
  .evtext{
    margin-left: 35px;
  }
  
  #bargraph {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  
  .customerlike{
      display: flex;
      border-radius: 8px;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        
    }
    .savings1{
      width: 360px;  
      height: 420px;
        display: flex;
          flex-direction: column;
          
          margin-bottom: 10px;
          border-radius: 12px;
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); 
        background-color: white;
      
        }
  
        .sliderimage{
          height: 300;
          width: 100%;
        border-top-left-radius: 12px;  
        border-top-right-radius: 12px;
        
        }
        
        .slidertext{
          margin: 0;
          margin-top: 20px;
          margin-left: 20px;
          font-size: 32px;
          font-weight: 900;
          color: #141414;
          letter-spacing: 3px; 
          text-transform: uppercase;
        }
        
      
        .orderbtn{
          height: 36px;
      width: 140px;
      color: #fbfbfd;
      font-size: 14px;
      background: linear-gradient(to left, #57115E 1%, #A100B1 100%); 
      border-radius: 6px;
      box-shadow: none;
      margin: 0;
      padding: 0;
      border: none;
      line-height: normal;
      cursor: pointer;
      overflow: visible;
      outline: none;
      letter-spacing: 3px; 
      text-transform: uppercase;
        }
    
    
    @media screen and (max-width: 1250px) {

      .content_box{
        display: flex;
        width: 50%;
        align-items: center;
        justify-content: center;
        text-align: center
      }

      .image_cont{
        border-radius: 6px;
        height: 250px;
        width: 250px;
      }
      .sliderimage{
        height: 300;
        width: 100%;
      border-top-left-radius: 12px;  
      border-top-right-radius: 12px;
      
      }

      .tabimage{
        height: 520px;
        width: 678px;
      }
      .laptopimage{
        height: 555px;
        width: 800px;
      }


      
      .slidertext{
        margin: 0;
        margin-top: 20px;
        margin-left: 20px;
        font-size: 24px;
        font-weight: 900;
        color: #141414;
        letter-spacing: 3px; 
        text-transform: uppercase;
      }
      
    
      .specs_sheet {
        height: 42px;
        width: 220px;
        color: #fbfbfd;
        font-size: 12px;
        margin-top: 20px;
        background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
        border-radius: 8px;
        box-shadow: none;
        margin-right: 15px;
        padding: 0;
        border: none;
        line-height: normal;
        cursor: pointer;
        overflow: visible;
        outline: none;
        margin-bottom: 0px;
      }
      .navi a {
        color: black;
       margin-right: 40px;
        text-decoration: none;
        display: inline-block;
      }
      
      .navi_button{
        margin-left: 60px;
      }
      .orderbtn{
        height: 36px;
        width: 140px;
        color: #fbfbfd;
        font-size: 12px;
        background: linear-gradient(to left, #57115E 1%, #A100B1 100%); 
        border-radius: 6px;
        box-shadow: none;
        margin: 0;
        padding: 0;
        border: none;
        line-height: normal;
        cursor: pointer;
        overflow: visible;
        outline: none;
        letter-spacing: 3px; 
        text-transform: uppercase;
      }
  
    #video-container {
      flex: 1;
  overflow: hidden;
  
    }
    .mainvideo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 40vh;
      object-fit: cover;
      z-index: -1;
      margin: 0;
      opacity: 1;
    }
  
  }
  
  @media screen and (max-width: 1250px) {
  .savings1{
    width: 260px;  
    height: 310px;
      display: flex;
        flex-direction: column;
        
        margin-bottom: 10px;
        border-radius: 12px;
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); 
      background-color: white;
    
      }
  
      .sliderimage{
        height: 200;
        width: 100%;
      border-top-left-radius: 12px;  
      border-top-right-radius: 12px;
      
      }
      .slidertext{
        margin: 0;
        margin-top: 20px;
        margin-left: 20px;
        font-size:18px;
        font-weight: 900;
        color: #141414;
        letter-spacing: 3px; 
        text-transform: uppercase;
      }

    }
  
    @media screen and (max-width: 950px) {
    .navi{
      display: none;
      }
      .image_cont{
        border-radius: 6px;
        height: 200px;
        width: 200px;
      }

      .tabimage{
        height: 383px;
        width: 500px;
      }
      .laptopimage{
        height: 416px;
        width: 600px;
      }


    }
@media screen and (max-width: 768px) {
            .excon-banner {
    text-align: center;
    padding: 10px 20px;
    font-size: 0.85rem;
    margin: 0;
    padding: 0;
  }
  .excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 18px;
}
}
    @media screen and (max-width: 650px) {

      .content_box{
        display: flex;
        width: 70%;
        align-items: center;
        justify-content: center;
        text-align: center
      }
      .cont-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
        background-color: #ffffff;
          width: 75%;
          border-radius: 12px;  
          flex-direction: column; 
      }
      .customerlike{
          display: flex;
          margin-bottom: 20px;
            flex-direction: column;
          }

          .tabimage{
            height: 230px;
            width: 300px;
          }
          .laptopimage{
            height: 277px;
            width: 400px;
          }

          .swiper-nav img {
            width: 30px; /* Adjust size as needed */
            height: auto;
            cursor: pointer;
          }
    

    }

    @media screen and (max-width: 480px) {
         .excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}
    }

    @media screen and (max-width: 450px) {
      .customerlike{
          display: flex;
          margin-bottom: 20px;
            flex-direction: column;
          }
          .content_box{
            display: flex;
            width: 80%;
            align-items: center;
            justify-content: center;
            text-align: center
          }
          .tabimage{
            height: 153px;
            width: 200px;
          }
          .laptopimage{
            height: 173px;
            width: 250px;
          }
    

    }

  @media screen and (max-width: 1800px) {
    .phones{
      width: 1200px;
    }

    .revolutiontext {
      position: absolute; /* Position text absolutely within the container */
      top: 64%;
      left: 14.3%;
    
    }


  }

  @media screen and (max-width: 1200px) {


    .desktop{
      display: none;
        }
        .phonetext{
          display: block;
        }
        


    #video-container {
      flex: 1;
      height: 60vh; 
  overflow: hidden;
    }
  
    .techmainimage {
      position: absolute;
      top: 110px;
      left: 0;
  width: 100%;
  height: 60vh;
      object-fit: cover;
      z-index: -1;
      margin: 0;
      opacity: 1;
    }
  
    .tech_heading{
      display: flex;
  
      align-items: center;
      justify-content: center;
      margin-top: 34px;
      text-align: center;
  
    }
  
    .techheading{
      display: flex;
  
      align-items: center;
      justify-content: center;
      text-align: center;
   
    }

    .tech_heading_desktop{
      display: none;
  
      align-items: center;
      justify-content: center;
      margin-top: 100px;
  
    }

    .phone_tech_heading{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: left;
   
    }


    .phones_phone{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      text-align: left;
      margin: 20px;
      margin-top: 34px;
   
    }
    .techheading1{
      display: flex;
  margin-top: 34px;
      align-items: center;
      justify-content: center;
      text-align: center;

    }
    .phones{
      width: 1600px;
    }

    .phone{
      margin-right: 20px;
      margin-left: 20px;
      width: 100%;
    }

    .phoness{
      margin-right: 40px;
      margin-left: 20px;
    }
  
    .heading_text1{
      font-size: 16px;
      color: black;
      margin: 0;
      margin-left: 20px;
      margin-right: 20px;
    }
  
  
    .heading_text{
      font-size: 32px;
      color: black;
      margin: 0;
      font-weight: 900;
    }
  
    .heading_subtext{
      font-size: 24px;
      color: black;
      margin: 0;
    }
  
    .automation_container{
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 34px;
      height: auto;
    }
  
    .analytics_container{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      align-items: center;
      background-color: #f3eef5;
      padding-bottom: 34px;
      padding-top: 34px;
      margin-top: 34px;
    }
    .analysis{
      margin-top: 40px;
      width: 90%;
    }
  
    .automation_video{
      height: 30%;
      width: 70%;
      border-radius: 12px;
    }
  
    .revolutiontex1 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 120px;
    
    }
  
    .revolutiontext1 {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
    
    }
  
  
    .scrolltext{
      font-size: 84px;
      font-weight: 900;
      color: #510059;
      margin: 0;
      padding: 0;
    }
    
  
    .scrolltext2{
      font-size: 16px;
      color: #510059;
      margin: 0;
      font-weight: normal;
    }
    

  }