 /* 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: 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: 50%; /* 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 */
padding-left: 100px;
padding-right: 100px;
}

.smart1-water-manage-image1 {
    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-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; 

  

} 

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


@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: 100%;
        /* max-width: aut;  */
        height: auto; /* Maintains aspect ratio */
        margin-top: 2px;
    }

}

.back-smart-water-manage {
    position: relative;
    width: 100%;
    height: auto;
    top: -180px;
    margin-bottom: -180px;
    aspect-ratio: 16 / 9; /* Maintain landscape shape */
    background-image: url(../images/banner/gse.png); /* Use your image path */
    background-size: contain; /* Show full image without cropping */
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #042a4a; /* Fallback background */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Optional overlay for text readability */
.back-smart-water-manage::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0); /* Adjust transparency if needed */
}

/* Headline text styling */
.back-smart-water-manage h1 {
    position: relative;
    z-index: 2;
    color: white;
    margin: 0;
    font-size: 4vw; /* Responsive font size */
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

/* Tablet screens */
@media (max-width: 1024px) {
    .back-smart-water-manage {
        aspect-ratio: 16 / 10;
        top: -160px; /* Adjust the top spacing for smaller screens */
        margin-bottom: -160px; /* Adjust the bottom margin for smaller screens */
    }

    .back-smart-water-manage h1 {
        font-size: 5vw;
    }
}

/* Small tablets and large phones */
@media (max-width: 768px) {
    .back-smart-water-manage {
        aspect-ratio: 16 / 10;
        top: -80px; /* Adjust the top spacing for smaller screens */
        margin-bottom: -80px; /* Adjust the bottom margin for smaller screens */
    }

    .back-smart-water-manage h1 {
        font-size: 6vw;
    }
}
/* For Small Screens like Surface Duo (540px x 720px) */
@media (max-width: 540px) {
    .back-smart-water-manage {
        aspect-ratio: 16 / 12; /* Maintain appropriate aspect ratio for small screens */
        top: -100px; /* Adjust top spacing for very small screens */
        margin-bottom: -100px; /* Adjust bottom margin for small screens */
        background-size: contain; /* Make sure the image is fully visible */
    }

    .back-smart-water-manage h1 {
        font-size: 8vw; /* Make the text responsive for small screens */
    }
}

/* Small phones */
@media (max-width: 480px) {
    .back-smart-water-manage {
        aspect-ratio: 16 / 12;
        background-size: contain;
        top: -50px; /* Adjust the top spacing for smaller screens */
        margin-bottom: -50px; /* Adjust the bottom margin for smaller screens */
    }

    .back-smart-water-manage h1 {
        font-size: 7vw;
    }
}

/* Small phones */
@media (max-width: 300px) {
    .back-smart-water-manage {
        aspect-ratio: 16 / 12;
        background-size: contain;
        top: -10px; /* Adjust the top spacing for smaller screens */
        margin-bottom: -10px; /* Adjust the bottom margin for smaller screens */
    }

    .back-smart-water-manage h1 {
        font-size: 7vw;
    }
}

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