
    body{
      margin:0;
      padding:0;
      background:#f4f8ff;
      font-family:'Segoe UI',sans-serif;
      overflow-x:hidden;
    }

    .nios-hero{
      position:relative;
      padding:110px 0 80px;
      background:
      linear-gradient(90deg,#08264d 10%, #26496f 55%, #7b8f98 100%);
      overflow:hidden;
    }

    .nios-hero::before{
      content:'';
      position:absolute;
      width:220px;
      height:220px;
      border:1px solid rgba(255,255,255,0.12);
      border-radius:35px;
      transform:rotate(18deg);
      right:35%;
      top:80px;
    }

    .back-btn{
      display:inline-flex;
      align-items:center;
      gap:10px;
      background:rgba(255,255,255,0.10);
      border:1px solid rgba(255,255,255,0.18);
      padding:12px 22px;
      border-radius:50px;
      color:#fff;
      text-decoration:none;
      font-weight:600;
      margin-bottom:40px;
      transition:0.3s;
    }

    .back-btn:hover{
      background:#fff;
      color:#08264d;
    }

    .top-badge{
      display:inline-block;
      background:#f5b81c;
      color:#08264d;
      font-size:15px;
      font-weight:700;
      padding:10px 18px;
      border-radius:50px;
      margin-right:10px;
    }

    .top-badge-outline{
      display:inline-block;
      background:rgba(255,255,255,0.10);
      border:1px solid rgba(255,255,255,0.18);
      color:#fff;
      font-size:15px;
      font-weight:600;
      padding:10px 18px;
      border-radius:50px;
    }

    .hero-title{
      font-size:52px;
      font-weight:800;
      line-height:0.95;
      color:#fff;
      margin-top:35px;
      margin-bottom:35px;
    }

    .hero-text{
      color:rgba(255,255,255,0.86);
      font-size:18px;
      line-height:1.8;
      max-width:720px;
      margin-bottom:40px;
    }

    .hero-btn{
      display:inline-block;
      background:#f5b81c;
      color:#08264d;
      padding:16px 38px;
      border-radius:50px;
      text-decoration:none;
      font-weight:700;
      margin-right:15px;
      transition:0.3s;
    }

    .hero-btn:hover{
      background:#fff;
      transform:translateY(-3px);
      color:#08264d;
    }

    .hero-btn-outline{
      display:inline-block;
      background:rgba(255,255,255,0.10);
      border:1px solid rgba(255,255,255,0.18);
      color:#fff;
      padding:16px 34px;
      border-radius:50px;
      text-decoration:none;
      font-weight:600;
      transition:0.3s;
    }

    .hero-btn-outline:hover{
      background:#fff;
      color:#08264d;
    }

    .hero-points{
      margin-top:30px;
      display:flex;
      flex-wrap:wrap;
      gap:20px;
    }

    .hero-points span{
      color:#fff;
      font-weight:600;
      display:flex;
      align-items:center;
      gap:10px;
    }

    .hero-points i{
      color:#f5b81c;
      font-size:12px;
    }

    .stats-row{
      margin-top:45px;
    }

    .stat-card{
      background:rgba(255,255,255,0.08);
      border:1px solid rgba(255,255,255,0.10);
      padding:28px;
      border-radius:18px;
      backdrop-filter:blur(10px);
      height:100%;
    }

    .stat-card h2{
      color:#fff;
      font-size:52px;
      font-weight:800;
      margin-bottom:0;
    }

    .stat-card p{
      color:rgba(255,255,255,0.75);
      margin-top:8px;
      margin-bottom:0;
    }

    /* RIGHT CARD */

    .hero-form-card{
      background:#f7f7f7;
      border-radius:25px;
      padding:40px;
      position:relative;
      z-index:2;
      border-top:5px solid #f5b81c;
      box-shadow:0 20px 50px rgba(0,0,0,0.15);
    }

    .mini-tag{
      display:inline-block;
      background:#e9f0f0;
      color:#08264d;
      padding:10px 18px;
      border-radius:50px;
      font-weight:700;
      font-size:14px;
      margin-bottom:25px;
    }

    .form-title{
      font-size:54px;
      line-height:1;
      color:#08264d;
      font-weight:800;
      margin-bottom:25px;
    }

    .form-text{
      color:#5b6878;
      font-size:18px;
      line-height:1.8;
      margin-bottom:30px;
    }

    .mentor-box{
      background:#e7efef;
      border-radius:16px;
      padding:18px 20px;
      margin-bottom:30px;
    }

    .mentor-box small{
      color:#667;
      font-weight:600;
    }

    .mentor-box h4{
      color:#08264d;
      font-weight:800;
      margin-top:5px;
      margin-bottom:0;
      font-size:34px;
    }

    .feature-list{
      list-style:none;
      padding:0;
      margin:0;
    }

    .feature-list li{
      display:flex;
      align-items:flex-start;
      gap:15px;
      margin-bottom:18px;
      color:#32455d;
      font-weight:600;
      font-size:18px;
      line-height:1.4;
    }

    .feature-list i{
      color:#20a39e;
      margin-top:6px;
    }
    .program-btn{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.15);
  color:#fff;
  padding:6px 24px;
  border-radius:14px;
  font-weight:700;
  font-size:17px;
  transition:0.3s;
}

