*{
  font-family: 'Poppins', sans-serif !important

}

.eightLE-one{
    padding-top: 10%;
    text-align: center;
    justify-content: center;
    background-color: #8c9aa5;
    width: 100%;
    height: auto;
   
    

}

.x70-btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}



.eightLE-one h2{
    padding-top: 2%;
    color: #9c2327
    
}

.eightLE-one p{
    color:#ffffff;
}


.line {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin: 50px auto ;
    border-radius: 5px;
    
    
  }

.line-two {
    width: 65%;
    height: 1px;
    background-color: #9c2327;
    margin: 50px auto ;
    
    border-radius: 5px;
    
    
  }


/*Gallery Section*/

.ci-gallery-section {
  
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    font-family: inherit;
  }
  
  .ci-title {
    font-size: 28px;
    color: #9c2327;
    margin-bottom: 30px;
  }
  
  .ci-slider {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .ci-slide-container {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .ci-slide {
    min-width: 100%;
    display: none;
    max-height: 500px;
    object-fit: contain;
  }
  
  .ci-slide.active {
    display: block;
  }
  
  .ci-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 36px;
    color: #9c2327;
    cursor: pointer;
    z-index: 2;
  }
  
  .ci-arrow-left {
    left: 10px;
  }
  
  .ci-arrow-right {
    right: 10px;
  }
  
  .ci-caption {
    margin-top: 15px;
    font-size: 16px;
    color: #ccc;
  }


/*Section two*/

.image-quality-section {
  background-color: #232222;
  color: #f2f2ef;
  padding: 40px;
  font-family: 'Bio Sans', sans-serif;
  text-align: center;
  padding-bottom: 80px;
}

.image-quality-title {
  color: #9c2327;
  font-size: 32px;
  margin-bottom: 40px;
}

/* Video container responsive styling */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  max-width: 100%;
  margin: 0 auto;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive tweak for small devices */
@media (max-width: 600px) {
  .image-quality-section {
    padding: 20px 10px;
    padding-bottom: 60px;
  }

  .image-quality-title {
    font-size: 22px;
  }
}

/*Section two end*/

/* Section three */
.eightLE-three-section {
  padding: 60px 20px;
  background-color: #f2f2ef;
  color: #232222;
  font-family: Arial, sans-serif;
  text-align: center;
}

.eightLE-three-title {
  font-size: 32px;
  color: #9c2327;
  margin-bottom: 40px;
}

/* Layout for image and text rows */
.eightLE-card-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto 100px auto;
  text-align: left;
}

.eightLE-card-row.reverse {
  flex-direction: row-reverse;
}

/* Image styles */
.eightLE-card-image img {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 8px;
  display: block;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Text block styles */
.eightLE-card-content {
  max-width: 500px;
}

.eightLE-card-content h3 {
  font-size: 24px;
  color: #9c2327;
  margin-bottom: 20px;
}

.eightLE-card-content p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .eightLE-card-row,
  .eightLE-card-row.reverse {
    flex-direction: column;
    text-align: center;
  }

  .eightLE-card-content {
    max-width: 100%;
    padding: 0 10px;
  }

  .eightLE-card-content p {
    text-align: justify;
  }
}


/*Section 4*/
.eightLE-four {
  background-color: #9c2327; 
  color: #f2f2ef;
  padding: 60px 20px;
}

.eightLE-four__container {
  max-width: 1200px;
  margin: 0 auto;
}

.eightLE-four h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #f2f2ef;
}

.feature-block {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
}

.feature-block img {
  width: 350px;
  max-width: 100%;
}

.feature-text {
  flex: 1;
}

.feature-text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #232222;
}

.feature-text ul {
  list-style: none;
  padding-left: 0;
}

.feature-text li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #f2f2ef;
}

/* Medium Devices (tablets and large phones) */
@media (max-width: 768px) {
  .feature-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-block img {
    width: 100%;
    max-width: 320px;
  }

  .feature-text h3 {
    font-size: 18px;
  }

  .eightLE-four h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .eightLE-four {
    padding: 50px 15px;
  }
}

/* Small Devices (small phones) */
@media (max-width: 480px) {
  .feature-block {
    gap: 20px;
    margin-bottom: 40px;
  }

  .feature-block img {
    max-width: 100%;
  }

  .feature-text h3 {
    font-size: 16px;
  }

  .eightLE-four h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .eightLE-four {
    padding: 40px 10px;
  }

  .feature-text li {
    font-size: 14px;
  }
}



/*Section 5*/

.eightLE_five {
  background: radial-gradient(circle at center, #ffffff 0%, #eeeeee 100%);
  padding: 80px 20px;
  font-family: 'Arial', sans-serif;
}

.eightLE_five__container {
  max-width: 1200px;
  margin: 0 auto;
}

.eightLE_five h2 {
  text-align: center;
  color: #9c2327;
  font-size: 28px;
  margin-bottom: 60px;
}

.eightLE_five__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.machine-image {
  position: relative;
  flex: 1 1 500px;
  text-align: center;
}

.machine-image img {
  width: 100%;
  max-width: 500px;
}

.callout {
  position: absolute;
  background-color: #9c2327;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}


.features-list {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.feature .bullet {
  background: #9c2327;
  color: #fff;
  font-weight: bold;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  font-size: 14px;
  margin-top: 5px;

}


.feature h4 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #232222;
}

.feature ul {
  padding-left: 18px;
  margin: 0;
  list-style: disc;
}

.feature p {
  margin: 0;
  color: #232222;
}


.sec-five-img{
  width: 30%;
  height: auto;
}

/*Section six*/
  .eightLE_six {
    font-family: 'Poppins', sans-serif;
    padding: 60px 20px;
    background: #232222;
    text-align: center;
  }


  .section-title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #f2f2ef;
    font-weight: 600;
  }

  .tab-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 5px;
  }

  .tab-btn {
    flex: 1 1 auto;
    padding: 15px 10px;
    background: #9c2327;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    color: #f2f2ef;
    border-radius: 0;
    width: 100px;
  }

  .tab-btn.active {
    background: #161616;
    color: #9c2327;
  }

  .tab-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }

  .tab-content {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .tab-content.active {
    display: flex;
  }

  .transducer-item {
    width: 18%;
    min-width: 180px;
    background: #9c2327;
    padding: px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    text-align: left;
  }

  .transducer-item img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;

  }

  .transducer-item h4 {
    font-size: 22px;
    margin: 10px 0 5px;
    font-weight: bold;
    padding-top: 5%;
    padding-left: 5%;
    color: #232222;
  }


    .transducer-item h3 {
    font-size: 15px;
    margin: 10px 0 5px;
    font-weight: 600;
    padding-top: 5%;
    padding-left: 5%;
    color: #232222;
  }
  

  .transducer-item p {
    font-size: 14px;
    color: #f2f2ef;
    padding-top: 5%;
    padding-left: 5%;
  }

  @media (max-width: 768px) {
    .transducer-item {
      width: 45%;
    }
  }

  @media (max-width: 480px) {
    .transducer-item {
      width: 90%;
    }
  }

.line-trans {
  width: 90%;
  height: 1.5px;
  background-color: #232222;
  margin: 0 auto ;
  
}