  html, body {
  overflow-x: hidden;
}

body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
  }

  .navbar {
      background: #ffffff;
      transition: box-shadow 0.3s ease;
  }

  .navbar-brand {
      letter-spacing: 1px;
  }

  .navbar-brand img {
      width: 190px;
  }

  .navbar .nav-link {
      font-weight: 500;
      color: #003c9e;
  }

  .navbar .nav-link:hover {
      color: #ff7a00;
  }

  @media (min-width: 992px) {
      .dropdown:hover .dropdown-menu {
          display: block;
          margin-top: 0;
      }
  }

  .dropdown-menu {
      padding: 10px 0;
      border-radius: 10px;
      border: none;
      background: #ffffff;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
      min-width: 220px;
  }

  .dropdown-item {
      padding: 10px 20px;
      font-weight: 500;
      color: #003c9e;
      transition: all 0.25s ease;
  }

  .dropdown-item:hover {
      background: linear-gradient(90deg, #003c9e, #007bff);
      color: #ffffff;
      padding-left: 26px;
      /* subtle slide feel */
  }




  /* Background */


  .corner-image {
      position: absolute;
      bottom: 0;
      max-height: 320px;
      z-index: 1;
      pointer-events: none;
  }

  /* Left bottom – Doctor */
  .doctor-img {
      left: 0;
  }

  /* Right bottom – Engineer */
  .engineer-img {
      right: 0;
  }

  /* Ensure content stays above images */
  .hero .container {
      position: relative;
      z-index: 2;
  }

  /* Hide images on small screens (clean mobile view) */
  @media (max-width: 768px) {
      .corner-image {
          display: none;
      }
  }

  .from-text {
      font-family: 'Great Vibes', cursive;
      font-size: 1.4rem;
      font-weight: 400;
      letter-spacing: 1.5px;
      opacity: 0.95;
  }

  .hero {
      position: relative;
      min-height: 75vh;
      padding-top: 120px;
      /* space for navbar */
      padding-bottom: 50px;
      background:
          radial-gradient(circle at top right,
              rgba(255, 255, 255, 0.12),
              transparent 45%),
          radial-gradient(circle at bottom left,
              rgba(0, 0, 0, 0.25),
              transparent 50%),
          linear-gradient(135deg, #003c9e, #007bff);
      display: flex;
      align-items: center;
      color: #fff;
  }

  .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Crect width='120' height='120' fill='none'/%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255,255,255,0.04)'/%3E%3C/svg%3E");
      opacity: 0.25;
      pointer-events: none;
  }

  /* Top badge */
  .top-badge {
      background: #ff7a00;
      color: #fff;
      padding: 8px 22px;
      border-radius: 30px;
      font-weight: 600;
      display: inline-block;
      margin-bottom: 25px;
      font-size: 15px;
  }


  .feature-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 1.15rem;
      font-weight: 500;
      color: #ffffff;
  }

  .feature-item i {
      color: #fff;
      font-size: 1.2rem;
  }


  /* Headings */
  .main-title {
      font-size: 3.5rem;
      font-weight: 800;
      line-height: 1.2;
  }

  .highlight2 {
      color: #ffb000;
      font-style: italic;
  }

  .divider {
      width: 80px;
      height: 2px;
      background: rgba(255, 255, 255, 0.5);
      margin: 20px auto;
  }

  /* Sub text */
  .subtitle {
      font-size: 1.1rem;
      margin-bottom: 15px;
  }

  .features {
      font-size: 1.05rem;
      margin-bottom: 25px;
  }

  .features span {
      color: #fff;
      margin: 0 8px;
  }

  .tagline {
      font-size: 1.2rem;
      font-style: italic;
      margin-bottom: 35px;
  }

  .tagline strong {
      color: #ffb000;
  }

  .main-title {
      letter-spacing: -0.5px;
  }

  /* Buttons */
  .btn-orange {
      background: #ff7a00;
      color: #fff;
      font-weight: 600;
      padding: 14px 30px;
      border-radius: 6px;
      border: none;
  }

  .btn-orange:hover {
      background: #e96f00;
      color: #fff;
  }

  .btn-outline-white {
      border: 2px solid #fff;
      color: #fff;
      font-weight: 600;
      padding: 14px 30px;
      border-radius: 6px;
      background: transparent;
  }

  .btn-outline-white:hover {
      background: #fff;
      color: #0056b3;
  }

  /* Responsive */
  @media (max-width: 768px) {
      .main-title {
          font-size: 2.3rem;
      }

      .subtitle {
          font-size: 1.1rem;
      }
  }

  .subtitle-pill {
      background: rgba(255, 255, 255, 0.15);
      padding: 6px 16px;
      border-radius: 20px;
      font-weight: 600;
      color: #fff;
      white-space: nowrap;
  }

  .subtitle-arrow {
      color: rgba(255, 255, 255, 0.7);
      font-size: 1.1rem;
  }






  /* Counseling Form Styling */
  .counseling-form {
      max-width: 420px;
      margin: auto;
  }

  .counseling-form .form-label {
      font-weight: 600;
      color: #003c9e;
      margin-bottom: 6px;
  }

  .counseling-form .form-control,
  .counseling-form .form-select {
      border-radius: 6px;
      border: 1px solid #dfe6f1;
      font-size: 0.95rem;
      height: 34px;
  }

  .counseling-form .form-control:focus,
  .counseling-form .form-select:focus {
      border-color: #007bff;
      box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.15);
  }

  .counseling-form p.text-muted {
      font-size: 0.9rem;
  }

  /* Fade placeholder text */
  .counseling-form ::placeholder {
      color: rgba(0, 0, 0, 0.4);
  }

  .counseling-form :-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.4);
  }

  .counseling-form ::-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.4);
  }


  /*2nd section----------------------*/

  /* WHAT WE DO Section */
  .what-we-do {
      padding: 50px 0;
      background: #f7f9fd;
  }

  .section-badge {
      display: inline-block;
      background: rgba(0, 60, 158, 0.1);
      color: #003c9e;
      padding: 6px 16px;
      border-radius: 20px;
      font-weight: 600;
      font-size: 0.8rem;
      margin-bottom: 12px;
  }

  .section-title {
      font-weight: 700;
      color: #003c9e;
      margin-bottom: 10px;
  }

  .section-subtitle {
      color: #6c757d;
      font-size: 0.95rem;
  }

  .what-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 30px 25px;
      height: 100%;
      text-align: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .what-card i {
      font-size: 2rem;
      color: #007bff;
      margin-bottom: 18px;
  }

  .what-card h5 {
      font-weight: 600;
      color: #003c9e;
      margin-bottom: 10px;
  }

  .what-card p {
      font-size: 0.9rem;
      color: #6c757d;
      margin-bottom: 0;
  }

  .what-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  }


  /*exam-----------------------------------*/


  /* EXAMS WE ASSESS Section */
  .exams-we-assess {
      padding: 50px 0;
      background: linear-gradient(135deg, #ffffff, #f3f6ff);
  }

  .exam-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 25px;
      max-width: 900px;
      margin: auto;
  }

  .exam-pill {
      display: flex;
      align-items: center;
      gap: 14px;
      background: #ffffff;
      border-radius: 50px;
      padding: 18px 26px;
      font-weight: 600;
      color: #003c9e;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
      transition: all 0.3s ease;
      justify-content: center;
  }

  .exam-pill i {
      font-size: 1.3rem;
      color: #007bff;
  }

  .exam-pill:hover {
      background: linear-gradient(90deg, #003c9e, #007bff);
      color: #ffffff;
      transform: translateY(-4px);
  }

  .exam-pill:hover i {
      color: #ffffff;
  }

  .exams-we-assess .btn-orange {
      font-weight: 600;
      border-radius: 30px;
  }


  .btn-arrow {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: all 0.3s ease;
  }

  .btn-arrow i {
      transition: transform 0.3s ease;
  }

  .btn-arrow:hover i {
      transform: translateX(6px);
  }



  /*shape future-----------------*/

  .future-hero-wrap {
      position: relative;
      padding: 50px 0;
      background:
          radial-gradient(circle at top, rgba(255, 176, 0, 0.18), transparent 40%),
          linear-gradient(135deg, #003c9e, #007bff);
      color: #ffffff;
      overflow: hidden;
      display: flex;
      align-items: center;
  }

  .future-hero-overlay {
      position: absolute;
      inset: 0;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 60%);
      opacity: 0.6;
  }

  .future-hero-content {
      position: relative;
      z-index: 2;
  }

  /* Headings */
  .future-hero-title {
      font-size: 3.2rem;
      font-weight: 800;
      line-height: 1.2;
      color: #ffffff;
  }

  .future-hero-title span {
      display: block;
      font-size: 2.1rem;
      font-weight: 600;
      color: #ffb000;
  }

  /* Subtitle */
  .future-hero-subtitle {
      margin-top: 18px;
      font-size: 1.15rem;
      color: #6c757d;
  }

  /* Value line */
  .future-hero-values {
      margin: 22px 0;
      font-weight: 600;
      letter-spacing: 1px;
      color: #ff7a00;
  }

  .platform {
      font-size: 24px;
      font-weight: 500;
  }

  .future-hero-values span {
      margin: 0 8px;
      color: rgb(3 29 70);
  }

  /* Feature boxes */
  .future-hero-features {
      margin-top: 35px;
      display: flex;
      justify-content: center;
      gap: 28px;
      flex-wrap: wrap;
  }

  .future-feature-box {
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgb(244 243 239 / 40%);
      padding: 16px 18px;
      border-radius: 12px;
      width: 170px;
      text-align: center;
      backdrop-filter: blur(6px);
  }

  .future-feature-box i {
      font-size: 1.6rem;
      color: #ffb000;
      margin-bottom: 8px;
  }

  .future-feature-box p {
      font-weight: 600;
      margin: 0;
      color: #ffffff;
  }

  .future-feature-box small {
      font-size: 0.75rem;
      opacity: 0.85;
  }

  /* CTA */
  .future-hero-cta {
      display: inline-block;
      margin-top: 40px;
      padding: 16px 38px;
      background: linear-gradient(90deg, #ffb000, #ff7a00);
      color: #ffffff;
      font-weight: 700;
      border-radius: 50px;
      text-decoration: none;
      box-shadow: 0 10px 30px rgba(255, 122, 0, 0.45);
  }

  .future-hero-cta:hover {
      background: linear-gradient(90deg, #ff7a00, #ffb000);
      transform: translateY(-2px);
  }

  /* Side Images */
  .future-hero-img {
      position: absolute;
      bottom: 0;
      max-height: 360px;
      z-index: 1;
  }

  .future-left-img {
      left: 30px;
  }

  .future-right-img {
      right: 30px;
  }

  /* Mobile */
  @media (max-width: 768px) {
      .future-hero-title {
          font-size: 2.2rem;
      }

      .future-hero-title span {
          font-size: 1.5rem;
      }

      .future-hero-img {
          display: none;
      }
  }



  /*process---------------------------*/

  .process-steps-section {
      background: #f4f6fa;
      padding: 50px 0;
  }

  .process-badge {
      display: inline-block;
      background: rgba(255, 122, 0, 0.1);
      color: #ff7a00;
      font-weight: 600;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 13px;
      margin-bottom: 10px;
  }

  .process-title {
      font-size: 2rem;
      font-weight: 700;
      color: #003c9e;
  }

  .process-subtitle {
      max-width: 600px;
      margin: 12px auto 0;
      color: #555;
  }

  .process-steps-wrapper {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 24px;
      margin-top: 60px;
  }

  .process-step {
      background: #ffffff;
      border-radius: 16px;
      padding: 30px 20px;
      text-align: center;
      position: relative;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  }

  .step-number {
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(135deg, #ffb000, #ff7a00);
      color: #fff;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .step-icon {
      font-size: 2.2rem;
      color: #003c9e;
      margin-bottom: 15px;
  }

  .process-step h5 {
      font-weight: 500;
      color: #003c9e;
      margin-bottom: 6px;
  }

  .process-step p {
      font-size: 0.9rem;
      color: #666;
  }

  /* Responsive */
  @media (max-width: 992px) {
      .process-steps-wrapper {
          grid-template-columns: repeat(3, 1fr);
      }
  }

  @media (max-width: 576px) {
      .process-steps-wrapper {
          grid-template-columns: 1fr;
      }
  }

  /*trust----------------------------------------------*/

  .trust-assessment-section {
      background: #ffffff;
      padding: 50px 0;
  }

  .trust-main-title {
      font-size: 2rem;
      font-weight: 700;
      color: #003c9e;
  }

  .trust-subtitle {
      font-size: 1.1rem;
      margin-top: 10px;
      color: #555;
  }

  .trust-stats-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 24px;
      margin-top: 50px;
  }

  .trust-card {
      background: #f8f9fc;
      border-radius: 16px;
      padding: 30px 20px;
      text-align: center;
      transition: all 0.3s ease;
      border: 1px solid #eef0f6;
  }

  .trust-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 30px rgba(0, 60, 158, 0.12);
  }

  .trust-icon {
      width: 60px;
      height: 60px;
      margin: 0 auto 16px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ffb000, #ff7a00);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-size: 1.5rem;
  }

  .trust-card h4 {
      font-weight: 500;
      color: #003c9e;
      margin-bottom: 4px;
      font-size: 1.3rem;
  }

  .trust-card p {
      margin: 0;
      font-size: 0.95rem;
      color: #666;
  }

  /* Responsive */
  @media (max-width: 992px) {
      .trust-stats-grid {
          grid-template-columns: repeat(3, 1fr);
      }
  }

  @media (max-width: 576px) {
      .trust-stats-grid {
          grid-template-columns: repeat(2, 1fr);
      }

      .trust-main-title {
          font-size: 2rem;
      }
  }

  /*faq---------------------*/

  /* SECTION */
  .faq-pro-section {
      background:
          radial-gradient(circle at top left, rgba(255, 122, 0, 0.08), transparent 40%),
          radial-gradient(circle at bottom right, rgba(0, 60, 158, 0.08), transparent 45%),
          #ffffff;
      padding: 50px 0 90px 0;
  }

  /* HEADER */
  .faq-badge {
      display: inline-block;
      background: rgba(255, 122, 0, 0.12);
      color: #ff7a00;
      font-weight: 600;
      padding: 6px 14px;
      border-radius: 30px;
      font-size: 13px;
  }

  .faq-title {
      font-size: 2rem;
      font-weight: 700;
      color: #003c9e;
      margin-top: 10px;
  }

  .faq-subtitle {
      max-width: 600px;
      margin: 10px auto 0;
      color: #555;
  }

  /* FAQ LIST */
  .faq-list {
      max-width: 850px;
      margin: auto;
      display: flex;
      flex-direction: column;
      gap: 18px;
  }


  .faq-item.hidden-faq {
      display: none;
  }

  /* ITEM */
  .faq-item {
      background: #ffffff;
      border-radius: 18px;
      box-shadow: 0 14px 35px rgba(0, 60, 158, 0.08);
      overflow: hidden;
      transition: box-shadow 0.3s ease;
  }

  .faq-item.active {
      box-shadow: 0 20px 45px rgba(0, 60, 158, 0.18);
  }

  /* QUESTION */
  .faq-question {
      width: 100%;
      background: transparent;
      border: none;
      padding: 22px 26px;
      font-size: 1.05rem;
      font-weight: 700;
      color: #003c9e;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
  }

  /* ICON */
  .faq-icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ffb000, #ff7a00);
      position: relative;
  }

  .faq-icon::before,
  .faq-icon::after {
      content: "";
      position: absolute;
      background: #ffffff;
      border-radius: 2px;
  }

  .faq-icon::before {
      width: 14px;
      height: 2px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  .faq-icon::after {
      width: 2px;
      height: 14px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: opacity 0.3s ease;
  }

  .faq-item.active .faq-icon::after {
      opacity: 0;
  }

  /* CONTENT (SMOOTH ANIMATION) */
  .faq-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.45s ease, opacity 0.3s ease;
      opacity: 0;
  }

  .faq-item.active .faq-content {
      max-height: 200px;
      opacity: 1;
  }

  .faq-content p {
      padding: 0 26px 22px;
      color: #555;
      font-size: 0.95rem;
  }

  /* MOBILE */
  @media (max-width: 576px) {
      .faq-title {
          font-size: 2rem;
      }
  }

  /*brand----------------------*/

  .trusted-institutes-section {
      padding: 50px 0;
      background: linear-gradient(135deg, #003c9e, #005ad1, #007bff);
  }

  .trusted-title {
      color: #ffffff;
      font-size: 2.4rem;
      font-weight: 800;
  }

  /* GRID WITH 4 ROWS */
  .institutes-grid-4rows {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      /* 5 logos per row */
      grid-template-rows: repeat(4, auto);
      /* FORCE 4 rows */
      gap: 22px;
      padding-bottom: 0 !important;

      background: rgba(255, 255, 255, 0.08);
      padding: 40px;
      border-radius: 20px;
      backdrop-filter: blur(6px);
  }

  /* LOGO CARD */
  .logo-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.35s ease;
  }

  .logo-card img {
      max-height: 46px;
      max-width: 100%;
      object-fit: contain;
      filter: grayscale(100%);
      opacity: 0.9;
  }

  .logo-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
  }

  .logo-card:hover img {
      filter: grayscale(0);
      opacity: 1;
  }

  /* RESPONSIVE */
  @media (max-width: 1200px) {
      .institutes-grid-4rows {
          grid-template-columns: repeat(4, 1fr);
          grid-template-rows: auto;
      }
  }

  @media (max-width: 768px) {
      .institutes-grid-4rows {
          grid-template-columns: repeat(3, 1fr);
          padding: 30px;
      }
  }

  @media (max-width: 480px) {
      .institutes-grid-4rows {
          grid-template-columns: repeat(2, 1fr);
      }

      .trusted-title {
          font-size: 2rem;
      }
  }

  /*trusted new section-----------------*/

  .okb-truststats-white {
      padding: 70px 0;
      background: #ffffff;
  }

  .okb-truststats-white-heading {
      text-align: center;
      font-size: 1.35rem;
      font-weight: 600;
      color: #003c9e;
      margin-bottom: 45px;
  }

  .okb-truststats-white-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
  }

  .okb-truststats-white-card {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 22px 14px;
      border-radius: 14px;
      background: #f2f7fd;
      border: 1px solid #e4ecf7;
      transition: all 0.3s ease;
  }

  .okb-truststats-white-card:hover {
      box-shadow: 0 12px 30px rgba(0, 60, 158, 0.12);
      transform: translateY(-4px);
  }

  .okb-truststats-white-icon {
      width: 56px;
      height: 56px;
      border-radius: 12px;
      background: linear-gradient(135deg, #ff9f1c, #ffb703);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 24px;
      flex-shrink: 0;
  }

  .okb-truststats-white-text h3 {
      margin: 0;
      font-size: 1.6rem;
      font-weight: 800;
      color: #003c9e;
  }

  .okb-truststats-white-text p {
      margin: 2px 0 0;
      font-size: 0.9rem;
      color: #5f6f8a;
  }

  /* Responsive */
  @media (max-width: 992px) {
      .okb-truststats-white-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }

  @media (max-width: 480px) {
      .okb-truststats-white-grid {
           grid-template-columns: repeat(2, 1fr);
          gap:10px;
      }
      .okb-truststats-white-card{gap:8px;}
      .future-hero-features{gap: 10px;}
      
  }

  /*testimonial section---------------*/




  .testimonials-section {
      background: #f7f9fd;
  }

  .testimonial-card {
      background: #ffffff;
      border-radius: 16px;
      box-shadow: 0 12px 30px rgba(0, 60, 158, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 30px rgba(0, 60, 158, 0.12);
  }

  .testimonial-icon {
      font-size: 2rem;
      color: #ffb000;
  }

  .testimonial-text {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 18px;
      line-height: 1.5;
  }

  .testimonial-name {
      font-weight: 600;
      color: #003c9e;
      margin-bottom: 2px;
  }

  .testimonial-course {
      font-size: 0.85rem;
      color: #777;
  }

  /* Responsive */
  @media (max-width: 768px) {
      .testimonial-card {
          padding: 20px;
      }
  }

  .carousel-indicators button {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: none;
      margin: 0 4px;
      opacity: 0.7;
  }

  .carousel-indicators .active {
      opacity: 1;
  }

  @media (max-width: 768px) {
      .testimonial-card {
          max-width: 90% !important;
      }
  }



  /*exam new section start------------------------------------*/


  .exam-modern-section {
      background: linear-gradient(180deg, #f8fbff, #ffffff);
  }

  .exam-left-panel {
      background: #003c9e;
      color: #fff;
      padding: 60px 40px;
      border-radius: 30px;
      position: relative;
      overflow: hidden;
  }

  .exam-left-panel::after {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      background: rgb(0 189 255 / 20%);
      border-radius: 50%;
      top: -40px;
      right: -40px;
  }

  .exam-badge {
      background: rgba(255, 255, 255, 0.15);
      padding: 8px 16px;
      font-size: 0.95rem;
      letter-spacing: 1px;
  }

  .exam-title {
      font-size: 2.4rem;
      font-weight: 800;
      line-height: 1.2;
  }

  .exam-title span {
      color: #ff7a00;
  }

  .exam-desc {
      margin-top: 15px;
      color: #dbe6ff;
      line-height: 1.6;
  }

  .exam-card {
      background: #fff;
      border-radius: 18px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      height: 100%;
  }

  .exam-card:hover {
      transform: translateY(-6px);
  }

  .exam-card h6 {
      margin-top: 14px;
      font-weight: 600;
      color: #003c9e;
  }

  .icon-box {
      width: 60px;
      height: 60px;
      margin: auto;
      background: linear-gradient(135deg, #003c9e, #007bff);
      color: #fff;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
  }

  @media (max-width: 991px) {
      .exam-left-panel {
          text-align: center;
      }
  }


  .program-pill {
      display: flex;
      max-width: 900px;
      margin: 12px auto;
      background: linear-gradient(90deg, #0056b1, #ff8c2b);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(255, 122, 24, 0.25);
  }

  .pill-item {
      flex: 1;
      text-align: center;
      padding: 12px 10px;
      font-size: 1.2rem;
      font-weight: 600;
      color: #ffffff;
      position: relative;
  }

  /* Divider line */
  .pill-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 15%;
      height: 70%;
      width: 1px;
      background: rgba(255, 255, 255, 0.4);
  }

  /* Hover effect */
  .pill-item:hover {
      background: rgba(255, 255, 255, 0.1);
      cursor: pointer;
  }

  /* Responsive */
  @media (max-width: 576px) {
      .program-pill {
          flex-direction: row;
          border-radius: 20px;
      }

      .pill-item:not(:last-child)::after {
          display: none;
      }

      .pill-item {
          padding: 14px;
          font-size: 1.05rem;
      }
  }


  /*process new design--------------------------*/






  /*process arrow design----------------------------*/
  .process-clean {
      background: #f8fbff;
  }

  .process-badge {
      background: #ffe7cf;
      color: #ff7a00;
      padding: 8px 18px;
      border-radius: 50px;
      font-weight: 600;
  }

  .process-title {
      font-size: 2rem;
      font-weight: 700;
      color: #003c9e;
  }

  .process-subtitle {
      color: #6b7280;
      margin-top: 8px;
  }

  /* LAYOUT */
  .process-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
  }

  /* STEP */
/*
  .process-step {
      width: 190px;
      text-align: center;
  }
*/

  .process-step.down {
      margin-top: 70px;
  }

  .step-circle {
      display: inline-flex;
      width: 36px;
      height: 36px;
      background: #ff7a00;
      color: #fff;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      margin-bottom: 10px;
  }

  .process-step i {
      font-size: 2.3rem;
      color: #003c9e;
      margin: 10px 0;
  }

  .process-step h6 {
      font-weight: 700;
      color: #003c9e;
  }

  .process-step p {
      font-size: 0.9rem;
      color: #6b7280;
  }

  /* SVG ARROWS */
  .process-arrow svg {
      width: 110px;
      height: 55px;
  }

  .process-arrow path {
      fill: none;
      stroke: #ff7a00;
      stroke-width: 3;
  }

  .process-arrow polygon {
      fill: #ff7a00;
  }

  .process-arrow.flip {
      transform: rotate(319deg);
  }

  /* MOBILE */
  @media (max-width: 992px) {
      .process-row {
          flex-direction: column;
      }

      .process-arrow {
          display: none;
      }

      .process-step.down {
          margin-top: 0;
      }
  }

  /* Mobile layout fix */
  @media (max-width: 768px) {

      .process-row {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          /* 2 cards per row */
          gap: 20px;
          align-items: stretch;
      }

      /* Hide arrows on mobile (they break layout) */
      .process-arrow {
          display: none;
      }

      /* Normalize step alignment */
      .process-step,
      .process-step.down {
          transform: none;
      }

      .process-step {
          padding: 18px 14px;
          border-radius: 14px;
      }

      .step-circle {
          margin-bottom: 8px;
      }
  }



  /*price---------------------------*/


  .pricing-section {
      background: #f8fbff;
  }

  .pricing-title {
      font-size: 2rem;
      font-weight: 700;
      color: #003c9e;
  }

  .pricing-subtitle {
      color: #6b7280;
      margin-top: 10px;
  }

  /* CARD */
  .pricing-card {
      background: #ffffff;
      padding: 35px 30px;
      border-radius: 20px;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
      position: relative;
      height: 100%;
  }

  .pricing-card.featured {
      border: 2px solid #ff7a00;
      transform: translateY(10px);
  }

  .pricing-card.institute {
      background: linear-gradient(180deg, #003c9e, #002b73);
      color: #fff;
  }

  .plan-name {
      font-weight: 700;
      font-size: 1.3rem;
      margin-bottom: 15px;
  }

  .plan-price {
      font-size: 2.2rem;
      font-weight: 800;
      color: #ff7a00;
      margin-bottom: 20px;
  }

  .plan-price span {
      font-size: 1rem;
      color: #6b7280;
  }

  .institute .plan-price span,
  .institute .plan-name {
      color: #fff;
  }

  /* FEATURES */
  .plan-features {
      list-style: none;
      padding: 0;
      margin-bottom: 25px;
  }

  .plan-features li {
      margin-bottom: 12px;
      font-size: 0.95rem;
  }

  .plan-features i {
      color: #ff7a00;
      margin-right: 8px;
  }

  /* BADGE */
  .best-badge {
      position: absolute;
      top: -11px;
      left: 50%;
      transform: translateX(-50%);
      background: #ff7a00;
      color: #fff;
      padding: 6px 16px;
      font-size: 0.8rem;
      border-radius: 30px;
      font-weight: 600;
  }

  /* BUTTONS */
  .btn-warning {
      background: #ff7a00;
      border: none;
      color: #fff;
  }

  .btn-warning:hover {
      background: #e56b00;
  }

  .pricing-note {
      font-size: 0.95rem;
      color: #374151;
  }



  /*footer ------------------------------------*/
  /* FOOTER BASE */
  .footer-section {
      background: #003c9e;margin-top: 60px;
  }

  .footer-logo {
      width: 160px;
  }

  .footer-text {
      color: #cfd8e3;
      font-size: 0.95rem;
      line-height: 1.6;
  }

  /* HEADINGS */
  .footer-heading {
      font-weight: 700;
      margin-bottom: 18px;
      font-size: 1.1rem;
  }

  /* LINKS */
  .footer-links {
      list-style: none;
      padding: 0;
  }

  .footer-links li {
      margin-bottom: 10px;
  }

  .footer-links a {
      color: #cfd8e3;
      text-decoration: none;
      transition: 0.3s;
  }

  .footer-links a:hover {
      color: #ff7a00;
  }

  /* CONTACT */
  .footer-section p i {
      color: #ff7a00;
      margin-right: 8px;
  }

  /* SOCIAL */
  .footer-social {
      display: flex;
      gap: 14px;
  }

  .footer-social a {
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.12);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #fff;
      transition: 0.3s;
  }

  .footer-social a:hover {
      background: #ff7a00;
  }

  /* SUBSCRIBE (SINGLE UNIT) */
  .footer-subscribe {
      display: flex;
      background: #ffffff;
      border-radius: 10px;
      overflow: hidden;
  }

  .footer-subscribe input {
      flex: 1;
      border: none;
      padding: 12px 8px;
      font-size: 0.9rem;
      outline: none;
  }

  .footer-subscribe button {
      background: #ff7a00;
      color: #fff;
      border: none;
      padding: 0 22px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
  }

  .footer-subscribe button:hover {
      background: #e56b00;
  }

  /* DIVIDER */
  .footer-divider {
      margin: 40px 0 20px;
      border-color: rgba(255, 255, 255, 0.15);
  }

  /* BOTTOM */
  .footer-bottom {
      font-size: 0.9rem;
      color: #cfd8e3;
  }

  /* MOBILE */
  @media (max-width: 576px) {
      .footer-subscribe {
          flex-direction: column;
      }

      .footer-subscribe button {
          width: 100%;
          padding: 12px;
      }
  }

  /*counseling price----------------------------------*/

  /* ===================== Counseling Section ===================== */
  .counseling-section {
      background: linear-gradient(180deg, #f7faff, #ffffff);
      padding: 50px 0;
      font-family: 'Poppins', sans-serif;
  }

  /* ===================== Section Titles ===================== */
  .section-title {
      font-weight: 700;
      font-size: 1.7rem;
      color: #0b3c8a;
      margin-bottom: 8px;
      letter-spacing: 0.5px;
  }

  .section-subtitle {
      color: #6c757d;
      font-size: 1.1rem;
      margin-bottom: 40px;
      line-height: 1.6;
  }

  /* ===================== Counseling Cards ===================== */
  .counsel-card {
      position: relative;
      /* Ensure badge can position relative to the card */
      background: #fff;
      border-radius: 12px;
      padding: 30px 20px 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .counsel-card {
      height: 100%;
      display: flex;
      flex-direction: column;
  }

  .counsel-card ul {
      flex-grow: 1;
  }

  .counsel-card a.btn {
      margin-top: auto;
  }

  .counsel-card.featured {
      border: 2px solid #ff7a00;
      /* Highlight featured card */
      transform: translateY(-10px);
  }

  .badge-best {
      position: absolute;
      top: -10px;
      /* Pull it above the card */
      right: -10px;
      background: #ff7a00;
      /* Orange badge for visibility */
      color: #fff;
      font-size: 0.8rem;
      font-weight: 600;
      padding: 5px 12px;
      border-radius: 8px;
      z-index: 10;
      /* Ensure it's on top */
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  .counsel-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  }

  .counsel-card h5 {
      font-weight: 700;
      margin-bottom: 12px;
      font-size: 1.25rem;
      color: #0b3c8a;
  }

  .price {
      font-size: 2.2rem;
      font-weight: 800;
      color: #ff8c00;
      margin-bottom: 20px;
      letter-spacing: 0.5px;
  }

  .counsel-card ul {
      padding-left: 0;
      list-style: none;
      margin-bottom: 20px;
  }

  .counsel-card ul li {
      padding-left: 28px;
      position: relative;
      margin-bottom: 12px;
      color: #555;
      font-size: 0.97rem;
  }

  .counsel-card ul li::before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #ff8c00;
      font-weight: 700;
      font-size: 1rem;
      top: 0;
  }

  /* ===================== Featured Card ===================== */
  .featured {
      border: 2px solid #ff8c00;
      position: relative;
      z-index: 1;
  }

  .badge-best {
      position: absolute;
      top: -14px;
      right: 20px;
      background: #ff8c00;
      color: #fff;
      padding: 6px 16px;
      border-radius: 25px;
      font-size: 0.85rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  /* ===================== Buttons ===================== */
  .btn-theme {
      background: #ff8c00;
      color: #fff;
      border-radius: 12px;
      padding: 10px 28px;
      font-weight: 600;
      transition: all 0.3s ease;
  }

  .btn-theme:hover {
      background: #e67600;
      color: #fff;
      transform: translateY(-2px);
  }

  .btn-outline-theme {
      border: 2px solid #ff8c00;
      color: #ff8c00;
      border-radius: 12px;
      padding: 10px 28px;
      font-weight: 600;
      transition: all 0.3s ease;
  }

  .btn-outline-theme:hover {
      background: #ff8c00;
      color: #fff;
      transform: translateY(-2px);
  }

  .btn-whatsapp {
      background: #25d366;
      color: #fff;
      border-radius: 12px;
      padding: 10px 28px;
      font-weight: 600;
      transition: all 0.3s ease;
  }

  .btn-whatsapp:hover {
      background: #1ebe5d;
      color: #fff;
      transform: translateY(-2px);
  }

  /* ===================== Responsive Improvements ===================== */
  @media (max-width: 991px) {
      .counsel-card {
          padding: 25px 20px;
      }

      .price {
          font-size: 1.8rem;
      }
  }

  @media (max-width: 575px) {
      .section-title {
          font-size: 1.8rem;
      }

      .section-subtitle {
          font-size: 1rem;
      }
  }

  /*add design----------------------------------*/

  /* ===== TOP SERVICES ===== */
  .service-card {
      border-radius: 16px;
      padding: 30px;
      color: #fff;
      height: 100%;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  }

  .service-card h4 {
      font-weight: 600;
      margin-bottom: 15px;
  }

  .service-card ul {
      list-style: none;
      padding: 0;
  }

  .service-card ul li {
      margin-bottom: 10px;
      font-size: 15px;
  }

  .service-card ul li::before {
      content: "✔";
      color: #ffd35a;
      margin-right: 8px;
      font-weight: 700;
  }

  .btn-orange2 {
      background: #ff6a00;
      color: #fff;
      font-weight: 600;
      border-radius: 30px;
      padding: 8px 22px;
  }

  .btn-orange2:hover {
      background: #e55f00;
      color: #fff;
  }

  .btn-blue {
      background: #0d47a1;
      color: #fff;
      font-weight: 600;
      border-radius: 30px;
      padding: 8px 22px;
  }

  .btn-blue:hover {
      background: #08306b;
      color: #fff;
  }

  /* ===== CAREER CARDS ===== */
  .career-card {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  }

  .career-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(13, 43, 91, 0.9), rgba(13, 43, 91, 0.6));
      padding: 40px;
      color: #fff;
  }

  .career-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .career-overlay h3 {
      font-weight: 700;
      margin-bottom: 10px;
  }

  .career-overlay p {
      font-size: 15px;
      margin-bottom: 20px;
  }

  @media (max-width: 768px) {
      .career-overlay {
          padding: 25px;
      }
  }

  /*admission section---------------------------*/

  /* ===== SECTION ===== */
  .admission-section {
      background: linear-gradient(135deg, #0d47a1 0%, #1565c0 60%);
      color: #ffffff;
      padding: 50px 0;
  }

  /* ===== HEADINGS ===== */
  .admission-section h1 {
      font-weight: 700;
      font-size: 42px;
      color: #ffffff;
  }

  .admission-section h1 span {
      color: #ffb300;
  }

  .admission-section p {
      color: #e3f2fd;
      font-size: 17px;
      max-width: 932px;
      margin: auto;
  }

  /* ===== CARDS ===== */
  .admission-card {
      background: #fff;
      border-radius: 18px;
      padding: 4px;
      height: 100%;
      box-shadow: 0 12px 35px rgba(13, 71, 161, .25);
      transition: .3s ease;
  }


  .admission-card:hover {
      transform: translateY(-6px);
  }

  .admission-img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-radius: 14px;
      margin-bottom: 18px;
  }

  .admission-card h4 {
      font-weight: 600;
      color: #0d47a1;
      margin-bottom: 10px;
  }

  .admission-card p {
      font-size: 14.5px;
      color: #444;
      padding: 0 20px 30px 20px;
  }




  /* ===== LOGO STRIP ===== */
  .logo-strip {
      background: #ffffff;
      border-radius: 12px;
      padding: 16px;
      margin: 40px auto;
      box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
  }

  .logo-strip img {
      height: 60px;
      object-fit: contain;
  }

  /* ===== CTA BUTTON ===== */
  .btn-admission {
      background: linear-gradient(135deg, #ff9800, #ff6f00);
      border: none;
      color: #fff;
      font-weight: 600;
      padding: 14px 38px;
      border-radius: 40px;
      box-shadow: 0 10px 30px rgba(255, 143, 0, .45);
  }

  .btn-admission:hover {
      background: #ff6f00;
  }

  /* ===== RESPONSIVE ===== */
  @media(max-width:768px) {
      .admission-section h1 {
          font-size: 30px;
      }
  }

  @media(max-width:768px) {
      .admission-img {
          height: 140px;
      }
  }


  /*nino section--------------------*/

  .nio-save-year {
      background: linear-gradient(135deg, #0d47a1, #1565c0);
      padding: 70px 0;
  }

  .nio-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 30px;
      height: 100%;
      text-align: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .nio-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  }

  .nio-card-img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      border-radius: 14px;
      margin-bottom: 18px;
  }

  .nio-card h5 {
      font-weight: 600;
      margin-top: 15px;
      color: #0d47a1;
  }

  .nio-card p {
      font-size: 15px;
      color: #555;
      margin-top: 10px;
  }

  .nio-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 26px;
      margin-bottom: 10px;
  }


  /* ===============================
   NWAC NIOS SAVE YEAR SECTION
================================ */

  .nio-save-year {
      background: linear-gradient(135deg, #0d47a1, #1565c0);
      padding: 70px 0;
  }

  .nio-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 30px;
      height: 100%;
      text-align: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transition: 0.3s ease;
  }

  .nio-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  }

  .nio-card h5 {
      font-weight: 600;
      margin-top: 15px;
      color: #0d47a1;
  }

  .nio-card p {
      font-size: 15px;
      color: #555;
      margin-top: 10px;
  }

  .nio-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;

  }


  /*floating whatsapp--------------*/

  /* ==============================
   Floating Call & WhatsApp Button
============================== */

  .floating-contact {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      gap: 14px;
  }

  .float-btn {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 24px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      text-decoration: none;
  }

  .float-btn:hover {
      transform: scale(1.1);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  }

  /* Call Button */
  .call-btn {
      background: #ff7a00;
      /* Orange */
  }

  /* WhatsApp Button */
  .whatsapp-btn {
      background: #25D366;
      /* WhatsApp Green */
  }

  /* Mobile adjustment */
  @media (max-width: 576px) {
      .floating-contact {
          right: 14px;
          bottom: 14px;
      }
  }

