 



body {
  font-family: "Lato", sans-serif;
  background: #F8F8F8;
}
.np-dashboard {
  background: #F8F8F8;
}
html { scroll-behavior: smooth; }
.np-powered-by { background:#fff;}
.np-flex-1 { flex:1 }

.d-flex { display:flex; }

@media (min-width:768px) {
  .d-md-flex { display:flex; }
}





.np-homepage-title-content {
  margin: 0 auto 32px;
  text-align: center;
}

.np-homepage-title-content {
  margin: 0 auto 32px;
  text-align: center;
}

.np-homepage-headline {
  font-size: 3rem;
}

.np-homepage-subheadline {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width:768px) {
  .np-homepage-title-content { padding: 0 4%; }

  .np-homepage-hero-image {
    max-height: 600px
  }
}

@media (max-width:1500px) {
  .np-max-width { margin:auto 18px;}
}

.library-title {
  padding-top: 48px;
  margin: 0;
  font-size: 32px;
  font-weight: 500;
}

.np-sub-navigation { margin-bottom: 0; }
.np-course-library { padding-bottom:32px; }


.np-header-desktop-nav-item { 
  position: relative; 
  cursor:pointer; 
  color:#fff;
}

.np-dropdown-tooltip {
  background: #fff;
  position: absolute;
  left: 31px;
  top: 3rem;
  z-index: 50;
  min-width: 200px;
  cursor:pointer;
  box-shadow: 0 0 8px rgb(89 105 123 / 20%);
  max-width: 250px;
  white-space: normal;
} 

.np-dropdown-tooltip-link {
  color:#212b35;
  text-decoration:none;
  display:block;
  padding: 16px 20px;
  font-size: 0.95rem;
}

.np-dropdown-tooltip-link:hover {
  color:#329678;
}

.np-dropdown-tooltip-link:nth-of-type(odd) {
    background-color: rgb(249, 250, 252);
}

.np-dropdown-tooltip {
  box-shadow: 0 0 8px rgb(89 105 123 / 20%);
  max-width: 250px;
  white-space: normal;
}



.category-section {
  transition:opacity 0.5s;
  opacity:0;
  margin-bottom:32px;
}

.carousel-header-wrapper {
  display:flex;
  padding-bottom:24px;
  border-bottom:1px solid #212b35;
  margin-bottom:32px;
  align-items: end;
  justify-content: space-between;
}

.carousel-header {
  font-size:24px;
  font-weight:500;
  margin-bottom:0;
}

.show-more {
  text-decoration: none;
  font-size:18px;
  color:#329678;
}

.slick-track { 
  margin-left:0!important; 
  display: flex !important; 
}

.slick-slide { 
  height: auto!important; 
  padding-bottom: 5px; 
  margin: 0 10px;
}

.slick-dots {
  display:flex;
  justify-content:center;
}

.slick-dots li {
  cursor:pointer;
  padding:0 12px;
}

.slick-dots li::marker {
  cursor:pointer;
  padding:0 12px;
  font-size:18px;
  color:#bfbfbf;
  transition: 0.5s;
}

.slick-dots li.slick-active::marker { color:#212b35; }
.slick-dots li button { display:none; }

.slick-arrow {
  position: absolute;
  top:calc(50% - 47px);
  box-shadow: 0 2px 4px 0 rgb(89 105 123 / 50%);
  border-radius:50%;
  background:#fff;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:2;
  cursor:pointer;
  transition:opacity 0.2s;
}

.slick-arrow.slick-disabled { opacity:0;}
.slick-arrow.fa-chevron-left { left:-12px; }
.slick-arrow.fa-chevron-right { right:-12px; }




.category-carousel .np-card { 
  margin-bottom: 0px; 
  height:100%; 
  padding: 0 .75rem; 
}

.np-card-content-desc { margin-top:1.3rem;}

.info-line {
  display:flex;
  justify-content: space-between;
  margin-top:22px;
  padding-bottom:8px;
  border-bottom:1px solid #212b35;
}

.category-carousel:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
}

.category-carousel:not(.slick-initialized) > div {
  width: 33%;
  margin-bottom: 32px;
}


main { min-height: calc(100vh - 408px); }

.header-color {
  background: #000;
}
.np-sub-navigation {
  background: #4D4D4D;
}
.np-sub-navigation-content-item-inactive .np-sub-navigation-content-item-icon, .np-sub-navigation-content-item-link {
  color: #fff;
}
.np-sub-navigation-content-item-active .np-sub-navigation-content-item-link {
  background: linear-gradient(135deg, #209BC4 0%, #4DC9C0 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.np-sub-navigation-content-item-link {
  height: 100%;
}

.np-sub-navigation {
  padding: 2rem;
  position: sticky;
  width: 100%;
  z-index: 1111111111;
  top: 0;
}
.np-homepage-hero {
  background: #000;
}
.hero-heading {
  font-weight: 700;
  font-size: 54px;
  color: #fff;
  line-height: 62.1px;
  letter-spacing: 0.3px;
}
.gradient-color {
  background: linear-gradient(135deg, #209BC4 0%, #4DC9C0 100%);
  background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero-subheading {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #B2B2B2;
  margin-top: 12px;
  margin-bottom: 30px;
}

.hero-content {
  padding: 10% 0;
}

.gradient-btn {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  padding: 19px 24px;
  background: linear-gradient(135deg, #209BC4 0%, #4DC9C0 100%);
  border-radius: 8px;
  display: flex;
  gap: 5px;
  text-align: center;
}
.gradient-btn:hover {
  background: linear-gradient(135deg, #63A8BF 0%, #64D2CA 100%)
}
.btn-wrapper {
  display: flex;
  justify-content: center;
}

.hero-img {
  width: 100%;
  max-width: 900px;
  margin: -4px;
  border-radius: 15px 15px 0 0;
}

.hero-backgorund {
  margin: 0 20%;
}
.section-dpe {
  background: #EFEFEF;
}
.section {
  padding: 5% 2.5%;
}
.section-featured-courses {
  background: #F8F8F8;
}
.heading {
  font-size: 43px;
  font-weight: 700;
  line-height: 49.45px;
  text-align: center;
}
.black {
  color: #000;
}
.feature-heading {
  margin-bottom: 5%;
}


.card-image {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
  max-height: 20vh;
}
.course-card {
  box-shadow: 0px 0px 10px 0px #414A4D2E;
  border-radius: 18px;
  background: #fff;
  margin-right: 24px;
  width: 100%;
margin-bottom: 24px;
height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border 0.3s ease-in-out;

}
.course-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #209BC4 0%, #4DC9C0 100%) border-box;
  mask: linear-gradient(135deg, #209BC4 0%, #4DC9C0 100%) padding-box, linear-gradient(135deg, #209BC4 0%, #4DC9C0 100%);
  mask-composite: exclude;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease-in-out;
  top: -1px;
  left: -3px;
  right: -3px;
  bottom: -3px;

}
.course-card:hover::before {
  opacity: 1; 
}
@keyframes fadeIn {
  0% {
    fill-opacity: .25;
  }
  100% {
    fill-opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    fill-opacity: 1;
  }
  100% {
    fill-opacity: .25;
  }
}

.load-button:hover {
  background: linear-gradient(135deg, #209BC4 0%, #4DC9C0 100%);
  color: #fff;
}
.load-button:hover .load-svg {
  fill: #fff;
}

.role-filter-icon:hover {
  background: linear-gradient(135deg, #209BC4 0%, #4DC9C0 100%);
  color: #fff;
}

.role-filter-icon:hover path {
  fill: #fff;
}

.course-card:hover .course-link svg {
  fill: #46c1c0;
  fill-opacity: 0; 
  animation: fadeIn 1s forwards;
}

.course-card:hover .arrow-svg {
  fill: #fff;
  fill-opacity: 0; 
  animation: fadeIn 1s forwards;
}

.outline-enrolled:hover .outline-card-title {
  color: #309ae3;
}
.outline-enrolled:hover .outline-arrow {
  fill: #309ae3;
}
.gradient-btn-header:hover {
  background: linear-gradient(135deg, #63A8BF 0%, #64D2CA 100%);
}

.outline-completed:hover .outline-card-title {
  color: #309ae3;
}

.outline-completed:hover .retake-activity {
  color: #309ae3;
}

.card-content {
padding: 20px;
display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: relative;
}
.card-details {
display: flex;
align-items: center;
margin-bottom: 20px;
gap: 10px;
color: rgb(27, 62, 79);
}

.time {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
font-weight: 500;
line-height: 16.9px;
text-align: left;

}

.course-heading {
font-size: 21px;
font-weight: 900;
line-height: 31.5px;
text-align: left;
color: #0B0D0F;
margin-bottom: 6px;
display: flex;
  gap: 10px;
}
.course-link-container {
margin-top: 40px;
display: flex;
justify-content: flex-end;
}
.course-desc {
font-size: 17px;
font-weight: 400;
line-height: 24.65px;
text-align: left;
color: #0B0D0F;
}
.sections {
background: #E5E5E5;
padding: 6px 12px;
border-radius: 50px;
font-size: 13px;
font-weight: 500;
line-height: 16.9px;
text-align: center;
color: #0B0D0F;
}

.desc-cta p {
  background: none !important;
}

.section-role {
  background: #2E3135;
}
.section-certification {
  background: linear-gradient(135deg, #209BC4 0%, #4DC9C0 100%);
}
.white {
  color: #fff;
}
.sub-heading {
  font-size: 21px;
  font-weight: 400;
  line-height: 31.5px;
  text-align: center;
  margin-top: 15px;
  max-width: 700px;
}
.grey {
  color: #B2B2B2;
}
.heading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-learn {
  background: #fff;
}
.section-community {
  background: #EFEFEF;
}
.dashboard-resources-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40.5px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #000000;
  margin-bottom: 36px;
}
.dashboard-wrapper {
  margin-bottom: 48px
}
.section-featured-courses-dashboard {
  background: #fff;
}

.np-learning-paths {
  background: none;
}

.gradient-btn.learning-path {
  width: 100%;
  justify-content: center;
}
.top-cta {
  background: #F8F8F8;
  box-shadow: 8px 8px 12px 0px #0B0D0F33, -8px -8px 12px 0px #FFF;
  border-radius: 24px;
  padding: 36px;
}
.cta-container {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.cta-heading {
  font-size: 35px;
  font-weight: 600;
  line-height: 40.25px;
  text-align: left;
  color: #0B0D0F;
  margin-bottom: 14px;
}
.desc-cta {
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  text-align: left;
  color: #0B0D0F;
  margin-top: 15px;
}

.desc-cta p {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 24.65px !important;
  text-align: left !important;
  color: #0B0D0F !important;
  font-family: 'Lato' !important;
}

.desc-cta span {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 24.65px !important;
  text-align: left !important;
  color: #0B0D0F !important;
  font-family: 'Lato' !important;
}


.card-learning-path {
  display: flex;
  box-shadow: 8px 8px 12px 0px #0B0D0F33,-8px -8px 12px 0px #FFF;
  margin-bottom: 36px;
  padding: 30px 38px;
  gap: 42px;
  border-radius: 24px;
  border-left: 12px solid #2ba6c3;
}
.card-learning-path .image {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-container-lp {
  width: 30%;
}
.content-container {
  width: 70%;
  display: flex;
  justify-content: space-between;
  gap: 42px;
}
.card-learning-path .title {
  font-size: 35px;
  font-weight: 600;
  line-height: 40.25px;
  text-align: left;
  color: #0B0D0F;
}

.np-header {
  height: 64px;
  padding: 0 2%;
}
.np-header-logo {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .card-learning-path {
      flex-direction: column;
  }
  .image-container-lp {
    width: 100%;
  }
  .content-container{
    width: 100%;
    flex-direction: column;
  }
}
.details {
  display: flex;
  margin: 24px 0;
}
.progress-count {
  font-size: 21px;
  font-weight: 400;
  line-height: 31.5px;
  text-align: center;
  color: #808080;
  margin-bottom: 20px;
}
.progress-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.progress-wrapper {
  margin-bottom: 24px;
}
.card-desktop-viewer {
  background: none;
  box-shadow: none;
}
.dekstop-content {
  height: 100%;
}
.outline-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 17.55px;
  letter-spacing: 0.5px;
  text-align: left;
  background: linear-gradient(135deg, #209BC4 0%, #4DC9C0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin: 35px 0;
}

.outline-course {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  text-decoration: none;
}
.outline-title-container {
  display: flex;
  align-items: center;
  gap: 18px;
}
.outline-details {
  display: flex;
  align-items: center;
  gap: 18px;
}
.outline-time {
  display: flex;
  align-items: center;
  gap: 8px;
}
.outline-card-title {
  font-size: 17px;
  font-weight: 400;
  line-height: 24.65px;
  color: #4D4D4D;
}
.outline-time {
  font-size: 13px;
  font-weight: 500;
  line-height: 16.9px;
  color: #4D4D4D;
}
.outline-card-title.blocked {
  color: #B2B2B2;

}
.cover-image {
  border-radius: 18px;
}
.course-outline-content-section-name {  
  font-size: 21px;
  font-weight: 400;
  line-height: 31.5px;
  text-align: left;
  color: #0B0D0F;
  margin: 24px 0;
}
.np-powered-by {
  display: none !important;
}

#learning-path-desktop {
  margin-top: 5%;
}

  .progress-circle-container {
    width: 300px;
    display: flex;
    padding: 50px 0;
    border-radius: 8px;
    background: #fff;
    flex-direction: column;
    align-items: center;
  }
  .circular-progress {
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: conic-gradient(#7d2ae8 3.6deg, #ededed 0deg);
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .circular-progress::before {
    content: "";
    position: absolute;
    height: 180px;
    width: 180px;
    background: #f0ff;
    border-radius: 50%;

  }
  .progress-value {
    position: relative;
    font-size: 50px;
    font-weight: 600;
    color: #7d2ae8;
  }
  .np-learning-paths-resources {
    margin-top: 60px;
  }
  .lp-row {
    display: flex;
  }
  .activity-completed {
    font-size: 24px;
  background: linear-gradient(135deg, #209BC4 0%, #4DC9C0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  .retake-activity {
    font-size: 24px;
    color: #000;
  }
  .sub-navigation {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1000;
    padding: 4rem 1rem;
}
.course-card .image-container {
  position: relative;
}
.cta-course-overview {
  position: sticky;
  top: 150px;
}
.course-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: linear-gradient(135deg, #209BC4 0%, #0B0D0F 100%);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16.9px;
  text-align: center;
  margin: 10px;
  border-radius: 100px;
}
.gray-out-image {
  filter: grayscale(1);
  opacity: 0.3;
}
.np-homepage {
  margin-bottom: 0;
}
.zero-state {
  background: #EFEFEF;
  border-radius: 16px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.zero-state-text {
  font-size: 21px;
  font-weight: 400;
  line-height: 31.5px;
  text-align: center;
  color: #000;
}
  @media only screen and (max-width: 768px) { 
    .section {
      padding: 54px 20px;
    }
    .card-learning-path .btn-wrapper{
      width: 100%;
    }
    .card-learning-path .gradient-btn {
      width: 100%;
      justify-content: center;
    }
    .card-learning-path  .progress-wrapper {
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      gap: 24px;
    }
    .card-learning-path  .progress-count {
      margin-bottom: 0px;
      }
      .lp-row {
        flex-direction: column-reverse;
      }
      .course-desktop-categories {
        margin-top: 50px;
      }
      .course-card{
        margin-right: 0px;
      }
      .dashboard-resources-title {
        text-align: center;
      }
      .footer-container {
        flex-direction: column;
        gap: 20px;
      }

  }

  @media screen and (max-width: 500px) {
    .hero-heading {
      font-size: 40px;
      line-height: 45.1px;
    }
    .hero-subheading {
      font-size: 20px;
    }
    .card-learning-path .content-container {
      gap: 20px;
    }
    .card-learning-path .progress-wrapper {
      margin-bottom: 0px;
    }
  }

  
  .role-filter-container {
    display: none !important;
  }

  .np-header-sign-in {
    font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  }
  .hero-img-overlay-wrapper {
    position: relative;
  }
  .course-link-block {
    display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  justify-content: space-between;
  }
  .hero-img-overlay-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(11, 13, 15, 0) 37.08%, rgba(11, 13, 15, 0.5) 100%);
}