.myheightbanner{
    height:60vh;
}
  .swiper-container {
  width: 100%;
  height: 100%; /* Full height for demonstration */
}

.swiper-slide {

  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; /* Text color for better readability on dark background */
  text-align: center;
}

.slide-content {
  background: rgba(0, 0, 0, 0.5); /* Optional: Add a dark overlay for better text contrast */
  padding: 20px;
  border-radius: 10px;
}
.slide-1 {
  background-image: url('https://img.freepik.com/free-photo/energy-power-plant-dusk-industrial-silhouette_91128-4532.jpg?t=st=1722941104~exp=1722944704~hmac=06b0233754518c09e47366e1ae6a4feec5537b446379b0bcde68bcfb4298dfc6&w=900');
}

.slide-2 {
  background-image: url('https://img.freepik.com/free-photo/environmental-pollution-industry-exterior_23-2149057698.jpg?ga=GA1.1.1759525295.1713688810&semt=sph');
}

.slide-3 {
  background-image: url('https://img.freepik.com/premium-photo/cement-plant-sunset_328191-13610.jpg?w=740');
}
