 /* CSS वेरिएबल्स - थीम और कलर्स */
    :root {
      --forest: #1b4d3e;
      --leaf: #2c6e49;
      --amber: #f4a261;
      --slate: #2b2d42;
      --mist: #6c757d;
      --white: #ffffff;
      --bg-light: #f8f9fa;
    }

    /* सामान्य स्टाइलिंग */
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      background-color: var(--bg-light);
      color: var(--slate);
      margin: 0;
      padding: 0px;
      line-height: 1.5;
    }

    #structure {
      /*max-width: 1100px;*/
      margin: 0 auto;
      padding: 72px 5%;
    }
.year-tab {
    flex: 1;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    background: var(--white);
    color: var(--slate);
    font-weight: 600;
    font-size: .87rem;
    transition: background .2s, color .2s;
    border: none;
    font-family: 'Space Grotesk', sans-serif;
}
    .section-eyebrow {
      font-size: 0.9rem;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--leaf);
      letter-spacing: 1px;
      margin-bottom: 8px;
    }

    .section-title {
      font-size: 2.2rem;
      color: var(--forest);
      margin-top: 0;
      margin-bottom: 12px;
    }

    .section-title span {
      color: var(--leaf);
    }

    .section-lead {
      font-size: 1.1rem;
      color: var(--mist);
      margin-bottom: 30px;
      max-width: 800px;
    }

    /* वर्ष (Year) बदलने के लिए टैब बटन्स */
    .year-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 25px;
      border-bottom: 2px solid #e0e0e0;
      padding-bottom: 0px;
	  border: 1px solid #D0E0D6;
    }

    .year-tab {
      background: none;
      border: none;
      padding: 10px 20px;
      font-size: 1rem;
      font-weight: 600;
      color: var(--mist);
      cursor: pointer;
      transition: all 0.3s ease;
      border-radius: 5px;
    }

    .year-tab:hover {
      color: var(--leaf);
      background-color: rgba(44, 110, 73, 0.1);
    }

    .year-tab.active {
      color: var(--white);
      background-color: #1f3b7c;
    }

    /* सेमेस्टर ग्रिड और बॉक्स */
    .year-content {
      display: none; /* डिफ़ॉल्ट रूप से सभी वर्ष छुपे रहेंगे */
      grid-template-columns: 1fr;
      gap: 24px;
    }

    /* केवल एक्टिव वर्ष दिखाई देगा */
    .year-content.active {
      display: grid;
    }

    @media (min-width: 768px) {
      .year-content.active {
        grid-template-columns: 1fr 1fr; /* डेस्कटॉप पर 2 सेमेस्टर अगल-बगल दिखेंगे */
      }
    }

    .sem-box {
      background: var(--white);
      padding: 24px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      border-top: 2px solid var(--forest);
    }

    .sem-title {
      display: inline-block;
      font-size: 1.4rem;
      font-weight: 700;
      color: var(--forest);
      margin-bottom: 15px;
      border-bottom: 2px solid var(--amber);
      padding-bottom: 4px;
    }

    /* विषयों की सूची */
    .sem-subjects {
      list-style-type: none;
      padding-left: 0;
      margin-top: 5px;
      margin-bottom: 15px;
    }

    .sem-subjects li {
      position: relative;
      padding-left: 18px;
      margin-bottom: 6px;
      font-size: 17px;
      color: #333;
    }

    .sem-subjects li::before {
      content: "›";
      position: absolute;
      left: 4px;
      color: var(--amber);
      font-weight: bold;
      font-size: 1.2rem;
      top: -2px;
    }

    /* क्रेडिट इन्फो पट्टी */
    .credit-info {
      background: #f0f7f4;
      padding: 10px 14px;
      border-radius: 6px;
      font-size: 0.88rem;
      color: var(--forest);
      border-left: 3px solid var(--leaf);
    }
	
	
	
	/* Start  Programme Outcomes     */
	
	 .section-alt {
     /* max-width: 1400px;*/
      margin: 0 auto;
	  padding: 72px 5%;
	  background-color: #f0f2fb;
    }

    .section-eyebrow {
      font-size: 0.85rem;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--leaf);
      letter-spacing: 1px;
      margin-bottom: 12px;
    }

    .section-title {
      font-size: 2.3rem;
      color: var(--forest);
      margin-top: 0;
      margin-bottom: 14px;
      font-weight: 700;
    }

    .section-title span {
      color: #b75536; /* ब्राइट ग्रीन हाइलाइट */
    }

    .section-lead {
      font-size: 1.05rem;
      color: var(--mist);
      margin-bottom: 40px;
      max-width: 650px;
    }

    /* ── रिस्पॉन्सिव ग्रिड (Responsive Grid) ── */
    .outcomes-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
    }

    /* टैबलेट स्क्रीन के लिए */
    @media (min-width: 768px) and (max-width: 1100px) {
      .outcomes-grid {
        grid-template-columns: 1fr 1fr;
      }
      .pso-card {
        grid-column: span 2;
      }
    }

    /* डेस्कटॉप बड़ी स्क्रीन के लिए (बिल्कुल इमेज जैसा 3-कॉलम लेआउट) */
    @media (min-width: 1101px) {
      .outcomes-grid {
        grid-template-columns: 1fr 1fr 1fr;
      }
    }

    /* कार्ड्स का बेसिक स्ट्रक्चर */
    .outcome-card {
      background: var(--white);
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    /*  display: flex;*/
      flex-direction: column;
      justify-content: space-between;
    }

    /* हर कार्ड का अलग बॉर्डर कलर */
    .peo-card { border-top: 4px solid var(--peo-border); }
    .plo-card { border-top: 4px solid var(--plo-border); }
    .pso-card { border-top: 4px solid var(--pso-border); }

    .card-title {
      font-size: 0.95rem;
      font-weight: 700;
      color: #0b3022;
      margin-top: 0;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .items-container {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    /* विषय और आइटम बॉक्सेज़ */
    .item-box {
      border-radius: 6px;
      padding: 12px 14px;
    }

    /* PEO और PLO का पेस्टल ग्रीन बॉक्स */
    .peo-card .item-box, .plo-card .item-box {
      background:#e9e8f5;
    }

    /* PSO का हल्का पीला और बॉर्डर्ड बॉक्स */
 .pso-card .item-box {
    background: #bbb7d5;
    border: 1px solid var(--pso-item-border);
    border-left: 3px solid #b9194d;
}

    .item-tag {
      font-weight: 700;
      font-size: 18px;
      display: block;
      margin-bottom: 4px;
    }
    
    .peo-card .item-tag { color: #c94a66; }
    .plo-card .item-tag { color: #c94a66; }
    .pso-card .item-tag { color: #c94a66; }

    .item-text {
      font-size: 18px;
      color: #333d38;
      margin: 0;
      line-height: 1.4;
    }

    /* ── एलिजिबिलिटी क्राइटेरिया (डार्क फॉरेस्ट ग्रीन बॉक्स) ── */
   .eligibility-box {
    background: #d2d1d7;
    border-radius: 8px;
    padding: 18px;
    margin-top: 24px;
}

    .eligibility-title {
      color: #c35412;
      font-size: 18px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .eligibility-row {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid rgba(255,255,255,0.07);
      padding: 8px 0;
    }

    .eligibility-row:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .eligibility-label {
    color: rgb(0 0 0);
    font-size: 18px;
}

    .eligibility-value {
    color: #c34408;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}
	/* End  Programme Outcomes   */
.mobile-call-action-container {
    display: none;
}	
	@media (max-width: 599px) {
		.year-tabs {display: block;}
       /*.hero-bg-img {display:none!important; }*/
.hero-bg-img {position: relative!important;}
	    .hero {padding: 2px 0% 40px!important;}
	    .main-content {
        grid-template-columns: 1fr;
        padding: 8px 17px 10px!important;
    }
.hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: auto!important;
}
		
 .hero {
    position: relative;
    min-height: auto!important;
    display: flex;
    flex-direction: column;
  }		
	 .mobile-call-action-container {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        background-color: #03163D;
        box-shadow: 0 -4px 10px rgba(0,0,0,0.15);
        z-index: 9999;
    }

    .mob-action-btn-box {
        flex: 1;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .mob-action-btn-box:last-child {
        border-right: none;
    }

    .mob-action-btn-box a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 14px 0;
        font-weight: 600;
        font-size: 15px;
    }

    .mob-action-btn-box img {
        height: 20px !important;
        margin-right: 6px;
        vertical-align: middle;
    }	
	}