.program-btn:hover{
  background:#fff;
  color:#08264d;
}

/* .active-program{
  background:#f3b61d;
  color:#08264d;
  border-color:#f3b61d;
} */

.program-card{
  background:#fff;
  border-radius:24px;
  padding:35px;
  height:100%;
  transition:0.3s;
  position:relative;
  overflow:hidden;
}

.program-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#f3b61d,#20a39e,#1b6ea9);
}

.program-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.program-icon{
  width:72px;
  height:72px;
  background:#0c3c71;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:28px;
}

.program-icon i{
  color:#fff;
  font-size:30px;
}

.program-card h3{
  font-size:28px;
  font-weight:800;
  color:#08264d;
  margin-bottom:18px;
}

.program-card p{
  color:#64748b;
  font-size:18px;
  line-height:1.8;
  margin-bottom:35px;
}
.career-feature{
  display:flex;
  align-items:flex-start;
  gap:22px;
  margin-bottom:35px;
}

.career-icon{
  width:72px;
  height:72px;
  background:#08264d;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  position:relative;
}

.career-icon::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  /* border-radius:20px 20px 0 0;
  background:linear-gradient(90deg,#f3b61d,#20a39e,#1b6ea9); */
}

.career-icon i{
  color:#fff;
  font-size:28px;
}

.career-feature h4{
  font-size:24px;
  font-weight:800;
  color:#08264d;
  margin-bottom:10px;
}

.career-feature p{
  color:#64748b;
  font-size:18px;
  line-height:1.8;
  margin:0;
}

.outcome-box{
  background:#fff;
  border-radius:22px;
  padding:28px 20px;
  text-align:center;
  height:100%;
}

.outcome-box h2{
  font-size:30px;
  font-weight:800;
  color:#08264d;
  margin-bottom:10px;
}

.outcome-box p{
  color:#64748b;
  margin:0;
  font-size:17px;
  font-weight:600;
}
.why-card{
  background:#f8fbff;
  border-radius:26px;
  padding:40px 30px;
  height:100%;
  transition:0.35s;
  position:relative;
  overflow:hidden;
  border:1px solid #edf2f7;
}

.why-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#f3b61d,#20a39e,#1b6ea9);
}