.js-card-slider {
  position: relative;
}

.slider-container{position: relative;}

.slider-viewport {
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.4s ease;
}

.slider-item {
  flex: 0 0 100%;
/*  padding: 0 12px;*/
}

/* Desktop view = normal cards */
@media (min-width: 769px) {
  .slider-wrapper {
    transform: none !important;
    gap: 24px;
    justify-content: center;
  }

  .slider-item {
    flex: 0 0 32.333%;
  }

  .slider-arrow {
    display: none !important;
  }
}

/* Mobile arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 10;
}

.arrow-left { left: 10px; }
.arrow-right { right: 10px; }


/* ===== INSTITUTE LOGO SLIDER – MOBILE ONLY ===== */
@media (max-width: 768px) {

  .js-institute-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .js-institute-slider::-webkit-scrollbar {
    display: none;
  }

  .js-institute-slider .logo-card {
    min-width: 70%;
    flex-shrink: 0;
    scroll-snap-align: center;
  }
}

  
/* ===============================
   COUNSEL SLIDER – MOBILE FIX
   BOOTSTRAP SAFE
================================ */

@media (max-width: 768px) {

  .counsel-slider-wrap {
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }

  /* KILL BOOTSTRAP ROW BEHAVIOR */
  .js-counsel-slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    transform: translateX(0);
    transition: transform 0.4s ease;
  }

  /* FORCE EACH SLIDE = FULL VIEWPORT */
  .js-counsel-slider > div[class*="col-"] {
    flex: 0 0 100vw !important;
    max-width: 100vw !important;
    width: 100vw !important;
    padding: 0 16px !important; /* inner spacing */
    box-sizing: border-box;
  }

  .counsel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    border: none;
    z-index: 20;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
  }

  .counsel-prev { left: 10px; }
  .counsel-next { right: 10px; }
}

