:root {
    --blue:        #2a5ba8;
    --blue-dark:   #1d4285;
    --blue-light:  #e8f0fb;
    --green:       #bed640;
    --green-dark:  #a3bb2e;
    --green-light: #f2f8d0;
    --white:       #ffffff;
    --bg:          #f7efe5;
    --bg2:         #f7efe5;
    --text:        #1a2a45;
    --text-muted:  #5a6e8c;
    --border:      #dce5f5;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
 font-family: "Inter", sans-serif;
   /* background: var(--bg);*/
    color: var(--text);
    overflow-x: hidden;
    background:linear-gradient(rgba(253 252 250 / 72%), rgba(253 252 250 / 72%)),
          url("../images/bg.jfif");background-size: cover;background-position: center;height: 100vh;

  }
  
  

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; width: 100%; z-index: 100;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(14px);
    border-bottom: 2px solid var(--green);
    padding: 10px 5%;
    display: flex; align-items: center; /*justify-content: space-between;*/
    /*height: 70px;*/
    box-shadow: 0 2px 20px rgba(42,91,168,0.08);
  }
 
  
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem; font-weight: 500;
    transition: color 0.3s;
  }
  .nav-links a:hover { background:#d2eb0b;
    color: #000;
    border-color: #d2eb0b; }
  .nav-cta {
    background: var(--blue);
    color: var(--white) ;
    padding: 0.5rem 1.4rem;
    border-radius:8px;
    font-weight: 600;
   
  }
  .nav-cta a:hover { background:#d2eb0b;
    color: #000;
    border-color: #d2eb0b;}
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
  .hamburger span { display: block; width: 24px; height: 2px; background: var(--blue); transition: 0.3s; }
    .three-logo{display:flex;align-items:center;padding:0px;margin:0 0 0 50px;width: 72%;gap: 14px;}
.ip-width{background:#f0f4ff;border-radius:5px;border:rgba(39,95,170,0.12);padding:5px;width: 60px;
    height: 60px;}
.ip-width img{width:100%}
.ip-logo{width:140px;height:60px;background:#f0f4ff;border-radius:5px;border:rgba(39,95,170,0.12);padding:5px;}
.ip-logo img{width:100%}

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding: 80px 5% 60px;
    background: linear-gradient(135deg, #eef2fb 0%, #f5f7fc 50%, #f0f6e8 100%);
    margin-top:80px;
    position:relative;
  }
  .hero:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#1b1c1c8a;top:0}
  .hero-dots {
    position: absolute; inset: 0; z-index: 0;
    background-image: radial-gradient(circle, rgba(42,91,168,0.08) 1.5px, transparent 1.5px);
    background-size: 36px 36px;
  }
  .hero-blob1 {
    position: absolute; width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(190,214,64,0.18) 0%, transparent 70%);
    top: -100px; right: -100px; z-index: 0;
  }
  .hero-blob2 {
    position: absolute; width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(42,91,168,0.1) 0%, transparent 70%);
    bottom: -80px; left: -80px; z-index: 0;
  }

  .hero-content { position: relative; z-index: 2; max-width: 650px; }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: var(--green-light);
    border: 1.5px solid var(--green);
    color: #6b8200;
    padding: 0.4rem 1rem; border-radius: 50px;
    font-size: 0.8rem; font-weight: 700;
    letter-spacing: 0.8px; text-transform: uppercase;
    margin-bottom: 1.5rem;
    animation: fadeInDown 0.8s ease both;
  }
  .hero-title {
 font-family: "Inter", sans-serif;
    font-size: clamp(2.6rem, 5.5vw, 50px);
    font-weight: 900; line-height:70px;
    color:#fff;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.9s ease 0.1s both;
  }
  .hero-title .highlight { color: var(--blue); display: block; }
  .hero-title .accent { color: #d2eb0b; }
  .hero-sub {
    font-size: 1.05rem; font-weight: 400;
    color:#fff; line-height: 1.7;
    max-width: 560px; margin-bottom: 2.5rem;
    animation: fadeInUp 1s ease 0.2s both;
  }
  .hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; animation: fadeInUp 1s ease 0.3s both; }
  .btn-primary {
    background: var(--blue);
    color: var(--white);
    padding: 0.9rem 2.2rem; border-radius:8px;
    font-weight: 500; font-size:13px;
    letter-spacing: 1px;
    text-decoration: none; transition: all 0.3s;
    box-shadow: 0 8px 28px rgba(42,91,168,0.28);
  }
  .btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 12px 36px rgba(42,91,168,0.38); }
  .btn-green {
    background: transparent;
    color: #d2eb0b;
    padding: 0.9rem 2.2rem; border-radius:8px;
    font-weight: 500; font-size:13px;
    letter-spacing: 1px;
    text-decoration: none; transition: all 0.3s;
    border:2px solid #d2eb0b;
  }
  .btn-green:hover { background: #d2eb0b; transform: translateY(-2px);color:#000; }
  .btn-outline {
    border: 2px solid var(--blue);
    color: var(--blue);
    padding: 0.9rem 2.2rem; border-radius: 50px;
    font-weight: 600; font-size: 1rem;
    text-decoration: none; transition: all 0.3s;
  }
  .btn-outline:hover { background: var(--blue); color: var(--white); }
  /* Stats grid */
  .hero-stats {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
  }
  .stat-item {
    background: rgba(255,255,255,0.05);
    padding: 18px 20px;
    text-align: center;
    backdrop-filter: blur(4px);
    transition: background 0.2s;
  }
  .stat-item:hover { background: rgba(210,235,11,0.08); }
  .stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #fff;
    display: block;
    line-height: 1;
  }
  .stat-label {
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 4px;
    display: block;
  }

  /* Hero card */
  .hero-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    padding: 36px 32px;
    animation: floatCard 4s ease-in-out infinite;
  }
  @keyframes floatCard { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
  .hero-card h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
  }
  .card-programs { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .card-programs li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    border-left: 3px solid #d2eb0b;
    transition: all 0.2s;
    cursor: default;
  }
  .card-programs li:hover { background: rgba(210,235,11,0.1); transform: translateX(4px); }
  .card-programs li .arrow { margin-left: auto; color:#d2eb0b; font-size: 12px; }
  .card-admit-btn {
    display: block;
    margin-top: 20px;
    background:#d2eb0b;
    color: var(--text-dark);
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    padding: 13px;
    border-radius: 9px;
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all 0.2s;
  }
  .card-admit-btn:hover { background: var(--lime-dark); }

/*  .hero-stats {
    display: flex; gap: 2.5rem; flex-wrap: wrap;
    margin-top: 3.5rem; padding-top: 2.5rem;
    border-top: 2px solid var(--border);
    animation: fadeInUp 1s ease 0.4s both;
  }
  .stat-num {
 font-family: "Inter", sans-serif;
    font-size: 1.8rem; font-weight: 900; color:#a3bb2e; line-height: 1;
  }
  .stat-label { font-size: 0.60rem; color: #fff; margin-top: 0.3rem; text-transform: uppercase; letter-spacing: 0.5px; }*/

  /* Floating Form */
  .hero-visual {
    position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
    width: 400px; z-index: 2;
    animation: floatCard 0.9s ease 0.5s both;
  }
  .form-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 24px; padding: 2.2rem;
    box-shadow: 0 30px 80px rgba(42,91,168,0.14);
  }
  .form-card-top {
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    margin: -2.2rem -2.2rem 1.8rem;
    padding: 1.5rem 2.2rem;
    border-radius: 22px 22px 0 0;
  }
  .form-card-top h3 { color: var(--white);font-size: 1.4rem; font-weight: 700; }
  .form-card-top p { color: rgba(255,255,255,0.7); font-size: 0.83rem; margin-top: 0.3rem; }
  .form-field { margin-bottom: 1rem; }
  .form-field label { display: block; font-size: 0.75rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.4rem; letter-spacing: 0.5px; text-transform: uppercase; }
  .form-field input, .form-field select {
    width: 100%; padding: 0.78rem 1rem;
    background: var(--bg);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    color: var(--text); font-size: 0.9rem;
    outline: none; transition: border 0.3s, background 0.3s;
    font-family: 'DM Sans', sans-serif;
  }
  .form-field input:focus, .form-field select:focus { border-color: var(--blue); background: var(--blue-light); }
  .form-submit {
    width: 100%; padding: 0.92rem;
    background: var(--green);
    color: var(--text);
    font-weight: 700; font-size: 1rem;
    border: none; border-radius: 10px;
    cursor: pointer; transition: all 0.3s;
    font-family: 'DM Sans', sans-serif;
    margin-top: 0.5rem;
    box-shadow: 0 6px 20px rgba(190,214,64,0.35);
  }
  .form-submit:hover { background: var(--green-dark); transform: translateY(-1px); }
  .form-note { text-align: center; font-size: 0.73rem; color: var(--text-muted); margin-top: 0.9rem; }

  /* ── SECTION BASE ── */
  section { padding: 90px 5%; }
  .section-tag {
    display: inline-block; color: #275faa;;
    font-size:14px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0.8rem;
  }
  .section-title {
 font-family: "Inter", sans-serif;
    font-size: clamp(2rem, 3.8vw, 2.6rem);
    font-weight: 900; line-height:60px; color: #0d1b2a;
    margin-bottom: 1rem;
  }
  
  .section-title span {
    color: #275faa;
}

