 /* Reset default body and html padding/margin */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow-x: hidden; /* Prevent sideways scroll */
}

/* Apply box-sizing border-box globally */
*, *::before, *::after {
  box-sizing: border-box;
}

.new-image-section-container { 

  display: flex; 

  flex-direction: column; /* Stack items vertically */ 

  justify-content: center; /* Center vertically */ 

  align-items: center; 

  width: auto; /* Center horizontally */ 

  height: auto; /* Full viewport height for vertical centering */ 

  text-align: center; /* Center the text */ 

  padding: 10px; /* Add some padding */ 

  box-sizing: border-box; /* Ensure padding is included in width/height */ 

} 

.flyer{
  padding: 20px;
  font-size:1.6rem;
}

.flyer :hover{
  color: red;
}


.new-image-section-container1 { 

 

  justify-content: center; /* Center vertically */ 

  align-items: center; 



  text-align: center; /* Center the text */ 

  padding: 10px; /* Add some padding */ 

  box-sizing: border-box; /* Ensure padding is included in width/height */ 

} 



.new-image-section-title { 

  font-size: 3.6rem; 

  color: #2b5797; 

  /* margin-bottom: 10px; */ 

  /* border-bottom: 3px solid #2b972d; */ 

  padding-bottom: 5px; 
  text-align: center;

  display: inline-block;    

} 



.new-image-box-image0 { 

  max-width: 100%; /* Responsive image scaling */ 

  height: auto; /* Maintain aspect ratio */ 

  border-radius: 5px; /* Optional: Add rounded corners */ 

} 



/* Media Queries for smaller screens */ 

@media (max-width: 768px) { 

  .new-image-section-title { 

      font-size: 2rem; /* Smaller font for tablets */ 

  } 

} 



@media (max-width: 480px) { 

  .new-image-section-title { 

      font-size: 2rem; /* Further reduce font size for mobile */ 

  } 



  .new-image-section-container { 

      padding: 10px; /* Adjust padding for smaller screens */ 

  } 

} 
.new1-image-section-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin: 30px;
  gap: 16px;
}

.new1-image-section {
  flex: 1 1 calc(50% - 16px); /* Two equal columns with gap */
  box-sizing: border-box;
  text-align: center;
}

.new1-image-section-title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.new1-image-section-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new1-image-box-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .new1-image-section {
      flex: 1 1 100%; /* Stack on smaller screens */
  }
}

.smart1-water-manage-container {
  display: flex;
  flex-wrap: wrap; /* Ensures responsiveness on smaller screens */
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px; /* Adds space between columns */
  padding: 20px;
}

.smart1-water-manage-column2, .smart1-water-manage-column1 {
  flex: 1;
  min-width: 300px; /* Ensures proper alignment on smaller screens */
}

.smart1-water-manage-column2 {
  max-width: 60%; /* Content takes up to 60% of the container width */
}

.smart1-water-manage-title2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2b5797; /* Darker text color for readability */
}

.smart1-water-manage-text2 {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 15px;
  color: #555; /* Neutral text color */
}

.smart1-water-manage-column1 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 40%; /* Image takes up to 40% of the container width */
}

.smart1-water-manage-image-container {
  max-width: 100%; /* Ensures the image container doesn’t exceed its column */
}

.smart1-water-manage-image1 {
  width: 60%;
  /* max-width: 500px;  */
  height: 50%; /* Maintains aspect ratio */
  margin-top: 20px;
  border-radius: 8px; /* Adds rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for better aesthetics */
}
.smart1-water-manage-image10 {
  width: 80%;
  /* max-width: 500px;  */
  height: 50%; /* Maintains aspect ratio */
  margin-top: 20px;
  border-radius: 8px; /* Adds rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for better aesthetics */
}

.smart1-water-manage-image2 {
  max-width: 100%;
  /* padding: 20px; */
  /* max-width: 500px;  */
  height: auto; /* Maintains aspect ratio */
  margin-top: 100px;
  border-radius: 8px; /* Adds rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for better aesthetics */
}

