    :root{
      --bg-1:#172235;
      --bg-2:#0b3e57;
      --brand:#ef8a1f;
      --ink:#0f172a;
      --muted:#64748b;
      --card:#ffffff;
      --white:#ffffff;
      --ring: rgba(239,138,31,.35);
      --shadow: 0 18px 50px rgba(0,0,0,.22);
      --radius: 16px;
      --max: 1180px;
        --sticky-footer-height: 50px;
    }
/*    main,
.page-content,
.site-content{
  padding-bottom: 90px;
}*/

    *{ box-sizing: border-box; }
    html,body{ height:100%; }
    body{
      margin:0;
    font-family: Onest, system-ui, sans-serif;
      color: var(--white);
      background: #0b1220;
padding-bottom: var(--sticky-footer-height);
 padding-top: var(--headerH, 50px);
    }

    a{ color:inherit; text-decoration:none; }
    button{ font-family:inherit; }

    .container{
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 20px;
    }

    /* Header */
    .site-header{
  position: fixed;      /* IMPORTANT */
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,1);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15,23,42,.08);
  color: var(--ink);
  width: 100%;
  z-index: 999999;
}

#siteHeader.site-header{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  background: rgba(255,255,255,1) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15,23,42,.08);
}

/* spacer that will be inserted by JS */
#headerSpacer{
  height: 0px !important;
}

    .brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 260px;
}
.logo-main {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-box {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: rgba(91, 44, 131, .9);
    letter-spacing: .2px;
    font-size: 12px;
}
.logo-box img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

    .nav-wrap{
      height: 74px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 3px;
    }

    .brand{
      display:flex;
      align-items:center;
      gap: 10px;
      min-width: 220px;
    }

    .brand-mark{
      width: 38px;
      height: 38px;
      border-radius: 10px;
      background: #000;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight: 700;
      letter-spacing: .5px;
    }

    .brand-text{
      display:flex;
      flex-direction:column;
      line-height: 1.05;
    }
    .brand-text strong{ font-size: 14px; }
    .brand-text span{ font-size: 12px; color: rgba(15,23,42,.6); font-weight: 500; }

    .nav{
      display:flex;
      align-items:center;
      gap: 22px;
    }

    .nav a{
      font-size: 15px;
      font-weight: 600;
      color: rgba(15,23,42,.78);
    }
    .nav a:hover{ color: rgba(15,23,42,1); }

    .cta{
      display:flex;
      align-items:center;
      gap: 10px;
    }

    .btn{
      border: 0;
      cursor: pointer;
      border-radius: 12px;
      padding: 12px 16px;
      font-weight: 700;
      font-size: 20px;
      transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
    }

h3.headongoing{
font-size: 22px;
    color: #444;
    margin-top: -27px;
    }

    .btn-primary{
      background: var(--brand);
      color: #fff;
      box-shadow: 0 10px 24px rgba(239,138,31,.30);
    }
    .btn-primary:hover{ transform: translateY(-1px); }
    .btn-primary:active{ transform: translateY(0); opacity: .95; }

    .menu-btn{
      display:none;
      width: 42px;
      height: 42px;
      border-radius: 12px;
      border: 1px solid rgba(15,23,42,.12);
      background:#fff;
      cursor:pointer;
      padding: 0;
       flex-direction: column;     /* stack lines vertically */
  align-items: center;
  justify-content: center;
  gap: 4px;
    }

    .menu-btn span{
      display:block;
      width: 18px;
      height: 2px;
      background: rgba(15,23,42,.75);
      border-radius: 3px;
    }

    /* Mobile drawer */
    .mobile-drawer{
      display:none;
      padding: 10px 20px 18px;
      border-top: 1px solid rgba(15,23,42,.08);
    }

    .mobile-drawer a{
      display:block;
      padding: 10px 2px;
      font-weight: 700;
      font-size: 14px;
      color: rgba(15,23,42,.85);
    }

    .mobile-drawer .drawer-cta{
      margin-top: 10px;
      display:flex;
      gap: 10px;
    }
/* =========================
   HERO SECTION
========================= */
.hero{
  position: relative;
  min-height: calc(95vh - 74px);
  display: flex;
  align-items: center;
  padding:57px 0 10px 0;
  overflow: hidden;
  background: url("https://www.jaipuria.ac.in/wp-content/uploads/2026/02/jaipuria-Jaipur-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
/*  background-position: left -20px center;*/
/*  background-position: left center;*/
}

/* Dark overlay – essential for balance & readability */
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(10, 18, 32, 0.68);
  z-index: 0;
}

/* Subtle highlight */
.hero::after{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(900px 380px at 18% 30%, rgba(255,255,255,.06), transparent 60%),
    radial-gradient(600px 300px at 75% 40%, rgba(239,138,31,.10), transparent 55%);
  pointer-events:none;
  z-index: 1;
}

/* =========================
   HERO GRID LAYOUT
========================= */
.hero-grid{
  position: relative;
  z-index: 2;

  display: grid;
 grid-template-columns: 2fr 1fr;
  gap: 44px;
  align-items: center;
}

/* LEFT CONTENT BLOCK */
.hero-grid > div:first-child{
  max-width: 680px;
  padding-right: 80px;
/*  paAdworddding-left: 170px; */
}

/* =========================
   TEXT STYLES
========================= */
.pill{
  display:inline-flex;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.18);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

.mba{
  width: 100%;
}

.mba-hero {
  background: url("your-bg-image.jpg") center/cover no-repeat;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  min-height: 420px;
}

/* CONTENT WIDTH */
.mba-content {
  max-width: 1100px;
}

/* TITLE ROW */
.mba-title {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: 0;
}

/* BIG MBA TEXT */
.mba-big {
  font-size: 120px;
  font-weight: 800;
  color: #fff;
  line-height: 0.9;
}

/* REDEFINED TEXT */
.mba-redefined {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

/* DARK ANGLED STRIP */
.mba-strip {
  display: inline-block;
  margin-top: 0px;
  padding: 12px 28px;
  font-size: 28px;
  font-weight: 700;
  color: #333;
  background: linear-gradient(90deg, #fff 0%, #fff 80%, #fff 100%);
  transform: skewX(-15deg);
}

/* Keep text straight inside skew */
.mba-strip::before {
  content: attr(data-text);
}

/* TAGLINE */
.mba-tagline {
  margin-top: 18px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
}


.hero h1{
  margin: 0 0 12px;
  font-size: 70px;
  line-height: 1.06;
  font-weight: 700;
}

.accent{ color: var(--brand); }

.subline{
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  max-width: 540px;
}

.meta{
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
}

/* =========================
   KPI GRID (2 x 2)
========================= */
.kpi-row{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin: 18px 0 22px;
}

.kpi{
  display:flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 14px 12px;}





.kpi-icon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.18);
  color: var(--brand);
}

.kpi-icon svg{
  width: 20px;
  height: 20px;
}

.kpi strong{
  font-size: 32px;
  font-weight: 700;
}
.kpi2 strong{
  font-size: 28px;
  font-weight: 700;
}


.kpi span{
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.78);
}

  .kpi2{
  display:flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 14px 12px;
}

