 .blue-bg {
      /* background: linear-gradient(to right, #2582af, #47b1e7); */
      background-color: #fcfcfc;
      color: white;
      padding: 60px 0;
    }

    .machine-img {
      width: 200px;
      height: 250px;
      background: white;
      padding: 10px;
      border-radius: 10px;
      margin-top: 100px;
      
    }

    .poster-img {
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .whatsapp-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
    }

    .slider-wrapper {
    overflow: hidden;
  }

  .slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 15px;
    padding: 10px 0;
  }

  .slider::-webkit-scrollbar {
    display: none;
  }

  .slider img {
    height: 200px;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
  }

  .slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    z-index: 1;
    font-size: 18px;
    border-radius: 5px;
  }

  .slide-btn.left {
    left: 10px;
  }

  .slide-btn.right {
    right: 10px;
  }
    
  .thermal-slider-container {
  overflow: hidden;
}

.thermal-slider {
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 15px;
  padding: 10px 0;
}

.thermal-slider::-webkit-scrollbar {
  display: none;
}

.thermal-slider img {
  height: 180px;
  flex-shrink: 0;
  border-radius: 10px;
  margin-right: 15px;
  border: 1px solid #ccc;
}

.thermal-slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.6);
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 2;
  font-size: 20px;
  border-radius: 4px;
}

.thermal-left-btn {
  left: 10px;
}

.thermal-right-btn {
  right: 10px;
}
.custom-info-section {
  background-color: #f7f9fc;
}

.custom-heading {
  color: #333;
  font-size: 2rem;
}

.custom-paragraph {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}

.custom-image {
  max-height: 300px;
  object-fit: cover;
}