.section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #275faa;;
    margin-bottom: 10px;
  }

  .section-sub { color: var(--text-muted); font-size: 1rem; max-width: 600px; line-height: 1.7; }
  .text-center { text-align: center; }
  .text-center .section-sub { margin: 0 auto; }

  /* ── ABOUT ── */
.recruiterss .recruiters-thumb{width:15%}
.recruiterss{text-align:center}
 .recruiters-thumb img{width:100%}
.recruiters-thumb{display:inline-block;margin: 9px;width: 12%;border:1px solid #f0f0f0;padding: 0 15px;  transition: all 0.3s ease;}
.recruiters-thumb:hover {transform: translateY(-8px);box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);}

  /*.about { background: var(--white); }*/
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; margin-top: 4rem; }
  .about-pills { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 2rem; }
  .about-grid .section-title{margin-bottom:30px}
  .pill {
    background: var(--blue-light);
    border: 1.5px solid rgba(42,91,168,0.2);
    color: var(--blue);
    padding: 0.42rem 1.1rem; border-radius: 50px;
    font-size: 0.9rem; font-weight: 600;
  }
  
  .about-cards { display: flex; flex-direction: column; gap: 1.2rem; }
  .about-card {
    background: var(--bg);
    border: 1.5px solid var(--border);
    border-radius: 16px; padding: 1.5rem;
    display: flex; gap: 1.2rem; align-items: flex-start;
    transition: border-color 0.3s, box-shadow 0.3s;
  }
  .about-card:hover { border-color: var(--blue); box-shadow: 0 6px 24px rgba(42,91,168,0.1); }
  .card-icon {
    width: 48px; height: 48px;
    background: var(--blue-light);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; flex-shrink: 0;
  }
  .card-info h4 { font-size: 0.95rem; font-weight: 700; color: var(--text); margin-bottom: 0.3rem; }
  .card-info p { font-size: 0.83rem; color: var(--text-muted); line-height: 1.5; }
  .card-info ul{list-style:disc;padding-left:20px}
  .card-info ul li{font-size: 0.83rem; color: var(--text-muted); line-height: 1.5;}

  /* ── PROGRAMS ── */
  .programs { background:#f7efe5; }/*repeat(auto-fill, minmax(290px, 1fr))*/
  .programs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
  .program-card {
    background:#f2f2f2;
    border: 1.5px solid var(--border);
    border-radius: 20px; padding: 2rem;
    position: relative; overflow: hidden;
    transition: all 0.35s; cursor: pointer;
    box-shadow: 0 2px 12px rgba(42,91,168,0.06);
  }
  .program-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--green));
    transform: scaleX(0); transform-origin: left; transition: transform 0.4s;
  }
  .program-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(42,91,168,0.14); border-color: rgba(42,91,168,0.3); }
  .program-card:hover::before { transform: scaleX(1); }
  .program-desc ul{padding-left:20px;}
  .program-icon { font-size: 2.4rem; margin-bottom: 1rem; }
  .program-code { font-size: 1.1rem; letter-spacing: 2px; color: var(--blue); text-transform: uppercase; font-weight: 700; }
  .program-name { font-size: 1.1rem; font-weight: 700; color: var(--text); margin: 0.4rem 0 0.7rem; }
  .program-desc { font-size: 1.0rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1.2rem; }
  .program-meta { display: flex; flex-wrap: wrap; gap: 0.6rem; }
  .meta-tag {
    background: var(--bg2);
    border: 1px solid var(--border);
    padding: 0.28rem 0.8rem; border-radius: 50px;
    font-size: 0.72rem; color: var(--text-muted); font-weight: 500;
  }
  
  /* ========= DEPARTMENTS ========= */
  .departments-section { background:#f7efe5; }
  .dept-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .dept-card {
    border: 1.5px solid var(--border);
    border-top: 3px solid var(--blue);
    border-radius: 14px;
    padding: 24px 22px 20px;
    background: var(--offwhite);
    transition: all 0.25s;
    display: flex;
    flex-direction: column;
  }
  .dept-card:hover {
    border-top-color: var(--lime);
    background: white;
    box-shadow: 0 10px 32px rgba(39,95,170,0.10);
    transform: translateY(-4px);
  }
  .dept-card-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }
  .dept-icon {
    width: 42px; height: 42px;
    background: #e8f0fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .dept-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.25;
    margin-bottom: 5px;
  }
  .dept-badge-pill {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--blue);
    background: rgba(39,95,170,0.09);
    border: 1px solid rgba(39,95,170,0.18);
    border-radius: 4px;
    padding: 2px 8px;
  }
  .dept-bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    flex: 1;
  }
  .dept-bullets li {
    font-size: 13px;
    color: var(--text-mid);
    line-height: 1.6;
    padding-left: 14px;
    position: relative;
  }
  .dept-bullets li::before {
    content: '';
    position: absolute;
    left: 0; top: 8px;
    width: 5px; height: 5px;
    background: var(--blue);
    border-radius: 50%;
  }
  .dept-career-row {
    border-top: 1px solid var(--border);
    padding-top: 12px;
    margin-top: auto;
  }
  .dept-career-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 8px;
  }
  .dept-tags { display: flex; flex-wrap: wrap; gap: 5px; }
  .dtag {
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    padding: 3px 9px;
  }
  .dtag.blue {
    color: var(--blue);
    background: rgba(39,95,170,0.08);
    border: 1px solid rgba(39,95,170,0.18);
  }
  .dtag.lime {
    color: #3a4300;
    background: rgba(210,235,11,0.18);
    border: 1px solid rgba(210,235,11,0.5);
  }
  @media (max-width: 1100px) {
    .dept-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 600px) {
    .dept-grid { grid-template-columns: 1fr; }
  }
  
  
  /* ========= ELIGIBILITY ========= */
  .eligibility-section { background: var(--offwhite); }
  .elig-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .elig-card {
    background:#f7efe5;
    border: 1.5px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.25s;
  }
  .elig-card:hover { box-shadow: 0 10px 32px rgba(39,95,170,0.10); transform: translateY(-4px); }
  .elig-card-header {
    background: var(--blue);
    padding: 20px 24px 16px;
    position: relative;
    overflow: hidden;
  }
  .elig-card-header::after {
    content: '';
    position: absolute;
    bottom: -18px; right: -18px;
    width: 70px; height: 70px;
    border-radius: 50%;
    background: rgba(210,235,11,0.15);
  }
  .elig-tag {
    display: inline-block;
    background: var(--lime);
    color: var(--text-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
  }
  .elig-card-header h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.1;
    position: relative;
    z-index: 1;
  }
  .elig-card-body { padding: 22px 24px; }
  .elig-row { margin-bottom: 18px; }
  .elig-row:last-child { margin-bottom: 0; }
  .elig-row-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 7px;
  }
  .elig-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(39,95,170,0.06);
    border: 1px solid rgba(39,95,170,0.14);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--blue);
  }
  .elig-dot { width: 8px; height: 8px; background: #d2eb0b; border-radius: 50%; flex-shrink: 0; }
  .elig-subjects { display: flex; flex-wrap: wrap; gap: 6px; }
  .subj-tag {
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 5px;
  }
  .subj-tag.mandatory { background: rgba(39,95,170,0.09); color: var(--blue); border: 1px solid rgba(39,95,170,0.2); }
  .subj-tag.optional { background: rgba(210,235,11,0.15); color: #3a4300; border: 1px solid rgba(210,235,11,0.45); }
  .elig-divider { height: 1px; background: var(--border); margin: 16px 0; }
  .elig-exam-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 13px;
  }
  .elig-exam-row:last-child { border-bottom: none; }
  .exam-name { font-weight: 600; color: var(--text-dark); }
  .exam-priority {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 4px;
  }
  .exam-priority.p1 { background: rgba(39,95,170,0.1); color: var(--blue); }
  .exam-priority.p2 { background: rgba(210,235,11,0.2); color: #3a4300; }
  .exam-priority.p3 { background: rgba(39,95,170,0.05); color: var(--text-light); border: 1px solid var(--border); }
  .duration-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--blue);
    color: white;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 8px;
    margin-top: 12px;
  }
  .duration-pill .dur-num { color: var(--lime); font-size: 18px; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; }
  @media (max-width: 1024px) { .elig-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 640px) { .elig-grid { grid-template-columns: 1fr; } }

  /* ========= SCHOLARSHIPS ========= */
  .scholarships-section { background: var(--blue); position: relative; overflow: hidden; }
  .scholarships-section::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 500px; height: 500px;
    border-radius: 50%;
    border: 60px solid rgba(210,235,11,0.07);
    pointer-events: none;
  }
  .scholarships-section .section-title { color: white; }
  .scholarships-section .section-title span { color: #d2eb0b; }
  .scholarships-section .section-label { color: rgba(210,235,11,0.7); }
  .scholarships-section .title-underline { background: #d2eb0b; }
  .schol-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .schol-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 28px 24px;
    backdrop-filter: blur(8px);
    transition: all 0.3s;
  }
  .schol-card:hover { background: rgba(255,255,255,0.13); transform: translateY(-4px); }
  .schol-card h4 {
   
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color:#d2eb0b
;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }
  .schol-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 13.5px;
  }
  .schol-row:last-child { border-bottom: none; }
  .schol-row .criteria { color: rgba(255,255,255,0.7); }
  .schol-row .pct {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color:#d2eb0b;
  }

  /* ── PLACEMENTS ── */
  .placements { background: #f7efe5; }
  .placement-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 1rem; }
  .placement-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 3rem; }
  .place-stat {
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    border-radius: 18px; padding: 1.8rem; text-align: center;
    box-shadow: 0 8px 28px rgba(42,91,168,0.2);
  }
  .place-stat-num {
 font-family: "Inter", sans-serif;
    font-size: 2.2rem; font-weight: 900; color: var(--green);
  }
  .place-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.75); margin-top: 0.4rem; }
  .recruiters { margin-top: 2.5rem; }
  .recruiters h4 { font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 1.2rem; font-weight: 600; }
  .recruiter-logos { display: flex; flex-wrap: wrap; gap: 0.8rem; }
  .recruiter-badge {
    background: var(--bg);
    border: 1.5px solid var(--border);
    border-radius: 10px; padding: 0.55rem 1.3rem;
    font-size: 0.85rem; font-weight: 600; color: var(--text-muted);
    transition: all 0.3s;
  }
  .recruiter-badge:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-light); }
  
  /* ========= PROCESS ========= */
 /* .process-section { background: white; }*/
  .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 52px;
    position: relative;
  }
  .process-steps::before {
    content: '';
    position: absolute;
    top: 36px; left: 12.5%; right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, #275faa, #d2eb0b);
    z-index: 0;
  }
  .process-step { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
  .step-circle {
    width: 72px; height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #275faa, #3a78cc);
    color: white;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 4px solid white;
    box-shadow: 0 4px 20px rgba(39,95,170,0.25);
    transition: all 0.3s;
  }
  .process-step:hover .step-circle { background: #d2eb0b; color: var(--text-dark); transform: scale(1.1); }
  .process-step h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--text-dark);
    letter-spacing: 0.03em;
    margin-bottom: 8px;
  }
  .process-step p { font-size: 13px; color: var(--text-light); line-height: 1.5; }

  /* ── CAMPUS ── */
  .campus { background: var(--bg2); }
  .campus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3.5rem; }
  .campus-item {
    background:#f7efe5;
    border: 1.5px solid var(--border);
    border-radius: 15px; padding: 1rem; text-align: center;
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(42,91,168,0.05);
    
  }
  .campus-item img{width:100%;border-radius:15px}
  .campus-item:hover { border-color: var(--green); transform: translateY(-5px); box-shadow: 0 12px 32px rgba(190,214,64,0.2); }
  .campus-item .campus-emoji { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
  .campus-item h4 { font-size: 0.98rem; font-weight: 700; color: var(--text); margin-top:15px}
  .campus-item p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; }

  /* ── WHY EIT ── */
  .why { background: var(--white); }
  .why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; margin-top: 3.5rem; }
  .why-item {
    background: var(--bg);
    border: 1.5px solid var(--border);
    border-radius: 16px; padding: 1.8rem;
    display: flex; gap: 1.2rem;
    transition: all 0.3s;
  }
  .why-item:hover { border-color: var(--blue); background: var(--blue-light); box-shadow: 0 6px 24px rgba(42,91,168,0.1); }
  .why-icon {
    font-size: 1.7rem; width: 52px; height: 52px;
    background: var(--blue-light);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .why-text h4 { font-size: 0.95rem; font-weight: 700; color: var(--text); margin-bottom: 0.4rem; }
  .why-text p { font-size: 0.83rem; color: var(--text-muted); line-height: 1.55; }

  /* ── TESTIMONIALS ── */
  .testimonials { background: var(--bg2); }
  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
  .testimonial-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 20px; padding: 2rem;
    position: relative;
    box-shadow: 0 2px 12px rgba(42,91,168,0.06);
    transition: box-shadow 0.3s;
  }
  .testimonial-card:hover { box-shadow: 0 12px 36px rgba(42,91,168,0.12); }
  .testimonial-card::before { content: '"'; position: absolute; top: 1rem; right: 1.5rem; font-family: 'Playfair Display', serif; font-size: 5rem; color: var(--green); opacity: 0.25; line-height: 1; }
  .testimonial-text { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.5rem; }
  .testimonial-author { display: flex; align-items: center; gap: 0.8rem; }
  .author-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--green));
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1rem; color: var(--white);
  }
  .author-info h5 { font-size: 0.88rem; font-weight: 700; color: var(--text); }
  .author-info span { font-size: 0.75rem; color: var(--blue); font-weight: 500; }

  /* ── CTA STRIP ── */
  .cta-section {
    padding: 90px 5%;
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
    text-align: center; position: relative; overflow: hidden;
  }
  .cta-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(190,214,64,0.15) 0%, transparent 70%);
  }
  .cta-section > * { position: relative; z-index: 1; }
  .cta-section .section-title { color: var(--white); margin-bottom: 1rem; }
  .cta-section p { color: rgba(255,255,255,0.72); margin-bottom: 2.5rem; font-size: 1.05rem; }
  .cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .btn-white {
    background: var(--white); color: var(--blue);
    padding: 0.9rem 2.2rem; border-radius: 50px;
    font-weight: 700; font-size: 1rem; text-decoration: none;
    transition: all 0.3s; box-shadow: 0 6px 24px rgba(0,0,0,0.15);
  }
  .btn-white:hover { background: var(--bg); transform: translateY(-2px); }

  /* ── FOOTER ── */
  footer {
    background: #1a2a45;
    padding: 1rem 5% 1rem;
    border-top: 3px solid var(--green);
  }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 2.5rem; }
  .footer-brand .logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 900; color: var(--green); margin-bottom: 1rem; }
  .footer-brand p { font-size: 0.84rem; color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 320px; }
  .footer-col h5 { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--green); margin-bottom: 1rem; font-weight: 700; }
  .footer-col ul { list-style: none; }
  .footer-col ul li { margin-bottom: 0.6rem; }
  .footer-col ul li a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.84rem; transition: color 0.3s; }
  .footer-col ul li a:hover { color: var(--green); }
  .footer-bottom {  display: flex; justify-content:center; align-items: center; }
  .footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.3); }
  .footer-contact a { color: var(--green); text-decoration: none; }

  /* ── DIVIDER ACCENT ── */
  .divider { height: 5px; background: linear-gradient(90deg, var(--blue) 0%, var(--green) 50%, var(--blue) 100%); }

  /* ── ANIMATIONS ── */
  @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes fadeInUp   { from { opacity: 0; transform: translateY(30px); }  to { opacity: 1; transform: translateY(0); } }
  @keyframes floatCard  { from { opacity: 0; transform: translateY(-44%) scale(0.96); } to { opacity: 1; transform: translateY(-50%) scale(1); } }

  /* ── RESPONSIVE ── */
  @media (max-width: 1100px) {
    .hero-visual { display: none; }
    .hero-content { max-width: 100%; }
  }
  @media (max-width: 768px) {
    .nav-links { display: none; }
    .hamburger { display: flex; }
    section { padding: 60px 4%; }
    .hero { padding: 80px 4% 60px; }
    .hero-title { font-size: 2.3rem; }
    .hero-stats { gap: 1.5rem; }
    .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .programs-grid { grid-template-columns: 1fr; }
    .placement-stats { grid-template-columns: repeat(2, 1fr); }
    .campus-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .placement-header { flex-direction: column; align-items: flex-start; }
  }
  @media (max-width: 480px) {
    .hero-btns { flex-direction: column; }
    .btn-primary, .btn-green, .btn-outline { text-align: center; }
    .placement-stats { grid-template-columns: 1fr; }
    .campus-grid { grid-template-columns: 1fr; }
    .cta-buttons { flex-direction: column; align-items: center; }
  }
  
    /* ========= RESPONSIVE ========= */
  @media (max-width: 1024px) {
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .schol-grid { grid-template-columns: repeat(2, 1fr); }
    .process-steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .process-steps::before { display: none; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-card { display: none; }
   
    .hamburger { display: flex; }
  }
  @media (max-width: 768px) {
    .topbar { display: none; }
    .header-inner { padding: 0 20px; height: 64px; }
    .logo-text .inst-name { font-size: 14px; }
    .partner-logos { display: none; }
    .hero-inner { padding: 60px 20px; }
    .hero-stats { grid-template-columns: repeat(3, 1fr); }
    .why-grid { grid-template-columns: 1fr; }
    .schol-grid { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr 1fr; }
    .container { padding: 0 20px; }
    section { padding: 56px 0; }
    .placement-headline { flex-direction: column; align-items: stretch; }
    .nav-logo img{width:100px}
  }
  @media (max-width: 480px) {
    .process-steps { grid-template-columns: 1fr; }
    .hero-stats { grid-template-columns: repeat(2, 1fr); }
    .stat-item:last-child { grid-column: inherit; }
    .three-logo {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0 0 0 30px;
    width: 198px;
    gap: 9px;
}
.ip-logo{height:40px}
  }
  
   /* ── RESPONSIVE ── */
  @media (max-width: 1100px) {
    .hero-visual { display: none; }
    .hero-content { max-width: 100%; }
  }
  @media (max-width: 768px) {
    .nav-links { display: none; }
    .hamburger { display:none; }
    section { padding: 60px 4%; }
    .hero { padding: 50px 4% 60px; }
    .hero-title { font-size: 2.3rem; }
    .hero-stats { gap: 1.5rem; }
    .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .programs-grid { grid-template-columns: 1fr; }
    .placement-stats { grid-template-columns: repeat(2, 1fr); }
    .campus-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .placement-header { flex-direction: column; align-items: flex-start; }
    .section-title{line-height:40px}
    .nav{display:block}
    
  }
  @media (max-width: 480px) {
    .hero-btns { flex-direction: column; }
    .btn-primary, .btn-green, .btn-outline { text-align: center; }
    .placement-stats { grid-template-columns: repeat(2, 1fr); }
    .campus-grid { grid-template-columns: 1fr; }
    .cta-buttons { flex-direction: column; align-items: center; }
    .recruiters-thumb,.recruiterss .recruiters-thumb {width: 43.6%}
    .placement-header{margin-bottom:0}
    .place-stat-num {font-size: 20px;}
    .placement-stats{margin-top:30px}
    .recruiters h4{text-align:center}
    .hero-stats { gap: 0;}
    .hero-title{font-size:30px;line-height:40px}
    .section-title br{display:none}
    .about-grid{margin-top:0}
        .section-title {
        line-height: 40px;
        font-size: 29px;
    }
    .ip-width{height:40px}
    .hero{margin-top:66px}
    
    .hero-visual {
    position: relative;
    right: 0;
    top: 100%;
    transform: translateY(-50%);
    width: 90%;
    z-index: 2;
    animation: floatCard 0.9s ease 0.5s both;
    left: 0;
    margin: auto;
    display: block;
}

.form-card-top h3{font-size:17px}
.hero{display:block}
.hero-visual{transform: translateY(0%)!important;margin-top:30px;width:95%}
.hero-btns{display:none}
.hero-stats{margin-top:20px}
.pill{font-size: 0.7rem;}

  }