.kpi2-icon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.18);
  color: var(--brand);
}

.kpi2-icon svg{
  width: 20px;
  height: 20px;
}

.kpi2 strong{
  font-size: 30px;
  font-weight: 700;
}
.kpi2 strong{
  font-size: 28px;
  font-weight: 700;
}


.kpi span{
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.78);
}

/* =========================
   ACTION BUTTONS
========================= */
.hero-actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-secondary{
  background: #D67B19;
  border: 1px solid rgba(255,255,255,.22);
  color:#fff;
}

.btn-outline{
  background: transparent;
  border: 1px solid rgba(255,255,255,.38);
  color:#fff;
}

/* =========================
   FORM CARD
========================= */
.form-card{
  justify-self: end;
  width: 100%;
  max-width: 340px;

  background: rgba(255,255,255,.97);
  color: var(--ink);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
  padding: 16px;
}

.form-card h3{
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
}

.form-card p{
  font-size: 13px;
  text-align: center;
  color: rgba(15,23,42,.65);
  margin-bottom: 14px;
}

.placeholder-form{
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.10);
}

.placeholder-form img{
  width: 100%;
  display:block;
}

.privacy{
  font-size: 11px;
  text-align: center;
  color: rgba(15,23,42,.55);
  margin-top: 10px;
}

.card{
/*  width:min(440px, 100%);*/
width: 400px;
  border-radius:var(--radius);
  background:rgb(247, 247, 247);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.card-head{
  padding:18px 18px 12px;
  background:#356C8E;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
  font-size:20px;
  text-align:center;
}

.card-body{
  padding:5px 0;
  background:rgba(255,255,255);
}

/* ===== Info Strip ===== */
.info-strip{
  background: #eef0f3;
  padding: 26px 16px;
}

.info-strip__inner{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.info-strip h3{
  margin: 0;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.3px;
}

.info-strip h3 span{
  font-weight: 700;
}

.info-strip .divider{
  margin: 0 0px;
  color: rgba(15,23,42,.5);
}

.info-strip p{
  margin: 8px 0 0;
  font-size: 14px;
  color: rgba(15,23,42,.6);
  font-weight: 500;
}

.info-strip a{
  color: #4b2b6f;
  font-weight: 600;
  text-decoration: none;
}

.info-strip a:hover{
  text-decoration: underline;
}
/* ===== Info Strip ===== */


.why-jaipuria{
  padding: 30px 0;
  background: #f8fbff; 
}

.why-jaipuria .container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.why-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}


.why-card{
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  padding: 22px 18px;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
  min-height: 100px;

  display: grid;
  place-items: center;
  gap: 10px;

  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.why-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(15,23,42,.10);
  border-color: rgba(15,23,42,.16);
}


.why-value{
  font-weight: 700;
  font-size: 40px;
  color: #000; 
  letter-spacing: -0.3px;
}


.why-label{
  font-size: 17px;
  font-weight: 600;
  color: rgba(15,23,42,.60);
  line-height: 1.35;
  max-width: 240px;
}


 /* ===== Placements Section ===== */
 
.placements{
  padding: 30px 0;
  background: #f8fbff;
}

.placements .container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.placements-title{
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 38px);
  letter-spacing: -0.4px;
  color: #3c1c58;
  text-align: center;
}

/* Slider shell */
.p-shell{
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

/* viewport hides overflow */
.p-viewport{
  overflow: hidden;
/* overflow: visible !important;*/
  width: 100%;
}

/* track moves */
.p-track{
display:grid !important;
  transform:none !important;
  transition:none !important;
  gap:18px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  width:100% !important;
}
}
.p-track > .p-card{
  flex: unset !important;
  width:auto !important;
}

.p-page{
  flex: 0 0 100%;
}

/* Card sizing: 3 visible on desktop */
.p-card{
 flex: 0 0 calc((100% - (18px * 3)) / 4);
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  padding: 22px 18px;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
  position: relative;
  min-height: 135px;
  display: grid;
  place-items: center;
  gap: 10px;
   width: 100%;
}
.p-page-grid{
  display:grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 3 visible on desktop */
}



.p-value{
  font-weight: 700;
  font-size: 32px;
  color: #000;
  letter-spacing: -0.3px;
}

.p-label{
  font-size: 17px;
  font-weight: 600;
  color: rgba(15,23,42,.60);
}

/* Highlight */
.p-card--highlight{
  border: 2px solid #ef8a1f;
  box-shadow: 0 18px 44px rgba(239,138,31,.12);
}

.p-accent{ color: #ef8a1f; }

.p-badge{
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ef8a1f;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  line-height: 1;
}

/* Nav */
.p-nav{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid rgba(176,137,90,.55);
  background: #fff;
  color: rgba(176,137,90,.95);
  font-size: 26px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(15,23,42,.10);
  display: none;
}

 /* ===== Rankings / Cred Section ===== */
.cred-section{
  padding: 30px 0;
  background: #f8fbff;
}

.cred-section .container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
  text-align: center;
}

/* Card */
.cred-card{
  border-radius: 18px;
  padding: 28px;
  margin: 0 0 22px;
  border: 1px solid rgba(15,23,42,.08);
  overflow: hidden; /* prevents any tiny overflow */
}