/* Desktop & Tablet = NORMAL GRID */
@media (min-width: 769px) {
  .counsel-arrow {
    display: none !important;
  }
}

/*about css--------------------------------------------------------*/


/* ===== INNER HERO ===== */
        .inner-hero {
            background: linear-gradient(135deg, #003c9e, #1565c0);
            color: #fff;
            padding: 120px 0 80px;
            position: relative;
        }

        .inner-hero h1 {
            font-weight: 700;
            font-size: 2.5rem;
        }

        .inner-hero p {
            opacity: .9;
            max-width: 700px;
            margin: auto;
        }

        .breadcrumb-custom a {
            color: #ffc107;
            text-decoration: none;
        }

        .breadcrumb-custom {
            font-size: .9rem;
            margin-bottom: 15px;
        }

        /* ===== SECTION TITLE ===== */
        .section-title {
            font-weight: 700;
            color: #003c9e;
        }

        .section-subtitle {
            color: #666;
        }

        /* ===== FEATURE CARD ===== */
        .neet-card {
            background: #fff;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
            transition: .3s;
            height: 100%;
        }

        .neet-card:hover {
            transform: translateY(-6px);
        }

        .neet-icon {
            font-size: 28px;
            color: #ff7a00;
            margin-bottom: 15px;
        }

        /* ===== INFO STRIP ===== */
        .info-strip {
            background: #f5f9ff;
            padding: 40px 0;
        }

        /* ===== CTA SECTION ===== */
        .inner-cta {
            background: linear-gradient(135deg, #ff8f00, #ff6a00);
            color: #fff;
            padding: 60px 20px;
            text-align: center;
            border-radius: 20px;
        }

        .btn-theme {
            background: #003c9e;
            color: #fff;
            border: none;
        }

        .btn-theme:hover {
            background: #002d73;
        }

        /* ===== RESPONSIVE ===== */
        @media(max-width:768px) {
            .inner-hero {
                padding: 100px 0 60px;
            }

            .inner-hero h1 {
                font-size: 2rem;
            }
        }
    

    
        /* ===============================
NEET INNER PAGE STYLING
================================ */

        .neet-tabs .nav-link {
            background: #f5f9ff;
            color: #003c9e;
            border-radius: 30px;
            padding: 8px 18px;
            font-weight: 500;
            transition: 0.3s;
        }

        .neet-tabs .nav-link.active {
            background: #ff7a00;
            color: #fff;
        }

        .neet-tabs .nav-link:hover {
            background: #003c9e;
            color: #fff;
        }

        .neet-content-block {
            scroll-margin-top: 100px;
        }



        .important-links-card {
            background: #ffffff;
            padding: 28px;
            border-radius: 18px;

            /* Stronger layered shadow for depth */
            box-shadow:
                0 4px 12px rgba(0, 0, 0, 0.06),
                0 12px 30px rgba(0, 60, 158, 0.10);

            border: 1px solid rgba(0, 60, 158, 0.08);

            position: sticky;
            top: 120px;
            transition: all 0.3s ease;
        }

        .links-title {
            font-size: 20px;
            font-weight: 700;
            color: #003c9e;
            margin-bottom: 20px;
        }

        .important-links li {
            margin-bottom: 12px;
        }

        .link-item {
            display: flex;
            align-items: center;
            background: #ffffff;
            padding: 12px 15px;
            border-radius: 12px;
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: 0.3s ease;
            border: 1px solid #eef2ff;
            gap: 12px;
            /* proper spacing */
        }

        .link-item:hover {
            background: #003c9e;
            color: #ffffff;
            transform: translateX(5px);
        }

        .link-item:hover .arrow {
            transform: translateX(4px);
        }

        .link-icon {
            padding: 6px;
            background: #eef4ff;
            color: #003c9e;
            border-radius: 8px;
            font-size: 14px;
            line-height: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .link-item:hover .link-icon {
            background: #ffffff;
            color: #003c9e;
        }



        .arrow {
            font-size: 20px;
            transition: 0.3s;
        }

        /* Highlight special link */
        .highlight-link {
            background: #ff7a00;
            color: #ffffff;
            border: none;
        }

        .highlight-link .link-icon {
            background: rgba(255, 255, 255, 0.2);
            color: #ffffff;
        }

        .highlight-link:hover {
            background: #e96d00;
            color: #ffffff;
        }

        /* Mobile */
        @media (max-width: 991px) {
            .important-links-card {
                position: relative;
                top: 0;
                margin-top: 30px;
            }
        }
    
/*OVERVIEW DATA INSIDE TAB ----------------------*/

/* ===== Custom Underline Tabs ===== */

/* Tabs Background */
.custom-tabs-wrapper {
    
   
}

/* Tabs Layout */
.custom-tabs {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;border-bottom: 1px solid #ccc;
}

/* Tab Style */
.custom-tabs li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #5f6368;
    cursor: pointer;
    padding-bottom: 8px;
    transition: 0.3s ease;
}

.custom-tabs li:hover {
    color: #2563eb;
}

.custom-tabs li.active {
    color: #003c9e;
    font-weight: 600;
}

/* Blue underline */
.custom-tabs li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #003c9e;
}

/* Content Area */
.tab-content-area {
    padding: 40px 0px;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}
/*NEET css-------------------*/
/* Mock Type Card */
        .mock-type-card {
            background: #ffffff;
            border-radius: 14px;
            padding: 22px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
            border: 1px solid #f1f1f1;
            transition: 0.3s ease;
        }

        .mock-type-card:hover {
            transform: translateY(-4px);
        }

        .mock-title {
            font-weight: 600;
            margin-bottom: 10px;
        }

        .mock-desc {
            color: #555;
            font-size: 15px;
            line-height: 1.6;
        }

        .mock-feature {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #f8f9fa;
            padding: 10px 14px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 500;
        }

        .mock-feature i {
            color: #ff7a00;
            /* match your orange theme */
            font-size: 18px;
        }








        /* Mock Highlights Section */

        .mock-highlights-section {
            background: #f8f9fa;
        }

        .highlight-card {
            background: #ffffff;
            padding: 24px;
            border-radius: 14px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
            transition: 0.3s ease;
            height: 100%;
            border: 1px solid #f1f1f1;
        }

        .highlight-card:hover {
            transform: translateY(-6px);
        }

        .highlight-card i {
            font-size: 26px;
            color: #ff7a00;
            /* match your theme orange */
            margin-bottom: 12px;
            display: inline-block;
        }

        .highlight-card h6 {
            font-weight: 600;
            margin-bottom: 8px;
        }

        .highlight-card p {
            font-size: 14px;
            color: #555;
            margin-bottom: 0;
            line-height: 1.6;
        }





        /* Why Mock Section */

        .why-mock-card {
            display: flex;
            gap: 18px;
            align-items: flex-start;
            background: #ffffff;
            padding: 22px;
            border-radius: 14px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
            transition: 0.3s ease;
            border: 1px solid #f1f1f1;
            height: 100%;
        }

        .why-mock-card:hover {
            transform: translateY(-5px);
        }

        .icon-box {
            min-width: 48px;
            height: 48px;
            background: rgba(255, 122, 0, 0.1);
            color: #ff7a00;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            font-size: 20px;
        }

        .why-mock-card h6 {
            font-weight: 600;
            margin-bottom: 6px;
        }

        .why-mock-card p {
            font-size: 14px;
            color: #555;
            margin-bottom: 0;
            line-height: 1.6;
        }

        .mock-tagline {
            font-weight: 600;
            color: #ff7a00;
            letter-spacing: 0.5px;
        }

        /* FAQ Section */

        .neet-faq-section {
            background: #f8f9fa;
        }

        .custom-faq .accordion-item {
            border: none;
            margin-bottom: 15px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
        }

        .custom-faq .accordion-button {
            font-weight: 600;
            font-size: 15px;
            background: #ffffff;
            box-shadow: none;
            padding: 18px 20px;
        }

        .custom-faq .accordion-button:not(.collapsed) {
            background-color: #fff7f0;
            color: #ff7a00;
        }

        .custom-faq .accordion-button:focus {
            box-shadow: none;
        }

        .custom-faq .accordion-body {
            font-size: 14px;
            color: #555;
            line-height: 1.7;
            background: #ffffff;
            padding: 18px 20px;
        }
/*exam info------------------*/
/* Section Background */
.exam-info-section {
    background: #f8f9fb;
}

/* Card Design */
.info-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    transition: 0.3s ease;
    border: 1px solid #eef0f3;
}