.smart1-water-manage-image3 {
  /* width: 100%; */
  max-width: 600px; 
  height: 200px; /* Maintains aspect ratio */
  margin-top: 50px;
  border-radius: 8px; /* Adds rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for better aesthetics */
}


.power-quality-spares-text4{ 

  font-size: 16px; 

  line-height: 1.5; 

  text-align: justify; 

  padding: 20px; 



} 


.back-smart-water-manage {
  position: relative;
  background-image: url(../images/banner/lights.avif); /* Replace with your image URL */
  background-size: cover; /* Ensures the image covers the entire container */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  width: 100%; /* Full width for responsiveness */
  height: 600px; /* 85% of the viewport height */
  display: flex; /* Use flexbox for better control of child positioning */
  align-items: center; /* Vertically centers the text */
  justify-content: flex-start; /* Aligns the text to the left */
  padding-left: 20px; /* Adds some padding for left alignment */
}

.back-smart-water-manage h1 {
  font-size: 6.8rem;
  padding-top: 400px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bold; 
  margin-top: 200px;
  color: white; /* Adjust for readability */
  margin: 0; /* Removes default margin */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Optional: Adds text shadow for better visibility */
}

@media (max-width: 768px) {
  .back-smart-water-manage h1 {
      font-size: 3.5rem; /* Adjust font size for tablets */
  }
}

@media (max-width: 480px) {
  .back-smart-water-manage h1 {
      margin-top: 50px;
      padding-top: 20px;
      /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
      font-weight: bold;
      /* text-shadow: 2px 2px 5px rgb(255, 255, 255); */
      font-size: 3.6rem; 
      color: #fdfdfd;/* Further adjustment for very small screens */
  }
  .back-smart-water-manage{
      margin-top: 1rem;
      /* margin-bottom: 30px; */
      background-size: contain; 
      height:200px; /* 85% of the viewport height */
  }
}




/* Overlay */
.back-smart-water-manage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.489); */
  z-index: 1;
}
/* Responsive Design */
@media (max-width: 768px) {
  .smart1-water-manage-container {
      flex-direction: column; /* Stacks the columns vertically */
  }

  .smart1-water-manage-column2, .smart1-water-manage-column1 {
      max-width: 100%; /* Full width for smaller screens */
  }

  
}




@media (max-width: 480px) {
  
  .smart1-water-manage-image2 {
      max-width: 100%;
      /* padding: 20px; */
      /* max-width: 500px;  */
      height: auto; /* Maintains aspect ratio */
      margin-top: 10px;
      border-radius: 8px; /* Adds rounded corners */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for better aesthetics */
  }
  

  .smart1-water-manage-image1 {
      width: 60%;
      /* max-width: aut;  */
      height: auto; /* Maintains aspect ratio */
      margin-top: 2px;
  }

  
}

/* Additional CSS for creating two-column layout */
.smart-water-manage-container {
  display: flex;
  flex-wrap: wrap; /* Ensures responsiveness on smaller screens */
  /* justify-content:  */
  align-items: flex-start;
  gap: 20px; /* Adds space between columns */
  padding: 20px;
}

.smart-water-manage-column1,
.smart-water-manage-column2 {
  padding: 20px;
  flex: 1;
  min-width: calc(50% - 10px); /* Adjust width to ensure sections are side by side with spacing */
  box-sizing: border-box;
  
}

@media (max-width: 768px) {
  .smart-water-manage-column1,
  .smart-water-manage-column2 {
      min-width: 100%;
  }
}

/* Additional CSS for creating two-column layout */
.smart-water-manage-container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: -50px;
 
}