.cred-card--light{
  background: linear-gradient(180deg,#fff,#f6f9ff);
}

.cred-card--accent{
  background: linear-gradient(180deg,#fff7ef,#fff1e6);
  border-color: rgba(239,138,31,.25);
}

/* IMPORTANT: make all images responsive */
.cred-section img{
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== NIRF Grid ===== */
.nirf-grid{
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  align-items: center;
}

.nirf-logo{
  display: flex;
  justify-content: center;
  align-items: center;
}

.nirf-logo img{
  width: 160px;          /* desktop */
  max-width: 100%;
}

.nirf-content h3{
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: #2b2059;
}


/* ranks */
.nirf-ranks{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.rank-box{
  background: #fff;
  border-radius: 14px;
  padding: 16px 12px;
  text-align: center;
  border: 1px solid rgba(15,23,42,.08);
}

.rank-box strong{
  display: block;
  font-size: 32px;
  font-weight:700;
  color: #2c6b8a;
  line-height: 1.1;
}

.rank-box span{
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(15,23,42,.6);
}

/* ===== AACSB ===== */
.aacs-grid{
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  align-items: center;
}

.aacs-logo{
  display: flex;
  justify-content: center;
  align-items: center;
}

.aacs-logo img{
  width: 150px;
  max-width: 100%;
}

.aacs-text h3{
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #2b2059;
}

.aacs-text p{
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(15,23,42,.74);
  line-height: 1.5;
}

/* ===== Recognitions ===== */
.recognition{
  text-align: center;
}

.recognition h3{
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  color: #2b2059;
}

.recognition p{
  margin: 10px 0 18px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(15,23,42,.65);
}

.recognition-logos{
display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;              /* REDUCED GAP */
  margin-top: 16px;
  flex-wrap: nowrap; 
}

.recognition-logos img{
  max-height: 80px;       /* base height for all logos */
  width: auto;
  object-fit: contain;
  opacity: 0.95;
}
.recognition-logos img[alt="ACCSB"],
.recognition-logos img[alt="AACSB"]{
  max-height: 48px;  
}

/*-------new------*/

 .rankings {
  padding: 30px 0;
  background: #f8fbff;
}

.rankings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

/* Card */
.rank-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 14px 30px rgba(15,23,42,.08);
}

/* Soft gradient backgrounds */
.rank-card--nirf {
 /* background: linear-gradient(180deg, #c7d5dd, #ffffff);*/
    background:#fff;
}

.rank-card--aacsb {
  /*background: linear-gradient(180deg, #eefaf4, #ffffff);*/
     background:#fff;
}

.rank-logo img {
  height: 85px;
  margin-bottom: 16px;
}

/* Titles use same font rhythm */
.rank-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #000;
}

.rank-sub {
  font-size: 18px;
  font-weight: 600;
  color: rgba(15,23,42,.55);
  margin-bottom: 20px;
}

/* NIRF stats grid */
.rank-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
}

.rank-number {
  font-size: 38px;
  font-weight: 800;
  color: #3c1c58; /* same purple tone */
  line-height: 1;
}

.rank-number sup {
  font-size: 16px;
}

.rank-label {
  font-size: 15px;
  font-weight: 600;
  color: rgba(15,23,42,.60);
}

/* AACSB description */
.rank-desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(15,23,42,.65);
  margin-bottom: 22px;
}

/* Highlight stats */
.rank-highlight {
  display: grid;
  gap: 18px;
}

.rank-highlight-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rank-highlight-number {
  font-size: 48px;
  font-weight: 800;
  color: #3c1c58;
  line-height: 1;
}

