    :root{
      --bg-1:#172235;
      --bg-2:#0b3e57;
      --brand:#D67B19;
      --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: rgb(248, 251, 255);
padding-bottom: var(--sticky-footer-height);
 padding-top: var(--headerH, 70px);
    }

    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,.068);
  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;
      margin-left: auto;
    }

    .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;
      margin-left: 20px;
    }

    .btn{
      border: 0;
      cursor: pointer;
      border-radius: 5px;
      padding: 8px 16px;
      font-weight: 600;
      font-size: 18px;
      background-color: #D67B19;
      color: #fff;
    }


    .applybtn{
      border: 0;
      cursor: pointer;
      border-radius: 5px;
      padding: 8px 16px;
      font-weight: 600;
      font-size: 18px;
     background-color: #f0f9ff;
    color: #000;
    }

    .btn-primary{
      background: #D67B19;
      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;
    }

    #why {
  scroll-margin-top: 120px; /* adjust according to header height */
}
    #ranking{
  scroll-margin-top: 140px; /* adjust according to header height */
}
    #specializations{
  scroll-margin-top: 120px; /* adjust according to header height */
}
    #eligibility{
  scroll-margin-top: 120px; /* adjust according to header height */
}
    #scholar{
  scroll-margin-top: 180px; /* adjust according to header height */
}
/* =========================
   HERO SECTION
========================= */
.hero{
  position: relative;
  min-height: calc(95vh - 74px);
  display: flex;
  align-items: center;
  padding:20px 0 10px 0;
  overflow: hidden;
  background: url("../images/Jaipuria-Lucknow-campus.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.7);
  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: 10px;
  text-align: left;
/*  padding-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: 22px;
  font-weight: 600;
  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: 58px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.mba-big span{
color: #ffaa4f;
}

.mbap{
  font-size: 18px;
  width:78%;
}


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

.mba-strip {
  display: inline-block;
  margin-top: 0px;
  padding: 12px 38px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0.3) 100%);
border: 1px solid rgba(255,255,255,0.3);
 /* 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);
}

/* DARK ANGLED STRIP */
.mba-tagline {
  margin-top: 18px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffaa4f;
  font-weight: 600;
}

.fpm-ribbon-wrap{
  display: inline-block;
}

.fpm-ribbon-line {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    background: linear-gradient(90deg, #7a2f00 0%, #b74900 50%, #7a2f00 100%);
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
    border: 2px solid #ff9b2f;
    box-shadow: 0 8px 24px rgba(0,0,0,.22), 0 0 16px rgba(255,145,0,.2);
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}

.fpm-ribbon-open{
  color: #ffbd59;
  text-transform: uppercase;
}

.fpm-ribbon-sep{
  color: rgba(255,255,255,.7);
}

.fpm-ribbon-deadline{
  color: #fff;
}



.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(4, minmax(0,1fr));
  gap: 12px;
  margin: 18px 0 22px;
/*  width: 70%;*/
}

.kpi{
  display:flex;
  flex-direction: column;
  gap: 8px;
/*  background: rgba(255,255,255,.10);*/
background: rgb(0 0 0 / 32%);
border: 1px solid rgb(226 165 1 / 64%);
  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: 18px;
  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
========================= */
.hero-right .enquiry_form{
  width: 360px;
  background: #ffffff;          /* bring back white card */
  border-radius: 28px;          /* rounded corners */
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  padding: 0;
  overflow: hidden;             /* makes header follow curve */
}
.error{
  color: red;
  font-size: 11px;
  margin-top: 3px;

}
/* inner spacing */
.hero-right .form-container{
  padding: 0px !important;
  text-align: left !important;
}

/* ===== Purple Header ===== */
h5.mb-3.fix{
  margin: 0 !important;
  background: #356C8E;
  color: #ffffff !important;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding: 18px 12px;
/*  border-radius: 28px 28px 0 0; */
}

/* ===== Fields ===== */

.form-group{
  margin-bottom: 12px;
  padding: 0 20px;
}
form#contactForm {
   padding-top: 19px;
    padding-bottom: 19px;
}
.form-control{
  height: 42px;
  border-radius: 5px;
  border: 1px solid #e5e7eb;
  padding: 10px 14px;
  font-size: 16px;
  width: 100%;
}

/* ===== Checkbox ===== */
.checkbox-text{
  font-size: 12px;
  line-height: 1.4;
  color: #4b5563;
}

/* ===== Submit Button ===== */
.hero-right .btn{
    width: 50%;
    height: 50px;
background: linear-gradient(180deg, #5590b5, #356C8E);
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

form#contactForm2 {
    padding-bottom: 20px;
}



.brochureForm2{
  width: 720px;              /* like your 2nd screenshot modal */
  max-width: 92vw;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  padding: 0;
  overflow: hidden;
  padding-bottom: 22px;
}

/* Header */
.brochureForm2__title{
  margin: 0 !important;
  color: #356C8E !important;
  text-align: left;
  font-size: 28px;          /* big heading like screenshot */
  font-weight: 700;
  padding: 16px 34px;
  letter-spacing: -0.5px;
}

/* 2-col grid */
.brochureForm2__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 34px;
  padding: 5px 34px 10px;
}

.brochureForm2__group{ margin: 0; }
.brochureForm2__full{ grid-column: 1 / -1; }

/* Inputs */
.brochureForm2__control{
  height: 56px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  padding: 14px 18px;
  font-size: 18px;
  width: 100%;
  outline: none;
  background: #fff;
}

.brochureForm2__control:focus{
  border-color: #356C8E;
  box-shadow: 0 0 0 3px rgba(53,108,142,0.12);
}

/* Errors stay below field */
.brochureForm2 .error{
  margin-top: 6px;
  font-size: 12px;
  color: #d12c2c;
}

/* Submit button centered & big */
.brochureForm2__actions{
  display: flex;
  justify-content: center;
  padding: 0px 34px 10px 34px;
}

.brochureForm2__btn{
  min-width: 260px;
  height: 64px;
  background: #f28c13; /* like screenshot */
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

/*____ form______*/

.privacy{

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

.card{
/*  width:min(440px, 100%);*/
width: 400px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.14);
  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:rgba(0,0,0,.18);
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
  font-size:20px;
  text-align:center;
}

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

/* ===== Info Strip ===== */
.info-strip{
  background: #ddd;
  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-card .why-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
   background-color: #D67B19 ;
    border-radius: 50%;
}


.why-card .why-icon i{
  font-size: 30px;
    color: #fff;
}
.why-jaipuria .container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.why-grid{
  display: grid;
  grid-template-columns: repeat(3, 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 svg {
  max-width: 60px; /* Increase the icon size */
  max-height: 60px; /* Maintain aspect ratio */
/*  border: 2px solid #000;
    border-radius: 50%;*/
}


.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: 22px;
  color: #000; 
  letter-spacing: -0.3px;
}


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


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

.container {
  max-width: 1200px;
  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: #000;
}

.placements-title span {
  color: #D67B19 ;
}

.p-shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.p-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  width: 48%; /* 2-column layout */
  text-align: left;
   display: flex;
  align-items: flex-start;
  gap: 15px;
}

.p-icon {
width: 50px;
  height: 50px;
  min-width: 50px;     /* IMPORTANT */
  flex-shrink: 0;      /* PREVENT SQUEEZING */
  border-radius: 50%;
  background: #D67B19;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-value {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.p-label {
  font-size: 16px;
  font-weight: 600;
  color: rgba(15, 23, 42, 0.60);
}
 /* ===== Rankings / Cred Section ===== */
.cred-section{
  padding: 30px 0;
  background: #f8fbff;
}

.p-icon i {
  color: #fff;
  font-size: 20px;
}
.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;
}


/*-------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_________*/

.rr4{
  padding: 30px 0;
  background: #f4f7fc;
}

.rr4 .container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Two Equal Boxes */
.rr4-row{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* Shared Card Base */
.rr4-card{
  border-radius: 20px;
  padding: 22px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .25s ease;
}

/* =============================
   BOX 1 — NIRF + Rank
============================= */

.rr4-nirfBox{
  background: #3f6f8f;
  color: #fff;
  border-radius: 25px;
  padding: 42px 48px;
  box-shadow: 0 18px 50px rgba(15,23,42,.16);
  text-align: left;

  display: grid;
  grid-template-columns: 190px 1fr; 
  column-gap: 26px;
  align-items: center;
}

.rr4-nirfTop{
  display: contents;              
}


.rr4-nirfLogo{
  grid-column: 1;
  grid-row: 1 / span 3;     

  width: 170px;
  max-width: 100%;
  height: auto;
  display: block;
  background: #fff;
  padding: 18px;
  border-radius: 22px;
  box-shadow: 0 12px 26px rgba(0,0,0,.14);
}


.rr4-nirfText{
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

/* keep your font sizes */
.rr4-nirfTitle{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.02;
}

.rr4-nirfSub{
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(255,255,255,.85);
  max-width: 560px;
}


.rr4-divider{
  grid-column: 2;
  grid-row: 2;
  height: 3px;
  background: rgba(255,255,255,.25);
  margin: 5px 0;
  width: 100%;
}

.rr4-rankRow{
  grid-column: 2;
  grid-row: 3;

  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 15px;
  margin: 0; 
}

.rr4-rankNum{
  font-size: 45px;
  font-weight: 900;
  letter-spacing: -1.2px;
  line-height: 1;
  white-space: nowrap;
}

.rr4-sup{
  font-size: 24px;
  vertical-align: super;
  font-weight: 900;
  margin-left: 2px;
}

.rr4-rankCampus{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.05;
  white-space: nowrap;
}



/* =============================
   BOX 2 — Logos
============================= */

.rr4-logosBox{
/*  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 14px 30px rgba(15,23,42,.06);*/
}

/* Divided layout (3 + 2) */
.rr4-logosGrid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 20px;
  align-items: center;
}

/* Logo Card */
.rr4-logoItem{
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 14px;
  padding: 16px 12px;
  background: #fff;
  display: grid;
  place-items: center;
  min-height: 108px;
  transition: all .2s ease;
}

.rr4-logoItem:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15,23,42,.12);
}

/* Logo Image */
.rr4-logoItem img{
  max-width: 100%;
  max-height: 75px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Center last 2 logos */
.rr4-logosGrid .rr4-logoItem:nth-child(4){
  grid-column: 1 / 2;
}
.rr4-logosGrid .rr4-logoItem:nth-child(5){
  grid-column: 2 / 3;
}

/* =============================
   Hover Effect
============================= */

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

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

  .scholarships .container{
    max-width: 1200px;
    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: 1200px;
    margin: 0 auto;
    padding: 0 20px;

  }

  .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)) / 4);
  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: 1200px;
  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 */

