.custom-border-right::after {
  content: '';
  position: absolute;
  top: 0;
  align-items: baseline;
  right: 0;
  width: 4px; /* Border thickness */
  height: 80%;
  background: linear-gradient(to bottom, #D90A14, #ba683c, #CD4E17); /* Gradient colors */
   /* Optional rounded edge */
}

.vazirmatn-font {
  font-family: "Vazirmatn", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.nav-btn.active::after {
    width: 100%;
  }
.font-400{
  font-weight: 400;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
