@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/wp-content/themes/parul/assets/font/Figtree-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* ==========================================================================
   Polymath Display Font Family
   ========================================================================== */

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display';
    src: url('/wp-content/themes/parul/assets/font/Polymath-Display-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
  --navy: #0F0445;
  --dark-navy: #090327;
  --warning-yellow: #FFC800;
  --purple-outline: #5641E0;
  --font-figtree: 'Figtree', sans-serif;
  --font-display: 'Polymath Display', sans-serif;
  --font-outfit: 'Figtree', sans-serif;
	--sbw: 0px;
}

* {
 font-family: var(--font-figtree);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-x: clip;
}
body {
  background-color: #ffffff;
  font-family: var(--font-figtree);
  color: var(--navy);
	overflow:hidden;
}
.postid-50373 header{
	background-color:#0f0445;
	z-index:99;
}

/* 100% Fluid Master Wrapper */
.hero-content-section{
	padding:200px 0px 70px;
}

/* Hero Background Wavy Texture Pattern (image 239.png) */
.hero-pattern-bg {
  width: 100%;
  height: 650px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
  object-fit: cover;
  object-position: top center;
}

/* Custom Colors & Utilities */
.bg-dark-navy {
  background-color: var(--dark-navy) !important;
}

.bg-navy {
  background-color: var(--navy) !important;
}

.text-navy {
  color: var(--navy) !important;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.brand-vr-line {
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.15);
}

.arrow-down {
  font-size: 10px;
  margin-left: 2px;
}

.top-utility-bar {
  position: relative;
  z-index: 10;
}

.navbar {
  position: relative;
  z-index: 10;
}

.hero-content-section {
  position: relative;
  z-index: 10;
  background: transparent;
}

.hero-max-container {
  max-width: 1240px;
}

.hero-title-text {
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 1.1;
  color: var(--navy);
}

.hero-content-section p {
  font-size: 18px;
	margin-bottom:30px;
}

.hero-nacc-logo {
  height: 43px;
}
.hero-flip {
	position: relative;
	width: 100%;
	perspective: 1600px;
	background: transparent;
	border: 0;
	/* overflow hidden yahan MAT lagana — 3D flip clip ho jayega.
	   Rounding faces par hai.                                   */
	overflow: visible;
}

.hero-flip-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform .9s cubic-bezier(.2, .7, .2, 1);
	will-change: transform;
}

.hero-flip-face {
	position: absolute;
	inset: 0;
	border-radius: 1rem;            /* = rounded-4 */
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	box-shadow: 0 2px 10px rgba(11, 27, 73, .08);
	transition: box-shadow .45s ease;
}

.hero-flip-back {
	transform: rotateY(180deg);
}

.hero-flip-face img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.001);        /* Safari edge-shimmer fix */
}

/* ---------- Flip trigger ---------- */
@media (hover: hover) {
	.hero-flip.has-flip:hover .hero-flip-inner,
	.hero-flip.has-flip:focus-within .hero-flip-inner {
		transform: rotateY(180deg);
	}

	.hero-flip.has-flip:hover {
		z-index: 4;
	}

	.hero-flip.has-flip:hover .hero-flip-face {
		box-shadow: 0 22px 48px rgba(11, 27, 73, .22);
	}
}

/* touch devices — JS class */
.hero-flip.has-flip.is-flipped .hero-flip-inner {
	transform: rotateY(180deg);
}

.hero-flip.has-flip.is-flipped .hero-flip-face {
	box-shadow: 0 22px 48px rgba(11, 27, 73, .22);
}

/* ---------- Subtle hint that the card is interactive ---------- */
.hero-flip.has-flip {
	cursor: pointer;
}

/* ---------- Motion preference ---------- */
@media (prefers-reduced-motion: reduce) {
	.hero-flip-inner {
		transition: none;
	}

	.hero-flip-face {
		transition: none;
	}
}

/* Typography Sizing Utilities */
.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-28 {
  font-size: 28px;
}

.text-36 {
  font-size: 36px;
}

.text-48 {
  font-size: 48px;
}

.text-64 {
  font-size: 64px;
}
.text-58 span, .text-lg-58 span,.text-64. .text-64 span, .text-62, .text-62 span{
	font-weight:700;
	font-family: var(--font-display);
}
.text-58,.text-lg-58,.text-58 span, .text-lg-58 span {
  font-size: 58px;
font-family: var(--font-display);
}
.lakshya-section h2{
	color:#fff;
}

/* Global Mobile Typography Overrides */


/* Custom Dots Indicator for Credibility Slider */
.credibility-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.credibility-slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

.credibility-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D5D7E1;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.credibility-slider .slick-dots li button:before {
  display: none;
}

.credibility-slider .slick-dots li.slick-active button {
  width: 24px;
  border-radius: 12px;
  background-color: #FFC800;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}
.text-36.font-700,.text-58.font-700,.mobile-stat-mid.font-700,.mobile-stat-big.font-700{
	font-family: var(--font-display);
}
.small.font-700{
	font-family: var(--font-figtree);
}
.p-4{
	padding:24px !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

/* Buttons */
.btn-navy-pill {
  background-color: var(--navy);
  color: #ffffff;
  font-family: var(--font-figtree);
  font-size: 18px;
  font-weight: 700;
  padding: 16px 36px;
  border: none;
  border-radius: 72px;
  outline: 3px rgba(255, 255, 255, 0.3) solid;
  outline-offset: -3px;
  cursor: pointer;
  transition: transform 0.2s, background-color 0.2s;
}

.btn-navy-pill:hover {
  background-color: #170766;
  transform: translateY(-2px);
	color:#fff !important;
}

.btn-outline-pill {
  background-color: transparent;
  color: var(--navy);
  font-family: var(--font-outfit);
  font-size: 20px;
  font-weight: 700;
  padding: 16px 36px;
  border: none;
  border-radius: 72px;
  outline: 3px rgba(15, 4, 69, 0.3) solid;
  outline-offset: -3px;
  cursor: pointer;
  transition: transform 0.2s;
}

.btn-outline-pill:hover {
  transform: translateY(-2px);
}

.btn-yellow-pill {
  width: 100%;
  background-color: var(--warning-yellow) !important;
  color: #000000 !important;
  font-weight: 700;
  border-radius: 48px;
  border: none;
  transition: transform 0.2s, background-color 0.2s;
}

.btn-yellow-pill:hover {
  background-color: #ffd633 !important;
  transform: translateY(-1px);
}

/* Staggered Cards Layout */
.staggered-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
  flex-wrap: wrap;
}

.card-col-item {
  width: 227px;
  display: flex;
  flex-direction: column;
}

.col-align-top {
  margin-top: 0;
  gap: 20px;
}

.col-align-mid {
  margin-top: 0;
}

.col-align-low {
  margin-top: 0;
}

/* Fixed Figma Box Heights */
.card-h-281 {
  width: 227px;
  height: 281px;
}

.card-h-158 {
  width: 227px;
  height: 158px;
}

.card-h-354 {
  width: 227px;
  height: 354px;
}

.card-h-244 {
  width: 227px;
  height: 244px;
}

/* Desktop Hero Ordering */


/* ============================================
   HERO SECTION - MOBILE RESPONSIVE (MAX-WIDTH 767.98px)
   ============================================ */


/* Bottom Stats Banner */
.stats-banner-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  width: 100%;
  border-top: 11px solid var(--purple-outline);
  border-bottom: none;
  background-color: #0F0445;
  position: relative;
  z-index: 10;
}