/*---------Specialisation---------*/
.specializations-section {
  padding: 20px 20px 30px 0;
  background-color: #f8f9fa;
  text-align: center;
}

.specializations-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #3c1c58;
}

.section-subtitle {
  font-size: 18px;
  color: rgba(15, 23, 42, 0.6);
  margin-top: 10px;
}

.specializations-note {
  font-size: 14px;
  color: rgba(15, 23, 42, 0.6);
  margin-top: 15px;
  font-style: italic;
}

.specializations-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 1 row, 6 columns for desktop */
  gap: 20px; /* space between items */
  margin-top: 40px;
}

.specialization-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 14px;
  padding: 22px 18px;
  box-sizing: border-box;
}

.specialization-item svg {
 width: 48px;
    height: 48px;
    margin-bottom: 7px;
    fill: #D67B19;
}

.specialization-name {
  font-size: 18px;
  font-weight: 700;
  color: #3c1c58;
}
/* ===== Eligibility (Simple) ===== */
.eligibility {
  padding: 30px 0;
  background: #f8fbff;
}

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

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

.eligibility-content {
  margin-top: 30px;
}

.elig-item {
  display: flex;
  gap: 15px;
  align-items: center; /* Align items to the top to prevent the icon from being squeezed */
  text-align: left;
  margin-bottom: 15px;
  color: rgba(15, 23, 42, 0.75);
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.elig-icon {
  width: 50px; /* Set a fixed width for icons */
  height: 50px; /* Set a fixed height for icons */
 /* background-color: #000; *//* Icon color is black */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid #000;
  font-size: 24px;
  min-width: 50px; /* Ensure the icon has a minimum width to avoid being squeezed */
  min-height: 50px; /* Ensure the icon has a minimum height to avoid being squeezed */
}

.elig-value {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  line-height: 1.4; /* Add a bit of space between the lines if text is long */
  word-wrap: break-word; /* Allow text to wrap if it's too long */
}
.elig-text {
  display: flex;
  flex-direction: column;
}


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

.elig-divider {
  height: 1px;
  background: rgba(15, 23, 42, 0.10);
  margin: 20px 0;
}

/* Container for items */
.elig-items-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr); /* 4 columns on desktop */
  text-align: left;
}

