/* .banner1-con {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right,  #81b1a8, #217F6E);
    padding: 60px 20px;
    position: relative;
}

.banner1-con .ampl-title {
    width: 100%;
    max-width: 400px;
}

.banner1-con .ampl-title p {
    font-size: 40px;
    line-height: normal;
    color: #217F6E;
}

.banner1-con .ampl-img img {
    max-width: 100%;
    height: auto;
    margin-top: 50px;
    border-radius: 10px;
    margin: auto;
} */

.amplify-container-fluid {
  background: linear-gradient(to right, #81b1a8, #217F6E);
}

.banner1-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 20px;
  margin-bottom: 30px;
  position: relative;
}

.banner1-con .ampl-title {
  width: 100%;
  max-width: 450px;
}

.banner1-con .ampl-title p {
  font-size: 40px;
  line-height: 1.3;
  color: #ffffff;
}

.banner1-con .ampl-title p span {
  color: #e8e8e8;
}

.banner1-con .ampl-img img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
  border-radius: 10px;
}

/* Responsive Design */

@media (max-width: 992px) {
  .banner1-con {
    flex-wrap: wrap;
    text-align: center;
  }

  .banner1-con .ampl-title {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .banner1-con .ampl-title p {
    font-size: 34px;
  }

  .banner1-con .ampl-img {
    text-align: center;
  }

  .banner1-con .ampl-img img {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .banner1-con .ampl-title p {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .banner1-con {
    padding: 40px 15px;
  }

  .banner1-con .ampl-title p {
    font-size: 24px;
  }
}


/* .banner2-con {
    background: #fff;
    padding: 20px;
    width: 95%; 
    border-radius: 10px;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
} */

.banner2-con {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  margin: 0 auto 30px;
  position: relative;
}

.banner2-con p {
  color: #333;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}

/* Responsive Design */

@media (max-width: 992px) {
  .banner2-con {
    padding: 25px 30px;
  }

  .banner2-con p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .banner2-con {
    padding: 20px 20px;
  }

  .banner2-con p {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 576px) {
  .banner2-con {
    padding: 15px 15px;
  }

  .banner2-con p {
    font-size: 16px;
    text-align: justify;
  }
}


/* 
 .banner3-con {
    display: flex;
    justify-content: space-between;
    background-color: white;
 }
  
  .service-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 20px;
    border-radius: 10px;
  }
  
  .bg-light-white {
    background-color: #FFF3F1;
  }
  
  .bg-light-blue {
    background-color:#B7F5ED;
  }

  .bg-light-laven {
    background-color: #D6D6F4;
  }

  .bg-light-green {
    background-color:#DCF9FF;
  }

  .banner3-con .services-title h2 {
    color: #323535;
  }
  
  .banner3-con .services-para p {
    color: #323535;
  }
  
  .banner3-con .services-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin: auto;
  }
  
  .main-ser {
    font-weight: 700;
    font-size: 35px;
    color: #323535;
  } */

  .banner3-con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
  }
  
  .service-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  
  /* Alternate background colors */
  .bg-light-white {
    background-color: #FFF3F1;
  }
  
  .bg-light-blue {
    background-color: #B7F5ED;
  }
  
  .bg-light-laven {
    background-color: #D6D6F4;
  }
  
  .bg-light-green {
    background-color: #DCF9FF;
  }
  
  /* Shared styles */
  .banner3-con .services-title h2 {
    color: #323535;
  }
  
  .banner3-con .services-para p {
    color: #323535;
  }
  
  .banner3-con .services-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin:auto;
  }
  
  .banner3-con .services-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .main-ser {
    font-weight: 700;
    font-size: 35px;
    color: #323535;
  }
  
  /* Responsive Design */
  @media (max-width: 992px) {
    .banner3-con .services-title h2 {
      font-size: 32px;
    }
  
    .main-ser {
      font-size: 30px;
    }
  }
  
  @media (max-width: 768px) {
    .service-row {
      padding: 30px 15px;
    }
  
    .banner3-con .services-title h2 {
      font-size: 28px;
    }
  
    .banner3-con .services-img {
      max-width: 300px;
      margin-bottom: 20px;
    }
  
    .main-ser {
      font-size: 26px;
    }
  }
  
  @media (max-width: 576px) {
    .banner3-con .service-row {
      width: 95%;
    }

    .banner3-con .services-title h2 {
      font-size: 24px;
      text-align: center;
    }
  
    .banner3-con .services-para p {
      font-size: 16px;
    }
  
    .main-ser {
      font-size: 24px;
    }
  
    .service-row {
      padding: 25px 10px;
    }
  
    .banner3-con .services-img {
      max-width: 360px;
    }
  }
  

  /* .banner4-con {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: white;
}

.banner4-con .design-title h2{
    color: #323535;

}

.redesign4-con .design-para p{
    color: #323535;
}

.banner4-con .design-img{
    max-width: 450px; 
    margin: auto;
}

.banner4-con .design-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden; 
    border: 5px solid #fcfdfd; 
    transition: all 0.3s ease; 
}
 */

 .banner4-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: white;
}

.banner4-con .design-title h2 {
  color: #323535;
}

.banner4-con .design-para p {
  color: #323535;
  margin-bottom: 15px;
}

.banner4-con .design-img {
  position: relative;
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid #fcfdfd;
  transition: all 0.3s ease;
  margin: 20px auto;
}

.banner4-con .design-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .banner4-con .design-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .banner4-con {
    padding: 30px 15px;
  }

  .banner4-con .design-title h2 {
    font-size: 28px;
  }

  .banner4-con .design-img {
    max-width: 320px;
  }
}

@media (max-width: 576px) {
  .banner4-con {
    padding: 25px 10px;
  }

  .banner4-con .design-title h2 {
    width: 400px;
    font-size: 24px;
  }

  .banner4-con .design-para p {
    font-size: 16px;
  }

  .banner4-con .design-img {
    max-width: 360px;
  }
}

/* 
.banner5-con {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;

}

.banner5-con h1 {
  font-size: 45px;
}

.banner5-con .imgs {
  width: 100%;
  max-width: 270px;
  padding: 20px;
  margin: auto;
  height: auto;
  border-radius: 10px;
  text-align: center;
}

.banner5-con .bg-1 {
  background: #909EE5;
}

.banner5-con .bg-2 {
  background: #8EDEA7;
}

.banner5-con .bg-3 {
  background: #FF9C8E;
}

.banner5-con .bg-4 {
  background: #F0848B;
}

.banner5-con img {
  width: 200px;
  height: 150px;
  object-fit: cover; 
  border-radius: 10px;
}

.banner5-con .imgs p {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  color: #030303;
}

.banner5-con .card-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #323535;
} */

.banner5-con {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}

.banner5-con h1 {
  font-size: 45px;
}

.banner5-con .imgs {
  width: 100%;
  max-width: 270px;
  padding: 20px;
  margin: auto;
  height: auto;
  border-radius: 10px;
  text-align: center;
}

.banner5-con .bg-1 {
  background: #909EE5;
}

.banner5-con .bg-2 {
  background: #8EDEA7;
}

.banner5-con .bg-3 {
  background: #FF9C8E;
}

.banner5-con .bg-4 {
  background: #F0848B;
}

.banner5-con img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.banner5-con .imgs p {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  color: #030303;
}

.banner5-con .card-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #323535;
}

/* Responsive Breakpoints */

@media (max-width: 992px) {
  .banner5-con h1 {
    font-size: 38px;
  }

  .banner5-con img {
    width: 180px;
    height: 140px;
  }

  .banner5-con .imgs {
    max-width: 240px;
  }
}

@media (max-width: 768px) {
  .banner5-con h1 {
    font-size: 32px;
  }

  .banner5-con img {
    width: 160px;
    height: 130px;
  }

  .banner5-con .imgs p {
    font-size: 14px;
  }

  .banner5-con .card-title {
    font-size: 16px;
  }

  .banner5-con .imgs {
    padding: 15px;
    max-width: 220px;
  }
}

@media (max-width: 576px) {
  .banner5-con {
    flex-direction: column;
  }


  .banner5-con h1 {
    font-size: 28px;
  }

  .banner5-con img {
    width: 200px;
    height: 200px;
  }

  .banner5-con .imgs p {
    margin-top: 20px;
    font-size: 16px;
  }

  .banner5-con .card-title {
    font-size: 16px;
  }

  .banner5-con .imgs {
    padding: 12px;
    max-width: 300px;
    height:350px;
  }
}

