   
     a {
      text-decoration: none;
    }
   
    .admission-container {
      width: min(100% - 64px, 1480px);
      margin: 0 auto;
    }

    .section-label {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #e69d00;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .section-label span {
      width: 38px;
      height: 2px;
      background: #e69d00;
    }

    .section-label.center {
      justify-content: center;
    }

    .light-label {
      color: #f7b51c;
    }

    .light-label span {
      background: #f7b51c;
    }

    .section-title-center {
      max-width: 900px;
      margin: 0 auto 34px;
      text-align: center;
    }

    .section-title-center h2 {
      color: #07162d;
      font-size: 38px;
      line-height: 1.12;
      font-weight: 900;
      margin: 0 0 10px;
    }

    .section-title-center h2 strong {
      color: #e69d00;
    }

    .section-title-center p {
      color: #465066;
      font-size: 16px;
      line-height: 1.6;
      margin: 0;
    }

    /* Topbar */

    .topbar {
      background: #06142c;
      color: #ffffff;
      padding: 8px 0;
      font-size: 13px;
    }

    .topbar-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .topbar a {
      color: #ffffff;
      margin-left: 18px;
      font-weight: 700;
    }

    .topbar a:hover {
      color: #f7b51c;
    }

    /* Header */

    .site-header {
      background: #ffffff;
      border-bottom: 1px solid rgba(7, 22, 45, 0.08);
      position: sticky;
      top: 0;
      z-index: 900;
      box-shadow: 0 8px 24px rgba(7, 22, 45, 0.05);
    }

    .header-inner {
      height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #07162d;
      font-weight: 900;
    }

    .brand-logo {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #f7f9fd;
      display: grid;
      place-items: center;
      color: #0f65a8;
      font-size: 26px;
      font-weight: 900;
    }

    .brand-text strong {
      display: block;
      color: #0f65a8;
      font-size: 32px;
      line-height: 0.9;
      letter-spacing: 2px;
    }

    .brand-text span {
      display: block;
      font-size: 13px;
      letter-spacing: 4px;
      color: #07162d;
    }


    .main-nav a {
      color: #07162d;
      font-size: 14px;
      font-weight: 800;
      position: relative;
    }

    .main-nav a.active,
    .main-nav a:hover {
      color: #e69d00;
    }

    .menu-btn {
      display: none;
      border: none;
      background: #06142c;
      color: #ffffff;
      width: 44px;
      height: 44px;
      border-radius: 8px;
      font-size: 22px;
    }

    /* Hero */

    .admission-hero {
      position: relative;
      padding: 5px 0 5px;
      background:
        linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 43%, rgba(255,255,255,0.48) 72%, rgba(255,255,255,0.10) 100%),
        url("https://www.iibs.edu.in/newimage/250.jpg") center right / cover no-repeat;
      overflow: hidden;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1fr 420px;
      gap: 60px;
      align-items: center;
    }

    .hero-content h1 {
      color: #07162d;
      font-size: clamp(42px, 4.5vw, 70px);
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: -1.5px;
      margin: 0 0 18px;
    }

    .hero-content h1 strong {
      color: #e69d00;
      display: block;
    }

    .hero-content p {
      color: #263145;
      font-size: 16px;
      line-height: 1.65;
      max-width: 720px;
      margin: 0 0 28px;
    }

    .hero-actions {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 30px;
    }

    .primary-btn,
    .outline-btn {
      min-width: 160px;
      height: 52px;
      border-radius: 7px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      font-size: 15px;
      font-weight: 900;
    }

    .primary-btn {
      background: #06142c;
      color: #ffffff;
    }

    .primary-btn:hover {
      background: #f7b51c;
      color: #06142c;
    }

    .outline-btn {
      border: 1px solid #06142c;
      color: #06142c;
      background: #ffffff;
    }

    .outline-btn:hover {
      background: #06142c;
      color: #ffffff;
    }

    .hero-info-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    /*  max-width: 780px; */
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 16px 45px rgba(7, 22, 45, 0.10);
      overflow: hidden;
    }

    .hero-info-strip div {
      padding: 5px;
      display: flex;
      align-items: center;
      gap: 14px;
      border-right: 1px solid rgba(7, 22, 45, 0.10);
    }

    .hero-info-strip div:last-child {
      border-right: none;
    }

    .hero-info-strip i {
      min-width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #06142c;
      color: #f7b51c;
      display: grid;
      place-items: center;
      font-size: 24px;
    }

    .hero-info-strip h5 {
      margin: 0;
      color: #07162d;
      font-size: 16px;
      font-weight: 900;
    }

    .hero-info-strip p {
      margin: 2px 0 0;
      color: #465066;
      font-size: 13px;
      line-height: 1.3;
    }

    /* Lead Form */

    .lead-form-card {
      background: #ffffff;
      border-radius: 18px;
      padding: 15px;
      border: 1px solid rgba(7, 22, 45, 0.10);
      box-shadow: 0 28px 70px rgba(7, 22, 45, 0.20);
    }

    .lead-form-head {
      background: #06142c;
      color: #ffffff;
      border-radius: 14px;
      padding: 24px;
      margin-bottom: 15px;
    }

    .lead-form-head span {
      color: #f7b51c;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .lead-form-head h3 {
      margin: 6px 0 8px;
      font-size: 28px;
      font-weight: 900;
    }

    .lead-form-head p {
      margin: 0;
      color: rgba(255, 255, 255, 0.78);
      line-height: 1.45;
      font-size: 14px;
    }

    .lead-form {
      display: grid;
      gap: 12px;
    }

    .input-group {
      position: relative;
    }

    .input-group i {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #06142c;
      font-size: 15px;
      opacity: 0.75;
    }

    .input-group input,
    .input-group select {
      width: 100%;
      height: 50px;
      border-radius: 8px;
      border: 1px solid rgba(7, 22, 45, 0.14);
      padding: 0 15px 0 44px;
      outline: none;
      font-size: 14px;
      font-weight: 600;
      color: #07162d;
      background: #ffffff;
    }

    .input-group input:focus,
    .input-group select:focus {
      border-color: #f7b51c;
      box-shadow: 0 0 0 4px rgba(247, 181, 28, 0.12);
    }

    .submit-btn {
      height: 54px;
      border: none;
      border-radius: 8px;
      background: #f7b51c;
      color: #06142c;
      font-size: 15px;
      font-weight: 900;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      cursor: pointer;
    }

    .submit-btn:hover {
      background: #06142c;
      color: #ffffff;
    }

    .form-note {
      color: #667085;
      font-size: 12px;
      line-height: 1.45;
      margin: 2px 0 0;
      display: flex;
      gap: 7px;
    }

    /* Page Nav */

    .admission-page-nav {
      background: #ffffff;
      padding: 12px 0;
      border-bottom: 1px solid rgba(7, 22, 45, 0.08);
      box-shadow: 0 10px 28px rgba(7, 22, 45, 0.06);
      position: sticky;
      top: 76px;
      z-index: 700;
    }

    .page-nav-inner {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      background: #06142c;
      border-radius: 10px;
      overflow: hidden;
    }

    .page-nav-inner a {
      color: #ffffff;
      padding: 18px 10px;
      text-align: center;
      font-size: 14px;
      font-weight: 900;
      border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .page-nav-inner a:last-child {
      border-right: none;
    }

    .page-nav-inner a i {
      margin-right: 7px;
      color: #f7b51c;
    }

    .page-nav-inner a.active,
    .page-nav-inner a:hover {
      background: #071b3a;
      color: #f7b51c;
    }

    /* Eligibility + Fee */

    .eligibility-section {
      padding: 10px 0 7px;
      background: #ffffff;
    }

    .eligibility-fee-layout {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr 0.78fr;
      gap: 24px;
      align-items: stretch;
    }

    .card-box {
      background: #ffffff;
      border: 1px solid rgba(7, 22, 45, 0.09);
      border-radius: 18px;
      padding: 30px;
      box-shadow: 0 16px 45px rgba(7, 22, 45, 0.08);
    }

    .eligibility-card h3,
    .entrance-card h3,
    .fee-card h3 {
      color: #07162d;
      font-size: 28px;
      line-height: 1.18;
      font-weight: 900;
      margin: 0 0 14px;
    }

    .eligibility-card p,
    .entrance-card p,
    .fee-card p {
      color: #465066;
      line-height: 1.6;
      margin: 0;
    }

    .eligibility-icon {
      width: 74px;
      height: 74px;
      border-radius: 50%;
      background: #06142c;
      color: #f7b51c;
      display: grid;
      place-items: center;
      font-size: 34px;
      margin-bottom: 20px;
    }

    .score-box {
      margin: 22px 0;
      background: #06142c;
      color: #ffffff;
      border-radius: 12px;
      padding: 24px;
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .score-box i {
      color: #f7b51c;
      font-size: 42px;
    }

    .score-box strong {
      display: block;
      color: #f7b51c;
      font-size: 32px;
      font-weight: 900;
      line-height: 1;
    }

    .score-box small {
      color: rgba(255, 255, 255, 0.82);
      font-weight: 700;
    }

    .check-list {
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }

    .check-list div {
      color: #263145;
      font-size: 14px;
      line-height: 1.45;
      display: flex;
      gap: 10px;
      align-items: flex-start;
      font-weight: 700;
    }

    .check-list i {
      color: #e69d00;
      margin-top: 2px;
    }

    .exam-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      margin-top: 20px;
    }

    .exam-card {
      border: 1px solid rgba(7, 22, 45, 0.10);
      border-radius: 12px;
      min-height: 108px;
      padding: 15px 10px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .exam-card:hover {
      background: #06142c;
    }

    .exam-card strong {
      color: #07162d;
      font-size: 25px;
      font-weight: 900;
    }

    .exam-card span {
      color: #465066;
      font-size: 11px;
      font-weight: 700;
      line-height: 1.35;
    }

    .exam-card:hover strong {
      color: #f7b51c;
    }

    .exam-card:hover span {
      color: rgba(255, 255, 255, 0.78);
    }

    .info-note {
      margin-top: 16px;
      background: #f4f7fb;
      border-radius: 12px;
      padding: 15px;
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }

    .info-note i {
      color: #06142c;
      font-size: 22px;
    }

    .info-note p {
      color: #465066;
      font-size: 13px;
      line-height: 1.45;
    }

    .fee-amount-box {
      background: #06142c;
      color: #ffffff;
      border-radius: 12px;
      padding: 26px;
      text-align: center;
      margin: 18px 0 20px;
    }

    .fee-amount-box strong {
      display: block;
      color: #f7b51c;
      font-size: 42px;
      font-weight: 900;
    }

    .fee-amount-box span {
      color: #ffffff;
      font-weight: 800;
    }

    .fee-btn {
      margin-top: 18px;
      height: 52px;
      width: 100%;
      background: #f7b51c;
      color: #06142c;
      border-radius: 8px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      font-weight: 900;
    }

    .fee-btn:hover {
      background: #06142c;
      color: #ffffff;
    }

    /* Admission Process */

    .process-section {
      padding: 24px 0;
      background: #ffffff;
    }

    .process-box {
      background: #06142c;
      color: #ffffff;
      border-radius: 18px;
      padding: 34px;
      box-shadow: 0 22px 60px rgba(7, 22, 45, 0.14);
    }

    .process-title {
      text-align: center;
      margin-bottom: 26px;
    }

    .process-title h2 {
      margin: 0;
      color: #ffffff;
      font-size: 30px;
      font-weight: 900;
    }

    .process-title h2 strong {
      color: #f7b51c;
    }

    .process-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 16px;
    }

    .process-step {
      position: relative;
      padding: 24px 18px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 15px;
      background: rgba(255, 255, 255, 0.06);
    }

    .process-step .num {
      position: absolute;
      top: -14px;
      left: 18px;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: #f7b51c;
      color: #06142c;
      display: grid;
      place-items: center;
      font-size: 12px;
      font-weight: 900;
    }

    .process-step i {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.22);
      display: grid;
      place-items: center;
      color: #f7b51c;
      font-size: 24px;
      margin-bottom: 16px;
    }

    .process-step h3 {
      color: #ffffff;
      font-size: 16px;
      font-weight: 900;
      margin: 0 0 8px;
    }

    .process-step p {
      color: rgba(255, 255, 255, 0.72);
      font-size: 12px;
      line-height: 1.5;
      margin: 0;
    }

    /* Why Join */

    .why-section {
      padding: 36px 0 24px;
      background: #ffffff;
    }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
    }

    .why-card {
      position: relative;
      background: #ffffff;
      border: 1px solid rgba(7, 22, 45, 0.09);
      border-radius: 14px;
      padding: 22px 18px;
      min-height: 160px;
      box-shadow: 0 14px 38px rgba(7, 22, 45, 0.07);
      transition: 0.3s ease;
    }

    .why-card:hover {
      background: #06142c;
      transform: translateY(-5px);
    }

    .why-card > span {
      position: absolute;
      top: 12px;
      left: 14px;
      color: #06142c;
      font-weight: 900;
      font-size: 14px;
    }

    .why-card:hover > span {
      color: #f7b51c;
    }

    .why-card i {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #06142c;
      color: #f7b51c;
      display: grid;
      place-items: center;
      font-size: 23px;
      margin: 20px 0 14px;
    }

    .why-card:hover i {
      background: #ffffff;
      color: #06142c;
    }

    .why-card h3 {
      color: #07162d;
      font-size: 15px;
      line-height: 1.25;
      font-weight: 900;
      margin: 0 0 6px;
      padding-top:30px;
    }

    .why-card p {
      color: #465066;
      font-size: 12px;
      line-height: 1.45;
      margin: 0;
    }

    .why-card:hover h3 {
      color: #ffffff;
    }

    .why-card:hover p {
      color: rgba(255, 255, 255, 0.74);
    }

    /* Scholarship Loan */

    .scholarship-loan-section {
      padding: 28px 0;
      background: #ffffff;
    }

    .scholarship-loan-grid {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 24px;
    }

    .support-card {
      background: #ffffff;
      border: 1px solid rgba(7, 22, 45, 0.09);
      border-radius: 18px;
      padding: 28px;
      box-shadow: 0 16px 45px rgba(7, 22, 45, 0.08);
    }

    .support-card h3 {
      color: #07162d;
      font-size: 26px;
      font-weight: 900;
      margin: 0 0 12px;
    }

    .support-card > p {
      color: #465066;
      font-size: 14px;
      line-height: 1.6;
    }

    .gender-scholarship-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      margin-top: 20px;
    }

    .gender-card {
      border-radius: 14px;
      padding: 22px;
      border: 1px solid rgba(7, 22, 45, 0.10);
      background: #f7fbff;
    }

    .gender-card.girl {
      background: #fff7fa;
    }

    .gender-card i {
      color: #0f65a8;
      font-size: 32px;
      margin-bottom: 12px;
    }

    .gender-card.girl i {
      color: #d93572;
    }

    .gender-card span {
      color: #07162d;
      font-weight: 900;
      font-size: 14px;
    }

    .gender-card h4 {
      color: #0f65a8;
      font-size: 34px;
      font-weight: 900;
      margin: 8px 0;
    }

    .gender-card.girl h4 {
      color: #d93572;
    }

    .gender-card p {
      color: #465066;
      font-size: 12px;
      line-height: 1.45;
      margin: 0;
    }

    .scholarship-details-btn {
      margin-top: 18px;
      height: 50px;
      border-radius: 8px;
      background: #f7b51c;
      color: #06142c;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      gap: 10px;
      font-weight: 900;
    }

    .bank-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 20px;
    }

    .bank-card {
      min-height: 10px;
      border: 1px solid rgba(7, 22, 45, 0.10);
      border-radius: 12px;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 3px;
      background: #ffffff;
    }

    .bank-card:hover {
      background: #06142c;
    }

    .bank-card strong {
      color: #07162d;
      font-size: 18px;
      font-weight: 900;
    }

    .bank-card span {
      color: #667085;
      font-size: 11px;
      font-weight: 700;
    }

    .bank-card:hover strong {
      color: #ffffff;
    }

    .bank-card:hover span {
      color: rgba(255, 255, 255, 0.7);
    }

    .credit-card-support {
      margin-top: 24px;
      background: #06142c;
      color: #ffffff;
      border-radius: 18px;
      padding: 28px;
    }

    .credit-card-support h3 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 900;
      text-align: center;
      margin: 0 0 22px;
    }

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

    .state-card {
      border: 1px solid rgba(255, 255, 255, 0.14);
      background: rgba(255, 255, 255, 0.08);
      border-radius: 14px;
      padding: 22px;
      display: flex;
      gap: 16px;
      align-items: center;
    }

    .state-card i {
      min-width: 58px;
      height: 58px;
      border-radius: 10px;
      background: #f7b51c;
      color: #06142c;
      display: grid;
      place-items: center;
      font-size: 26px;
    }

    .state-card h4 {
      margin: 0 0 4px;
      color: #ffffff;
      font-size: 18px;
      font-weight: 900;
    }

    .state-card p {
      margin: 0;
      color: rgba(255, 255, 255, 0.72);
      font-size: 12px;
      line-height: 1.4;
    }

    /* Specializations + Documents */

    .specialization-doc-section {
      padding: 24px 0;
      background: #ffffff;
    }

    .two-col-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 24px;
    }

    .specialization-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 18px;
    }

    .spec-card {
      border: 1px solid rgba(7, 22, 45, 0.10);
      border-radius: 12px;
      padding: 16px;
      color: #07162d;
      background: #ffffff;
      min-height: 118px;
    }

    .spec-card:hover {
      background: #06142c;
      color: #ffffff;
    }

    .spec-card i {
      display: block;
      color: #e69d00;
      font-size: 26px;
      margin-bottom: 10px;
    }

    .spec-card h4 {
      font-size: 14px;
      font-weight: 900;
      margin: 0 0 6px;
    }

    .spec-card span {
      font-size: 12px;
      color: #e69d00;
      font-weight: 900;
    }

    .documents-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-top: 18px;
    }

    .documents-grid div {
      color: #263145;
      font-size: 14px;
      font-weight: 800;
      display: flex;
      gap: 9px;
    }

    .documents-grid i {
      color: #e69d00;
    }

    /* Admission Support + CTA */

    .admission-support-section {
      padding: 24px 0 40px;
      background: #ffffff;
    }

    .support-cta-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }

    .admission-support-box,
    .final-cta-box {
      background: #06142c;
      color: #ffffff;
      border-radius: 18px;
      padding: 32px;
      min-height: 220px;
      display: grid;
      align-items: center;
    }

    .admission-support-box {
      background:
        linear-gradient(90deg, #06142c 0%, rgba(6,20,44,0.95) 58%, rgba(6,20,44,0.65) 100%),
        url("images/iibs-admission-counsellor.jpg") center right / cover no-repeat;
    }

    .admission-support-box h3,
    .final-cta-box h3 {
      color: #ffffff;
      font-size: 30px;
      font-weight: 900;
      margin: 0 0 10px;
    }

    .admission-support-box p,
    .final-cta-box p {
      color: rgba(255, 255, 255, 0.76);
      line-height: 1.6;
      max-width: 620px;
    }

    .support-btn,
    .apply-big-btn {
      width: fit-content;
      min-width: 230px;
      height: 52px;
      border-radius: 8px;
      background: #f7b51c;
      color: #06142c;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      font-weight: 900;
    }

    .final-cta-box {
      grid-template-columns: 1fr auto;
      gap: 24px;
    }

    /* Footer */

    .footer {
      background: #06142c;
      color: rgba(255, 255, 255, 0.72);
      padding: 48px 0 20px;
    }

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

    .footer h3,
    .footer h4 {
      color: #ffffff;
      margin-top: 0;
      font-weight: 900;
    }

    .footer a {
      display: block;
      color: rgba(255, 255, 255, 0.72);
      margin-bottom: 8px;
      font-size: 14px;
    }

    .footer a:hover {
      color: #f7b51c;
    }

    .footer-bottom {
      margin-top: 34px;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      display: flex;
      justify-content: space-between;
      gap: 16px;
      font-size: 13px;
    }

    /* Responsive */

    @media (max-width: 1299px) {
      .eligibility-fee-layout,
      .scholarship-loan-grid,
      .two-col-grid,
      .support-cta-grid,
      .final-cta-box {
        grid-template-columns: 1fr;
      }

      .process-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .why-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (max-width: 991px) {
      .admission-container {
        width: min(100% - 40px, 820px);
      }

      .main-nav.active {
        display: grid;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 20px;
        border-bottom: 1px solid rgba(7,22,45,0.08);
      }

      .menu-btn {
        display: grid;
        place-items: center;
      }

      .hero-grid {
        grid-template-columns: 1fr;
      }

      .admission-hero {
        padding: 5px 0 5px;
        background:
          linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0.88)),
          url("https://www.iibs.edu.in/newimage/250.jpg") center / cover no-repeat;
      }

      .hero-info-strip,
      .page-nav-inner {
        overflow-x: auto;
      }

   /*   .hero-info-strip div {
        min-width: 240px;
      } */

      .page-nav-inner a {
        min-width: 150px;
      }

      .exam-grid,
      .bank-grid,
      .specialization-grid,
      .state-grid,
      .hero-info-strip,
      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .process-grid,
      .why-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .admission-page-nav {
        top: 76px;
      }
    }

    @media (max-width: 767px) {
      .admission-container {
        width: calc(100% - 28px);
      }
      
      .hero-content
        {
            padding: 20px 0 30px;
        }

      .hero-content h1 {
        font-size: 38px;
        
      }

    .hero-actions {
        flex-direction: column;
      } 

      .primary-btn,
      .outline-btn {
       max-width:300px;
      }

      .exam-grid,
      .process-grid,
      .why-grid,
      .gender-scholarship-grid,
      .bank-grid,
      .state-grid,
      .specialization-grid,
      .documents-grid,
       .hero-info-strip,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .process-box,
      .credit-card-support,
      .admission-support-box,
      .final-cta-box {
        padding: 26px;
      }

      .section-title-center h2 {
        font-size: 30px;
      }

      .footer-bottom {
        flex-direction: column;
      }
    }