.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.feature-list li {
  flex: 0 0 calc(33.333% - 14px);
  display: flex;
  align-items: center;
  position: relative;
}

/* Number Circle */
.feature-list .number {
  background: #5f5959;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  z-index: 2;
}

/* Content Bar */
.feature-list .content {
  background: #e9e9e9;
  padding: 10px 15px 10px 55px;
  border-radius: 30px;
  width: 100%;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
}

/* Icon */
.feature-list .content i {
  color: #5f5959;
}

/* Alternate Highlight (like image 1st & 3rd green) */
.feature-list li:nth-child(odd) .content {
  background: #00576b;
  color: #fff;
}

.feature-list li:nth-child(odd) .content i {
  color: #fff;
}

/* Responsive */
@media(max-width: 992px){
  .feature-list li {
      flex: 0 0 calc(50% - 10px);
  }
}

@media(max-width: 600px){
  .feature-list li {
      flex: 0 0 100%;
  }
}
.eflow-mini-footer {
  background: linear-gradient(135deg, #68778b, #00576b);
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 14px;
  color: #fffefe;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6ecf5;
}

.fa-phone:before {
  content: "\f095";
}
.eflow-mini-footer.mt-4.text-center a {
  color: #ffffff;
}

.eflow-mini-footer:hover {
  background: linear-gradient(135deg, #000000, #000000);
}
  /* BUTTON */
  .eflow-fixed-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  background: linear-gradient(346deg, #f07e1b, #00566d);
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 8px 0 0 8px;
  font-weight: 600;
  z-index: 999;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  }
p.text-muted.mt-2 {
  font-size: 15px;
  color: #585656 !important;
}
  .eflow-fixed-btn:hover {
      transform: translateY(-50%) scale(1.05);
  }

  /* MODAL */
  .eflow-modal {
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  }

  /* FEATURES */
  .eflow-feature {
      background: #fffdec;
      padding: 15px;
      border-radius: 5px;
      text-align: center;
      transition: 0.3s;
      box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }

  .eflow-feature i {
      font-size: 25px;
      color: #00556b;
      margin-bottom: 10px;
  }

.eflow-feature h6 {
  font-size: 14px;
  font-weight: 600;
  color: #00576b;
  font-family: Saira, sans-serif !important;
}
  .eflow-feature {
      width: 100%;
      height: 100px;
  }

  .eflow-feature:hover {
      transform: translateY(-8px);
      background: linear-gradient(135deg, #ffffff, #f9ab84);
      color: #fff;
  }

  .eflow-feature:hover i {
      color: #fff;
  }

  /* CARDS */
  .eflow-card {
      background: linear-gradient(135deg, #ffffff, #fc864c26);
  padding: 7px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #c7c7c78c;
  }

  .eflow-card:hover {
      transform: translateY(-6px);
      background: linear-gradient(135deg, #eaf3ff, #ffffff);
      box-shadow:
          0 12px 30px rgba(0, 0, 0, 0.12),
          0 4px 10px rgba(0, 0, 0, 0.08);
  }
.eflow-card i {
  font-size: 18px;
  color: #00576bbf;
  margin-bottom: 8px;
}
.eflow-card h6 {
  font-weight: 600;
  font-size: 14px;
  color: #00576b;
  margin-bottom: 0px;
}

  .eflow-card p {
      font-size: 13px;
      color: #777;
  }

  .eflow-card:hover {
      transform: translateY(-8px) scale(1.03);
      background: linear-gradient(135deg, #ffffff, #FF9800);
      color: #fff;
  }

  .eflow-card:hover i,
  .eflow-card:hover p {
      color: #fff;
  }
  .hachetech_login {
      height: 100vh;
      background: linear-gradient(90deg, rgb(255 140 0 / 0%), rgba(255, 255, 255, 0.1)), url(https://school.hachetech.com/assets/images/jpeg.png);
      background-size: cover;
      background-position: bottom;
      display: flex;
      align-items: center;
  }

  .Welcome--back {
      background: #ffffffe6;
      border-radius: 10px;
      padding: 20px 40px;
      width: 100%;
      text-align: center;
      border: 1px solid #ee7e1d8f;
  }

  .hachetech_login input {
      width: 100%;
      padding: 12px 15px;
      border: none;
      border-radius: 35px;
      background: #ffffffab;
      font-size: 12px;
      color: #333;
      outline: none;
      text-align: left;
      font-weight: 500;
      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }

  .left-panel,
  .right-panel {
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .left-panel {
      color: #333;
      text-align: center;
      background: #0f405900;
  }

  .nav-tabs {
      border-bottom: none;
      justify-content: center;
  }

  .nav-tabs .nav-link {
      color: #333;
      font-weight: 600;
      border: none;
      border-radius: 30px;
  }

  ul#loginTabs {
      border: 1px solid #00566d;
      width: fit-content;
      text-align: center;
      border-radius: 30px;
      margin: 0px auto;
  }

  .w-100.Select-your p {
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0px;
  }

  .nav-tabs .nav-link.active {
      color: #ffffff;
      border-bottom: 2px solid #ed8019;
      background-color: #00566d;
      border-radius: 30px;
  }

  .w-100.Select-your {
      margin-bottom: 20px;
  }

  .SecureLogin {}

  button.btn.btn-primary.w-100.SIGN__IN {
      background-color: #f07e1b;
      border: 1px solid #f08426;
      box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
      transition: all 0.3s ease;
      border-radius: 30px;
  }

  .SecureLogin {
      font-size: 16px;
      font-weight: 600;
  }

  /* HOVER EFFECT */
  button.btn.btn-primary.w-100.SIGN__IN:hover {
      background-color: #00566a;
      border-color: #00576d;
      transform: translateY(-3px);
      box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 15px, rgba(0, 0, 0, 0.3) 0px 10px 25px -5px, rgba(255, 255, 255, 0.2) 0px -3px 0px inset;
  }

  .hachetech_login {
      height: 100vh;
      background: linear-gradient(90deg, rgba(255, 140, 0, 0), rgba(255, 255, 255, 0.1)),
          url('/assets/images/erp/banner.png?v=1');
      background-size: cover;
      background-position: bottom;
      display: flex;
      align-items: center;
  }