.rank-highlight-text {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.rank-logo img[alt="AACSB Accredited"], .rank-logo img[alt="AACSB Accredited"] {
    max-height: 48px;
}


/*-------new option_________*/

.rr2{
  padding: 34px 0;
  background: #f8fbff;
}
.rr2 .container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 3 blocks in one row */
.rr2-row{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.2fr .75fr 2.05fr;
  gap: 16px;
  align-items: stretch;
}

.rr2-card{
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  min-height: 160px;
}

/* AACSB */
.rr2-aacsb{
  background: linear-gradient(180deg,#f4fffb,#ffffff);
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
}
.rr2-logo{ display:block; height:auto; max-width: 100%; }
.rr2-logo--aacsb{ width: 175px; }

.rr2-aacsb-text{ display:grid; gap: 20px; }
.rr2-statline{
  display:flex;
  align-items: anchor-center;
  gap: 10px;
}


.rr2-stat{
  font-size: 50px;     /* BIG % */
  font-weight: 800;
  letter-spacing: -1px;
  color: #3c1c58;
  line-height: 1;
}

.rr2-label{
  font-size: 16px;
  font-weight: 800;
  color: rgba(15,23,42,.78);
  line-height: 1.2;
}
.rr2-among{
  display:inline-block;
  font-size: 13px;
  font-weight: 800;
  color: rgba(15, 23, 42, .78);
  margin-right: 6px;
  text-transform: uppercase;
  letter-spacing: .6px;
}

/* NIRF block */
.rr2-nirf{
  background: linear-gradient(180deg,#fbf7ff,#ffffff);
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
  justify-items: start;
  align-content: start;
}
.rr2-logo--nirf{ width: 145px; }
.rr2-nirf-title{
  font-size: 18px;
  font-weight: 800;
  color: rgba(15,23,42,.85);
  margin-top: 6px;
}

/* Rankings 2x2 */
.rr2-card.rr2-gridWrap{
  padding: 0;                 /* remove extra white padding */
  border: 0;                  /* remove border */
  box-shadow: none;           /* remove shadow */
  background: transparent;    /* remove white box look */
}

/* Make inner 2x2 cards use more space */

.rr2-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  align-content: center;
}

.rr2-rank{
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  padding: 26px;
  background: #3c1c58;
  text-align: center;
}
.rr2-rank-num{
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #fff;
  line-height: 1.05;
}
.rr2-sup{
  font-size: 15px;
  vertical-align: super;
  font-weight: 900;
}
.rr2-rank-campus{
  margin-top: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.rr2-sub{ font-weight: 700; }

    /* ===== Scholarships Section ===== */
  .scholarships{
    padding: 20px 0;
    background: #f8fbff;
  }

  .scholarships .container{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .sch-title{
    margin: 0 0 34px;
    text-align: center;
    font-weight: 900;
    letter-spacing: -0.6px;
    color: #000;
    font-size: clamp(30px, 3.6vw, 56px);
    line-height: 1.05;
  }

  .sch-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
    padding-top: 8px;
  }

  .sch-card{
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15,23,42,.10);
    box-shadow: 0 18px 40px rgba(15,23,42,.10);
    min-height: 220px;
    padding: 34px 34px;
  }

  /* soft rounded corner shape */
  .sch-corner{
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    top: -120px;
    right: -120px;
    opacity: .55;
    filter: blur(.2px);
  }
  .sch-corner--warm{
    background: radial-gradient(circle at 30% 30%, rgba(239,138,31,.20), rgba(239,138,31,0));
  }
  .sch-corner--cool{
    background: radial-gradient(circle at 30% 30%, rgba(44,107,138,.18), rgba(44,107,138,0));
  }

  .sch-icon{
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 24px rgba(15,23,42,.16);
    margin-bottom: 18px;
  }

  .sch-icon svg{
    width: 34px;
    height: 34px;
  }

  .sch-icon--orange{
    background: linear-gradient(180deg, #f4a34b, #d97a17);
    color: #fff;
  }

  .sch-icon--indigo{
    background: linear-gradient(180deg, #365a74, #000);
    color: #fff;
  }

  .sch-content{
    max-width: 520px;
  }

  .sch-big{
    font-weight: 700;
    font-size: 26px;
    color: #2c6b8a;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
  }

  .sch-head{
    font-weight: 900;
    font-size: clamp(22px, 2.3vw, 34px);
    color: #2c6b8a;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
  }

  .sch-text{
    font-size: 20px;
    line-height: 1.45;
    color: rgba(15,23,42,.62);
    font-weight: 600;
  }

   /* ===== Our Edge ===== */
  .edge{
    padding: 30px 0;
    background: #fff;
  }

  .edge .container{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  }

  .edge-tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(239,138,31,.14);
    color: #d97a17;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 14px;
  }

  .edge-title{
    margin: 0;
    font-weight: 900;
    letter-spacing: -0.6px;
    color: #000;
    font-size: clamp(30px, 3.6vw, 56px);
    line-height: 1.05;
  }

  .edge-subtitle{
    margin: 12px auto 28px;
    max-width: 760px;
    color: rgba(15,23,42,.60);
    font-weight: 600;
    line-height: 1.55;
    font-size: 15px;
  }

  .edge-grid{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 8px;
  }

  .edge-card{
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(15,23,42,.12);
    box-shadow: 0 12px 24px rgba(15,23,42,.06);
    text-align: left;
    min-height: 78px;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  }

  .edge-card:hover{
    transform: translateY(-2px);
    border-color: rgba(44,107,138,.28);
    box-shadow: 0 16px 34px rgba(15,23,42,.10);
  }

  .edge-ico{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #eef3f8;
    color: #2c6b8a;
    flex: 0 0 auto;
  }

  .edge-ico svg{
    width: 22px;
    height: 22px;
  }

  .edge-text{
    font-size: 16px;
    font-weight: 500;
    color: rgba(43,32,89,.92);
    line-height: 1.25;
  }

  /* Active/Selected card style */
  .edge-card.is-active{
    border-color: rgba(44,107,138,.65);
    box-shadow: 0 18px 40px rgba(15,23,42,.12);
  }

  .edge-card.is-active .edge-ico{
    background: #2c6b8a;
    color: #fff;
  }
 /* ===== Global Exposure ===== */
 #global{
  background: #fff;
  padding: 40px 0;
}
#global .container{
 max-width: 1200px;
}

#global .global-shell{
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

#global .global-viewport{
  overflow: hidden;
  width: 100%;
}

#global .global-track{
  display: flex;
  gap: 16px;
  transition: transform .35s ease;
  will-change: transform;
}

/* 4 cards per view on desktop */
#global .g-card{
  flex: 0 0 calc((100% - (22px * 3)) / 5);
  background: #fff;
  border-radius: 22px;
/*  box-shadow: 0 10px 22px rgba(15,23,42,.10);*/
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.06);
}

#global .g-thumb{
  height: 125px;
  background: #eef3ff;
}

#global .g-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#global .g-body{
  padding: 16px 18px 18px;
}

#global .g-country{
  color: #8a8f99;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
}

#global .g-name{
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #1f2a44;
  margin-bottom: 14px;
}

#global .g-logo{
  background: #fff;
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(15,23,42,.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

#global .g-logo img{
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

/* Arrows */
#global .global-nav{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid rgba(176,137,90,.55);
  background: #fff;
  color: rgba(176,137,90,.95);
  font-size: 26px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(15,23,42,.10);
}

#global .global-nav:hover{ transform: translateY(-1px); }


/*Banner*/
.lp-banner{
  width:100%;
  overflow:hidden;
  margin:0;
  padding:0;
}

.lp-banner img{
  width:100%;
  height:auto;
  display:block;
}
/* =========================
  Program section (matches your landing styles)
========================= */
.courses{
  padding: 20px 0;
  background: #f8fbff;
}
.courses .container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Specialisation strip */
.spec-strip{
  margin: 8px auto 18px;
  border: 1px solid rgba(15,23,42,.10);
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
  /*display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  align-items: start;*/
  text-align: center;
}
.spec-label{
  font-weight: 700;
  color: #3c1c58;
  font-size: 35px;
  line-height: 1.2;
  padding-top: 3px;
  margin-bottom: 20px;
}
.spec-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
      text-align: center;
    justify-content: center;
}
.spec-chip{
  display: inline-flex;
  align-items: center;
  padding: 8px 30px;
  border-radius: 999px;
  background: #eef3f8;
  border: 1px solid rgba(15,23,42,.10);
  color: rgba(15,23,42,.82);
  font-weight: 600;
  font-size: 16px;
}

/* Tabs */
.course-tabs{
  margin: 12px auto 18px;
  background: #eef3f8;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  padding: 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  max-width: 720px;
}
.course-tab{
  border: 0;
  cursor: pointer;
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 600;
  font-size: 18px;
  color: rgba(15,23,42,.62);
  background: transparent;
}
.course-tab.is-active{
  background: #356C8E;
  color: #fff;
  box-shadow: 0 10px 18px rgba(15,23,42,.14);
}

