.image-resize{
    height: 380px;
    width: 380px;
    object-fit: cover;
    object-position: center center;

}
.image-size{
    height: 180px;
    width: 180px;
    object-fit: cover;
    object-position: center center;
 
}


.content ul {
    list-style: none;
    padding: 0;
  }

  .content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .content ul li i {
    color: green;
    margin-right: 10px;
  }

  .content ul li p {
    margin: 0;
    text-align: left;
  }


  .main-supply-content{
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .main-supply{
    text-align: center;
    justify-content: center;
  }

  .contents{
    text-align: center;
    align-items: center;
    justify-content: center;
  }


  .content-text{
    padding: 40px 40px;
    border: 1px solid #e4492e;
    border-radius: 30px;

  }

  .heading{
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 50px;
  }
 
  .underline{
    color: #e4492e;
  }

  .mission-vission{
    text-align: center;
    justify-content: center;
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    margin: 0px;
  }

  .sec-title h3
  {
    text-align: center;
    justify-content: center;
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    margin: 0px;
  }

  .heading h4{
    text-align: center;
    justify-content: center;
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    margin: 0px;
  }



.container {
  display: flex;
  justify-content: space-around;
  align-items: stretch; /* Ensure all items stretch to the same height */
  padding: 20px;
}
.box {
  background-color: #436283;
  border-radius: 20px;
  color: white;
  padding: 20px;
  text-align: center;
  flex: 1;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box img {
  margin-bottom: 20px;
  height: 50px;
}
.box h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: snow;
}
.box p {
  font-size: 16px;
  color: snow;
}

#eco-friendly{
  height: 50px;
  width: 100px;
}

.sec-title h5{
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #e4492e;
}

.lower-tt {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 600px;
  width: 100%;
}
.list-group {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-group li {
  padding: 10px 15px; /* Adjust padding as needed */
  margin: 5px 0; /* Reduce margin to decrease space between items */
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.list-group li::before {
  content: "\2022";
  color: #f39c12;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.image-content img{
  width: 85px;
  height: 85px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
 

.head-font{
  margin-top: 50px;
  text-align: center;
}

.image-contentss{
  width: 80px;
  height: 80px;
}


.container-service{
 
  display: flex;
  justify-content: center;

}

.card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-image img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card:hover .card-image img {
  transform: scale(1.05);
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  transition: background-color 0.3s ease;
}

.card:hover .card-content {
  background: rgba(0, 0, 0, 0.7);
}

.title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff4b2b;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #ff1c1c;
}