.info-card:hover {
    transform: translateY(-4px);
}

/* Title */
.card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2563eb;
}

/* List Styling */
.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Marking Colors */
.mark-positive {
    color: #16a34a;
    font-weight: 600;
}

.mark-negative {
    color: #dc2626;
    font-weight: 600;
}

/* Subject Grid */
.subject-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.subject-box {
    background: #eef4ff;
    color: #2563eb;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
}

/* Extra Info */
.exam-extra {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    font-size: 14px;
    color: #444;
}

/* Section Title */
.section-title {
    font-weight: 600;
    color: #222;
}

/*test series css----------------------------------------------*/
.pkx-exam-series-wrap {
    
}

.pkx-exam-card {
    background: #ffffff;   /* PURE WHITE */
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08); /* Stronger visibility */
    border: 1px solid #e9edf2; /* Light border for clear separation */
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

.pkx-exam-card:hover {
    transform: translateY(-8px);
}

.pkx-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkx-exam-logo {
    width: 50px;
}

.pkx-student-badge {
    background: #e5e7eb;
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
}

.pkx-exam-title {
    margin: 18px 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #444;
}

.pkx-test-meta {
    font-size: 14px;
    margin-bottom: 8px;
}

.pkx-free-pill {
    background: #22c55e;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    margin-left: 8px;
}

