.menu-link,
.menu-link .tn-atom,
.menu-link a,
.menu-link a .tn-atom {
    transition: color .25s ease !important;
}

.menu-link:hover,
.menu-link:hover .tn-atom,
.menu-link:hover a,
.menu-link:hover a .tn-atom {
    color: #FF6B00 !important;
}

.stat-card {
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-8px) scale(1.02);
}






  padding-left: 30px !important;
  transition: border-left-color 0.35s ease,
              border-left-width 0.35s ease !important;
}
.step-card-process:hover {
  border-left-color: #FF6B00 !important;
  border-left-width: 5px !important;
}
.step-card-process * {
  transform: none !important;
  animation: none !important;
  transition: none !important;
}








.step-card-process.tn-elem {
  position: relative !important;
}

.step-card-process.tn-elem .tn-atom {
  border: 1px solid rgba(0,0,0,0.07) !important;
  border-radius: 20px !important;
  overflow: visible !important;
}

.step-card-process.tn-elem .tn-atom::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  height: 90px;
  width: 3px;
  background-color: #FFC499;
  border-radius: 2px;
  transition: background-color 0.35s ease, width 0.35s ease;
  pointer-events: none;
  z-index: 2;
}

.step-card-process.tn-elem:hover .tn-atom::before {
  background-color: #FF6B00;
  width: 5px;
}

.step-card-process.tn-elem .tn-atom * {
  transform: none !important;
  animation: none !important;
  transition: none !important;
}


