 body {
      background-color: #111;
      color: #fff;
    }

    .navbar-dark .navbar-nav .nav-link {
      color: #fff;
    }

    .hero-section {
      background: #0e0e0e;
      padding: 100px 20px 50px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .hero-section h1 {
      font-weight: 700;
      font-size: 2.5rem;
    }

    .hero-section p {
      margin-top: 1rem;
      font-size: 1.1rem;
    }

    .btn-apply {
      background: linear-gradient(to right, #00ffff, #00ffff);
      color: #000;
      font-weight: 600;
      border: none;
      padding: 10px 25px;
      border-radius: 8px;
    }

    .stats-box {
      background-color: #fff;
      color: #000;
      border-radius: 15px;
      padding: 30px 20px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    }

    .stats-box h4 {
      font-size: 2rem;
      font-weight: bold;
    }

    .highlight-text {
      color: #00ffff;
      font-weight: 700;
    }

    .subtext {
      font-size: 0.9rem;
    }
    .grayscale {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.grayscale:hover {
  filter: grayscale(0%);
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem;
        color: #000;
    }
}
.tab-content img {
      max-width: 100%;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .highlight-badge {
      font-size: 0.75rem;
      background-color: #d1fae5;
      color: #065f46;
      padding: 4px 8px;
      border-radius: 4px;
      font-weight: 600;
    }
     .section-highlight {
      background-color: #121212;
      border-radius: 12px;
      padding: 1.5rem;
      height: 100%;
    }
    .badge-green {
      background-color: #00ffff;
      color: #212529;
      font-weight: 600;
      /* font-size: 0.75rem; */
      padding: 5px 10px;
      border-radius: 20px;
    }
    .section-title {
      font-size: 2rem;
      font-weight: 700;
    }
    .section-subtitle {
      color: #cbd5e1;
      max-width: 800px;
      margin: auto;
    }
    .feature-icon {
      max-height: 120px;
      margin-bottom: 1rem;
    }
    .section-heading {
      color: #34d399;
      font-weight: 700;
    }

    .subheading {
      color: #94a3b8;
    }

    .badge-label {
      background: linear-gradient(90deg, #34d399, #d9f99d);
      color: #000;
      font-weight: 600;
      font-size: 0.75rem;
      padding: 4px 12px;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: -30px;
      z-index: 10;
      position: relative;
    }

    .badge-card {
      text-align: center;
      margin-bottom: 2rem;
    }

    .badge-img {
      max-width: 180px;
      margin: auto;
      display: block;
      transition: transform 0.3s ease;
    }

    .badge-img:hover {
      transform: scale(1.05);
    }

    .learn-more {
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      border-bottom: 2px solid #d9f99d;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      transition: 0.3s;
    }

    .learn-more:hover {
      color: #d9f99d;
    }

    .arrow {
      transform: rotate(-45deg);
      display: inline-block;
      margin-left: 5px;
    }
    .faq-header {
      font-weight: 700;
      font-size: 2.5rem;
      color: #1f2937;
    }

    .nav-pills .nav-link {
      background-color: #fff;
      color: #000;
      border-radius: 8px;
      padding: 10px 20px;
      margin: 0 5px;
    }

    .nav-pills .nav-link.active {
      background-color: #10b981;
      color: #fff;
      font-weight: 600;
    }

    .accordion-button::after {
      transform: scale(1.2);
    }

    .accordion-button:not(.collapsed) {
      background-color: #f9fafb;
      color: #111827;
    }

    .faq-link {
      color: #111827;
      font-weight: 600;
      text-decoration: none;
      border-bottom: 2px solid #a7f3d0;
    }

    .faq-link:hover {
      color: #10b981;
    }
    .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    color: #000;
    font-size: 14px;
}
.theimpact
{
  background-color: #000000;

}
.theimpact h2
{
  color: #ffffff;
}

.text-muted {
    --bs-text-opacity: 1;
    color: rgb(240 240 241 / 75%) !important;
}
.faq
{
  background-color: #ffffff;
}
  .corete
  {
    background-image: url("images/Courses-2.png");
  }

.footer a {
      color: #ccc;
      margin-right: 20px;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer {
      font-size: 0.9rem;
      padding: 20px 0;
    }
    .footer .right {
      text-align: right;
    }
    .h-100
    {
      height: auto !important;
    }