.why-card:hover{
  transform:translateY(-10px);
  box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.why-icon{
  width:78px;
  height:78px;
  border-radius:22px;
  background:#08264d;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:28px;
}

.why-icon i{
  color:#fff;
  font-size:32px;
}

.why-card h4{
  font-size:26px;
  font-weight:800;
  color:#08264d;
  margin-bottom:18px;
}

.why-card p{
  color:#64748b;
  font-size:16px;
  line-height:1.8;
  margin:0;
}

.highlight-box{
  background:linear-gradient(135deg,#08264d,#0d4a8c);
  border-radius:32px;
  padding:45px 50px;
  position:relative;
  overflow:hidden;
}

.highlight-box::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,#f3b61d,#20a39e,#1b6ea9);
}

.highlight-box h3{
  color:#fff;
  font-size:44px;
  font-weight:800;
  margin-bottom:15px;
}

.highlight-box p{
  color:rgba(255,255,255,0.82);
  font-size:19px;
  line-height:1.8;
  margin:0;
}

.highlight-btn{
  display:inline-block;
  background:#f3b61d;
  color:#08264d;
  text-decoration:none;
  padding:18px 34px;
  border-radius:14px;
  font-weight:800;
  transition:0.3s;
}

.highlight-btn:hover{
  background:#fff;
  color:#08264d;
  transform:translateY(-3px);
}
    @media(max-width:1200px){

      .hero-title{
        font-size:70px;
      }

      .form-title{
        font-size:46px;
      }

    }

    @media(max-width:991px){

      .hero-title{
        font-size:58px;
      }

      .hero-form-card{
        margin-top:50px;
      }
      .program-card h3{
    font-size:28px;
  }
   section h2{
    font-size:50px !important;
  }
   section h2{
    font-size:52px !important;
  }

  .highlight-box{
    padding:40px 30px;
  }

  .highlight-box h3{
    font-size:34px;
  }

    }

    @media(max-width:576px){
      .top-badge{
        margin-bottom: 10px;
      }
      .nios-hero{
        padding:30px 0 60px;
      }

      .hero-title{
        font-size:42px;
      }

      .hero-text{
        font-size:16px;
      }

      .hero-btn,
      .hero-btn-outline{
        width:100%;
        text-align:center;
        margin-bottom:15px;
      }

      .form-title{
        font-size:38px;
      }

      .hero-form-card{
        padding:30px 25px;
      }
       section h2{
    font-size:42px !important;
  }

  .program-btn{
    width:auto;
  }

  .program-card{
    padding:28px;
  }

  .program-card h3{
    font-size:24px;
  }

  .program-card p{
    font-size:16px;
  }
   section h2{
    font-size:40px !important;
  }

  .career-feature{
    gap:16px;
  }

  .career-icon{
    width:60px;
    height:60px;
    border-radius:16px;
  }

  .career-feature h4{
    font-size:22px;
  }

  .career-feature p{
    font-size:16px;
  }

  .outcome-box h2{
    font-size:36px;
  }
   section h2{
    font-size:40px !important;
  }

  .why-card{
    padding:30px 24px;
  }

  .why-card h4{
    font-size:24px;
  }

  .why-card p{
    font-size:16px;
  }

  .highlight-box h3{
    font-size:28px;
  }

  .highlight-btn{
    width:100%;
    text-align:center;
    margin-top:20px;
  }
    }

  /* Application Modal Styles */
  .application-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 31, 68, 0.6);
    backdrop-filter: blur(5px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }

  .application-modal-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .application-modal {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 40px 40px;
    width: 90%;
    max-width: 480px;
    position: relative;
    transform: translateY(20px) scale(0.95);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
  }

  .application-modal-overlay.active .application-modal {
    transform: translateY(0) scale(1);
  }

  .close-modal-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #0f172a;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
  }

  .close-modal-btn:hover {
    background: #e2e8f0;
  }

  .modal-title {
    font-size: 26px;
    font-weight: 800;
    color: #08264d;
    margin-bottom: 8px;
    margin-top: 0;
    letter-spacing: 0.5px;
  }

  .modal-subtitle {
    color: #64748b;
    font-size: 15px;
    margin-bottom: 25px;
  }

  .application-form .form-group {
    margin-bottom: 20px;
  }

  .application-form label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #08264d;
    margin-bottom: 8px;
  }

  .application-form input,
  .application-form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    color: #334155;
    background: #ffffff;
    outline: none;
    transition: 0.3s;
  }

  .application-form input::placeholder {
    color: #94a3b8;
    font-weight: 600;
  }

  .application-form input:focus,
  .application-form select:focus {
    border-color: #f5b81c;
    box-shadow: 0 0 0 3px rgba(245, 184, 28, 0.15);
  }

  .submit-app-btn {
    width: 100%;
    padding: 14px;
    background: #f5b81c;
    color: #08264d;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
  }

  .submit-app-btn:hover {
    background: #e5a710;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(245, 184, 28, 0.2);
  }

  /* Success Modal Styles */
  .success-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 31, 68, 0.6);
    backdrop-filter: blur(5px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }

  .success-modal-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .success-modal {
    background: #ffffff;
    border-radius: 16px;
    padding: 50px 40px;
    width: 90%;
    max-width: 420px;
    position: relative;
    transform: translateY(20px) scale(0.95);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    text-align: center;
  }

  .success-modal-overlay.active .success-modal {
    transform: translateY(0) scale(1);
  }

  .success-icon {
    width: 70px;
    height: 70px;
    background: #22c55e;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(34, 197, 94, 0.3);
  }

  .success-title {
    font-size: 28px;
    font-weight: 800;
    color: #08264d;
    margin-bottom: 12px;
    margin-top: 0;
  }

  .success-subtitle {
    color: #64748b;
    font-size: 16px;
    margin-bottom: 0;
  }