/* Common Styles for both columns */
.smart-water-manage-section-container2 {
  font-family: Arial, sans-serif;
  margin: 30px;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.smart-water-manage-section-container2.visible {
  opacity: 1;
}

.smart-water-manage-section-title2 {
  font-size: 2.6rem;
  color: #2b5797;
  margin-bottom: 20px;
  /* border-bottom: 3px solid #2b972d; */
  padding-bottom: 10px;
  display: inline-block;
}

.smart-water-manage-section-content2 {
  line-height: 1.6;
}

.smart-water-manage-section-content2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
}

.smart-water-manage-section-content2 ul li {
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: justify;
  position: relative;
  padding-left: 25px;
}

.smart-water-manage-section-content2 ul li:before {
  content: '\25B6'; /* Triangle bullet */
  color: #2b5797;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .smart-water-manage-section-container2 {
      padding: 20px;
  }

  .smart-water-manage-section-title2 {
      font-size: 2.2rem;
  }

  .smart-water-manage-section-content2 ul li {
      font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .smart-water-manage-section-container2 {
      padding: 15px;
  }

  .smart-water-manage-section-title2 {
      font-size: 2.2rem;
  }

  .smart-water-manage-section-content2 ul li {
      font-size: 1.6rem;
  }
}
.smart-water-manage-mid-highlight-banner {
  /* background: linear-gradient(90deg, #FDC830, #F37335);  */
  background: linear-gradient(to bottom, rgb(36, 103, 154), rgb(92, 223, 237));
  color: #000;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.smart-water-manage-mid-highlight-banner1 {
  /* background: linear-gradient(90deg, #FDC830, #F37335);  */
  /* background: linear-gradient(to bottom, rgb(36, 103, 154), rgb(92, 223, 237)); */
  color : #2b5797;
  margin-left: 20px;
  /* margin-bottom: 20px; */
  /* border-radius: 2px; */
  /* margin-top: -50px; */
  text-align: left;
  font-size: 3.2rem;
  font-weight: bold;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 768px) {
  .smart-water-manage-mid-highlight-banner {
      font-size: 1.6em;
      padding: 15px;
  }
}

@media (max-width: 480px) {
  .smart-water-manage-mid-highlight-banner {
      font-size: 1.6em;
      padding: 10px;
  }

  .smart1-water-manage-title2 {
      font-size: 2.6rem;
  }
}




.smart-water-manage-column1 {
  flex: 1;

  box-sizing: border-box;
}

.smart-water-manage-title1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(44, 0, 96);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.smart-water-manage-text1 {
  font-size: 16px;
  line-height: 1.5;
  
}

.smart-water-manage-column2 {
  flex: 1;
  min-width: px;
  box-sizing: border-box;
}

.smart-water-manage-title2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(44, 0, 96);
}

.smart-water-manage-text2{
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  margin-right: -100px;
}

.smart-water-manage-image-container {
  /* margin-top: 10px; */
  text-align: center;
}

.smart-water-manage-image1 {
  margin-top: 80px;
  max-width: 100%;
  height: auto;
}


.smart-water-manage-text-highlight{
  font-size: 2.3rem;
  color: rgb(140, 73, 223);
}
.smart-water-manage-text-highlight:hover{
  
  color: #f39c12;
}
/* Responsive Design */
@media (max-width: 768px) {
  .smart-water-manage-container {
      flex-direction: column;
  }
}


/* General Styling for Health Boxes Section */
.smart-water-manage-box-block {
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
}

/* Container Styling */
.smart-water-manage-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Health Box Styling */
.smart-water-manage-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 200px;
  height: auto;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.smart-water-manage-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Image Styling */
.smart-water-manage-box img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

/* Title Styling */
.smart-water-manage-box-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
  .smart-water-manage-box-container {
      flex-direction: column;
      align-items: center;
  }
  .smart-water-manage-box {
      width: 90%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .smart-water-manage-box {
      width: 45%;
  }
}

@media (min-width: 1025px) {
  .smart-water-manage-box {
      width: 30%;
  }
}