/* Initially show only 4 items, hide the rest */
.elig-more-items {
  display: none; /* Hidden by default */
}


/* 'Know more' button */
.course-more-btn {
  padding: 10px 20px;
  background-color: #356C8E;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.3s;
}

.course-more-btn:hover {
  background-color: #D67B19;
}

/* Show hidden items when expanded */
.elig-wrap.is-expanded .elig-more-items {
  display: grid; /* Reveal hidden items */
}


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


.program-title {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 38px);
  color: #3c1c58;
}

.program-subtitle {
  font-size: 18px;
  color: #6a6a6a;
}

.program-content {
  margin-top: 20px;
}

.program-item {
/*  display: flex;
  align-items: flex-start;*/
  gap: 15px;
  text-align: left;
  margin-bottom: 20px;
  color: rgba(15, 23, 42, 0.75);
      border: 1px solid #ccc;
    padding: 30px;
    border-radius: 20px;
}

.program-icon {
  width: 50px;
  height: 50px;
  background-color: #D67B19; /* Icon background color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.program-text {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.program-value {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  padding-bottom: 5px;
}

.program-label {
font-size: 16px;
 font-weight: 400;
    line-height: 23px;
    color: rgba(15, 23, 42, 0.60);
}

/* Container for items */
.program-items-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
  text-align: left;
}

