
      .specialty-icon {
        width: 65px;
        height: 65px;
        background: #eef4ff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
      }

      .specialty-icon i {
        font-size: 28px;
        color: #7b61ce;
      }

      #hero-text {
        font-weight: 700;
        border-right: 3px solid #7b61ce;
        padding-right: 5px;
        animation: blink 1s infinite;
      }

      @keyframes blink {
        0%,
        100% {
          border-color: transparent;
        }
        50% {
          border-color: #7b61ce;
        }
      }
      .section-title {
        font-weight: 700;
      }

      .vision-formula {
        font-size: 24px;
        font-weight: 600;
      }

      .vision-item {
        background: #f4f6ff;
        padding: 10px 16px;
        border-radius: 8px;
        margin: 5px;
        display: inline-block;
      }

      .vision-plus,
      .vision-equals {
        font-size: 28px;
        margin: 0 10px;
        color: #7b61ce;
      }

      .vision-result {
        background: #7b61ce;
        color: white;
        padding: 10px 18px;
        border-radius: 8px;
      }

      .vision-card {
        padding: 30px;
        border-radius: 10px;
        background: #ffffff;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
        height: 100%;
      }

      .vision-card i {
        font-size: 40px;
        color: #7b61ce;
        margin-bottom: 15px;
      }
      .student-platform-modern {
        background: #f7f9ff;
        padding: 80px 0;
      }

      .section-header h2 {
        font-weight: 700;
        margin-bottom: 15px;
      }

      .course-tags-modern {
        text-align: center;
        margin-top: 30px;
      }

      .course-tags-modern span {
        display: inline-block;
        background: white;
        padding: 10px 18px;
        border-radius: 30px;
        margin: 6px;
        font-weight: 500;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        transition: 0.3s;
      }

      .course-tags-modern span:hover {
        background: #7b61ce;
        color: white;
        transform: translateY(-3px);
      }

      .modern-feature-card {
        background: white;
        padding: 30px;
        border-radius: 12px;
        margin-bottom: 30px;
        text-align: center;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        transition: 0.35s;
      }

      .modern-feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
      }

      .modern-feature-card .icon {
        font-size: 40px;
        color: #7b61ce;
        margin-bottom: 15px;
      }

      .counsellor-platform {
        padding: 80px 0;
        background: #ffffff;
      }

      .counsellor-visual img {
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      }

      .counsellor-feature {
        background: #f9fbff;
        padding: 25px;
        border-radius: 12px;
        margin-bottom: 25px;
        transition: 0.35s;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
      }

      .counsellor-feature:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
      }

      .counsellor-feature i {
        font-size: 32px;
        color: #7b61ce;
        margin-bottom: 12px;
        display: block;
      }

      .institute-platform {
        padding: 80px 0;
        background: #f7f9ff;
      }

      .institute-feature {
        background: white;
        padding: 25px;
        border-radius: 12px;
        margin-bottom: 25px;
        transition: 0.35s;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
      }

      .institute-feature:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
      }

      .institute-feature i {
        font-size: 34px;
        color: #7b61ce;
        margin-bottom: 12px;
        display: block;
      }

      .institute-visual img {
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      }

      .how-it-works {
        padding: 90px 0;
        background: #ffffff;
      }

      .step-card {
        background: #f8faff;
        padding: 35px;
        border-radius: 14px;
        transition: 0.35s;
        position: relative;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
      }

      .step-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
      }

      .step-number {
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        background: #7b61ce;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
      }

      .step-icon {
        font-size: 40px;
        color: #7b61ce;
        margin-bottom: 15px;
      }

      .step-card h4 {
        font-weight: 600;
        margin-bottom: 10px;
      }

      /*Sticky header*/

      .section-nav-wrapper {
        position: sticky;
        top: 90px;
        z-index: 999;
        background: white;
        padding: 12px 0;
        border-bottom: 1px solid #eee;
        overflow-x: auto;
      }

      .section-nav {
        display: flex;
        gap: 12px;
        padding: 0 15px;
        min-width: max-content;
      }

      .nav-pill {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 18px;
        border-radius: 50px;
        background: #f5f7ff;
        color: #333;
        text-decoration: none;
        font-weight: 600;
        transition: 0.3s;
        white-space: nowrap;
      }

      .nav-pill i {
        font-size: 16px;
      }

      .nav-pill:hover {
        background: #7b61ce;
        color: white;
        transform: translateY(-2px);
      }

      .nav-pill.active {
        background: #7b61ce;
        color: white;
        box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
      }

      html {
        scroll-behavior: smooth;
      }
      /*Sticky header*/

      /*ad css*/

      .floating-ad {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        width: 270px;
        z-index: 999;
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
        transition: 0.3s;
      }

      .floating-ad img {
        display: block;
        width: 100%;
        height: auto;
      }

      .left-ad {
        left: 15px;
      }

      .right-ad {
        right: 15px;
      }

      .close-ad {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 28px;
        height: 28px;
        border: none;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 2;
        font-size: 14px;
      }

      .floating-ad:hover {
        transform: translateY(-50%) scale(1.03);
      }

      /* LAPTOP */
      @media (max-width: 1400px) {
        .floating-ad {
          width: 130px;
        }
      }

      /* TABLET */
      @media (max-width: 1200px) {
        .floating-ad {
          display: none;
        }
      }
      /*ad css*/
    