.box-feature {
    border: 1px solid #ddd; /* Add border for better visibility */
    padding: 20px;
    text-align: center;
    transition: background-color 0.3s ease;
  }
  
  .box-feature:hover {
    background-color: #48ef4d84; /* Green background color on hover */
    cursor: pointer;
  }
  
  .box-feature h3 {
    margin-bottom: 10px;
  }
  
  .box-feature p {
    margin-bottom: 20px;
  }
  
  /* Optionally adjust styles for responsiveness */
  @media (max-width: 767px) {
    .box-feature {
      margin-bottom: 30px;
    }
  }
  .icon-list {
    list-style-type: none;
  }
  .icon-list li {
    margin-bottom: 10px;
  }
  .icon-list li i {
    margin-right: 10px;
  }
  .glyphprogress ul {
    list-style: none;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    margin: 0;
}
.glyphprogress li {
    display: inline-block;
    width: 31%
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    float: left;
    position: relative;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 1;
}
.glyphstep {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 40px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: relative;
    left: 0;
    text-align: center;
    font-size: 20px;
}
.glyphstep i {
}
.glyphcomplete {
    border: 2px solid lightgreen !important;
    color: lightgreen;
}
.glyphactive {
    border: 2px solid lightblue !important;
    color: lightblue;
}