/* Initially show only 3 items, hide the rest */
.program-more-items {
  display: none; /* Hidden by default */
}

.program-more {
  display: block;
}

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

/* Show hidden items when expanded */
.program-wrap.is-expanded .program-more-items {
  display: grid; /* Reveal hidden items in 3 columns */
}

/* =========================
   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:#fff;
  padding:14px 14px 12px;
  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);
}

/*----Counter---*/

.program-stats {
  padding: 30px 0;
  background: #f8fbff;
}

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

.stats-title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 38px);
  color: #3c1c58;
}

.stats-content {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr); /* 4 columns on desktop */
  text-align: center;
}

.stats-item {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.stats-icon {
  width: 60px;
  height: 60px;
  background-color: #f3b01a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
  margin-bottom: 15px;
}

.stats-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stats-value {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.stats-label {
  font-size: 16px;
  font-weight: 600;
  color: rgba(15, 23, 42, 0.60);
  margin-top: 5px;
}

/*---------accrediation logos----*/

  /* make the set wrapper transparent for grid */
/*  .accreditation-set{ display: contents; }*/
.accreditation{padding:40px 0 10px}
/* .accreditation-track{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }


.accreditation-logo{
  background:#fff;border-radius:14px;border:1px solid rgba(12,27,51,.08);
  box-shadow:0 10px 18px rgba(12,27,51,.06);
  padding:14px;display:flex;align-items:center;justify-content:center;
}
.accreditation-logo img{width: 80px;
    height: auto;}
*/


  /* ===== 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; }



/*------Testimonial------*/
.testimonial-section {
  padding: 40px 0;
  background: #f5f6f8;
}

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

.testimonial-wrapper {
  position: relative;
}

.testimonial-viewport {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

.testimonial-card {
  flex: 0 0 calc((100% - 40px) / 3);
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.testimonial-card h4{
  color: #000;
  margin: 0;
  font-size: 18px;
}

.testimonial-card span{
    color: #000;
    font-size: 14px;

}
.stars {
  color: #f4b400;
  margin-bottom: 15px;
}

.t-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #000;
}

.t-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.t-user img {
 width: 80px;
    height: 80px;
  border-radius: 50%;
  border: 3px solid #f4b400;
}

.t-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  cursor: pointer;
  font-size: 20px;
  z-index: 5;
}

.t-prev { left: -20px; }
.t-next { right: -20px; }


 
  /* ===== 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; 
}



.modal {
  display: none;              /* keep hidden by default */
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.4);
  text-align: center; 
}
/*.modal.show {
  display: flex;
}*/

