.capstone__projects.zn_section {
  background: #f4f4f4;
}

.capstoneCyber .progress {
  display: flex;
  align-items: baseline;
  margin: 50px 0;
}

.capstoneCyber .progress article:first-child {
  margin-right: 15px;
  width: 5%;
}

.capstoneCyber .progress article:last-child {
  width: 95%;
}

.capstoneCyber .progress .progressLayout {
  position: relative;
}

.capstoneCyber .progress .progressLayout svg {
  width: 100%;
  height: 100%;
}

.capstoneCyber .progress .progressLayout .percentProgress {
  position: absolute;
  height: 100%;
  right: 0;
  z-index: 5;
  transition: all 1s ease 0s;
  background-color: #f4f4f4;
}

.capstoneCyber .capstoneDynamicTab .capstonenNav {
  display: flex;
  border-bottom: 1px solid #dee2e6;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  /* padding: 0 10vw; */
  background: white;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}

.capstoneCyber .capstoneDynamicTab .capstonenNav li {
  text-align: center;
  position: relative;
}

.capstoneCyber .capstoneDynamicTab .capstonenNav li button {
  border: none;
  cursor: pointer;
  padding: 20px 0;
  background: none;
  width: 100%;
  font-size: 15px;
  letter-spacing: 1px;
  height: 100%;
  transition: 0.5s;
}
.capstoneCyber .capstoneDynamicTab .capstonenNav li button:hover {
  background: #edebeb;
}
.capstoneCyber
  .capstoneDynamicTab
  .capstonenNav
  li
  button
  .textProjectGradient {
  font-weight: bolder;
  color: #212353;
}

.capstoneCyber .capstoneDynamicTab .capstonenNav li button.active {
  /* background: -webkit-linear-gradient(right, #7462f9 35%, #df3ef8 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent; */

  margin-top: -5px;
  margin-bottom: 2px;
  background: #edebeb;
  box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
  transition: 0.5s;
}

.capstoneCyber .capstoneDynamicTab .capstonenNav li button::after {
  content: "";
  background: linear-gradient(to right, #227df9, #7462f9, #df3ef8) !important;
  width: 0;
  height: 5px;
  display: block;
  bottom: -2px;
  left: 0;
  position: absolute;
  transition: 0.5s;
}

.capstoneCyber .capstoneDynamicTab .capstonenNav li button.active::after {
  width: 100%;
}

.capstoneCyber .capsonteTabContent {
  /* margin-top: 15px; */
}

.capstoneCyber .capsonteTabContent .capstoneTabPane {
  display: none;
  background: #ffffff;
  padding: 40px;
}

.capstoneCyber .capsonteTabContent .capstoneTabPane h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
  color: #212353;
  line-height: 30px;
}

.capstoneCyber .capsonteTabContent .capstoneTabPane ul,
.capstoneCyber .capsonteTabContent .capstoneTabPane li {
  list-style: disc;
  font-size: 16px;
  margin-top: 5px;
  border-bottom: none;
}

.capstoneCyber .capsonteTabContent .capstoneTabPane > ul {
  padding-bottom: 30px;
  border-bottom: 1px solid #dee2e6;
}

.capstoneCyber .capsonteTabContent .capstoneTabPane .capstoneTabItem {
  display: flex;
  margin-top: 30px;
  gap: 20px;
}

.capstoneCyber .capsonteTabContent .capstoneTabItem .colLeft {
  width: 50%;
}

.capstoneCyber .capsonteTabContent .capstoneTabItem img {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  box-shadow: 0px 0px 26px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(0 0 0 / 10%);
}

.capstoneCyber .capsonteTabContent .capstoneTabItem .colRight {
  width: 50%;
}

.capstoneCyber .capsonteTabContent .capstoneTabItem h3 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.capstoneCyber .capstone__project__box--btn {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .capstone__projects .znColumnElement-innerWrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .capstoneCyber .capstoneDynamicTab .capstonenNav li button:hover {
    background: white;
  }
  .capstoneCyber .capstoneDynamicTab .capstonenNav li button.active:hover {
    background: #edebeb;
  }
}

@media (max-width: 768px) {
  .capstoneCyber .progress article:first-child {
    width: 6%;
  }

  .capstoneCyber .progress article:last-child {
    width: 94%;
  }

  .capstoneCyber .capsonteTabContent .capstoneTabPane .capstoneTabItem {
    display: block;
  }

  .capstoneCyber .capsonteTabContent .capstoneTabItem .colLeft {
    width: 100%;
  }

  .capstoneCyber .capsonteTabContent .capstoneTabItem .colRight {
    position: relative;
    width: 100%;
  }

  .capstoneCyber .capsonteTabContent .capstoneTabItem .capsonteColText {
    margin: 20px 0;
  }

  .capstoneCyber .capstoneDynamicTab .capstonenNav li button {
    padding: 15px 5px;
  }
}

@media (max-width: 576px) {
  .capstoneCyber .progress article:first-child {
    width: 15%;
  }

  .capstoneCyber .progress article:last-child {
    width: 85%;
  }

  .capstoneCyber .capsonteTabContent .capstoneTabPane ul {
    padding-left: 20px;
  }

  .capstoneCyber .capstoneDynamicTab .capstonenNav li button {
    font-size: 13px;
  }

  .capstoneCyber .capsonteTabContent .capstoneTabItem h3 {
    font-size: 22px;
  }

  .capstoneCyber .capsonteTabContent .capstoneTabItem p {
    font-size: 15px;
  }

  .capstoneCyber .capstoneDynamicTab .capstonenNav {
    padding: 0;
  }
}
/* @media screen and (min-width: 1537px) {
  .capstoneCyber .capstoneDynamicTab .capstonenNav {
    padding: 0 auto !important;
  }
} */
