/* styles.css */
body {
    font-family:Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
section {
    background-image: url('img.jpg');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 500px;
    padding: 40px 20px; /* More padding to increase the section height */
    color: white;
    text-align: center; /* Center align text for better aesthetics */
    position: relative;
}
.cover{
    display: grid;
    grid-template-rows: repeat(3, 320px);
    grid-template-columns: repeat(3, 420px);
    justify-content: center;
    justify-items: center;
    row-gap: 200px;
    column-gap: 80px;
}
.container{
    display: grid;
    grid-template-rows: repeat(10, 1fr);
    padding: 23px;
    row-gap: 50px;
}
.box1{
    grid-column: 1/3;
    display: grid;
    column-gap: 20px;
    grid-template-columns:1fr 2fr;
    background-color: azure;
    border-radius: 10px;
}
.box1 img{
   grid-row: 1/2;
   grid-column: 1/2;
   justify-items: center;
   border-radius: 25px;
   padding: 15px;
   
}
.box1 p{
    color: black;
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: flex-start;
    text-align: start;
    font-family: Arial, sans-serif;
}
.box1 a{
    color: black;
}
.overlay{
    color:azure;
    font-weight: 700;
}
#techniques {
    background-image: none; /* Remove background image */
    background-color: #f4f4f4; /* Set a solid background color or other styling */
    padding: 20px;
}


/* Optional: Specific styling for water-saving techniques page */

.technique-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 460px;
    width: 420px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 20px;
    margin-left: 23px;
    text-align: center; 
    background-color: #e5e5f7;
    opacity: 0.8;

}

.technique-card img {
    border-radius: 8px;
}

.technique-card h3{
    color: black;
    font-family:Arial, sans-serif ;
  
}

.technique-card p {
    font-size: 1em;
    color: #666;
}

.technique-card .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.technique-card .btn:hover {
    background-color: #0056b3;
}

h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    margin: 10px 0;
    font-size: 1.1em;
    line-height: 1.5;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}



header {
    background-color: #4CAF50;
    color: white;
    padding: 15px 0;
    text-align: center;
}

header nav ul {
    list-style-type: none;
    padding: 0;
}

header nav ul li {
    display: inline;
    margin-right: 20px;
}

header nav ul li a {
    color: white;
    text-decoration: none;
}

main {
    padding: 20px;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    position: fixed;
    width: 100%;
    bottom: 0;
}
.content1{
    display: flex;
    color: white;
    justify-content: center;
    border-radius: 10px;
    margin: 10px;

    
}    
.content2{
    display: flex;
    color: white;
    justify-content: center;
    border-radius: 10px;
    margin: 10px;
     
}.img1{
    display: flex;
    justify-content: space-around;
    padding: 50px;
    background-color: #152232a8;
    margin: 10px;
    flex-direction: column;
}
.img2{
    display: flex;
    justify-content: space-around;
    padding: 50px;
    background-color: #152232a8;
    margin: 10px;
    flex-direction: column;
}
.img3{
    display: flex;
    justify-content: space-around;
    padding: 50px;
    background-color: #152232a8;
    margin: 10px;
    flex-direction: column;
}
.img4{
    display: flex;
    justify-content: space-around;
    padding: 50px;
    background-color: #152232a8;
    margin: 10px;
    flex-direction: column;
}
.img5{
    display: flex;
    justify-content: space-around;
    padding: 50px;
    background-color: #152232a8;
    margin: 10px;
    flex-direction: column;
}
.img6{
    display: flex;
    justify-content: space-around;
    padding: 50px;
    background-color: #152232a8;
}
.r{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(180, 188, 192);
    height: 100px;
    width: 80%;
    border-radius: 10px;
    margin: auto;
    background-color: #e5e5f7;


}
.r h3{
    color: black;
}
