.subtitle {
      color: #999;
      font-size: 1.1rem;
      font-weight: 400;
      margin-bottom: 8px;
      text-align: center;
    }

    .main-title {
      color: #2c2c2c;
      font-weight: 700;
      font-size: 2.8rem;
      line-height: 1.2;
      margin-bottom: 60px;
      text-align: center;
    }

    .step-circle {
      width: 70px;
      height: 70px;
      background-color: #4a4a4a;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }

    .step-number {
      color: #ffd700;
      font-size: 1.8rem;
      font-weight: 700;
    }

    .step-title {
      color: #2c2c2c;
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 15px;
      text-align: center;
      line-height: 1.3;
    }

    .step-description {
      color: #888;
      font-size: 0.9rem;
      line-height: 1.4;
      text-align: center;
      max-width: 280px;
      margin: 0 auto;
    }

    .step-container {
      padding: 0 15px;
      margin-bottom: 40px;
    }

    .border-great-new {
      border-right: 2px solid #fff;
    }

    .registration-section {
      background-color: #FECD46;
      padding: 50px 0;
    }

    .calculator-section {
      background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
      padding: 60px 0;
    }

    .calculator-form {
      background: white;
      padding: 40px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    }

    .nav-tabs .nav-link {
      background: #fff;
      color: #717171;
      border: none;
      margin-right: 5px;
      padding: 20px;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 160%;
      text-align: center;
      color: #080808;
      flex: none;
      order: 0;
      flex-grow: 0;

    }

    .nav-tabs .nav-link.active {
      background: #FFC142;
      color: #080808;
      padding: 20px;
      ;
      font-family: 'Inter';
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 160%;
      text-align: center;
      color: #080808;
      flex: none;
      order: 0;
      flex-grow: 0;
    }

    .apply-section {
      background: #2c3e50;
      color: white;
      padding: 60px 0;
    }

    .program-card {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 15px;
      border-left: 4px solid #f39c12;
    }

    .btn-apply {
      background: #2c3e50;
      color: white;
      padding: 15px 40px;
      border: none;
      border-radius: 5px;
      font-weight: bold;
      text-transform: uppercase;
    }

    .btn-apply:hover {
      background: #34495e;
      color: white;
    }

    .btn-complete {
      background: #2c3e50;
      color: white;
      padding: 15px 40px;
      border: none;
      border-radius: 5px;
      font-weight: 500;
      display: inline-block;
    }

    .btn-complete:hover {
      background: #34495e;
      color: white;
    }

    .tab-btn-bg {
      background-color: #22212A;
      padding: 50px 0 0 0;
    }

    .nav-tabs {
      border-bottom: none;
    }

    .accordion .accordion-header:not(:first-child) {
      border-top: none;
    }

    .accordion .accordion-header {
      display: flex;
      justify-content: space-between;
      padding: 13px 10px;
      margin-bottom: 10px !important;
      background-color: #fff;
      font-weight: normal;
    }

    .btn-add {
      background-color: #1a1a1a;
      border: none;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 18px;
      font-weight: bold;
    }

    .accordion-content {
      padding: 20px;
    }

    .btn:hover {
      color: #ffcb47;
    }

    .subjects-table {
      margin-bottom: 24px;
    }


    .table-header th {
      font-weight: 600;
      color: #374151;
      font-size: 14px;
      padding: 12px;
      border: none;
    }

    .subject-row td {
      padding: 12px;
      border-bottom: 1px solid #000;
    }

    .table-header {
      background-color: #f8f9fa;
      border-top: 2px solid #000000;
      border-bottom: 2px solid #000000;
    }

    .call-now-grid1,
    .call-now-grid2 {
      margin: 0 auto;
      max-width: 70%;
      padding: 32px 0;
    }

    .table tr:nth-child(2n+1),
    .table-bg-odd {
      background: #fff;
    }

    .table tr:nth-child(2n),
    .table-bg-even {
      background: #fff;
    }
    .cuet-table tr td   {cursor: pointer;}

    @media (max-width: 990px) {
      .border-great-new {
        border-right: none
      }
    }

    @media (max-width: 768px) {
      .call-now-grid2 {
        margin: 0 auto;
        max-width: 95%;
        padding: 32px 0;
      }

      .main-title {
        font-size: 2.2rem;
        margin-bottom: 40px;
      }
      .heading-wraper .main-head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 15px;
      
  }
  .heading-wraper .main-head h1 {

  text-wrap: auto !important;
}

      .step-circle {
        width: 60px;
        height: 60px;
      }

      .step-number {
        font-size: 1.5rem;
      }

      .step-container {
        margin-bottom: 50px;
      }

      .nav-tabs .nav-link {
        font-size: 15px;
      }

      .nav-tabs .nav-link.active {
        font-size: 15px;
      }

    }