
    .hidden-text {
      display: none;
    }
    .more-link {
      color: #888;
      cursor: pointer;
      display: inline;
    }
    .username {
      font-weight: bold;
    }
    /* body {
      color: #fff;
      font-family: sans-serif;
      padding: 20px;
    } */


    .product-item{
        height: 100%;
    }


    .abt-content h5{
      color: #77b336;
      font-weight: 600;
    }

     .abt-content p{
      line-height: 2;
      color: #727272;
    }

    .light-g-bg{
        background-color: #effde0;
    }

/* - copy right------------- */
    .copy__right{
      border-top: 1px solid #00000033;
    }
    .copy__right p{

      margin-bottom: 10px;

    }
    .copy__right p a{
      color: #223311;
    }

/* ------------------- */

/* ---button---------------- */
.how-we-work .read-more {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: inline-end;
}

.how-we-work .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.how-we-work .read-more:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  padding-right: 19px;
}

.how-we-work .read-more:hover i {
  margin-left: 10px;
}

/* --------------- */

/* ---- inner pages-------- */

.inner-header {
    background-color: #f2ffe3ed;
  }
  .inner-section {
    padding: 155px 0 0; 
  }



 .service-content ul{
    text-align: start;
    list-style: none;

  }
   .service-content ul li i{
    color:#77b336;
  }



  /* -----product---------- */

  .nav-link {
    display: block;
    padding: 0.5rem 5rem;
    color: #77b336;
    font-weight: 700;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #77b336;
    border-radius: 5px;
    font-weight: 700;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    gap: 15px;
}


.nav-link:hover {
    color: #427012;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 19%);
}



.nav-pills-sub .nav-link.active, .nav-pills .show>.nav-link {
    color: #588329;
    background-color: #d4e7be;
    border-radius: 5px;
    font-weight: 700;
    border: 2px solid #588329;
}

.nav-pills-sub .nav-link {
    background: none;
    border: 0;
    border-radius: 5px;
    /* box-shadow: 0 6px 20px 0 rgb(0 0 0 / 19%); */
    border: 2px solid #74ae35;
}
 .nav-pills-sub .nav-link {
    display: block;
    padding: 0.5rem 2rem;
}


.process-item .step-icon img {
    /* max-width: 140px; */
    /* max-height: 180px; */
    width: 100%;
    height: 180px;
    object-fit: cover;
}







/* 

.isotope-item{
  position:  relative !important;
} */