
        :root {
  --darkPink: #0B2E33;
  --white: #ffffff;
  --lightPink:#2DCD7C;
   --gray:#93B1B5;
}
section{
background: white !important;
}
        
        .nios-carousel-caption {
      background: rgba(0, 0, 0, 0.5);
      border-radius: 12px;
      padding: 20px;
    }

    .carousel-indicators [data-bs-target] {
      background-color: #fff;
      opacity: 0.6;
    }

    .carousel-indicators .active {
      background-color: #0d6efd;
      opacity: 1;
    }

    .nios-carousel-item {
      height: 600px;
      background-size: cover;
      background-position: center;
    }




     .nios-stats-section {
      padding: 40px 0;
      background-color: #fff;
    }

    .nios-stat-item {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 30px;
    }

    .nios-stat-icon {
      color: var(--gray);
      font-size: 36px;
    }

    .nios-stat-number {
      font-size: 24px;
      font-weight: bold;
      margin: 0;
    }

    .nios-stat-label {
      font-size: 14px;
      margin: 0;
      text-transform: uppercase;
      color: #333;
    }

    @media (min-width: 768px) {
      .stat-item {
        margin-bottom: 0;
      }
    }



 /* course section  */

     .education-section {
      padding: 60px 0;
    }

    .card-section-subtitle {
      color: #6AA24D;
      font-weight: 600;
      font-size: 19px;
    }

    .card-section-title {
      font-weight: 700;
      font-size: 36px;
      color: #0F0E2C;
    }

    .card-section-description {
      color: #555;
      max-width: 600px;
      margin: 0 auto;
    }

    .feature-card {
      background-color: #fff;
      border: none;
      padding: 50px;
      border-radius: 8px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: 0.3s;
    }

    .feature-card:hover {
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    }

    .card-nios-icon-circle {
      width: 60px;
      height: 60px;
      background-color: var(--gray);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      padding: 40px;
    }

    .card-nios-icon-circle i {
      font-size: 44px;
      color: var(--darkPink);
    }

    .feature-title {
      font-weight: 700;
      font-size: 19px;
      margin-bottom: 5px;
      color: var(--darkPink);
    }

    .feature-underline {
      height: 2px;
      width: 30px;
      background-color: var(--darkPink);
      margin: 0 auto 10px;
    }

    .feature-desc {
      font-size: 14px;
      color: #666;
    }

.nios-icon{
  height: 50px;
}




     .who-we-are {
      background: #fff;
      padding: 60px 40px;
      border-radius: 12px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    }

    .nios-section-title {
      font-size: 22px;
      font-weight: 700;
      color: var(--darkPink);
      text-transform: uppercase;
      margin-bottom: 20px;
      position: relative;
    }

    .section-title::before {
      content: '';
      width: 35px;
      height: 2px;
      background-color: red;
      position: absolute;
      top: 50%;
      left: -45px;
      transform: translateY(-50%);
    }

    .main-description {
      font-size: 16px;
      color: #111;
      line-height: 1.7;
    }

    .icon-box {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 30px;
   
    
    }

    .nios-icon-circle {
      width: 60px;
      height: 60px;
      background-color: var(--gray);
      color: var(--darkPink);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      padding-left: 50px;
     margin-right: 10px;
    }

    .nios-icon-text {
      font-size: 14px;
      color: #444;
    }

    @media (max-width: 768px) {
      .who-we-are {
        padding: 30px 20px;
      }
    }








     .community-section {
      /* background-color: white;
      border-radius: 12px;
      padding: 40px 30px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.05); */

      margin-top: 40px;
    }

    .community-img {
      width: 80%;
      margin-left: 40px;
      border-radius: 10px;
      object-fit: cover;
    }

    .community-heading {
      font-size: 28px;
      font-weight: 700;
      color: #2e2e2e;
    }

    .community-text {
      font-size: 15px;
      color: #555;
      margin-bottom: 16px;
    }

    .community-btn {
      background-color: #1d1e2c;
      color: white;
      font-size: 14px;
      padding: 10px 22px;
      border-radius: 6px;
      text-decoration: none;
      display: inline-block;
    }

    .community-btn:hover {
      background-color: #333547;
      color: #fff;
    }

        .btn-purple {
      background-color: var(--darkPink) !important;
      color: white !important;
      border-radius: 5px;
      cursor: pointer;
      border: none;
      padding: 6px 40px;
    }

    .btn-purple:hover {
      background-color: var(--gray);
      color: var(--darkPink);
    }

    /* modal  */
    .heading{
      font-size: 20px;
      font-weight: 700;
      margin-right: 30px;
    }