.modal-content {
  margin: auto;
  position: absolute;         /* key */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

/* The Close Button */
.close {
 position: absolute;
  top: 18px;
  right: 18px;   /* adjust if needed */
  font-size: 28px;
  font-weight: bold;
  color: #356C8E;  /* optional better color */
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* Preloder */

#preloder {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    /* background: #000; */
    background: #6e60609e;
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

.mobile-visible {
  display: none; 
}

.desktop-visible {
  display: block; 
}

/* ===== FAQ ===== */
  .faq{
    padding: 50px 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);
}

/* =========================
   RESPONSIVE
========================= */


  @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: 32px;
  }

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

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

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

  .hero{
background: url("../images/Jaipuria-Lucknow-campus-mob.webp");
    background-size: cover;
    background-repeat: no-repeat;
 /*   background-position: center center;*/
  }
     .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));
  }
  .accreditation-viewport{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2px 0; /* tiny breathing room so edges don’t clip */
  }

  .accreditation-track{
    display: flex;
    width: max-content;              /* IMPORTANT: track grows with content */
    gap: 14px;
    will-change: transform;
    transform: translate3d(var(--dragX, 0px), 0, 0);
    animation: acc-marquee 12s linear infinite; /* speed */
  }

  /* IMPORTANT: keep it FLEX, not contents */
  .accreditation-set{
    display: flex;
    gap: 14px;
    align-items: center;
    flex: 0 0 auto;
  }

  .accreditation-logo{
    flex: 0 0 auto;
    width: 130px;
    height: 72px;
    border-radius: 14px;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
  }

  .accreditation-logo img{
    max-width: 100%;
    max-height: 42px;
    object-fit: contain;
    display: block;
  }

  .accreditation-track.is-paused{
    animation-play-state: paused;
  }

  /* Move exactly one set width */
  @keyframes acc-marquee{
    from { transform: translate3d(var(--dragX, 0px), 0, 0); }
    to   { transform: translate3d(calc(-50% + var(--dragX, 0px)), 0, 0); }
  }