.pkx-lang {
    color: #f5822a;
    font-weight: 500;
    margin-bottom: 14px;
}

.pkx-detail-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    font-size: 14px;
}

.pkx-detail-list li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.pkx-view-btn {
    margin-top: auto;
    background: #f5822a;
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.pkx-view-btn:hover {
    background: #e76f1a;
    color: #fff;
}

/*class 8 foundation css-------------------*/


.class8 {
    background: #f8f9fb;
}

.class8-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.class8-point {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 10px;
    background: #f5f7ff;
    transition: 0.3s;
}

.class8-point i {
    font-size: 18px;
    color: #ff7a00;
}

.class8-point:hover {
    background: #e9f0ff;
}

.class8-highlight {
    background: #e9f7ef;
    padding: 12px 16px;
    border-left: 4px solid #28a745;
    border-radius: 6px;
    font-weight: 500;
}

.class8-point {
    transition: all 0.3s ease;
}

.class8-point:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.c8-benefits-section {
    background: #f9fbff;
}

.c8-title {
    font-weight: 700;
    font-size: 26px;
}

.c8-subtitle {
    color: #6c757d;
    font-size: 14px;
}

/* Card */
.c8-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    height: 100%;
    text-align: left;
    transition: all 0.3s ease;
    border: 1px solid #eef1f6;
}