.stats-banner-outline .hero-max-container {
  max-width: 1320px;
  width: 100%;
}

.stats-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}

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

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

.stat-num-yellow {
  color: var(--warning-yellow);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.stat-lbl-box {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.stat-lbl-box span{
	font-size: 18px;
}

.stat-lbl-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.stat-dot-badge {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 16px;
  flex-shrink: 0;
}

.laurel-flower-img {
  max-height: 90px;
  width: auto;
  object-fit: contain;
}


.stat-num-yellow {
  color: var(--warning-yellow);
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  font-weight: 800;
  line-height: 0.9;
}

.stat-lbl-text {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.25;
}

.stat-dot-badge {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #D9D9D9;
  border-radius: 50%;
}

/* Credibility & Academic Excellence Section */
.credibility-section {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
  z-index: 10;
}

.credibility-subtext {
  max-width: 860px;
  line-height: 1.4;
}

/* Badges Grid with 193px horizontal gap & 40px vertical gap */
.credibility-badges-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin-top: 50px;
}

.badge-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 193px;
  width: 100%;
  flex-wrap: wrap;
}

.badge-item {
  width: 494px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.laurel-flower-img {
  width: 49.5px;
  height: 97.5px;
  object-fit: cover;
  flex-shrink: 0;
}


.logo-coe {
  height: 97px !important;
}

.logo-ugc {
  height: 72px !important;
}

.logo-nirf {
  height: 95px !important;
}

.logo-qs {
  height: 80px !important;
}

.logo-aicte {
  height: 72px !important;
}

.logo-naac {
  height: 76px !important;
}

.logo-cfa {
  height: 72px !important;
}

.logo-cfa {
  height: 72px !important;
}

.logo-nep {
  height: 72px!important;
}

/* About the Faculty Section */
.faculty-section {
  background-color: #0F0445;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
}

.faculty-img-box {
  width: 100%;
  height: 289px;
  border-radius: 16px;
}

.credibility-section,
.faculty-section {
  padding: 80px 0px;
}


/* Mobile responsive order layout for About the Faculty section */


/* Choose Your Route / Compare Side by Side Section */
.compare-routes-section {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
}

/* Compare Routes Section Mobile Pills & Responsiveness */
.compare-mobile-pills-container {
  display: flex;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;         
}

.compare-mobile-pills-container::-webkit-scrollbar {   
  display: none;
}

.compare-mobile-pills-wrapper {
  display: inline-flex;
  gap: 10px;
  justify-content: flex-start;   
  width: auto;                   
  min-width: 100%;              
  background-color: #ffffff;
  border: 0.75px solid #0000001C;
  border-radius: 50px;
  padding: 4px;
  white-space: nowrap;
}

.compare-pill-btn {
  background: #F8F8F8;
  color: #000000;
  border: none;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 80px;
  flex-shrink: 0;                 
  white-space: nowrap;           
}

.compare-pill-btn.active {
  background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(86, 65, 224, 0.25);
}


.heading-title {
  font-family: var(--font-display);
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.text-purple-highlight {
  background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  leading-trim: both;
  text-edge: cap;
}

.text-grey-dark {
  color: #5B5B5B;
}

.compare-subtext {
  max-width: 815px;
  color: #5B5B5B;
  line-height: 1.4;
}

/* Compare Card Styling */
.compare-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #DADADA;
  background: #ffffff;
}

.compare-card-header {
  background-color: var(--navy);
  padding: 16px 24px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.compare-card-body {
  background: linear-gradient(180deg, rgba(151, 135, 255, 0.15) 0%, #ffffff 60%);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.compare-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.compare-txt {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.compare-divider {
  margin: 0;
  opacity: 0.1;
  border-color: #000000;
}


/* 8. Program Selector Tabs (Bachelor's & Master's) */
.program-selector-section {
  background-color: #ffffff;
  padding-top: 30px;
  position: relative;
  z-index: 10;
}

.program-tab-card {
  width: 100%;
  height: 128px;
  border-radius: 16px;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.program-tab-card:hover {
  transform: translateY(-2px);
}

/* Active / Open Tab state (Navy background, yellow text) */
.program-tab-card:not(.collapsed) {
  background-color: #0F0445 !important;
  border: 1px solid #0F0445 !important;
}

.program-tab-card:not(.collapsed) .program-tab-title {
  color: #FFC800 !important;
  background: none !important;
  -webkit-text-fill-color: #FFC800 !important;
}

.program-tab-card:not(.collapsed) .program-tab-sub {
  color: rgba(255, 255, 255, 0.9) !important;
}

.program-tab-card:not(.collapsed) .tab-arrow-icon {
  color: #ffffff !important;
}

/* Inactive / Collapsed Tab state (Light background, dark text) */
.program-tab-card.collapsed {
  background-color: #F4F3F8 !important;
  border: 1px solid #E2E0EE !important;
}

.program-tab-card.collapsed .program-tab-title {
      background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.program-tab-card.collapsed .program-tab-sub {
  color: #5B5B5B !important;
}

.program-tab-card.collapsed .tab-arrow-icon {
  color: #5B5B5B !important;
}

.program-tab-title {
  font-family: var(--font-figtree);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.text-purple-magenta {
  background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.program-tab-sub {
  font-size: 18px;
  font-weight: 400;
}

.tab-arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Specialisations Dropdown Accordion */


.chevron-toggle-icon {
  transition: transform 0.3s ease;
}

.program-tab-card.collapsed .chevron-toggle-icon {
  transform: rotate(0deg);
}

.program-tab-card:not(.collapsed) .chevron-toggle-icon {
  transform: rotate(180deg);
}


/* BBA Dropdown Inside Design (Matching Figma Screenshot) */

.text-purple-accent {
  background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  leading-trim: both;
  text-edge: cap;

}

.text-purple {
  color: #6740CC;

}

.purple-circle-icon {
  width: 80px;
  height: 80px;
  background-color: #5641E0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-tag-purple {
  font-size: 10px;
  font-weight: 800;
  color: #5641E0;
  background: #F2E3FF;
  border-radius: 34.279px;
  padding: 4px 12px;
  letter-spacing: 0.3px;
}

.badge-tag-red {
  font-size: 10px;
  font-weight: 800;
  color: #ffffff;
  background: #E32548;
  border-radius: 84px;
  padding: 4px 12px;
  letter-spacing: 0.3px;
}

.meta-badge-item {
  font-size: 11px;
  font-weight: 600;
  color: #4B5563;
  background-color: #F3F4F6;
  padding: 3px 8px;
  border-radius: 4px;
}

.tiny-note {
  font-size: 11px;
}

.tiny-lbl {
  font-size: 10px;
}

.btn-navy-pill-sm {
  background: #160A4D;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border: none;
  border-radius: 7.92px;
  transition: background-color 0.2s, transform 0.2s;
}

.btn-navy-pill-sm:hover {
  background: #241278;
  color: #ffffff;
}

.btn-navy-pill-sm:hover {
  background-color: #170766;
}

.btn-yellow-pill-fit {
  background-color: var(--warning-yellow) !important;
  color: #000000 !important;
  font-weight: 700;
  width: 100%;
  max-width: 350px;
  height: 60px;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  gap: 8px;
  border-radius: 72px !important;
  border: 3px solid var(--warning-yellow) !important;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  z-index: 9;
}

.btn-yellow-pill-fit:hover {
  background-color: #ffd633 !important;
  border-color: #ffd633 !important;
}

.bottom-banner-callout{
    position:relative;
    overflow:hidden;
    background:var(--navy) !important;
    border-radius:24px;
    z-index:1;
}

.bottom-banner-callout > *{
    position:relative;
    z-index:2;
}

.bottom-banner-callout .cta-rings{
    position:absolute;
    inset:0;
    overflow:hidden;
    pointer-events:none;
    z-index:1;
}

.cta-ring{
    position:absolute;
    top:50%;
    right:-90px;
    width:550px;
    height:550px;
    border-radius:50%;
   	background: radial-gradient(50% 50% at 50% 50%, #362A74 0%, rgba(102, 79, 218, 0.25) 100%);

    transition:
        transform .55s cubic-bezier(.22,1,.36,1),
        opacity .35s ease;
    will-change:transform,opacity;
}

.cta-ring-1{
    transform:translateY(-50%) scale(1);
    opacity:1;
    z-index:3;
    box-shadow: 0px 0px 17.58px 0px #FFFFFF40 inset;
}

.cta-ring-2{
    transform:translate(90px,-50%) scale(.92);
    opacity:0;
    z-index:2;
    box-shadow: 0px 0px 16.53px 0px #FFFFFF40 inset;
}

.cta-ring-3{
    transform:translate(180px,-50%) scale(.84);
    opacity:0;
    z-index:1;
    box-shadow: 0px 0px 14.84px 0px #FFFFFF40 inset;
}

.bottom-banner-callout:hover .cta-ring-2{
    opacity:1;
    transform:translate(-40px,-50%) scale(1);
}

.bottom-banner-callout:hover .cta-ring-3{
    opacity:1;
    transform:translate(-80px,-50%) scale(1);
    transition-delay:.08s;
}

.bottom-banner-callout .btn{
    position:relative;
    z-index:5;
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.bottom-banner-callout:hover .btn{
    transform:scale(1.05);
    box-shadow:
        0 12px 28px rgba(255,193,7,.35),
        0 0 18px rgba(255,193,7,.18);
}

@media(prefers-reduced-motion:reduce){

    .cta-ring,
    .bottom-banner-callout .btn{
        transition:none;
    }

}
.bachelors-banner-box {
  max-height: 523px;
}

.bachelors-banner-box img {
  height: 523px;
  width: 100%;
}

/* Clean Dropdown Content Flow (No Outer Box Border!) */
.dropdown-clean-content {
  background-color: transparent;
  padding-top: 30px;
}

.meta-badge-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}


/* Feature Pillars Spacing & Vertical Dividers */


.purple-circle-icon {
  width: 80px;
  height: 80px;
  background-color: #5641E0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.bottom-banner-callout {
  padding: 40px !important;
}

/* BBA Specialisations Section Styles */
.bba-specialisations-section-outer {
  background-color: #0F0445;
  width: calc(100vw - var(--sbw));
  position: relative;
  left: 50%;
  right: auto;                                    /* right hata do */
  margin-left: calc((100vw - var(--sbw)) / -2);
  margin-right: calc((100vw - var(--sbw)) / -2);
  padding: 80px 0;
  margin-top: 48px;
}

.specialisation-card {
  background-color: #0F0445;
  border: 0.82px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.2s ease;
   padding:30px;
}


.specialisation-header {
  background-color: var(--warning-yellow);
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
	margin-bottom:10px;
}

.specialisation-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.specialisation-tag {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  color: #ffffff;
  border-radius: 30px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  line-height: 1.3;
  text-decoration: none;
}

.specialisation-tag:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

/* Mobile responsive styling for Program Selector section matching mockup */


/* Study Abroad Section Styles */
.study-abroad-section {
  background-color: #F5F5F7 !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.study-card-sub {
  font-family: var(--font-figtree);
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
}

.study-card-title {
  font-family: var(--font-figtree);
  font-weight: 700;
  font-size: 28px;
  background: linear-gradient(90deg, #B53C72 0%, #5641E0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.study-card {
  border: 2.08px solid transparent !important;
  border-radius: 20px !important;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, #B53C72 0%, #5641E0 100%) border-box !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
	padding:20px;
}

.bg-purple-badge {
 background: linear-gradient(90deg, #B53C72 0%, #5641E0 100%);
  color: #ffffff !important;
  padding: 8px 16px;
  border-radius: 5px !important;
  white-space: normal;
}

.ask-link {
  font-size: 16px;
  font-weight: 700;
  color: #0F0445 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ask-link:hover {
  color: #5641E0 !important;
}

.ask-link i {
  transition: transform 0.2s ease;
  display: inline-block;
}

.ask-link:hover i {
  transform: translateX(4px);
}

.dashed-scholarship-badge {
  border: 1.5px dashed #CBD5E1;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #1E293B;
  background-color: #F8FAFC;
  line-height: 1.3;
}

/* Dots pagination for mobile carousel */
.study-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CBD5E1;
  transition: all 0.3s ease;
}

.study-dot.active {
  width: 20px;
  border-radius: 10px;
  background-color: #FFC800;
}

/* Mobile responsive rules for Study Abroad section */


.ask-link:hover i {
  transform: translateX(4px);
}

.max-w-900 {
  max-width: 900px;
}
.max-w-700 {
  max-width: 700px;
}
.max-w-550 {
  max-width: 550px;
}
/* After Degree Section Styles */
.after-degree-section {
  background-color: #ffffff !important;
  padding-top: 80px;
  padding-bottom: 80px;
}

.dashed-badge {
  border: 1px dashed rgba(108, 117, 125, 0.4);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 13.5px;
  font-weight: 700;
  color: #0F0445;
  display: inline-block;
  background-color: transparent;
  font-family: var(--font-figtree);
}

/* Outcomes Section 1 */
.outcomes-header-section {
  background-color: #0F0445;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 120px;
  overflow: visible !important;
}
.outcomes-header-section .row{
  position: relative;
}
.outcomes-label {
  font-family: var(--font-figtree);
  line-height: 1.0;
  color: #fff;
  display: block;
}


.outcomes-desc {
  font-family: var(--font-figtree);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

.outcomes-vector-img {
  position: absolute;
  top: -100px;
  right: 0px;
  max-width: 100%;
  height: auto;
  opacity: 0.9;
}

.outcomes-right-col {
  height: 100%;
}


.outcomes-stats-box {
  background-color: #5641E0;
  margin-bottom: -450px;
  position: relative;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.border-end-custom {
  border-right: 3px solid #D9D9D9;
}


/* Recruiter Logos Marquee Row */
.recruiter-logos-section {
  padding-top: 200px;
  padding-bottom: 120px;
  background-color: #ffffff;
}

.marquee-wrapper {
  display: flex;
  flex-direction: column;
}

.marquee-row {
  width: 100%;
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee-content {
  display: flex;
  flex-shrink: 0;
  min-width: 100%;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
}

.marquee-ltr .marquee-content {
  animation: scroll-ltr 25s linear infinite;
}

.marquee-rtl .marquee-content {
  animation: scroll-rtl 25s linear infinite;
}

@keyframes scroll-ltr {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes scroll-rtl {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.brand-item {
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.brand-item img {
  height: 38px;
  max-width: 140px;
  width: auto;
  object-fit: contain;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.brand-item img:hover {
  transform: scale(1.08);
}

/* Placements Cards Section 3 */
.placement-cards-section {
  background-color: #FFC800 !important;
  padding-top: 40px !important;
  padding-bottom: 80px !important;
  
}

.card-row-offset {
  margin-top: -150px;
  position: relative;
  z-index: 15;
}

.placement-card {
  border: none;
  background-color:#fff;
	/*   background-color: transparent; */
}

.placement-card-top {
  height: 200px;
  background-color: #1044e3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.placement-card-top img {
  width: 100%;
  height: 210px;
}

.watermark-cap {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.15);
}

.placement-card-bottom {
  min-height: 180px;
  border-top: none;
}

.placement-package {
  font-family: var(--font-figtree);
  font-size: 28px;
  font-weight: 800;
  color: #0F0445;
  padding-bottom:5px;
}

.placement-student {
  font-size: 16px;
  font-weight: 600;
	margin-bottom:10px;
}

.company-name {
  font-size: 13.5px;
  font-weight: 700;
}

/* Startup Section Styles */
.startup-section {
  background-color: #ffffff !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.powered-by-pec {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}


.startup-card {
  border: 2.08px solid transparent !important;
  border-radius: 20px !important;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, #B53C72 0%, #5641E0 100%) border-box !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  position: relative;
  min-height: 340px;
  z-index: 1;
}

.rocket-watermark {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 75px;
  height: 110px;
  pointer-events: none;
  opacity: 0.85;
  transition: transform 0.3s ease;
  z-index: 1;
}

.rocket-watermark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.startup-card:hover .rocket-watermark {
  transform: translate(-5px, -5px) rotate(-5deg);
}

.dashed-badge-small {
  border: 1px dashed rgba(108, 117, 125, 0.4);
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 11.5px;
  font-weight: 700;
  color: #B53C72;
  display: inline-block;
  background-color: transparent;
  font-family: var(--font-figtree);
  white-space: nowrap;
}

.btn-yellow-pill-fit-sm {
  background-color: var(--warning-yellow) !important;
  border: 1px solid var(--warning-yellow) !important;
  border-radius: 50px !important;
  padding: 8px 25px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  white-space: nowrap;
  transition: all 0.2s ease !important;
}

/* .btn-yellow-pill-fit-sm:hover {
  background-color: #0F0445 !important;
  border-color: #0F0445 !important;
  color: #ffffff !important;
} */

/* Startup Mobile Dots */
.startup-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.startup-dot.active {
  width: 24px;
  border-radius: 10px;
  background-color: #FFC800;
}


.slider-arrow-btn {
  background-color: #ffffff;
  border: 1.5px solid rgba(15, 4, 69, 0.2);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F0445;
  cursor: pointer;
  transition: all 0.2s ease;
}

.slider-arrow-btn:hover {
  background-color: #0F0445;
  color: #ffffff;
  border-color: #0F0445;
}

.card-title-wrapper {
  position: relative;
  z-index: 5;
}


/* Lakshya 2047 Section */
.lakshya-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.partner-card {
  background-color: #2D206A !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
	padding:10px;
}

.partner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.lab-card {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border: none;
}

.lab-card-content {
  border-left: 1.41px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 1.41px solid rgba(0, 0, 0, 0.1) !important;
  border-bottom: 1.41px solid rgba(0, 0, 0, 0.1) !important;
  border-top: none !important;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.btn-yellow-pill-fit-lg {
  background-color: var(--warning-yellow) !important;
  border: 1px solid var(--warning-yellow) !important;
  border-radius: 50px !important;
  padding: 10px 24px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  white-space: nowrap;
  transition: all 0.2s ease !important;
}

.btn-yellow-pill-fit-lg:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0F0445 !important;
}

.lab-card p {
  color: #6740CC !important;
}

/* Beyond the Classroom Section */
.beyond-section {
  background-color: #ffffff !important;
  padding-top: 80px;
  padding-bottom: 80px;
}

.beyond-slider-container {
  position: relative;
  width: 100%;
}

.beyond-card {
  height: 280px;
  background-color: #0F0445 !important;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.beyond-img-side {
  width: 45%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.beyond-img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beyond-content-side {
  width: 55%;
  height: 100%;
  background-color: #0F0445 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.text-warning-yellow {
  color: #FFC800;
}

.btc-subtitle {
  font-size: 14px;
}

/* Leadership Immersion Section */
.leadership-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.leadership-tab-btn {
  width: 100%;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  padding: 12px 24px !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  transition: all 0.2s ease !important;
  text-align: left;
}

.leadership-tab-btn:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.leadership-tab-btn.active {
  background-color: var(--warning-yellow) !important;
  border-color: var(--warning-yellow) !important;
  color: #0F0445 !important;
  font-weight: 600;
}

.speaker-card {
  position: relative;
}

.speaker-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 4, 69, 0) 41.83%, #0F0445 94.71%) !important;
  pointer-events: none;
}

.leadership-slider .slick-list {
  margin-left: -8px;
  margin-right: -8px;
}

.info-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


/* Refactored styles from inline HTML CSS */

/* Collaborations Cleanups */
.collaborations-section {
	padding:100px 0px;
  background-color: #F5F5F7 !important;
}

.collab-disclaimer {
  font-style: italic !important;
  opacity: 0.85 !important;
}

/* Lakshya 2047 Cleanups */
.lakshya-section {
  background-color: #0F0445 !important;
}

.lakshya-logo-wrapper img {
  height: 60px;
  object-fit: contain;
}

.partner-logo-bg {
  width: 83px;
  height: 87px;
  flex-shrink: 0;
}

.partner-logo-bg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.partner-card-title {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.partner-card-sub {
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.lab-image-container {
  height: 240px;
  overflow: hidden;
}

.lab-image-container img {
  object-fit: cover;
}

.lab-card-title {
  font-size: 28px !important;
  font-weight: 700 !important;
}

.lab-card-footer {
  color: #5641E0 !important;
}

/* Lakshya Mobile Dots */
.lakshya-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lakshya-dot.active {
  width: 24px;
  border-radius: 10px;
  background-color: #FFC800;
}


/* Leadership Immersion Cleanups */
.leadership-section {
  background-color: #0F0445 !important;
}

.leadership-arrow-btn-container {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.leadership-arrow-btn-container img {
  width: 42px;
  height: 42px;
}

.leadership-slide-wrapper {
  height: 365px;
}

.speaker-card-top {
  height: 240px;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.speaker-card-tall {
  height: 365px;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.speaker-info h4 {
  font-family: var(--font-display) !important;
}

.stat-box-violet {
  height: 110px;
  background-color: #6740CC !important;
}

.info-card-yellow {
  height: 365px;
  background-color: #FFC800 !important;
  color: #0F0445 !important;
  position: relative;
  overflow: hidden;
}

.info-card-yellow::after {
  content: '';
  position: absolute;
  width: 218px;
  height: 209px;
  top: -77px;
  left: 105px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  opacity: 1;
  pointer-events: none;
}

.info-card-yellow::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 144px;
  top: -44px;
  left: 139px;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.info-card-udhyam {
  height: 365px;
  background-color: #1A105C !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.info-card-vsf {
  height: 365px;
  background-color: #5641E0 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.info-card-vlf {
  height: 365px;
  background-color: #B53C72 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.info-card-vff {
  height: 365px;
  background-color: #D93B7D !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.info-card-pramaan {
  height: 365px;
  background-color: #3A2AA6 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.flower-icon-invert {
  filter: brightness(0) invert(1);
}

.speaker-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position:top center;
}

.info-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

/* ============================================
   FACULTY CARDS SECTION
   ============================================ */
.faculty-cards-section {
  overflow: hidden;
}

/* Yellow top zone */
.faculty-yellow-zone {
  background-color: #FFC800;
  padding: 60px 0 150px;
  color: #0F0445;
}


.faculty-search-bar {
  background: rgba(255, 255, 220, 0.7);
  border-radius: 50px;
  padding: 12px 20px;
  backdrop-filter: blur(4px);
	max-width: 550px;
}

.faculty-search-input {
  background: transparent;
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  color: #333;
}

.faculty-search-input::placeholder {
  color: #888;
}

.btn-navy-pill-sm {
  background-color: #5641E0;
  color: #ffffff;
  border-radius: 50px;
  border: none;
  font-size: 14px;
  transition: background 0.2s ease;
}

.btn-navy-pill-sm:hover {
  background-color: #6b52f5;
  color: #fff;
}

/* White bottom zone */
.faculty-white-zone {
  background-color: #ffffff;
  padding: 0 0 60px;
}

/* Faculty profile cards */
.faculty-prof-card {
  margin-top: -120px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faculty-prof-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.faculty-prof-img-zone {
  background-color: #5641E0;
  height: 240px;
  width: 100%;
  overflow: hidden;
}

.faculty-prof-img-zone img {
  width: 100%;
  height: 200px;
}

.faculty-prof-img-zone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.faculty-prof-info {
  background-color: #241861;
  padding: 16px;
	min-height:240px;
}

/* .faculty-badge-icon {
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background 0.2s ease;
} */

.faculty-badge-icon:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.faculty-meta div {
  line-height: 1.8;
}

/* ============================================
   TESTIMONIALS / IN THEIR WORDS SECTION
   ============================================ */
.testimonials-section {
  background-color: #241861;
  padding: 80px 0 280px;
  overflow: visible;
  border-bottom: 54px solid #FFC800;
}


.testimonials-heading-accent {
  color: #FFC800;
}


.testimonials-big-quote {
  width: 90px;
  opacity: 0.25;
}

/* Quote Card */
.testimonials-slider-wrap {
  overflow: visible;
  /* Let overlapping cards render fully */
}

/* .tslide-wrap {
  padding: 0 15px;
} */

.testimonial-combined-slide {
  position: relative;
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
}

.testimonial-quote-card {
  background: #ffffff;
  border-radius: 24px;
  width: 72%;
  height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  z-index: 1;
  position: relative;
  padding-right: 125px !important;
  /* Prevents body text from going under the overlapping image card */
}

.testimonial-quote-icon {
  width: 36px;
  height: auto;
}

.testimonial-quote-title {
  line-height: 1.4;
}

.testimonial-accent {
  color: #6740CC;
}

.testimonial-quote-body {
  color: #555;
  line-height: 1.6;
}

.testimonial-stars {
  display: flex !important;
  flex-direction: row !important;
  gap: 4px !important;
  align-items: center;
}

.testimonial-stars img {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}

/* Image Card Overlap */
.testimonial-img-card {
  position: absolute;
  left: 60%;
  /* Perfect overlap starting at 60% of the slide width */
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  height: 430px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.testimonial-img-top {
  background: linear-gradient(160deg, #1a9c7a 0%, #0d6b52 100%);
  padding: 14px 14px 10px;
}

.timg-achievement {
  text-align: center;
  margin: 6px 0 4px;
}

.timg-company {
  text-align: left;
  padding-left: 4px;
}

.badge-naac {
  font-size: 10px;
  opacity: 0.8;
}

.pu-logo-badge {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 1.2;
}

.achieved-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

.marquee-offer-text {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  font-style: italic;
  line-height: 1.1;
}

.achieved-with {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

.company-name {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.testimonial-img-student {
  position: relative;
  overflow: hidden;
  height: 160px;
}

.testimonial-student-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.testimonial-img-footer {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

/* Overrides for Testimonial Slides */
.testimonial-student-name {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

.testimonial-student-batch {
  font-size: 12px !important;
}

.testimonial-student-company {
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.marquee-offer-text-override {
  font-size: 20px !important;
  line-height: 1.1 !important;
}

.extra-small {
  font-size: 10px !important;
}

/* Arrow buttons */
.testimonial-prev-btn,
.testimonial-next-btn {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.testimonial-prev-btn:hover,
.testimonial-next-btn:hover {
  background: #6740CC;
  border-color: #6740CC;
}

/* ============================================
   13. ADMISSIONS SECTION
   ============================================ */
.admissions-section {
  margin-top: -220px;
  z-index: 1;
  padding-bottom: 80px;
}

.admissions-bg-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42%;
  background-color: #0F0445;
  z-index: 1;
}

.admissions-bg-yellow-stripe {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  height: 90px;
  background-color: #FFC800;
  z-index: 1;
}

.admissions-bg-bottom {
  position: absolute;
  top: calc(42% + 90px);
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1;
}

/* Admissions Card */

.admissions-cap-icon {
  width: 100px;
  height: auto;
}

.admissions-main-heading {
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 1.15;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.check-circle-yellow {
  width: 24px;
  height: 24px;
  background-color: #FFC800;
  border-radius: 50%;
}

.admissions-left-desc {
  line-height: 1.6 !important;
  max-width: 480px !important;
}

.callback-heading {
	font-family: var(--font-figtree);
  font-size: 30px;
  color: #000000;
  letter-spacing: -0.02em;
}

/* Form Styling */
.callback-card {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.callback-input {
  background-color: #F4F4F6 !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  padding: 10px 14px !important;
  color: #333 !important;
  transition: all 0.2s ease !important;
	width:100% !important;
	
}
#phone,.country-phone{
	width: 100% !important;
    height: 42px;
    border-radius: 8px;
    background-color: #F4F4F6 !important;
    border: 1px solid transparent !important;
}


textarea.callback-input {
  resize: none;
}

.select-arrow {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 12px !important;
}

.btn-yellow-submit {
  background-color: #FFC800 !important;
  color: #0F0445 !important;
  border: none !important;
  border-radius: 50px !important;
  transition: background-color 0.2s ease !important;
}

.btn-yellow-submit:hover {
  background-color: #e0b000 !important;
}

/* Talk Banner styling */
.talk-banner {
	padding:36px;
  background: #0F0445;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* Concentric Circle Backdrop in Talk Banner */
.talk-banner-circles {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.banner-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(50% 50% at 50% 50%, #362A74 0%, rgba(102, 79, 218, 0.25) 100%);
  transform: translateY(-50%);
  top: 50%;
}

.circle-1,
.circle-2,
.circle-3 {
  width: 640px;
  height: 640px;
}

.circle-1 {
  right: -160px;
  opacity: 0.8;
  z-index: 1;
}

.circle-2,
.circle-2,
.circle-3 {
  right: -140px;
  opacity: 0.9;
  z-index: 2;
}

.circle-3 {
  right: -120px;
  opacity: 1;
  z-index: 3;
}


.btn-white-pill {
  background-color: #ffffff;
  color: #0F0445;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  transition: background 0.2s ease;
  z-index: 9;
}

.btn-white-pill:hover {
  background-color: #e8e8e8;
  color: #0F0445;
}

.btn-outline-white-pill {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  font-size: 18px;
  transition: border-color 0.2s ease, background 0.2s ease;
  z-index: 9;
}

.btn-outline-white-pill:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

/* Responsive Testimonial Combined Slide queries */


/* Testimonial Bullet Dots (mobile only) */
.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}

.testimonial-dot.active {
  width: 24px;
  border-radius: 4px;
  background-color: #FFC800;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-section {
  background: #F5F5F7;
  font-family: 'Figtree', sans-serif;
}
.faq-section, .blog-section{
 padding: 80px 0px;
}

/* Overrides for FAQ Toggles */

.faq-item {
  border-color: #E5E5E7 !important;
}

.faq-question-header {
  user-select: none;
  transition: opacity 0.2s ease;
}

.faq-question-header:hover {
  opacity: 0.8;
}

.faq-toggle-icon {
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  color: #8E8E93;
  transition: transform 0.2s ease, color 0.2s ease;
}

.faq-answer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.2s ease-out;
  opacity: 0;
}

.faq-item.active .faq-answer-content {
  max-height: 200px;
  /* Big enough to fit the paragraph text */
  opacity: 1;
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(45deg);
  /* Rotates '+' to 'x' */
  color: #0F0445;
}

.btn-navy-faq {
  background-color: #0F0445 !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  border: none !important;
  font-size: 18px !important;
  transition: background-color 0.2s ease !important;
}

.btn-navy-faq:hover {
  background-color: #1a0870 !important;
}

.text-secondary-dark {
  color: #1D1D1F !important;
}


/* ============================================
   FROM THE BLOG SECTION
   ============================================ */
.blog-section {
  background-color: #ffffff;
  font-family: 'Figtree', sans-serif;
}


.blog-desc-paragraph {
  max-width: 680px;
}

.blog-card {
  background: #ffffff;
  border: 1px solid rgba(103, 64, 204, 0.15);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card-content{
	min-height:215px;
}

.blog-img-wrapper {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}


.blog-card-title {
  color: #0F0445;
  font-size: 18px;
}

.blog-card-desc {
  color: #555 !important;
  line-height: 1.6;
}

.blog-card-link {
  color: #5641E0;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.blog-card-link:hover {
  color: #3f2ebd;
}

/* Side navigation buttons styling */
.blog-prev-btn,
.blog-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #0F0445;
  border: none;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.blog-prev-btn {
  left: -45px;
}

.blog-next-btn {
  right: -45px;
}

.blog-prev-btn:hover,
.blog-next-btn:hover {
  background-color: #5641E0;
}

.blog-prev-btn:active {
  transform: translateY(-50%) scale(0.9);
}

.blog-next-btn:active {
  transform: translateY(-50%) scale(0.9);
}


/* Placement Cards Section Mobile Responsive (Matching Mockup Screenshot) */

.credibility-slider{
	margin-top:30px;
}
.badge-row{
	margin-bottom:30px;
}
.badge-logo-img{
	height:72px;
}
.programs-bottom-note{
	margin-top:15px;
}
.program-tab-card:not(.collapsed) svg polyline{
	color:#fff !important;
}
.marquee-ltr{
	margin-bottom:24px;
}
.blog-card-content{
	padding:24px;
}
.callback-card .wpcf7-form-control-wrap { display: block; width: 100%; }
.callback-card .wpcf7 form .wpcf7-response-output { margin: 1rem 0 0; border-radius: .5rem; font-size: .875rem; }
.callback-card .wpcf7-not-valid-tip { font-size: .75rem; margin-top: .25rem; }
.callback-card .wpcf7-spinner { position: absolute; }
/* JUNU — kaadhi nakho */
.placement-card-top img {
  width: 100%;
  height: 210px;
}

/* NAVU */
.placement-card-top {
  height: 200px;
  overflow: hidden;
  padding: 0;
}

.placement-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.route-note{
	color: #5B5B5B;
	font-style:italic;
	font-size:16px;
}
.text-secondary{
	color: #5B5B5B !important;
}
.d-block.text-28,.text-28.text-dark,.text-16,.text-14,.text-18,h3,.fs-6.text-secondar,.meta-badge-item,.tiny-note,.tiny-lbl,.fs-5.text-navy,.btn-navy-pill-sm,.btn-yellow-pill-fit,.specialisation-header,.specialisation-tag,.program-tab-sub,.compare-txt,.text-16.text-secondary,.small,.study-abroad-section h3{
	font-family:var(--font-figtree) !important;
}
.bba-specialisations-section-outer h2,.outcomes-stats-box .text-48{
	font-family:var(--font-display);
}
.btn-ask-about-this{
	font-size:15px;
	background: #160A4D;
	color: #FFC800;
	padding:8px 15px;
}
.btn-ask-about-this:hover{
	background: #FFC800;
	color:#160A4D !important;
	border:1px solid #FFC800;
}
.program-cta-heading{
	margin-bottom:10px;
}
.program-cta-subtext{
	color: #E9E9E9;
}
.bg-purple{
	background:#5641E0;
}
.slider-arrow-btn{
	margin-top:20px;
}
.slider-arrow-btn:hover i{
	color:#fff !important;
}
.lakshya-section .lakshya-desc{
	opacity:.8;
}
.card-lakshya-heading,.card-lakshya-desc{
	color:#241861;
}
.text-navy-blue,.faq-main-title{
	color:#0F0445;
}
.testimonials-slider .slick-list{
	padding:30px 0px;
}
.course-viewmore-wrap { display: none; }
.specialisation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}

.specialisation-header::after,
.specialisation-header::before {
  content: none !important;
}

.specialisation-header-text { flex: 1 1 auto; }

.specialisation-arrow {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0F0445;
  transform: rotate(-90deg);       
  transition: transform .25s ease;
}
.specialisation-arrow svg { display: block; }

.specialisation-card.is-open .specialisation-arrow {
  transform: rotate(0deg);
}


.btn-placement-this{
	padding:6px 10px;
	border-radius:8px;
	color:#fff;
	background: #0F0445;
	border: 1px solid #0000001A;
	font-size:12px;
}
.course-link {
    position: absolute;
    right: 20px;
    bottom: 80px;
}
img.placement-company-logo{
	height: 50px;
}
.faculty-main-title span{
	color:#ffc107;
}

/* =========================================================
   Collaborations — Partner Cards
   ========================================================= */

.collab-slider-container {
	margin-left: -8px;
	margin-right: -8px;
}

/* ---------- Card ---------- */
.collab-card {
	display: flex;
	height: 120px;
	padding: 24px 40px;
	align-items: center;
	gap: 24px;
	border-radius: 16px;
	border: 2px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	text-decoration: none;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}



/* ---------- Text block ---------- */
.collab-card-text {
	flex: 1 1 auto;
	min-width: 0;
}

.collab-card-title {
	display: -webkit-box;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	color: #0B1B49;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.collab-card-sub {
	display: block;
	margin-top: 3px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #6B7280;
}

/* ---------- Dividers ---------- */
.collab-card-divider {
	flex: 0 0 1px;
	width: 1px;
	align-self: stretch;
	margin: 4px 0;
	background: #000;
}

/* ---------- Logo ---------- */
.collab-card-logo {
	flex: 0 1 166px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.collab-card-logo img {
	width: 100%;
	height: 66px;
	object-fit: contain;   /* cover se logo crop ho jata hai */
}

/* ---------- Arrow ---------- */
.collab-card-arrow {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

.collab-card-arrow svg {
	display: block;
	width: 30px;
	height: 30px;
	transition: transform .25s ease;
}

.collab-card[href]:hover .collab-card-arrow svg {
	transform: translateX(3px);
}

.collab-slider .slick-track {
	display: block !important;
}

.collab-slider .slick-slide {
	height: auto !important;
}

.collab-slider .slick-slide > div + div {
	margin-top: 16px;
}

.collab-slider .collab-slide {
	height: auto;
}

/* Leadership Talks Section */
.leadership-event-panel {
	display: none;
}
 
.leadership-event-panel.is-active {
	display: block;
}
 
/* ---------- Slick: equal-height slides ---------- */
.leadership-slider .leadership-slide {
	outline: none;
}
 
.leadership-slider .slick-track {
	display: flex !important;
	align-items: stretch;
}
 
.leadership-slider .slick-slide {
	height: inherit !important;
}
 
.leadership-slider .slick-slide > div,
.leadership-slider .slick-slide .row {
	height: 100%;
}
 
/* ---------- Speaker media (image ya video) ---------- */
.leadership-section .speaker-media {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position:top center;
}
 
.leadership-section .speaker-video {
	position: absolute;
	inset: 0;
	overflow: hidden;
}
 
/* ---------- Play / Stop button ---------- */
.leadership-section .speaker-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;                 /* overlay/info se upar */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #FFC800;
	color: #0F0445;
	cursor: pointer;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .35);
	transition: transform .2s ease, background .2s ease;
}
 
.leadership-section .speaker-video-btn:hover {
	background: #ffd633;
	transform: translate(-50%, -50%) scale(1.08);
}
 
.leadership-section .speaker-video-btn:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
}
 
.leadership-section .speaker-video-btn svg {
	width: 26px;
	height: 26px;
	display: block;
}
 
.leadership-section .speaker-video-btn .ico-play {
	margin-left: 3px;           /* triangle optically center */
}
 
.leadership-section .speaker-video-btn .ico-stop {
	display: none;
}
 
/* ---------- Playing state ---------- */
.leadership-section .speaker-video.is-playing .speaker-media {
	display: none;
}
 
/* naam/gradient overlay sirf poster par — video chalte waqt hata do */
.leadership-section .speaker-video.is-playing ~ .speaker-overlay,
.leadership-section .speaker-video.is-playing ~ .speaker-info {
	display: none;
}
 
.leadership-section .speaker-video.is-playing .speaker-video-btn {
	top: 10px;
	right: 10px;
	left: auto;
	transform: none;
	width: 36px;
	height: 36px;
	background: rgba(250, 189, 46, .6);
	color: #fff;
}
 
.leadership-section .speaker-video.is-playing .speaker-video-btn:hover {
	background: rgba(250, 189, 46, .8);
	transform: none;
}
 
.leadership-section .speaker-video.is-playing .speaker-video-btn svg {
	width: 18px;
	height: 18px;
}
 
.leadership-section .speaker-video.is-playing .ico-play { display: none; }
.leadership-section .speaker-video.is-playing .ico-stop { display: block; }
 
/* ---------- iframe: card par cover ---------- */
.leadership-section .speaker-video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}
 
/* speaker-info clicks na roke */
.leadership-section .speaker-info {
	pointer-events: none;
}
 
/* ---------- Mobile accordion slider ---------- */
.leadership-mobile-slider .slick-track {
	display: flex !important;
	align-items: stretch;
}
 
.leadership-mobile-slider .slick-slide {
	height: inherit !important;
}
 
.leadership-mobile-slider .slick-slide > div,
.leadership-mobile-slider .leadership-mobile-slide {
	height: 100%;
}
 
.leadership-mobile-slider .leadership-mobile-slide {
	outline: none;
}
 
/* ---------- Arrow buttons ---------- */
.leadership-section .slider-arrow-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: none;
	line-height: 0;
	cursor: pointer;
	transition: transform .2s ease;
}
 
.leadership-section .slider-arrow-btn svg {
	display: block;
	width: 45px;
	height: 45px;
}
 
/* prev = wahi SVG, ulta ghuma diya */
.leadership-section .leadership-prev-btn svg {
	transform: rotate(180deg);
}
 
/* active */
.leadership-section .slider-arrow-btn svg path {
	fill: #FFC800;
	transition: fill .2s ease;
}
 
/* inactive */
.leadership-section .slider-arrow-btn:disabled {
	cursor: default;
}
 
.leadership-section .slider-arrow-btn:disabled svg path {
	fill: #FFFFFF;
}
 
/* ---------- States ---------- */
.leadership-section .slider-arrow-btn:not(:disabled):hover {
	transform: scale(1.06);
}
 
.leadership-section .slider-arrow-btn:not(:disabled):focus-visible {
	outline: 2px solid #FFC800;
	outline-offset: 3px;
	border-radius: 50%;
}
 
@media (prefers-reduced-motion: reduce) {
	.leadership-section .slider-arrow-btn,
	.leadership-section .slider-arrow-btn svg path {
		transition: none;
	}
 
	.leadership-section .slider-arrow-btn:not(:disabled):hover {
		transform: none;
	}
}
 

.pu-modal {
	position: fixed;
	inset: 0;
	z-index: 10500;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.pu-modal.is-open {
	display: flex;
}

.pu-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(11, 12, 45, .72);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	animation: pu-fade .2s ease;
}

.pu-modal-dialog {
	position: relative;
	width: 100%;
	max-width: 560px;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 32px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
	animation: pu-rise .28s cubic-bezier(.2, .7, .2, 1);
}

.pu-modal-title {
	margin: 0 0 20px;
	padding-right: 36px;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	color: #0B1B49;
}

.pu-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #F1F3F7;
	color: #0B1B49;
	cursor: pointer;
	transition: background .2s ease;
}

.pu-modal-close:hover {
	background: #E2E6EF;
}

.pu-modal-close:focus-visible {
	outline: 2px solid #5641E0;
	outline-offset: 2px;
}

.pu-modal-body .wpcf7 {
	margin: 0;
}

.pu-modal-body .wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: 4px;
}

.pu-modal-body .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 10px 14px;
	font-size: 14px;
	border-radius: 8px;
}

body.pu-modal-open {
	overflow: hidden;
}

@keyframes pu-fade {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@keyframes pu-rise {
	from { opacity: 0; transform: translateY(18px) scale(.98); }
	to   { opacity: 1; transform: none; }
}
.talks-readmore{
	display:flex;
	justify-content:flex-end;
}
.speaker-card{
	z-index:1;
}
.extra-meta-details{
	max-width:80%;
}
.leadership-section .info-card-inner {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;     
	position: relative;
	z-index: 2;        
}

.leadership-section .lab-card-desc {
	flex: 1 1 auto;
	height: 120px;
	overflow-y: auto;
	overscroll-behavior: contain;  

	/* scrollbar hidden */
	scrollbar-width: none;         
	-ms-overflow-style: none;       
}

.leadership-section .lab-card-desc::-webkit-scrollbar {
	display: none;               
}
#collaborations.pu-hidden { display: none !important; }
.bba-mba{
	display:none;
}