.rr4-row{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .rr4-nirfBox{
    grid-template-columns: 1fr;
    row-gap: 10px;
    text-align: center;
    padding: 28px 10px;
    justify-items: center;
    border-radius: 20px;
  }

  .rr4-nirfTop{ display:content; }     /* reset */
  .rr4-nirfLogo{
    grid-column: 1;
    grid-row: auto;
            width: 110px;
        border-radius: 10px;
  }
.rr4-nirfTitle{
  font-size: 25px;
}

.rr4-rankNum{
   font-size: 35px;
}

.rr4-rankCampus{
  font-size: 18px;
}
  .rr4-nirfText,
  .rr4-divider,
  .rr4-rankRow{
    grid-column: 1;
    grid-row: auto;
  }

  .rr4-divider{
    width: 100%;
    margin: 5px 0 5px;
  }

  .rr4-rankRow{
    justify-content: center;
    flex-wrap: wrap;
  }

  .rr4-rankCampus{
    white-space: normal;
  }
  .rr4-nirfSub{
    font-size: 16px;
  }
/*  -----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: 10px 5px;
    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 {
    width: 100%; /* Full-width on small screens */
    text-align: center; /* Center text on small screens */
  }

  .p-shell {
    justify-content: center; /* Center cards on small screens */
  }

  .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;
  }
   .faq{
      padding: 30px 0;
    }
    .faq-subtitle br{ display:none; }
    .faq-item summary{
      padding: 18px 50px 18px 18px;
      font-size: 15px;
    }
    .faq-content{
      padding: 0 18px 16px;
    }
}

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

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

  .btn{
    width: 100%;
    text-align: center;
  }
    .placements{
      padding: 20px 0;
    }
  
    .p-value{
      font-size: 17px;
    }
    .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;
  }
  .accreditation-logo{ width: 120px; height: 68px;
   }
  }


  @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: 00px 0; min-height: calc(80vh - 68px);padding-bottom: 20px; }
      .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;

  /* kill legacy table/float behaviour */
  float: none !important;
}



/* 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;
}

 .elig-items-container {
    grid-template-columns: repeat(1, 1fr); /* 2 columns on mobile */
  }

  .course-more-btn {
    margin-top: 20px;
  }
.kpi strong{
  font-size: 20px;
}
.kpi span {
    font-size: 16px;
}
.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:20px !important; text-align: left; }
  .p-label{ font-size:15px !important; text-align: left;
   }

       .fpm-ribbon-line{
font-size: 16px;
        padding: 5px 9px;
        gap: 3px;
        clip-path: none;
        border-radius: 4px;
        flex-wrap: wrap;
  }

}

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

  .program{
  padding: 30px 0;
  }
   .program-items-container {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }

  .program-title {
    font-size: 28px;
  }

  .program-subtitle {
    font-size: 16px;
  }

  .program-stats{
        padding-top: 20px;
  }

  .accreditation-title {
    font-size: 28px;
  }

  .testimonial-section{
    padding-top: 20px;
  }
  .testimonial-card {
    flex: 0 0 100%;
  }
   .stats-content {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
    padding-top: 20px;
  }
  .stats-value{
    font-size: 30px;
  }

  .stats-title {
    font-size: 28px;
  }

/*  .rr4-row{
    grid-template-columns: 1fr;
  }

  .rr4-nirfTop{
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .rr4-rankRow{
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .rr4-rankCampus{
    text-align: center;
  }
  .rr4-nirfLogo{
    width: 93px;
  }*/

  .why-grid{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.p-shell{
  gap:20px;
 padding-top: 15px;
}
.elig-items-container{
  gap:5px;
}
.accreditation{
  padding:30px 0;
}
.modal-content{
    width: 95%;
}
.program-items-container{
    gap:5px;
}
.enquiry_form{
    width: 100%;
}
.mbap{

  width: 100%;
}
.specializations-list {
    grid-template-columns: repeat(2, 1fr); /* 3 columns */
  }
  .mobile-visible {
    display: block; /* show on mobile */
  }

   .desktop-visible {
    display: none; /* hide on mobile */
  }
     .applybtn{
      font-size: 12px;
      padding:3px;
      background-color: #f0f9ff;
     }
.hero-right .enquiry_form{
  width: 100%;
}
 .brochureForm2{
    width: 100%;
  }
  .brochureForm2__title{
    font-size: 25px;
    padding: 18px 18px;
  }
  .brochureForm2__grid{
    display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 0 18px;
  }
  .brochureForm2__full{   grid-column: 1 / -1;  }

  .brochureForm2__btn{
    width: 100%;
    min-width: 0;
  }
  .brochureForm2__control {
    height: 48px;
  }
  .close {
    top: 4px;
    right: 23px;
}
.pill{
  font-size: 18px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero{
min-height: auto;
  }

  .p-shell{
       display: flex;
 grid-template-columns: repeat(2,1fr)
  
}
.p-text{
  text-align: left;
}

}