.c8-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Icon */
.c8-icon {
    width: 45px;
    height: 45px;
    background: #fff3e8;
    color: #ff7a00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 12px;
}

/* Text */
.c8-card h6 {
    font-weight: 600;
    margin-bottom: 8px;
}

.c8-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0;
}

.c8-adv-section {
    background: linear-gradient(180deg, #f8faff, #ffffff);
}

/* Title */
.c8-adv-title {
    font-weight: 700;
    font-size: 28px;
}

.c8-adv-sub {
    color: #6c757d;
    font-size: 15px;
}

/* Highlight */
.c8-adv-highlight {
    background: #fff3e8;
    color: #ff7a00;
    padding: 12px 18px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}

/* Points */
.c8-adv-point {
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #eef1f6;
    transition: 0.3s;
}

.c8-adv-point i {
    font-size: 24px;
    color: #ff7a00;
    margin-bottom: 10px;
    display: block;
}

.c8-adv-point:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* Content */
.c8-adv-content {
    max-width: 850px;
    margin: auto;
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
    color: #444;
}

/* Tagline */
.c8-adv-tagline {
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0;
    color: #ff7a00;
}

/* Divider */
.c8-adv-divider {
    width: 60px;
    height: 3px;
    background: #ff7a00;
    margin: 20px auto;
    border-radius: 10px;
}

/* Section */
.pkx-exam-section {
    padding: 10px 0;
}

/* Title */
.pkx-table-title {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Wrapper (scroll on mobile) */
.pkx-table-wrapper {
    overflow-x: auto;
    border-radius: 10px;
}

/* Table */
.pkx-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    background: #fff;
}

/* Header */
.pkx-table thead {
    background: #f4f7fb;
}

.pkx-table th {
    padding: 12px;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    border: 1px solid #e5e9f2;
}

/* Body */
.pkx-table td {
    padding: 12px;
    font-size: 13px;
    border: 1px solid #e5e9f2;
    color: #444;
}

/* Hover */
.pkx-table tbody tr:hover {
    background: #f9fbff;
}

/* First column bold */
.pkx-table td:first-child {
    font-weight: 600;
    background: #fafafa;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .pkx-table th,
    .pkx-table td {
        padding: 10px;
        font-size: 12px;
    }
}

/* Section */
/* Card - make light instead of glass */
.ux9-exam-card {
    width: 100%;
    max-width: 900px;
    padding: 25px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

/* Title */
.ux9-title {
    color: #1e293b;
}

/* Table wrapper */
.ux9-table-wrap {
    overflow-x: auto;
}

/* Table */
.ux9-glass-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    color: #334155;
    background: #f8fafc;
}

/* Header */
.ux9-glass-table thead {
    background: #e9ecef;
}

.ux9-glass-table th {
    padding: 12px;
    font-size: 13px;
    text-align: left;
    border: 1px solid #dee2e6;
    color: #1e293b;
    font-weight: 600;
}

/* Body */
.ux9-glass-table td {
    padding: 12px;
    font-size: 13px;
    border: 1px solid #dee2e6;
    background: #f8f9fb;
}

/* First column highlight */
.ux9-glass-table td:first-child {
    font-weight: 600;
    color: #111827;
    background: #eef1f4;
}

/* Hover */
.ux9-glass-table tbody tr:hover {
    background: #f1f5f9;
}

/* Remove glow lines (optional clean look) */
.ux9-exam-card::before,
.ux9-exam-card::after {
    display: none;
}

/* Dots (optional adjust for light bg) */
.ux9-dots span {
    background: #cbd5e1;
}

.ux9-dots .active {
    background: #1e293b;
}
/*class 10--------------*/
.ux10-wrapper {
    padding: 20px;
}

/* Title */
.ux10-title {
    color: #1f2937;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Table Box */
.ux10-table-box {
    border: 1px solid #d1d5db;
    background: #f9fafb;
    overflow: hidden;
}

/* Responsive */
.ux10-table-responsive {
    overflow-x: auto;
}

/* Table */
.ux10-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    font-size: 14px;
    color: #374151;
}

/* Header */
.ux10-table thead {
    background: #e5e7eb; /* light grey */
}

.ux10-table th {
    padding: 14px;
    border: 1px solid #d1d5db;
    text-align: left;
    color: #111827;
    font-weight: 600;
}

/* Body */
.ux10-table td {
    padding: 14px;
    border: 1px solid #e5e7eb;
}

/* First column bold */
.ux10-table td:first-child {
    font-weight: 600;
    color: #111827;
}

/* Row colors */
.ux10-table tbody tr {
    background: #f3f4f6; /* light grey rows */
}

/* Alternate subtle variation */
.ux10-table tbody tr:nth-child(even) {
    background: #f9fafb;
}

/* Hover */
.ux10-table tbody tr:hover {
    background: #e5e7eb;
}
/*counseling css------------------*/

/* Section */
.pk-career-section {
    padding: 40px 20px;
    background: #f8fafc; /* light theme background */
    color: #1e293b;
    font-family: inherit;
}

/* Header */
.pk-career-header h3 {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.pk-career-header p {
    color: #64748b;
    max-width: 700px;
}

/* Card */
.pk-career-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 14px;
    margin: 20px 0;
}

/* Blocks */
.pk-career-block {
    margin-top: 30px;
}

.pk-career-block h5 {
    color: #0f172a;
    font-weight: 600;
    margin-bottom: 15px;
}

/* List */
.pk-career-list div {
    padding: 8px 12px;
    margin-bottom: 8px;
    background: #f1f5f9;
    border-radius: 8px;
    border-left: 3px solid #f97316;
}

/* UL */
.pk-career-ul {
    padding-left: 18px;
}

.pk-career-ul li {
    margin-bottom: 8px;
    color: #475569;
}

/* Steps */
.pk-career-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.pk-career-steps .step {
    background: #ffffff;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.pk-career-steps .step strong {
    display: block;
    color: #f97316;
}

.pk-career-steps .step span {
    font-size: 12px;
    color: #64748b;
}

/* Note */
.pk-career-note {
    margin-top: 10px;
    font-size: 13px;
    color: #64748b;
}

/* Footer */
.pk-career-footer {
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
    color: #0f172a;
    padding: 15px;
    border-top: 1px solid #e2e8f0;
}

/* Responsive */
@media (max-width: 768px) {
    .pk-career-section {
        padding: 25px 15px;
    }

    .pk-career-card {
        padding: 15px;
    }

    .pk-career-header h3 {
        font-size: 20px;
    }
}

/* Container */
/* =========================
   Medical Counselling Section
========================= */

/* Main container */
.pk-medical-counselling {
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  color: #333;
  background-color: #f3f6fd; /* theme light bg */
}

/* Header */
.pk-section-header {
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
}
.pk-section-header h2 {
  font-size: 32px;
  color: #0056b3; /* primary theme color */
  margin-bottom: 15px;
  font-weight: 700;
}
.pk-section-header p.sub-text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #004080;
}
.pk-section-header p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Lists */
.pk-help-list, .pk-target-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.pk-help-list li, .pk-target-list li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.pk-help-list li::before, .pk-target-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #0056b3;
  font-weight: bold;
}

/* Courses & Approach Cards */
.pk-course-cards, .pk-approach-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 25px;
  justify-content: center;
}
.pk-course-card, .pk-approach-card {
  background-color: #fff;
  border-radius: 14px;
  padding: 25px 20px;
  flex: 1 1 calc(33% - 25px);
  min-width: 260px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  text-align: center;
}
.pk-course-card:hover, .pk-approach-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.pk-course-card h4, .pk-approach-card h4 {
  color: #0056b3;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.pk-course-card p, .pk-approach-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Target / Who Should Take */
.pk-target {
  margin-top: 50px;
}
.pk-target h3 {
  font-size: 24px;
  color: #0056b3;
  margin-bottom: 15px;
}
.pk-target-list li {
  margin-bottom: 10px;
}

/* Why Strategy */
.pk-why-strategy {
  margin-top: 50px;
}
.pk-why-strategy h3 {
  font-size: 24px;
  color: #0056b3;
  margin-bottom: 15px;
}
.pk-why-strategy p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #333;
}
.pk-why-strategy ul {
  margin-left: 20px;
  margin-bottom: 15px;
}
.pk-why-strategy ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 8px;
  position: relative;
}
.pk-why-strategy ul li::before {
  content: '•';
  color: #0056b3;
  position: absolute;
  left: -18px;
  font-weight: bold;
}

/* CTA */
.pk-cta {
  margin-top: 60px;
  padding: 40px 25px;
  background: linear-gradient(135deg, #0056b3, #0073e6);
  color: #fff;
  border-radius: 16px;
  text-align: center;
}
.pk-cta h3 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}
.pk-cta p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.pk-cta-btn {
  display: inline-block;
  padding: 14px 30px;
  background-color: #fff;
  color: #0056b3;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pk-cta-btn:hover {
  background-color: #e6f0ff;
  color: #004080;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1200px) {
  .pk-course-card, .pk-approach-card {
    flex: 1 1 calc(45% - 25px);
  }
}
@media (max-width: 768px) {
  .pk-course-card, .pk-approach-card {
    flex: 1 1 100%;
  }
  .pk-medical-counselling {
    padding: 60px 15px;
  }
  .pk-cta {
    padding: 30px 15px;
  }
}
/*partner with us*------*/

/* Container */
.pk-assess-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
}

/* HERO Section */
.pk-assess-hero {
  text-align: center;
  padding: 60px 20px 40px;
}
.pk-assess-hero h1 {
  color: var(--dark);
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}
.pk-assess-hero p {
  font-size: 16px;
  margin-bottom: 15px;
}

/* Section Title */
.pk-assess-section-title {
  font-size: 28px;
  color: var(--dark);
  font-weight: 600;
  text-align: center;
  margin: 60px 0 40px;
}

