 /* 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:2rem;
  }

  .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 */ 

} 

  
/* .energy-meter-system-mid-highlight-banner1-ems {
    padding: 20px;
    text-align: left;
} */

.energy-meter-system-mid-highlight-banner1-ems .main-point {
    font-size: 3.6rem; /* Main point size */
    color: #2b5797; /* Color for the main point */
    font-weight: bold; /* Bold for emphasis */
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}


.energy-meter-system-mid-highlight-banner1-ems .sub-points {
    padding-left: 50px; /* Indentation for sub-points */
    list-style-type: none;
    padding-right: 50px;
}

.energy-meter-system-mid-highlight-banner1-ems .sub-points li {
    font-size: 3rem; /* Sub-point size */
    color: #2b5797; /* Color for the sub-points */
    /* margin-bottom: 5px; */
}

/* Mobile responsiveness */
@media (max-width: 600px) {
    .energy-meter-system-mid-highlight-banner1-ems .main-point {
        font-size: 20px; /* Slightly smaller font size for mobile */
    }

    .energy-meter-system-mid-highlight-banner1-ems .sub-points li {
        font-size: 16px; /* Adjust font size for sub-points on mobile */
    }
}

.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: 20px; /* 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: 80%; */
    max-width: 100%; 
    height: auto; /* 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 */
}


.smart1-water-manage-image2 {
    width: 100%;
    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 */
}

.smart1-water-manage-image2 {
    width: 100%;
    max-width: 400px; 
    height: auto; /* 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 */
}
.power-quality-spares-text4{ 

    font-size: 16px; 

    line-height: 1.5; 

    text-align: justify; 

    padding: 20px; 

  

} 

/* 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 */
    }

    .smart1-water-manage-image1 {
        max-width: 300px; /* Limits image size on smaller screens */
    }
}





/* background */
.back-smart-water-manage {
    position: relative;
    text-align: left;
    background-image: url(../images/hardware/tools/plant/hydro/backw.jfif);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff; 
    min-height: 78vh;
    padding: calc(85vh / 2) 20px 10px 10px;
    /* font-size: 2rem; */
}

/* 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;
}

/* Text Styling */
.back-smart-water-manage h1, 
.back-smart-water-manage h2,
.back-smart-water-manage p {
    position: relative;
    z-index: 2; /* Content above overlay */
}

.back-smart-water-manage h1 {
    font-size: 6rem;
    /* margin-top: 20rem; */
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: hsl(0, 0%, 100%);
}

.back-smart-water-manage h2 {
    /* margin-top: 1rem; */
    font-size: 3.2rem;
    font-family: Arial;
    color: #ffffff;
    /* margin-right: 550px; */
    /* padding: 0.2em 0.5em; */
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .back-smart-water-manage {
        padding: calc(85vh / 2) 20px 30px 15px;
        min-height: 60vh;
    }
    
   

  
}

@media (max-width: 768px) {
    .back-smart-water-manage {
        padding: calc(60vh / 2) 20px 30px 15px;
        min-height: 60vh;
        background-attachment: scroll; 
        min-height: 60h;/* Better performance on smaller devices */
    }

    .back-smart-water-manage h1 {
        /* margin-top: 10rem; */
        font-size: 8rem;
    }

    .back-smart-water-manage h2 {
        margin-right: 0;
        font-size: 3rem;
    }

    .back-smart-water-manage h3 {
        margin-right: 0;
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .back-smart-water-manage {
        padding:calc(45vh / 2) 20px 20px 10px;
        background-attachment: scroll; 
        min-height: 45vh;/* Better performance on smaller devices */
    }
    .back-smart-water-manage h1 {
        font-size: 6rem;
        /* margin-top: 5rem; */
    }

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

    .back-smart-water-manage h2,
    .back-smart-water-manage h3 {
        font-size: 2.5rem;
        margin-right: 0;
        padding: 0.1em;
    }
}

/* 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.5rem;
    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%;
    }
}