/* Panels */
.course-panels{
  margin-top: 8px;
}
.course-panel{
  background: transparent;
}
.course-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.course-item{
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  padding: 14px 14px;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
  font-weight: 500;
  color: rgba(15,23,42,.86);
  line-height: 1.25;
  display: flex;
  gap: 10px;
 align-items: center;
}
.course-no{
  flex: 0 0 auto;
  min-width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #eef3f8;
  border: 1px solid rgba(15,23,42,.10);
  color: #356C8E;
  font-weight: 900;
  font-size: 13px;
}

/* Electives list */
.elective-list{
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
.course-grid--electives{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.elective-pill{
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
  font-weight: 500;
  color: rgba(15,23,42,.80);

}


.course-wrap .course-hidden{
  display: none;
}

.course-wrap.is-expanded .course-hidden{
  display: block;
}

/* optional spacing */
.course-more-btn{
    margin: 18px auto 0;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 12px;
    border: 1px solid rgba(15,23,42,.14);
    background: #356C8E;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(15,23,42,.06);
}


/* ===== Eligibility (Simple) ===== */
.eligibility{
  padding: 30px 0;
  background: #f8fbff;
}

.eligibility .container{
/*  max-width: 980px;*/
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.eligibility-title{
  margin: 0 0 -20px 0;
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 38px);
  letter-spacing: -0.4px;
  color: #3c1c58;
  text-align: center;
}

.eligibility-content{
  margin-top: 20px;
  text-align: left;
}

/*.elig-item{
    padding: 20px 0 20px 0;
    text-align: center;
}*/
.elig-item{
   padding: 0px 0 1px 0;
    text-align: left;
    color: rgba(15,23,42,.75);
}

.elig-heading{
margin: 0 0 8px;
    font-size: 18px;
    font-weight: 500;
    color: #3c1c58;
    text-align: center;
}

.elig-item p{
  margin: 0;
  font-size: 17px;
/*  font-weight: 600;*/
  color: rgba(15,23,42,.75);
  line-height: 1.6;
}

.elig-item strong{
  color: #000;
  font-weight: 800;
}

/* subtle divider */
.elig-divider{
  height: 1px;
  background: rgba(15,23,42,.10);
}
.elig-more{
  display: none;
}

.elig-wrap.is-expanded .elig-more{
  display: block;
}


/* ===== Programs Section (matches attached style) ===== */
  .programs{
    padding: 30px 0;
    background: #f3f5f7;
  }

  .programs .container{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .programs-title{
    margin: 0 0 22px;
    font-size: clamp(24px, 2.8vw, 36px);
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.3px;
    text-align: center;
  }

  /* 2 row / 2 column grid */
  .programs-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 48px;
    align-items: start;
    margin-top: 10px;
  }

  .pblock{
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 22px;
    align-items: start;
    padding: 10px 0;
  }

  /* Big circular outlined icon like screenshot */
  .picon{
    width: 82px;
    height: 82px;
    border-radius: 999px;
    border: 2px solid rgba(15,23,42,.55);
    display: grid;
    place-items: center;
    background: transparent;
    color: #0f172a;
  }

  .picon svg{
    width: 38px;
    height: 38px;
  }

  .ptext h3{
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
  }

  .ptext p{
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(15,23,42,.72);
    font-weight: 600;
    max-width: 560px;
  }

  .programs-cta{
    margin-top: 24px;
    text-align: center;
  }

  .pbtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 12px;
    background: #d97a17;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    box-shadow: 0 14px 26px rgba(217,122,23,.22);
    transition: transform .12s ease, opacity .12s ease;
  }

  .pbtn:hover{ transform: translateY(-1px); }
  .pbtn:active{ transform: translateY(0); opacity: .95; }

  /* ===== Partners===== */
  .partners{ padding:40px 0; background:#fff; }
.partners .container{ max-width:1200px; margin:0 auto; padding:0 20px; text-align:center; }

.partners-wrap{ position:relative; margin:0 auto; padding:0 66px; }
.partners-viewport{ overflow:hidden; border-radius:18px; }

.partners-track{
  display:flex;
  transition: transform .45s ease;
  will-change: transform;
}

/* page */
.p-page{
  flex: 0 0 100%;
  display:grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 92px;
  gap: 20px 22px;
  padding: 2px 0;
}

.p-logo{
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(15,23,42,.12);
  display:grid;
  place-items:center;
  padding:12px 16px;
}
.p-logo img{ width:70%; height:100%; object-fit:contain; display:block; }

/* arrows */
.pnav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px; height:44px;
  border-radius:999px;
  border:2px solid rgba(176,137,90,.55);
  background:#fff;
  box-shadow:0 18px 34px rgba(15,23,42,.14);
  display:grid;
  place-items:center;
  cursor:pointer;
  font-size:30px;
  font-weight:900;
  user-select:none;
  color: rgba(176,137,90,.95)
}
.pnav--left{ left:0; }
.pnav--right{ right:0; }

  /* =========================
   Alumni section
   ========================= */
.alumni{
  background:#fff;
  padding:30px 0;
}

.alumni-head{
  margin-bottom:18px;
}

.alumni-shell{
  position:relative;
  margin-top:18px;
}

.alumni-viewport{
  overflow:hidden;
  width:100%;
}

.alumni-track{
  display:flex;
  transition:transform .45s ease;
  will-change:transform;
}

.alumni-page{
  flex:0 0 100%;
}

/* Desktop grid: 5 cards */
.alumni-grid{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:18px;
  align-items:stretch;
}

/* Card */
.alumni-card{
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 12px 24px rgba(15,23,42,.12);
  border:1px solid rgba(15,23,42,.08);
  background:#eef6f3;
  padding:14px 14px 12px;
  min-height:260px;
  text-align: center;
}

.alumni-card--mint{ background:#eaf6f2; }
.alumni-card--sand{ background:#f6efe3; }
.alumni-card--sage{ background:#f1f5e9; }
.alumni-card--sky{  background:#eaf3fb; }

.alumni-photo{
  width:100%;
  border-radius:8px;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(15,23,42,.08);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.alumni-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.alumni-name{
  margin-top:10px;
  font-weight:500;
  color:rgba(15,23,42,.85);
  font-size:16px;
  line-height:1.15;
}

.alumni-batch{
  margin-top:4px;
  font-size:15px;
  color:rgba(15,23,42,.55);
  font-weight: 700;
/*  padding-bottom:10px;*/
/*  border-bottom:1px solid rgba(15,23,42,.14);*/
}

.alumni-now{
  padding-top:10px;
}

.alumni-now-label{
  font-size:14px;
  font-weight:600;
  letter-spacing:.4px;
  color:rgba(15,23,42,.8);
  display: none;
}

.alumni-role{
  margin-top:4px;
  font-size:15px;
  line-height:1.25;
  color:rgba(15,23,42,.80);
  font-weight: 600;
}

.alumni-company{
  margin-top:10px;
/*  display:flex;*/
  align-items:flex-end;
  justify-content:flex-start;
  padding: 10px;
  border-radius: 10px;
  background: #FFF;
}

.alumni-logo{
/*  height:50px;*/
height: auto;
  width:60%;
  object-fit:contain;
/*  opacity:.92;*/
}

/* Remove arrows (if they exist elsewhere) */
.alumni-nav{ display:none !important; }

/* Dots */
.alumni-dots{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:18px;
}

.alumni-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:rgba(176,137,90,.35);
  border:none;
  padding:0;
  cursor:pointer;
  transition:transform .25s ease, background .25s ease;
}

.alumni-dot.is-active{
  background:#b0895a;
  transform:scale(1.2);
}
/*.alumni-nav:hover{ transform: translateY(-1px); }*/
/* ===== FAQ ===== */
  .faq{
    padding: 20px 0;
    background: #f8fbff;
  }

  .faq .container{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  }

  .faq-title{
    margin: 0;
    font-size: clamp(30px, 3.8vw, 56px);
    font-weight: 900;
    color: #000;
    letter-spacing: -0.6px;
    line-height: 1.05;
  }

  .faq-subtitle{
    margin: 12px auto 30px;
    max-width: 760px;
    color: rgba(15,23,42,.55);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.55;
  }

  .faq-list{
    margin: 0 auto;
    max-width: 860px;
    display: grid;
    gap: 16px;
    text-align: left;
  }

  /* details card */
  .faq-item{
    background: #fff;
    border: 1px solid rgba(15,23,42,.10);
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(15,23,42,.07);
    overflow: hidden;
  }

  .faq-item summary{
    list-style: none;
    cursor: pointer;
    padding: 20px 56px 20px 22px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    position: relative;
    outline: none;
  }

  /* remove default marker */
  .faq-item summary::-webkit-details-marker{ display:none; }

  /* chevron */
  .faq-item summary::after{
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    opacity: .8;
    /* inline SVG chevron */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: transform .15s ease;
  }

  .faq-item[open] summary::after{
    transform: translateY(-50%) rotate(180deg);
  }

  .faq-content{
    padding: 0 22px 18px;
    border-top: 1px solid rgba(15,23,42,.08);
  }

  .faq-content p{
    margin: 14px 0 0;
    color: rgba(15,23,42,.70);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
  }

  /* hover */
  .faq-item:hover{
    border-color: rgba(15,23,42,.14);
    box-shadow: 0 18px 36px rgba(15,23,42,.10);
  }

/* If your FAQ wrapper has extra spacing */
.faq .container{
  padding-bottom: 0 !important;
}

.faq-wrap .faq-item:nth-child(n+2){
  display: none;
}

/* When expanded, show all */
.faq-wrap.is-expanded .faq-item{
  display: block;
}

/* Read more button */
.faq-more{
  margin: 18px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 12px;
  border: 1px solid rgba(15,23,42,.14);
  background: #356C8E;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(15,23,42,.06);
}

.faq-more:hover{
  box-shadow: 0 14px 28px rgba(15,23,42,.10);
}
  /* ===== Sticky Footer Band ===== */
.sticky-footer{
 position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #356C8E;
  box-shadow: 0 -10px 30px rgba(0,0,0,.35);

}

.sticky-footer__inner{
  max-width: 100%;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .2px;
  text-align: center;
}

.sticky-footer,
.sticky-bar,
#sticky-footer{
  z-index: 9999;
}

.sf-sep{
  opacity: .75;
  font-weight: 700;
}

.sf-text--accent{
  color: #fff; /* warm highlight like reference */
}
.sf-text a{
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  animation: simpleBlink 1s steps(1, end) infinite;
}


@keyframes simpleBlink {
  50% {
    visibility: hidden;
  }
}

.floating-apply{
  position: fixed;
  right: 0;                 /* stick to right edge */
  top: 50%;
  transform: translateY(-50%);
  z-index: 9998;

  width: 48px;              /* slimmer */
  height: 160px;            /* controlled height */
  border-radius: 16px 0 0 16px; /* flat on right, rounded on left */

  background: #356C8E;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: -10px 16px 36px rgba(15,23,42,.25);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

/* Vertical text */
.floating-apply span{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: .18em;
  font-weight: 700;
  font-size: 14px;
}

/* visible state */
.floating-apply.is-visible{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* hover */
.floating-apply:hover{
  transform: translateY(-50%) translateX(-2px);
}

.lp-footer{
  background: #356C8E;
  color: rgba(255,255,255,.9);
  padding: 18px 0;
}

.lp-footer-inner{
 max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px calc(var(--sticky-footer-height) + 14px);
}

.lp-disclaimer{
  margin: 0 0 6px;
 font-size: 12px;
  line-height: 1.5;
  margin: 6px 0;
  opacity: .9;
  text-align: center;

}

.lp-disclaimer:last-child{
  margin-bottom: 0;
}
.lp-banner > img.banner-desktop{ display:block !important; }
.lp-banner > img.banner-mobile{ display:none !important; }

.lp-banner picture,
.lp-banner img{
  width: 100%;
  height: auto;
  display: block;
}
.hide-mobile {
 display: none;
}

.disclaimer{
 font-size: 9px;
    font-weight: normal;
    position: absolute;
    bottom: 8px;   
    right: 10px; 
}
/* =========================
   RESPONSIVE
========================= */
.placement-button.custom-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #D67B19;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: background 0.2s ease;
}
#apply-now {
  scroll-margin-top: 80px; 
}

.placement-button.custom-btn:hover {
  background-color: #e0941a;
}

  @media (max-width: 1100px){
    .p-slide{
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .p-page{ grid-template-columns: repeat(4, minmax(0, 1fr)); 
    }
  }


  @media (max-width: 1024px){
  .alumni-grid{
    grid-template-columns: repeat(3, 1fr);
  }
  .alumni-title{ font-size: 34px; }
    .card{
  width:min(440px, 100%);
}
 .global-grid{ grid-template-columns: repeat(3, 1fr); 

 }
}

@media (max-width: 980px){

   .rankings-grid {
    grid-template-columns: 1fr;
  }
  .mba-big {
    font-size: 70px;
  }

  .mba-redefined {
    font-size: 28px;
  }

  .mba-strip {
    font-size: 18px;
    padding: 10px 18px;
  }

  .mba-tagline {
    font-size: 16px;
  }

  .hero{
  background-position: left -100px center;
    padding: 40px 0;
  }
     .edge-grid{
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(10, 18, 32, 0.68);
  z-index: 0;
}
  .hero-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .hero-grid > div:first-child{
    padding-left: 0;
    max-width: 560px;
    padding-right: 0px;
  }

  .form-card{
    justify-self: stretch;
    max-width: 520px;
  }

  .card{
  width:min(440px, 100%);
}


 .why-grid{
    grid-template-columns: repeat(2, 1fr);
  }
   .placements{
      padding: 44px 0;
    }
 .placements-title{
  margin: 0 0 10px 0;
 }
      .nirf-grid,
  .aacs-grid{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nirf-logo img{ width: 150px; }
  .aacs-logo img{ width: 140px; }

  .nirf-ranks{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


/*  -----new nirf-----*/
.rr2-row{
    grid-template-columns: 1fr;
  }
  .rr2-card{ min-height: unset; }
  .rr2-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }

  .recognition-logos{
    grid-template-columns: repeat(2, minmax(0, 1fr));
      flex-wrap: wrap;
    gap: 14px;
  }
   .recognition-logos img{
    max-height: 48px;
  }
     .scholarships{
      padding: 0px 0;
    }
    .sch-grid{
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .sch-card{
      padding: 28px 22px;
      min-height: 200px;
    }
    .sch-text{
      font-size: 18px;
    }
     .global{
      padding: 50px 0;
    }
    .global-grid{
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
      .programs{
      padding: 20px 0;
    }
    .programs-grid{
      grid-template-columns: 1fr; /* stack */
      gap: 22px;
    }
    .pblock{
      grid-template-columns: 74px 1fr;
      gap: 18px;
    }
    .picon{
      width: 74px;
      height: 74px;
    }
    .picon svg{
      width: 34px;
      height: 34px;
    }

/*------Partners mobile------*/
.partners-wrap{ padding: 0 58px; }
  .pnav{ width:48px; height:48px; font-size:28px; }

  /* MOBILE: 4 logos per page (2 cols x 2 rows) */
  .p-page{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 92px;
    gap: 14px 14px;
  }

  .p-logo img{ width:75%; }

     /*----alumni---*/
 .alumni{
    padding: 30px 0px;
  }
 .alumni-page{
    flex: 0 0 100%;
  }
  .alumni-title{
    font-size: 26px;
    line-height: 1.2;
  }

  .alumni-sub{
    font-size: 14px;
    padding: 0 6px;
  }

 .alumni-grid{
     grid-template-columns: 1fr !important;
  }

  /* show ONLY the first card inside each page */
  .alumni-grid .alumni-card{
    display: none !important;
  }
  .alumni-grid .alumni-card:first-child{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
   .alumni-track{
    display: flex !important;
  }

  .alumni-viewport{
    overflow: hidden !important;
  }

  /* Make card full width */
  .alumni-card{
 display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

.alumni-name{
  font-size: 18px;
}
  /* Fix photo area so it doesn't look cropped/giant */
  .alumni-photo{
    height: 300px !important;      /* adjust if you want */
  }
  .alumni-photo img{
    object-position: center 20% !important;  /* keeps face higher */
  }

  /* Optional: reduce side padding if any */
  .alumni-shell{
    gap: 10px !important;
        margin: 18px;
  }
  .alumni-nav{
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
    .alumni-prev{
    left: 6px;
  }
  .alumni-next{
    right: 6px;
  }
   .alumni-card{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .alumni-batch{
  font-size: 16px;
  font-weight: 600;
}
.alumni-now-label{
   font-size: 16px;
}
.alumni-role{
    font-size: 16px;
}
.alumni-logo{
  height: 54px;
}

 .sticky-footer__inner{
    font-size: 16px;
    padding: 14px 16px;
    gap: 10px;
  }
   .floating-apply{
    right: 0px;
    width: 44px;
    height: 150px;
    border-radius: 10px 0px 0px 10px;
  }
  .floating-apply span{
    font-size: 14px;
  }
  .lp-disclaimer{
    font-size: 11px;
    line-height: 1.45;
  }
   .curriculum-grid{
    grid-template-columns: 1fr;
  }
   .course-grid--electives{
    grid-template-columns: 1fr;
  }

}

@media (max-width: 780px){
  #global .global-shell{ gap: 10px; }

  #global .g-card{
    flex: 0 0 100%;
/* flex: 0 0 calc(50% - 10px);*/
  }

  #global .g-thumb{ height: 190px; }

  /* Smaller arrows, no circle look */
  #global .global-nav{
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 28px;
  }
  .p-card{ flex-basis: 100%; }

  .p-shell{ gap: 10px; }

  .p-nav{
    width: 40px;
    height: 40px;
    font-size: 20px;

      border: none;
    box-shadow: none;
    background-color: transparent;
  }
  .p-page-grid{ grid-template-columns: 1fr; 
  }

  .course-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); 
  }
  .spec-strip{ grid-template-columns: 1fr; }
  .course-grid{ grid-template-columns: 1fr; }
  .course-tab{ font-size: 15px; padding: 11px 12px;
  }
}

@media (max-width: 520px){
  .hero h1{
    font-size: 30px;
  }

  .kpi-row{
    grid-template-columns: 1fr 1fr;
  }

  .btn{
    width: 100%;
    text-align: center;
  }
    .placements{
      padding: 20px 0;
    }
  
    .p-value{
      font-size: 24px;
    }
    .cred-section{ padding: 20px 0; }

  .cred-card{
    padding: 18px;
    border-radius: 16px;
  }

  .nirf-content h3,
  .aacs-text h3,
  .recognition h3{
    font-size: 23px;
  }

  .rank-box strong{ font-size: 25px; }
  .rank-box span{ font-size: 18px; }

  .nirf-logo img{ width: 130px; }
  .aacs-logo img{ width: 120px; }


  .recognition-logos img{ width: 84px; }


     .sch-title{
      margin-bottom: 22px;
      font-size: 30px;
    }
    .sch-icon{
      width: 66px;
      height: 66px;
      border-radius: 16px;
    }
    .sch-icon svg{
      width: 30px;
      height: 30px;
    }
    .sch-text{
      font-size: 16px;
    }

     .edge{
      padding: 42px 0;
    }
    .edge-grid{
      grid-template-columns: 1fr;
    }
    .edge-card{
      padding: 16px 14px;
    }
    .programs-title{
      text-align: left;
    }
    .ptext h3{
      font-size: 17px;
    }
    .ptext p{
      font-size: 14px;
    }
    .pbtn{
      width: 100%;
    }
  .partners{ padding: 20px 0; }
    .partners-wrap{ padding: 0; }
    .pnav{ display:none; }
    .p-page{ grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 88px; gap: 20px; 
    }

/*----------FAQs-----------------*/
  .faq{
      padding: 20px 0;
    }
    .faq-subtitle br{ display:none; }
    .faq-item summary{
      padding: 18px 50px 18px 18px;
      font-size: 15px;
    }
    .faq-content{
      padding: 0 18px 16px;
    }
/*----------FAQs-----------------*/
.why-grid{
    grid-template-columns: repeat(2, 1fr)
  }
  .why-label{
    font-size: 15px;
  }
  }


  @media (max-width: 640px){
    .global{
      padding: 10px 0 !important;
    }
    .global-subtitle{
      margin-bottom: 22px;
    }
    .global-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }
    .g-thumb{
      height: auto;
    }
     .info-strip{
    padding: 20px 14px;
  }

  .info-strip h3{
    line-height: 1.3;
  }

  .info-strip .divider{
    display: none;
    margin: 6px 0;
  }
    .edge-text{
    font-size: 18px;
  }
  .g-name{
    font-size: 17px;
  }
  .rank-card {
    padding: 20px;
  }

  .rank-number {
    font-size: 24px;
  }

  .rank-highlight-number {
    font-size: 36px;
  }
  .ptop{
padding-top: 36px !important;
  }

 /* -----nirf new-----*/
  .rr2-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 columns */
    gap: 12px 12px;
  }

  .rr2-rank{
    padding: 12px;
  }

  .rr2-rank-num{
    font-size: 26px;
  }

  .rr2-rank-campus{
    font-size: 14px;
  }
}

  @media (max-width: 420px){
    .global-grid{
      grid-template-columns: 1fr;
    }
 .sticky-footer__inner{
    flex-wrap: wrap;
    row-gap: 6px;
    font-size: 14px;
  }
  .sf-sep{
    display: none;
  }
  
  }

    @media (max-width: 860px){
      .nav{ display:none; }
      .cta{ display:none; }
      .menu-btn{ display:flex; }
    .mobile-drawer{ display:none; }
  #siteHeader.is-open .mobile-drawer{ display:block; }
       
    }

    @media (max-width: 520px){
      .nav-wrap{ height: 68px; }
      .brand{ min-width: auto; }
      .brand-text span{ display:none; }
      .hero{ padding: 40px 0; min-height: calc(100vh - 68px); }
      .kpi-row{ grid-template-columns: 1fr 1fr; }
      .btn{ width: 100%; justify-content:center; text-align:center; }
      .hero-actions{ gap: 10px; 
      }
    }

    /* Focus */
    :focus-visible{
      outline: 3px solid var(--ring);
      outline-offset: 2px;
      border-radius: 12px;
    }

/*.lsq-form-wrapper #sec-fields-wrapper #lp-form-column{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
 gap: 9px 20px !important;
  width: 100% !important;
  float: none !important;
}*/

/* Each field becomes a grid item (remove forced clears) */
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column > .field-control-group{
  clear: unset !important;
  margin-bottom: 0 !important;
  min-height: auto !important;
  width: 100% !important;
}

/* Inputs/selects should be true 100% inside each column */
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column
> .field-control-group input[type="text"],
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column
> .field-control-group input[type="number"],
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column
> .field-control-group input[type="email"],
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column
> .field-control-group input[type="tel"],
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column
> .field-control-group input[type="date"],
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column
> .field-control-group input[type="time"],
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column
> .field-control-group input[type="datetime"],
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column
> .field-control-group input[type="datetime-local"],
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column
> .field-control-group input[type="url"],
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column
> .field-control-group input[type="password"],
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column
> .field-control-group select,
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column
> .field-control-group textarea{
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  float: none !important;
  clear: none !important;
}

/* Make checkbox/terms row full width */
.lsq-form-wrapper #sec-fields-wrapper #lp-form-column > .field-control-group.inline{
  grid-column: 1 / -1 !important;
}
#elementor-popup-modal-189689 .dialog-message {

    border-radius: 20px;
}
#elementor-popup-modal-189671 .dialog-widget-content {
    border-radius: 20px;
}

.lp-placement-note {
  margin-top: 18px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.3px;
text-align: right;
}
/* Mobile: single column */
@media (max-width: 767px){
  .lsq-form-wrapper #sec-fields-wrapper #lp-form-column{
     gap: 10px 6px !important;

  }
  .form-block-holder.block-inner-content {
    margin: 0 !important;
}

.eligibility{
  padding: 30px 0;
}
/*.kpi strong{
  font-size: 20px;
}*/
.kpi span {
    font-size: 20px;
}
.hide-mobile {
 display: block;
}
 .p-track{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap:14px !important;
  }

  .p-card{
    padding:18px 14px !important;
    min-height:120px !important;
  }

  .p-value{ font-size:26px !important; }
  .p-label{ font-size:15px !important;
   }
   h3.headongoing{
    margin-top: -7px;
   }
     #apply-now {
   top: -50px;
  }
.placement-button.custom-btn{
font-size: 14px;
}
.lsq-form-wrapper .label-placement.top .field-label{
  font-size: 10px !important;
}
}

@media (max-width: 768px){
 .lp-banner > img.banner-desktop{ display:none !important;
}
  .lp-banner > img.banner-mobile{ display:block !important; 

  }
}