/* Grid */
.pk-assess-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Card */
.pk-assess-card {
  background: var(--card-bg);
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.pk-assess-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Accent Line */
.pk-assess-card::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 10%;
  height: 80%;
  width: 5px;
  background: var(--primary);
  border-radius: 10px;
}

.pk-assess-card:last-child::before {
  display: none;
}

/* Headings */
.pk-assess-card h3 {
  color: var(--dark);
  font-size: 22px;
  margin-bottom: 15px;
}
.pk-assess-card h4 {
  color: var(--primary);
  font-size: 18px;
  margin: 20px 0 10px;
}

/* Lists */
.pk-assess-card ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.pk-assess-card ul li {
  margin-bottom: 8px;
}

/* Paragraphs */
.pk-assess-card p {
  margin-bottom: 15px;
  color: var(--text);
}

/* Responsive */
@media (max-width: 992px) {
  .pk-assess-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .pk-assess-grid {
    grid-template-columns: 1fr;
  }
  .pk-assess-hero h1 {
    font-size: 28px;
  }
  .pk-assess-section-title {
    font-size: 24px;
  }
}

.pk-institute-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
  background: #f9f9f9;
  color: #555;
}

/* Section headers */
.pk-institute-hero h2,
.pk-institute-steps-section h2,
.pk-institute-diff h2,
.pk-institute-cta h2 {
  font-size: 30px;
  color: #ff7a00;
  font-weight: 700;
  text-align: left;
  margin-bottom: 25px;
}

/* Partner list */
.pk-institute-list,
.pk-institute-diff-list {
  list-style: none;
  padding-left: 0;
  max-width: 600px;
  margin: 0 0 40px;
}

.pk-institute-list li,
.pk-institute-diff-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.pk-institute-list li::before,
.pk-institute-diff-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #ff7a00;
  font-weight: bold;
}

/* Steps / Ordered list */
.pk-institute-steps {
  max-width: 600px;
  margin: 0 0 30px;
  padding-left: 20px;
  counter-reset: step-counter;
}

.pk-institute-steps li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 16px;
}

.pk-institute-steps li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: #ff7a00;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}

/* Notes */
.pk-institute-note {
  text-align: left;
  font-style: italic;
  font-size: 15px;
  margin-bottom: 50px;
  color: #333;
}

/* CTA Buttons */
.pk-institute-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

.pk-institute-btn {
  background: #ff7a00;
  color: #fff;
  padding: 16px 28px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.pk-institute-btn:hover {
  background: #e66f00;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .pk-institute-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .pk-institute-list li,
  .pk-institute-diff-list li,
  .pk-institute-steps li {
    font-size: 15px;
  }
}
/*institute csss-------------*/
.pk-test-solutions {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
  background: #f9f9f9;
  color: #555;
}

/* Hero / Section Header */
.pk-test-hero {
  text-align: center;
  margin-bottom: 50px;
}
.pk-test-hero h2 {
  font-size: 32px;
  color: #ff7a00;
  font-weight: 700;
  margin-bottom: 20px;
}
.pk-test-hero p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

/* Grid layout */
.pk-test-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Card style */
.pk-test-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.pk-test-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.pk-test-card h3 {
  font-size: 22px;
  color: #ff7a00;
  margin-bottom: 15px;
}

.pk-test-card h4 {
  font-size: 18px;
  color: #222;
  margin: 20px 0 10px;
}

/* Lists */
.pk-test-card ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.pk-test-card ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

/* Paragraphs */
.pk-test-card p {
  margin-bottom: 15px;
  color: #555;
}

/* Responsive */
@media (max-width: 992px) {
  .pk-test-grid {
    grid-template-columns: 1fr;
  }
  .pk-test-hero h2 {
    font-size: 28px;
  }
}

/*white lable solution------------*/

.pk-edu-future {
  background: #f9f9f9;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.pk-edu-hero {
  max-width: 800px;
}

.pk-edu-hero h2 {
  font-size: 36px;
  color: #ff7a00;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.pk-edu-hero p {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

.pk-edu-tagline {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .pk-edu-hero h2 {
    font-size: 28px;
  }
  .pk-edu-hero p,
  .pk-edu-tagline {
    font-size: 16px;
  }
}
/*student dashboard-------------*/

.pk-performance-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
  font-family: "Poppins", sans-serif;
  background: #f9f9f9;
  color: #555;
}

/* Hero Section */
.pk-performance-hero {
  text-align: left;
  margin-bottom: 60px;
  position: relative;
}

.pk-performance-icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.pk-performance-hero h2 {
  font-size: 36px;
  color: #ff7a00;
  font-weight: 700;
  margin-bottom: 20px;
}

.pk-performance-hero p {
  font-size: 18px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Focus / Why It Matters Section */
.pk-performance-focus {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  text-align: left;
  max-width: 800px;
  margin: 0 auto 0px;
  position: relative;
}

.pk-focus-icon {
  text-align: center;
  margin-bottom: 20px;
}

.pk-focus-icon img {
  width: 50px;
  height: 50px;
}

.pk-performance-focus h3 {
  font-size: 28px;
  color: #ff7a00;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.pk-performance-focus p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
}

/* Checklist style */
.pk-focus-list {
  list-style: none;
  padding-left: 0;
  max-width: 500px;
  margin: 0 auto;
}

.pk-focus-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.pk-focus-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7a00;
  font-weight: bold;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .pk-performance-hero h2 {
    font-size: 28px;
  }
  .pk-performance-hero p,
  .pk-performance-focus p,
  .pk-focus-list li {
    font-size: 15px;
  }
  .pk-performance-focus h3 {
    font-size: 24px;
  }
}

.pk-features-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  font-family: "Poppins", sans-serif;
  background: #f9f9f9;
  color: #555;
}

.pk-section-title {
  text-align: center;
  font-size: 34px;
  color: #ff7a00;
  font-weight: 700;
  margin-bottom: 50px;
}

/* Grid layout */
.pk-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Feature Card */
.pk-feature-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.pk-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.pk-card-title {
  font-size: 22px;
  color: #ff7a00;
  margin-bottom: 15px;
}

.pk-feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.pk-feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.pk-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff7a00;
  font-weight: bold;
}

.pk-tagline {
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .pk-features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .pk-features-grid {
    grid-template-columns: 1fr;
  }
  .pk-section-title {
    font-size: 28px;
  }
}

/*lead generation ---------------------*/

.pk-leads-section {
  max-width: 1100px;
  margin: 0 auto;
 padding: 0px 20px 40px 20px;
  font-family: "Poppins", sans-serif;
  background: #f9f9f9;
  color: #555;
  text-align: left;
}

.pk-leads-icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.pk-leads-hero h2 {
  font-size: 34px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
}

.pk-leads-hero p {
  font-size: 18px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 15px auto;
  color: #555;
}

.pk-leads-tagline {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .pk-leads-hero h2 {
    font-size: 28px;
  }
  .pk-leads-hero p,
  .pk-leads-tagline {
    font-size: 16px;
  }
}

.growth-section {
  padding: 0 20px 60px 20px;
  background: #f9fafc;
  font-family: 'Inter', sans-serif;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 700;
  color: #1a1a1a;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.icon {
  font-size: 26px;
  color: #4f46e5;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #111827;
}

.card ul {
  padding-left: 18px;
  margin-bottom: 10px;
}

.card ul li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #4b5563;
}

.highlight {
  font-size: 13px;
  color: #6b7280;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.lgx-growth-wrapper {
  padding: 60px 20px;
  background: #f9fafc;
  font-family: 'Inter', sans-serif;
}

.lgx-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 30px;
}

