/* pages css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 50%;
    font-family: sans-serif;
    background:url(../images/pattern-1.png);
}

#main {
    width: 100%;
}
/* Second Section */
#secondsection {
    width: 100%;
    padding: 100px 0;
    background-color: rgba(253, 236, 212, 0.767);
    text-align: center;
}

#secondsection h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.7rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #0F4281;
    margin-bottom: 20px;
}

#secondsection p {
    font-size:  1.3rem;
    color: #585252;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-left: 200px;
    padding-right: 200px;
    line-height: 1.7;
    margin-bottom: 30px;
}
/* sustainable-consultation-services css */
.container {
  max-width: 930px;
  height: auto;
  position: relative;
  /* border: 1px solid #ccc; */
  overflow: hidden;
}

.gradient-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, #007bff, #007bff);
  transition: height 0.3s ease;
  z-index: 1;
}

img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
}

/* Example values for different percentages */
.fill-25 {
  height: 25%;
}

.fill-50 {
  height: 50%;
}

.fill-75 {
  height: 75%;
}

.fill-100 {
  height: 100%;
}
/* sustainable-consultation-services css */
/* third-section */
#sustainable-consultation {
    background-color:#f2f3f5;
    padding: 40px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    color: #2e3d2f;
    width: 930px;
    margin: 0px auto;
  }
  #sustainable-consultation h2 {
    font-size: 2rem;
    color:#0F4281;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
  }
  #sustainable-consultation p {
    font-size: 1.1rem;
    line-height: 1.7;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #464444;
    margin-bottom: 20px;
    text-align: justify;
  }
  #sustainable-consultation strong {
    color: rgb(15 66 129);
    font-weight: 600;
  }
  /* home-construction-assistant-services css */
    /* third-section */
  .home-construction-assistant {
    padding: 40px 20px;
    background-color:#ffffff;
    max-width: 930px;
    margin: 0px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  .home-construction-assistant h2 {
    font-size:2rem;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2a2e35;
    margin-bottom: 20px;
    text-align: center;
  }
  .home-construction-assistant p {
    font-size: 1.1rem;
    color: #444;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .home-construction-assistant strong {
    color: rgb(15 66 129);
    font-weight: 600;
  }
  /* remote-monitoring-services css */
  /* third-section */
  .remote-monitoring {
    padding: 40px 20px;
    background-color:#ffffff;
    max-width: 930px;
    margin: 0px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  .remote-monitoring h2 {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1e2b4d;
    margin-bottom: 25px;
    text-align: center;
  }
  .remote-monitoring p {
    font-size: 1.1rem;
    color: #444;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .remote-monitoring strong {
    color: rgb(15 66 129);
    font-weight: 600;
  }
/* six section */
 .sixsection {
    background-color: rgb(15 66 129);
    padding: 20px 20px;
    text-align: center; 
    height: 400px;
    margin-bottom: 10px;
  }
  .sixsection h1 {
    font-size: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 80px;
  }
  .sixsection p {
    font-size: 1.1rem;
    max-width: 500px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0px 40px 30px 40px;
    line-height: 1.7rem;
    justify-self: center;
  }
 
  
    
 /* construction process css */


 