:root {
			--ink: #20292a;
			--muted: #6f7d7d;
			--paper: #f7f8f4;
			--white: #ffffff;
			--green: #276653;
			--green-dark: #04552a;
			--mint: #e5f1e9;
			--line: #e5ebe6;
			--amber: #e9a03b;
			--shadow: 0 16px 45px rgba(35, 68, 57, .08);
		}

		* { box-sizing: border-box; }
		body {
			margin: 0;
			color: var(--ink);
			background: var(--paper);
			font-family: "Noto Sans Gurmukhi", "Nirmala UI", sans-serif;
		}
		button { font: inherit; }
		.app-shell { min-height: 100vh; display: flex; }

		.sidebar {
			width: 270px;
			flex: 0 0 270px;
			background: var(--green-dark);
			color: #fff;
			padding: 29px 18px 22px;
			display: flex;
			flex-direction: column;
			position: relative;
			z-index: 5;    overflow: auto;
		}
		.brand { display: flex; align-items: center; gap: 11px; padding: 0 9px; margin-bottom: 28px; }
		.brand-mark { width: 39px; height: 39px; border-radius: 13px; background: #e4f0e5; color: var(--green-dark); display: grid; place-items: center; font-size: 23px; }
		.brand-name { font-family: "Plus Jakarta Sans", sans-serif; font-size: 13px; line-height: 1.4; font-weight: 800; letter-spacing: -.2px; }
		.brand-name small { display: block; font-family: "Noto Sans Gurmukhi", sans-serif; color: #a8cabe; font-size: 16px; font-weight: 400; }
		.side-label { color: #fff; font-size: 14px; letter-spacing: 1.5px; padding: 0 12px; margin-bottom: 11px; }
		.side-nav { display: grid; gap: 5px; }
		.side-link { border: 0; background: transparent; color: #bed4ca; text-align: left; border-radius: 12px; padding: 12px; display: flex; align-items: center; gap: 11px; cursor: pointer; transition: .2s ease;     text-decoration: none !important;}
		.side-link:hover, .side-link.active { background: rgba(255,255,255,.1); color: #fff; }
		.side-link.active { box-shadow: inset 3px 0 0 #e7b45b; }
		.side-link .icon { width: 20px; display: grid; place-items: center; font-size: 28px; }
		.side-link span:last-child { font-size: 14px; }
		.sidebar-footer { margin-top: auto; border-top: 1px solid rgba(255,255,255,.1); padding: 17px 10px 0; color: #8eb4a4; font-size: 11px; line-height: 1.7; }

		.main { min-width: 0; flex: 1; }
		.topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px;     background-color: #04552a;
    padding: 15px;
    color: #fff;}
		.mobile-menu { display: none; border: 0; color: var(--green-dark); background: var(--mint); border-radius: 11px; width: 42px; height: 42px; font-size: 20px; cursor: pointer; }
		.crumb { color: var(--muted); font-family: "Plus Jakarta Sans", sans-serif; font-size: 11px; letter-spacing: .6px; }
		.profile { display: flex; align-items: center; gap: 10px; }
		.profile-copy { text-align: right; font-size: 12px; font-weight: 600; line-height: 1.4; }
		.profile-copy small { display: block; color: var(--muted); font-family: "Plus Jakarta Sans", sans-serif; font-size: 9px; font-weight: 500; }
		.avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: #d9e9dd; font-size: 20px; }
		.hero { max-width: 790px; margin: 0 auto 35px; }
		.eyebrow { color: var(--amber); font-family: "Plus Jakarta Sans", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; margin-bottom: 10px; }
		h1 { margin: 0; color: var(--green-dark); font-size: clamp(25px, 3vw, 36px); font-weight: 700; letter-spacing: -.8px; line-height: 1.35; }
		.hero p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
		.menu-grid { max-width: 790px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
		.menu-card {  padding: 18px 18px 16px; display: flex; align-items: flex-start; gap: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 6px 20px rgba(35, 68, 57, .025); text-align: left; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;  text-decoration: none !important;}

		.menu-card:hover { transform: translateY(-3px); border-color: #b9d6c3; box-shadow: var(--shadow); }
		.menu-card:focus-visible, .side-link:focus-visible, .mobile-menu:focus-visible { outline: 3px solid #e9b65f; outline-offset: 2px; }
		.card-icon { flex: 0 0 40px; width: 45px; height: 45px; border-radius: 12px; display: grid; place-items: center;  color: var(--green); font-size: 19px; }
		.card-icon img{    width: 44px;}
		.card-number { display: block; color: #a5b5ad; font-family: "Plus Jakarta Sans", sans-serif; font-size: 10px; font-weight: 700; margin-bottom: 5px; }
		.card-title { color: #263735; font-size: 16px; line-height: 1.1; font-weight: 500; }
		.card-arrow {margin-left: auto;
    color: #282828;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    line-height: 1; }
		.footer-note { max-width: 790px; margin: 29px auto 0; color: #99a8a1; font-size: 11px; text-align: center; }
		.details-page { max-width: 790px; margin: 0 auto; padding-top: 8px; }
		.details-heading { margin: 0 0 24px; }
		.details-heading h1 { margin-top: 13px; }
		.details-heading p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
		.back-link { color: var(--green); font-size: 13px; font-weight: 600; text-decoration: none; }
		.back-link:hover { color: var(--green-dark); text-decoration: underline; }
		.accordion { display: grid; gap: 10px; }
		.accordion-item { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 6px 20px rgba(35, 68, 57, .025); }
		.accordion-item.is-open { border-color: #b9d6c3; }
		.accordion-item h2 { margin: 0; }
		.accordion-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 20px; border: 0; background: transparent; color: var(--green-dark); text-align: left; font-size: 16px; font-weight: 600; cursor: pointer; }
		.accordion-trigger:hover { background: #f5faf6; }
		.accordion-icon { color: var(--amber); font-family: Arial, sans-serif; font-size: 23px; font-weight: 400; transition: transform .2s ease; }
		.accordion-item.is-open .accordion-icon { transform: rotate(45deg); }
		.accordion-panel { padding: 0 20px 20px; color: #42504b; font-size: 14px; line-height: 1.9; }
		.accordion-panel p { margin: 0; }
		.details-heading { padding: 0 20px 20px; color: #42504b; font-size: 14px; line-height: 1.9; }
		.details-heading p { margin: 0; }
		.details-heading ul{margin: 0; padding-left: 24px; }
		.details-heading li + li{margin-top: 6px; }
		.accordion-panel ul { margin: 0; padding-left: 24px; }
		.accordion-panel li + li { margin-top: 6px; }
		.overlay { display: none; }
.logossty{    font-size: 20px; font-weight: 500;    color: #fff;}

.container{padding: 15px;}

.loading-page {
	min-height: 100vh;
	display: grid;
	place-content: center;
	justify-items: center;
	gap: 8px;
	background: radial-gradient(circle at center, #ffffff 0, var(--paper) 62%, #e6f0e8 100%);
	animation: loading-appear .45s ease both;
}

.loading-mark {
	width: 72px;
	height: 72px;
	display: grid;
	place-items: center;
	margin-bottom: 8px;
	border-radius: 22px;
	background: var(--green-dark);
	box-shadow: 0 14px 30px rgba(25, 76, 61, .2);
	font-size: 37px;
}

.loading-brand {
	color: var(--green-dark);
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: .5px;
}

.loading-subtitle {
	color: var(--muted);
	font-size: 22px;
}

.loading-spinner {
	width: 28px;
	height: 28px;
	margin-top: 22px;
	border: 3px solid #cfe1d5;
	border-top-color: var(--amber);
	border-radius: 50%;
	animation: loading-spin .8s linear infinite;
}

.loading-status {
	margin: 2px 0 0;
	color: var(--muted);
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 11px;
	letter-spacing: .6px;
}

.welcome-page {
	min-height: 100vh;
	display: grid;
	place-items: center;
	background: #e5f3fb;
}

.welcome-poster {
	width: min(100%, 520px);
	min-height: 100vh;
	
	
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 55px rgba(25, 76, 61, .16);
	background-image: url(../img/bg-sty.jpg);   background-size: 100% 100%;
}

.welcome-heading {
	    position: relative;
    place-items: center;
    text-align: center;
	padding-top: 15px;
}



.welcome-seal {
	position: relative;
	width: 142px;
	height: 142px;
	display: grid;
	place-items: center;
	border: 10px solid #d71920;
	border-radius: 50%;
	color: #17448d;
	background: rgba(255, 255, 255, .84);
	box-shadow: inset 0 0 0 2px #f1c95c;
}

.welcome-seal strong { font: 800 81px/1 Arial, sans-serif; letter-spacing: -11px; transform: translateX(-3px); }
.seal-torch { position: absolute; top: 34px; color: #e7a922; font-size: 24px; }
.seal-copy { position: absolute; width: 124px; color: #d71920; font: 700 7px/1.1 Arial, sans-serif; letter-spacing: .5px; }
.seal-copy-top { top: 8px; }
.seal-copy-bottom { bottom: 8px; color: #17448d; }

.welcome-heading h1 {
	    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    background-color: #04552a;
    padding: 8px 47px;
    margin-top: 11px;
    border: solid 4px #bfe834;
    border-radius: 57px;
}

.welcome-rule { width: min(85%, 360px); display: flex; align-items: center; gap: 14px; color: #168348; }
.welcome-rule span { height: 3px; flex: 1; background: linear-gradient(90deg, transparent, #9bd328); }
.welcome-rule span:last-child { background: linear-gradient(90deg, #9bd328, transparent); }
.welcome-rule i { font-size: 33px; font-style: normal; line-height: 1; transform: rotate(180deg); }

.welcome-photo { position: relative; overflow: hidden; background: linear-gradient(#d4eeb7, #60a940); }
.welcome-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 25%, rgba(13, 80, 28, .18)); pointer-events: none; }
.welcome-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.welcome-footer {
	position: absolute;
    align-items: center;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
	
}


.welcome-button { position: relative;
    align-items: center;
    min-height: 70px;
    padding: 10px 24px;
    border: 3px solid #fff;
    border-radius: 42px;
    color: #fff;
    background: linear-gradient(110deg, #9bd326, #18a85b);
    box-shadow: 0 6px 0 rgba(0, 57, 34, .25), inset 0 1px 8px rgba(255, 255, 255, .45);
    font-size: clamp(24px, 5vw, 32px);
    font-weight: 700;
    text-decoration: none;
    z-index: 1;
    transition: transform .2s ease, filter .2s ease;}
.welcome-button span { font: 400 26px/1 Arial, sans-serif; }
.welcome-button:hover { transform: translateY(-3px); filter: brightness(1.08); }
.footer-leaf { position: absolute; bottom: 30px; color: #78c849; font-size: 70px; line-height: 1; transform: rotate(25deg); }
.footer-leaf-left { left: 20px; }
.footer-leaf-right { right: 20px; transform: scaleX(-1) rotate(25deg); }

@keyframes loading-spin {
	to { transform: rotate(360deg); }
}

@keyframes loading-appear {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

.sub-mainhad{display: block;}


.imgsty15{text-align: center;}
.imgsty15 img{max-width: 100%;}

.pasu-sty{    font-size: 26px;
    font-weight: 600;
    color: #070860;
    margin-bottom: 0px;
    margin-top: 7px;}
.univer-name{    font-size: 18px;
    font-weight: 600;
    color: #070860;
    margin-bottom: 0px;
    margin-top: 7px;
    max-width: 268px;}

.table-wrapper {
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
      overflow-x: auto;    margin-bottom: 10px;
    }

    .punjabi-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
      font-size: 16px;
      color: #111;
    }

    .punjabi-table th,
    .punjabi-table td {
      border: 1px solid #777;
      padding: 5px 8px;
      text-align: left;
      vertical-align: middle;
      line-height: 1.5;
      font-weight: 400;
    }

    .punjabi-table th {
      font-weight: 600;
      text-align: center;
    }

    .punjabi-table .main-heading {
      font-weight: 600;
    }

    .punjabi-table .sub-heading {
      font-weight: 500;
    }

    .punjabi-table .center {
      text-align: center;
    }

    

    @media (max-width: 600px) {
      .punjabi-table {
     
        font-size: 14px;
      }

      .punjabi-table th,
      .punjabi-table td {
        padding: 4px 6px;
      }
    }


		@media (max-width: 700px) {
			.sidebar { position: fixed; inset: 0 auto 0 0; width: min(282px, 86vw); transform: translateX(-101%); transition: transform .25s ease; box-shadow: 12px 0 30px rgba(22, 51, 41, .18); }
			.sidebar.open { transform: translateX(0); }
			.overlay { position: fixed; inset: 0; z-index: 4; background: rgba(20, 42, 34, .4); opacity: 0; pointer-events: none; display: block; transition: opacity .25s ease; }
			.overlay.open { opacity: 1; pointer-events: auto; }
			/*.main { padding: 17px 16px 35px; }*/
		
			.mobile-menu { display: grid; place-items: center; }
			.crumb { display: none; }
			.profile-copy { display: none; }
			.profile { margin-left: auto; }
			.hero { margin-bottom: 25px; }
			h1 { font-size: 25px; }
			.hero p { font-size: 12px; }
			.menu-grid { grid-template-columns: 1fr; gap: 10px; }
			
			
			
		}