.lgx-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.lgx-block {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.lgx-block:hover {
  transform: translateY(-5px);
}

.lgx-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.lgx-title i {
  font-size: 20px;
  color: #4f46e5;
}

.lgx-heading {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
}

.lgx-text {
  font-size: 14px;
  color: #4b5563;
}

.lgx-list {
  margin-top: 10px;
  padding: 0;
}

.lgx-list li {
  list-style: none;
  margin-bottom: 8px;
  font-size: 14px;
  color: #4b5563;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lgx-list li i {
  font-size: 13px;
  color: #4f46e5;
}

.lgx-success li i {
  color: #16a34a;
}

.lgx-note {
  margin-top: 10px;
  font-size: 13px;
  color: #6b7280;
}

.lgx-highlight {
  background: linear-gradient(135deg, #4f46e5, #6366f1);
}

.lgx-highlight .lgx-heading,
.lgx-highlight li {
  color: #ffffff;
}

.lgx-highlight li {
  opacity: 0.9;
}

.lgx-highlight i {
  color: #ffffff !important;
}

/* Divider */
.lgx-divider {
  width: 2px;
  background: linear-gradient(to bottom, transparent, #4f46e5, transparent);
}

/* Responsive */
@media (max-width: 992px) {
  .lgx-container {
    grid-template-columns: 1fr;
  }

  .lgx-divider {
    display: none;
  }
}

/*contact page---------------------*/

:root {
  --primary: #e63946;
  --dark: #1f2937;
  --text: #4b5563;
  --bg: #f9fafb;
  --card: #ffffff;
}

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: var(--bg);
}

.contact-section {
  padding: 60px 20px;
  text-align: center;
}

.contact-section h1 {
  font-size: 2.5rem;
  color: var(--dark);
  margin-bottom: 10px;
}

.contact-section p {
  max-width: 600px;
  margin: auto;
  color: var(--text);
  line-height: 1.6;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 50px;
}

.contact-card {
  background: var(--card);
  padding: 25px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-card h3 {
  margin-bottom: 10px;
  color: var(--dark);
}

.contact-card p {
  margin: 5px 0;
  font-size: 14px;
}

.icon {
  color: var(--primary);
  margin-right: 8px;
  vertical-align: middle;
}

.phone {
  margin-top: 10px;
  font-weight: 600;
}

.cta {
  margin-top: 50px;
  padding: 30px;
  background: var(--card);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.cta h2 {
  margin-bottom: 10px;
}

.cta ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.cta li {
  margin: 8px 0;
  color: var(--text);
}

@media (max-width: 600px) {
  .contact-section h1 {
    font-size: 2rem;
  }
}

/*admission --------------------*/
/* MAIN ICON (circle glow) */
.adg-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #f97316;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 0 10px rgba(249,115,22,0.6);
}

/* MINI ICON (emoji styled) */
.adg-mini-icon {
    margin-right: 6px;
    font-size: 16px;
}

/* CUSTOM TICK ICON */
.tick {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    background: #f97316;
    position: relative;
}

.tick::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* (keep your previous CSS below unchanged) */

/* COMMON */
.adg-title {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.adg-sub {
    color: #64748b;
    margin-bottom: 20px;
}

/* SECTION 1 */
.adg-sec1 {
    padding: 40px 20px;
    background: #f8fafc;
}

.adg-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.adg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.adg-box {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    padding: 15px;
    border-radius: 10px;
}

.adg-box h5 {
    color: #ea580c;
    margin-bottom: 5px;
}

.adg-box ul {
    padding-left: 15px;
    margin: 0;
}

/* SECTION 2 */
.adg-sec2 {
    padding: 40px 20px;
    background: #ffffff;
}

.adg-list-card {
    border-left: 4px solid #f97316;
    background: #fff7ed;
    padding: 20px;
    border-radius: 10px;
}

.adg-tags span {
    display: inline-block;
    background: #f97316;
    color: #fff;
    padding: 5px 10px;
    margin: 5px 5px 0 0;
    border-radius: 20px;
    font-size: 12px;
}

/* SECTION 3 */
.adg-sec3 {
    padding: 40px 20px;
    background: #f1f5f9;
}

.adg-card-dark {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 12px;
}

.adg-checks div {
    padding: 6px 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .adg-sec1, .adg-sec2, .adg-sec3 {
        padding: 25px 15px;
    }
}





/* Section */
.uxad-sec {
    padding: 40px 20px;
    background: #f8fafc;
}

/* Header */
.uxad-header h3 {
    font-weight: 700;
    color: #0f172a;
}

.uxad-sub {
    color: #64748b;
    margin-top: 5px;
}

/* Intro */
.uxad-intro {
    margin-top: 20px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    color: #475569;
}

/* Title */
.uxad-title h5 {
    margin-top: 30px;
    color: #0f172a;
    font-weight: 600;
}

/* Grid */
.uxad-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

/* Cards */
.uxad-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    transition: 0.3s;
}

.uxad-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Card Title */
.uxad-card h6 {
    font-weight: 600;
    color: #ea580c;
    margin-bottom: 5px;
}

.uxad-desc {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 10px;
}

/* List */
.uxad-card ul {
    padding-left: 0;
    list-style: none;
}

.uxad-card li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #334155;
}

/* Custom Tick */
.uxad-tick {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: #f97316;
    border-radius: 50%;
    position: relative;
}

.uxad-tick::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Icons */
.uxad-icon {
    margin-right: 6px;
}

/* Dot */
.uxad-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #f97316;
    border-radius: 50%;
    margin-right: 8px;
}

.uxad-dot.small {
    width: 8px;
    height: 8px;
}

/* Footer */
.uxad-footer {
    margin-top: 25px;
    font-size: 13px;
    color: #64748b;
}

/* Responsive */
@media (max-width: 768px) {
    .uxad-sec {
        padding: 25px 15px;
    }
}

/*adm 2nd section*/
.adm-college-sec {
    padding: 50px 15px;
    background: #f8fafc;
}

/* Header */
.adm-college-header h2 {
    font-weight: 700;
    color: #0f172a;
}

/* Card */
.adm-college-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    height: 100%;
    border: 1px solid #e2e8f0;
    transition: 0.3s ease;
}

.adm-college-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* Title */
.adm-college-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0f172a;
}

/* Icon */
.adm-college-icon {
    width: 42px;
    height: 42px;
    background: rgba(249,115,22,0.12);
    color: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 18px;
}

/* Description */
.adm-college-desc {
    font-size: 14px;
    color: #475569;
    margin-bottom: 12px;
}

/* List */
.adm-college-list {
    padding-left: 18px;
    margin-bottom: 15px;
}

.adm-college-list li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #334155;
}

/* Features */
.adm-college-features div {
    font-size: 14px;
    margin-bottom: 6px;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Orange check */
.adm-college-features i {
    color: #f97316;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
    .adm-college-card {
        padding: 20px;
    }

    .adm-college-title {
        font-size: 15px;
    }

    .adm-college-list li,
    .adm-college-features div {
        font-size: 13px;
    }
}

/*adm 3rds section */

.adm-support-sec {
    padding: 50px 15px;
    background: #f8fafc;
}

/* Header */
.adm-support-header h2 {
    font-weight: 700;
    color: #0f172a;
}

.adm-support-header p {
    color: #64748b;
    font-size: 14px;
}

/* Card */
.adm-support-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    height: 100%;
    border: 1px solid #e2e8f0;
    transition: 0.3s ease;
}

.adm-support-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* Icon */
.adm-support-icon {
    width: 45px;
    height: 45px;
    background: rgba(249,115,22,0.12);
    color: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 12px;
    font-size: 18px;
}

/* Title */
.adm-support-card h6 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #0f172a;
}

/* Text */
.adm-support-card p {
    font-size: 14px;
    color: #475569;
}

/* List */
.adm-support-card ul {
    padding-left: 18px;
    margin: 0;
}

.adm-support-card ul li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #334155;
}

/* Responsive */
@media (max-width: 768px) {
    .adm-support-card {
        padding: 20px;
    }

    .adm-support-card h6 {
        font-size: 15px;
    }

    .adm-support-card p,
    .adm-support-card ul li {
        font-size: 13px;
    }
}

.adm-strategy-sec {
    padding: 50px 15px;
    background: #f8fafc;
}

/* Card */
.adm-strategy-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    border: 1px solid #e2e8f0;
    height: 100%;
    transition: 0.3s ease;
}

.adm-strategy-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* Title */
.adm-strategy-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0f172a;
}

/* Icon */
.adm-strategy-icon {
    width: 42px;
    height: 42px;
    background: rgba(249,115,22,0.12);
    color: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 18px;
}

/* List */
.adm-strategy-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.adm-strategy-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #334155;
}

/* Orange bullet */
.adm-strategy-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #f97316;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

/* Text */
.adm-strategy-text {
    font-size: 14px;
    color: #475569;
    margin-bottom: 10px;
}

/* Highlight box */
.adm-strategy-highlight {
    background: rgba(249,115,22,0.08);
    border-left: 3px solid #f97316;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    color: #0f172a;
}

/* Responsive */
@media (max-width: 768px) {
    .adm-strategy-card {
        padding: 20px;
    }

    .adm-strategy-title {
        font-size: 15px;
    }

    .adm-strategy-list li {
        font-size: 13px;
    }
}

.exam-modern-section a{text-decoration: none;}
.btn-admission a{color: #fff;text-decoration: none;}
.service-card a{color: #fff;text-decoration: none;}

.pdx-terms-container {
      max-width: 1100px;
      margin: auto;
      padding: 20px;
    }

    .pdx-terms-card {
      background: #fff;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.05);
      margin-bottom: 20px;
    }

    .pdx-terms-title {
      font-size: 28px;
      margin-bottom: 10px;
    }

    .pdx-terms-subtitle {
      font-size: 20px;
      margin-top: 20px;
      margin-bottom: 10px;
      color: #4a6cf7;
    }

    .pdx-terms-text {
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: 10px;
    }

    .pdx-terms-list {
      padding-left: 18px;
    }

    .pdx-terms-list li {
      font-size: 14px;
      margin-bottom: 8px;
    }

    .pdx-terms-highlight {
      background: #eef2ff;
      padding: 15px;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    @media (max-width: 768px) {
      .pdx-terms-title {
        font-size: 22px;
      }

      .pdx-terms-subtitle {
        font-size: 18px;
      }

      .pdx-terms-card {
        padding: 18px;
      }
    }
/*privacy policy----------------*/

 #pdxpp-root-scope-91x {padding:20px;}

    .pdxpp-layout-91x {display:grid;grid-template-columns:260px 1fr;gap:20px;max-width:1200px;margin:auto;}

    /* SIDEBAR */
    .pdxpp-sidebar-91x {position:sticky;top:20px;height:fit-content;background:#fff;border-radius:12px;padding:15px;box-shadow:0 8px 20px rgba(0,0,0,0.05);} 

    .pdxpp-nav-title-91x {font-size:16px;font-weight:600;margin-bottom:10px;}

    .pdxpp-nav-91x a {display:block;font-size:13px;color:#555;padding:8px 10px;border-radius:8px;text-decoration:none;margin-bottom:5px;transition:0.2s;}

    .pdxpp-nav-91x a:hover {background:#eef2ff;color:#4a6cf7;}

    /* CONTENT */
    .pdxpp-content-91x {}

    .pdxpp-card-91x {background:#fff;border-radius:14px;padding:30px;margin-bottom:20px;box-shadow:0 12px 30px rgba(0,0,0,0.06);} 

    .pdxpp-title-91x {font-size:30px;font-weight:600;}
    .pdxpp-updated-91x {font-size:13px;color:#888;margin-bottom:15px;}

    .pdxpp-heading-91x {font-size:20px;color:#4a6cf7;margin-top:25px;margin-bottom:10px;font-weight:500;}

    .pdxpp-text-91x {font-size:14px;line-height:1.9;margin-bottom:12px;color:#444;}

    .pdxpp-list-91x {padding-left:18px;margin-top:10px;}
    .pdxpp-list-91x li {margin-bottom:8px;font-size:14px;line-height:1.7;}

    .pdxpp-highlight-91x {background:#eef2ff;padding:15px;border-radius:10px;margin:15px 0;font-size:14px;border-left:4px solid #4a6cf7;}

    .pdxpp-box-91x {background:#f9fbff;border:1px solid #e6ecff;padding:15px;border-radius:10px;margin-top:10px;}

    /* MOBILE */
    @media (max-width: 900px) {
      .pdxpp-layout-91x {grid-template-columns:1fr;}
      .pdxpp-sidebar-91x {position:relative;top:auto;}
    }

    @media (max-width: 600px) {
      .pdxpp-title-91x {font-size:22px;}
      .pdxpp-heading-91x {font-size:18px;}
      .pdxpp-card-91x {padding:18px;}
    }

/*institute growth------------*/

