.dropdown-custom .btn {
    color: #ffffff !important;
}

.navbar .nav-item .nav-link {
    color: #ffffff !important;
  }

  .border-bottom {
    border-bottom: 1px solid #000000 !important;
  }
  
  .border-left {
    border-left: 1px solid #000000 !important;
  }

  .top-navbar {
    background-color: #2e2e2e;
  }

  .navbar {
    background-color: #1a1a1a;
  }

  .stats-item a{
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgb(46 46 46 / 26%);
    background-color: var(--primary);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.22;
    padding: 10px 15px;
    pointer-events: none;
    color: #ffffff;
  }

  .stats-container .stats-item:hover .stat-number, .stats-container .stats-item:hover .stat-title, .stats-container .stats-item:hover .stat-desc, .stats-item:hover a{
    color: #ffffff;
    transition: all 0.5s ease;
  }


  .stats-container .stats-item .stat-icon-box.custom-box {
    background-image: linear-gradient(135deg, #ff0808 0%, #222222 100%);
}

.slider-container.slider-hero-section2 {
  padding: 100px 0 100px 0 !important;
}

.gradient-box {
  background-image: linear-gradient(to bottom, #00000067, #db030a18);
}

.testimonials-container .testimonials-card .bottom-gradient {
  background: linear-gradient(to left, #000000, var(--primary));
}

.testimonials-container .left-gradient-box , .testimonials-container .right-gradient-box, .testimonials-container .bottom-gradient-box{
  opacity: 0.1;
}

.find-instructor-section ul li {
  list-style: circle;
}

.find-instructor-section ul {
  margin-inline-start: 20px;
}

.trending-card h3 {
  color: #1c1c1c;
}

.trending-card .trending-image-key-feature .icon {
  width: 30px;
  height: 30px;
}

.trending-card-key-feature:hover {
  transform: translateY(-10px);
}

.trending-card .trending-image-key-feature {
  padding: 15px 0;
  border-radius: 10px;
}

.reward-program-section {
  border-radius: 30px;
  background-color: #ededed;
}

.post-show ul {
  margin-inline-start: 20px;
}

.post-show ul li {
  list-style: circle;
}