.tabSection {
  padding: 0;
  padding-bottom: 53px;
}

.tabSection #navTab.nav-container {
  text-align: center;
  border-bottom: 1px solid #f0eff5;
  background: #E7DEF6 !important;
  position: sticky;
  top: 90px;
  z-index: 1001;
}

.tabSection #navTab.nav-container > .nav.nav-tabs {
  display: inline-flex;
  padding: 9.5px 10px;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-bottom: none !important;
  margin: 0;
}

.tabSection #navTab .nav-item {
  padding: 0.5rem 1rem;
  margin: 0;
}

.tabSection #navTab .nav-tabs .nav-link {
  font-family: "Gilroy Extra Bold";
  font-size: 17px;
  font-weight: 800;
  color: #4e3681 !important;
  line-height: 25px;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.tabSection #navTab .nav-tabs .nav-link.active,
.tabSection #navTab .nav-tabs .nav-item.show .nav-link {
  background: transparent !important;
  color: #ff595a !important;
  border: none !important;
  border-bottom: 2px solid #ff595a !important;
}

/* .tabSection #navTab .nav-tabs .nav-link:hover,
.tabSection #navTab .nav-tabs .nav-link:focus {
  border: none !important;
  outline: none;
} */

.tabSection .tab-content .tab-pane {
  padding-top: 36px;
}

.tabSection #about .about-desc {
  color: #000;
  font-family: "Gilroy Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.tab-bg {
    background: #F0EFF5;
}

.tabSection #application_form .form-title {
  color: #3C1053;
  font-family: "Gilroy Extra Bold";
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 36px;
}

@media (max-width: 576px) {
  .tabSection #navTab.nav-container {
    text-align: start;
    padding: 16px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .tabSection #navTab.nav-container > .nav.nav-tabs {
    padding: 0;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: nowrap;
  }

  .tabSection #navTab .nav-item {
    padding: 0;
    flex-shrink: 0;
  }

  .tabSection #navTab.nav-container::-webkit-scrollbar {
    display: none;
  }

  .tabSection {
    padding-bottom: 41px;
  }

  .tabSection .tab-content .tab-pane {
    padding-top: 18px;
  }

  .tabSection #about .about-desc {
    font-size: 14px;
    line-height: 22px;
  }

  .tabSection #application_form .form-title {
    font-size: 18px;
    line-height: 24px;
  }
}
