body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; 
}
a{
    text-decoration: none!important;
    color: inherit!important;
}
.text-justify, p {
  text-align: justify;
}

.font-robots {
  font-family: 'Roboto Slab', serif !important;
}

.font-poppins {
  font-family: 'Poppins', sans-serif !important;
}

.containerPy {
  padding: 80px 0px !important;
} 
.containerdiscalmer {
	padding:80px 0px 40px 0px !important;
}

.w-fit {
  width: fit-content !important;
}
.max-h-400px{
 max-height: 400px !important;
}
.border-btn {
  border: 1px solid #014c88;
}

.border-yellow{
	border: 1px solid #FEF3C7 !important;
}

.border-radius-16 {
  border-radius: 16px !important;
}

.border-radius-t-16 {
  border-radius: 16px 16px 0px 0px !important;
}

.color-1 {
  color: #475569 !important;
}

.color-2 {
  color: #dbeafe !important;
}

.color-3 {
  color: #014c88 !important;
}

.color-4 {
  color: #0f172a !important;
}

.color-5 {
  color: #01829a !important;
}

.color-6 {
  color: #dc2626 !important;
}

.color-7 {
  color: #1d293d !important;
}

.color-8 {
  color: #66b2ff !important;
}

.color-20 {
  color: #94A3B8 !important;
}

.color-21 {
  color: #1E293B !important;
}

.color-22 {
  color: #93C5FD !important;
}

.color-23 {
  color: #90A1B9 !important;
}

.color-24 {
  color: #334155 !important;
}

.color-25 {
  color: #64748B !important;
}

.color-26 {
  color: #62748E !important;
}
.color-27 {
  color: #60A5FA !important;
}

.color-28{
	color:#FBBF24 !important;
}

.footParaColor {
  color: #d1e3f8 !important;
}

.bg-shad-1 {
  background: #014c88 !important;
}

.bg-shad-2 {
  background: #8ec5ff !important;
}

.bg-shad-3 {
  background: #01829a !important;
}

.bg-shad-4 {
  background: #e2180e !important;
}


.bg-shad-11 {
  background: #66b2ff !important;
}

.bg-shad-12 {
  background: #EFF6FF !important;
}

.bg-shad-13 {
  background: #FFFBEB !important;
}

.bg-shad-14 {
  background: #DBEAFE !important;
}

.bg-shad-15 {
  background: #F1F5F9 !important;
}

.bg-shad-16 {
  background: #FFF5F5 !important;
}

.bg-shad-17 {
  background: #F8FAFC !important;
}

.bg-shad-18 {
  background: #F5A623 !important;
}

.bg-shad-19 {
  background: #F9F2E8 !important;
}

.bg-shad-20 {
  background: #9810FA !important;
}
.bg-shad-21 {
  background: #ECFDF5 !important;
}
.bg-shad-22{
	background: #FBBF24 !important;
}
.bg-shad-23{
	background: #0F766E !important;
}
.bg-shad-24{
	background: #7C3AED!important;
}
.bg-shad-25{
	background-color: #F59E0B!important;
}
.bg-linear {
  background:
    linear-gradient(180deg, rgba(1, 76, 136, 0.03) 2.5%, rgba(1, 76, 136, 0) 2.5%),
    linear-gradient(90deg, rgba(1, 76, 136, 0.03) 2.5%, rgba(1, 76, 136, 0) 2.5%),
    linear-gradient(90deg, #f8fafc 0%, #f8fafc 100%);
}

.footer-bg {
  background: #00305e !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-400 {
  font-weight: 400 !important;
}
.max-h-460px{
max-height:460px !important;	
}

.ls-2 {
  letter-spacing: 2px !important;
}

.border-top {
  border-top: 0.8px solid #f1f5f9;
}

.ws-8 {
  word-spacing: 8px !important;
}

.ws-20 {
  word-spacing: 20px !important;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Sub-dropdown fix */
/* Sub dropdown by default band */
.dropdown-submenu .collapse-menu {
  display: none;
  padding-left: 10px;
}

/* Open hone par dikhao */
.dropdown-submenu.open .collapse-menu {
  display: block;
}

/* Arrow transition */
.submenu-arrow-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

/* Open hone par arrow 180deg rotate */
.dropdown-submenu.open>a .submenu-arrow-icon {
  transform: rotate(180deg);
}

/* Header */
.logo-img {
  height: 60px;
  flex-shrink: 0;
}

.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
}

 .headbanners {
     font-size: 26px!important;
  font-weight: 700!important;
  line-height: 24px!important;
  font-style: normal;
  color: #ffffff;
 }
.menu {
  gap: 32px;
}

.mainGrid {
  gap: 40px;
}

.mainGridPara {
  font-size: 15px;
  line-height: 22.5px;
}

.menu li,
.btnExpCourse,
.programPara,
.softSkillPoint,
.whyChoosePara,
.careerOppPoint,
.headbanner,
.academicRightContent p,
.activity-title {
  font-size: 14px!important;
  font-weight: 400!important;
  line-height: 24px!important;
  font-style: normal;
}

.btnExpCourse {
  padding: 10px 24px;
  border-radius: 33554400px;
  background: #014c88;
  box-shadow:
    0 10px 15px 0 rgba(59, 130, 246, 0.3),
    0 4px 6px 0 rgba(59, 130, 246, 0.3);
}

.nav-link.dropdown-toggle::after {
  display: none !important;
}

.nav-link.dropdown-toggle .arrow-icon {
  display: inline-block;
  transition: transform 0.25s ease;
  vertical-align: middle;
}

.nav-link.dropdown-toggle[aria-expanded='true'] .arrow-icon {
  transform: rotate(180deg);
}

.nav-link,
.bannerbtn {
  font-size: 14px;
  white-space: nowrap;
}

#navbarSupportedContent .nav-link,
.d-none.d-md-flex .nav-link {
  padding: 8px 0 !important;
}

/* Header */

/* Main */
.mainImage {
  background: url('../images/Group_pg_7.webp') no-repeat center center / cover !important;
}

.badge-main {
  border-radius: 26843500px;
  border: 0.8px solid rgba(96, 165, 250, 0.3);
  background: rgba(96, 165, 250, 0.2);
  padding: 10px 18px;
  margin-bottom: 20px;
}

.mainHeading {
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -1.5px;
}

.mainPara,
.softSkillPara,
.careerOppPara,
.eligiblityPoint,
.cta-para,
.whyChoosePara,
.discalmer-cta-para,
.foothead,
.member-head,
.academicRightContent h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px; 
}

.btn-apply,
.btn-brochure,
.btn-visit {
  padding: 14px 32px;
  border-radius: 26843500px;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.btn-brochure {
  box-shadow: none !important;
  border: 0.8px solid rgba(255, 255, 255, 0.3);
}

.btn-visit {
  border: 1px solid white;
}

/* Main */
.countBox {
  min-width: 200px;
}

.skillImage {
  max-height: 360px;
  height: 100%;
}

.skillImage img,
.careerOppImg img,
.main-img {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.main-img,
.club-Image-Text {
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(1, 76, 136, 0.3) 0%, rgba(1, 76, 136, 0) 100%) !important;
}

.main-img img {
  border-radius: 16px;
}

.bgColorLinear {
  padding: 48px 0px;
}

.bgLinear,
.bgColorLinear {
  border-bottom: 0.8px solid #f1f5f9;
  background: linear-gradient(135deg,
      #eff6ff 0%,
      #f1f7ff 14.29%,
      #f4f9ff 28.57%,
      #f6faff 42.86%,
      #f8fbff 57.14%,
      #fafcff 71.43%,
      #fdfeff 85.71%,
      #fff 100%);
}

.iconBtn {
  width: 48px;
  height: 48px;
  padding: 12px 12px 0 12px;
  border-radius: 16px;
}

.iconBthHead,
.programHeading,
.disclaimer-head,
.whyCHooseHeading {
  font-size: 20px;
  line-height: 30px;
}

.programHead h3,
.softSkillHead h3,
.careerOppHead h3,
.eligibeHead h3,
.whyChooseHead h3,
.commitment h3 {
  font-size: 36px;
  line-height: 40px;
}

.programHead span,
.softSkillHead span,
.careerOppHead span,
.eligibeHead span,
.whyChooseHead span,
.commitment span {
  width: 80px;
  height: 6px;
  border-radius: 26843500px;
}

.programCard,
.whyCHooseCard {
  border-radius: 16px;
  border: 0.8px solid #f1f5f9;
  padding: 32px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.programIcon,
.disclaimer-icon,
.icon-box,
.academicIcon,
.whyCHooseIcon {
  width: 60px;
  height: 60px;
  background-color: #eff6ff;
  border-radius: 16px;
}

.programPara {
  max-width: 460px;
  width: 100%;
}

.whyChoosePara {
  max-width: 620px;
  width: 100%;
}

.eligiblityBg {
  background:
    linear-gradient(135deg,
      #014c88 0%,
      #014e8b 14.29%,
      #01508e 28.57%,
      #015291 42.86%,
      #025494 57.14%,
      #025698 71.43%,
      #02589b 85.71%,
      #025a9e 100%),
    #fff;
}

.eligiblityCard {
  padding: 40px;
  gap: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.25);
}

.infra-banner {
  min-height: 320px;
}

.infra-banner img {
  height: 360px;
}

.infra-overlay {
  bottom: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(to top, rgba(10, 22, 50, 0.88) 0%, rgba(10, 22, 50, 0.4) 55%, transparent 100%);
}

.infra-content {
  padding: 10px 48px;
}

.infra-content h2 {
  font-size: 28px;
  line-height: 36px;
}

.infra-content p,
.plus-box span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.careerOppLogo {
  width: 36px;
  height: 36px;
  padding: 8px 8px 0 8px;
  border-radius: 26843500px;
  background: #eff6ff;
}

.plus-box {
  padding: 25px;
  border-radius: 16px;
  border: 0.8px solid rgba(1, 76, 136, 0.1);
  background: #eff6ff;
}

.cta-heading {
  font-size: 42px;
  line-height: 48px;
}

.cta-para {
  max-width: 800px;
  width: 100%;
}

/* About College  */

.careerOppPara {
  max-width: 900px;
}

.objective {
  font-size: 24px;
  line-height: 28.8px;
}

.objectiveCard {
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 25px;
}

/* About College  */

/* About */

.welfare-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(180deg, #014c88 0%, #60a5fa 100%);
  border-radius: 16px 16px 0 0;
}

.welfare-card {
  padding: 35px;
}

.welfare-head span {
  border-radius: 6px;
  background: #f1f5f9;
  padding: 4px 12px;
  letter-spacing: 0.3px;
}

.welfare-mid-sec h5,
.welfare-head span {
  font-size: 12px;
  line-height: 16px;
}

.list-card {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  padding: 7px 14px;
}

.card-title {
  font-size: 22px;
  line-height: 30px;
}

.welfare-end {
  border-radius: 12px;
  border: 1px solid #dbeafe;
  padding: 20px;
}

.academicRightIcon {
  width: 32px;
  height: 32px;
  padding: 6px;
}

/* About */

/* Accredition */
.accreditionCard {
  border-radius: 24px;
  border: 1px solid #FDE68A;
  background: #FFF;
  padding: 40px;
  gap: 40px;
}

.accreditionImg {
  border-radius: 20px;
  border: 2px solid #FCD34D;
  background: #F1F5F9;
  padding: 32px;
}

.accreditionBadge {
  border-radius: 33554400px;
  background: #FEF3C7;
  padding: 4px 16px;
  color: #92400E;
  font-size: 13px;
  line-height: 19.5px;
}

.accreditionHeading,
.ctaHead {
  font-size: 28px;
  line-height: 42px;
}

.accreditionGrid {
  grid-template-columns: repeat(3, 1fr);
}

.accreditionPoint {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
background: #F59E0B;
}

.academicContent>div {
  padding: 4px 12px;
  border-radius: 33554400px;
  background: #FEE2E2;
}

/* Recognition */
.recognitionCard {
  border-radius: 20px;
  border: 1px solid #FECACA;
  background: #FFF5F5;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
  padding: 30px;
}

.recognition-img {
  width: 120px;
  height: 120px;
}

/* Academic & Industry Collaborations */
.academicIndustryCard {
  border-radius: 20px;
  border: 1px solid #FECACA;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
}

.academicImgBox {
  padding: 32px;
  background: #FFF5F5;
  border-radius: 20px 20px 0px 0px;
}

.academicImgBox>div {
  height: 100px;
}

.academicBadge {
  color: #991B1B;
  font-size: 12px;
  line-height: 16px;
}

.academicContent {
  padding: 30px;
}

.ctaContainer {
  max-width: 1300px;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid #BFDBFE;
  background: #EFF6FF;
}

.btn-apply,
.btn-brochure,
.btn-visit {
  padding: 14px 32px;
  border-radius: 26843500px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

/* Advisory */
.pagination .page-link {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 10px;
  color: black;
  background-color: rgba(176, 23, 24, 0.05);
  font-family: Synonym;
  margin: 0px 10px;
  border-radius: 2.5px;
}

.pagination .page-item.active .page-link {
  background: #FBAF2B;
  color: #fff;
  border: 0px;
}

.pagination .page-item.disabled .page-link {
  display: none;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background: #FBAF2B;
  color: #fff;
  border-radius: 2.5px;
  border: 0px;
}

.member-card,
.member-img {
  border-radius: 2.5px;
  border: 1px solid #DFDFDF;
}

.member-img {
  min-height: 250px;
}

.member-content {
  padding: 20px;
}

/* Advisory */

/* Awards */
.rankingCard {
  border-radius: 24px;
  border: 0.8px solid #F1F5F9;
  box-shadow: 0 20px 25px -5px rgba(226, 232, 240, 0.50), 0 8px 10px -6px rgba(226, 232, 240, 0.50);
  padding: 20px;
  gap: 20px;
}

.rankingContent h5 {
  font-size: 18px;
  line-height: 22.5px;
}

.rankingfooter p {
  font-size: 12px !important;
  line-height: 18px;
  letter-spacing: 1.2px;
}

.rankingfooter div {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 26843500px;
  opacity: 0.9466;
  background: #2B7FFF;
}

/* Awards */


/* Blog Card  */
.blog-cards-section {
  padding: 80px 0;
  background-color: #fff;
}

.blog-cards-list {
  max-width: 1096px;
}

.blog-section-header {
  text-align: center;
  margin-bottom: 56px;
}

.blog-section-subtitle {
  font-size: 14px;
  color: #e53e3e;
  font-weight: 500;
  margin-bottom: 8px;
}

.blog-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0;
}

.blog-card {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 48px;
}

.blog-card:nth-child(even) {
  flex-direction: row-reverse;
}

.blog-card:last-child {
  margin-bottom: 0;
}

.blog-card--reverse {
  flex-direction: row-reverse;
}

.blog-card__img-wrap {
  flex: 0 0 604px;
  max-width: 604px;
  border-radius: 2.5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.blog-card__img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.blog-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blog-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 0;
}

.blog-card__excerpt,
.card-date {
  font-size: 14px;
  color: 343434;
  line-height: 1.7;
  margin-bottom: 0;
}

.blog-card__link {
  font-size: 14px;
  font-weight: 600;
  color: #9c1009;
  text-decoration: none;
  display: inline-block;
}

.blog-card__link:hover {
  text-decoration: underline;
  color: #c53030;
}

/* blog */

/* Club */
.studentClubPara {
  max-width: 650px;
  width: 100%;
}

/* Club */

/* Discalimer */

.disclaimer-container {
  padding: 30px;
  position: relative;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid #F1F5F9;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
}

.disclaimer-container::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  border-radius: 4000px 4000px 0px 0px;
  height: 4px;
  background: linear-gradient(180deg, #014C88 0%, #60A5FA 100%);
}

.discalimer-card {
  border-bottom: 1px solid #F1F5F9;
}

.disclaimer-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
      display: flex;
    align-items: center;
    justify-content: center;
}

/* Discalimer */

/* Grievance Redressal Cell  */

.grievance-tables-section {
  padding: 80px 0;
}

.grievance-intro {
  margin-bottom: 40px;
}

.grievance-block-header {
  margin-bottom: 48px;
}

.grievance-block-title {
  font-size: 36px;
  color: #008b9f;
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
}

.grievance-underline {
  width: 60px;
  height: 4px;
  background: #FBBF24;
  border-radius: 2px;
  margin: 0 auto;
}

.grievance-intro-para {
  font-size: 14px;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 16px;
}

.grievance-table-block {
  margin-bottom: 50px;
}

.grievance-table-heading {
  font-size: 20px;
  font-weight: 700;
  color: #014c88;
  margin-bottom: 20px;
}

.grievance-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
}

.grievance-table-wrapper::-webkit-scrollbar {
  height: 4px;
}

.grievance-table-wrapper::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 2px;
}

.grievance-table-wrapper::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 2px;
}

.grievance-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.grievance-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 14px;
  border-radius: 0px;
  overflow: hidden;
}

.grievance-table th {
  padding: 14px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  color: #0f172a;
  border-top: 1px solid #e2e8f0;
  border-left: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  white-space: nowrap;
}

.grievance-table td {
  padding: 12px 16px;
  text-align: center;
  font-size: 13px;
  color: #374151;
  border-left: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
}

.grievance-table tbody tr:last-child td {
  border-bottom: 1px solid #e2e8f0;
}

.grievance-table tbody tr:nth-child(even) {
  background: var(--color-grey-98, #f9fafb);
}

.grievance-table tbody tr:hover {
  background: var(--color-grey-98, #f9fafb);
  transition: background-color 0.2s ease;
}

.grievance-table td a {
  color: #014c88;
  text-decoration: none;
}

.grievance-table td a:hover {
  text-decoration: underline;
}

/*  Grievance Form */

.grievance-form-card {
  max-width: 680px;
  padding: 40px;
  margin-top: 32px;
  border-radius: 10px;
  border: var(--stroke-weight-1, 1px) solid var(--color-azure-84, #d1d5db);
  background: var(--color-white-solid, #fff);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}

.grievance-form-title {
  font-size: 24px;
  font-weight: 700;
  color: #008b9f;
  margin-bottom: 28px;
}

.gf-field {
  margin-bottom: 24px;
}

.gf-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}

.gf-input,
.gf-select,
.gf-textarea {
  width: 100%;
  border-radius: 6px;
  border: var(--stroke-weight-1, 1px) solid var(--color-azure-84, #d1d5db);
  background: var(--color-grey-98, #f9fafb);
  padding: 12px 16px;
  font-size: 14px;
  color: #374151;
  outline: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  resize: none !important;
}

.gf-input::placeholder,
.gf-textarea::placeholder {
  color: #94a3b8;
}

.gf-input:focus,
.gf-select:focus,
.gf-textarea:focus {
  border-color: #008b9f;
  background: #ffffff;
}

.gf-input--error {
  border-color: #ef4444 !important;
  background: #fff5f5 !important;
}

.gf-error {
  display: block;
  font-size: 12px;
  color: #ef4444;
  margin-top: 5px;
  min-height: 16px;
}

.gf-select-wrap {
  position: relative;
}

.gf-select-wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #64748b;
  pointer-events: none;
}

.gf-select {
  cursor: pointer;
  color: #374151;
}

.gf-select option[value=''] {
  color: #94a3b8;
}

.gf-textarea {
  resize: vertical;
  min-height: 130px;
}

.gf-file-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.gf-file-input {
  display: none;
}

.gf-file-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #008b9f;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #008b9f;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  white-space: nowrap;
}

.gf-file-btn:hover {
  background: #008b9f;
  color: #ffffff;
}

.gf-file-name {
  font-size: 13px;
  color: #64748b;
}

.gf-submit {
  margin-top: 8px;
  padding: 12px 36px;
  background: #008b9f;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.gf-submit:hover {
  background: #00768a;
  transform: translateY(-1px);
}

/* Eligiblity */


.admission-badge {
  padding: 20px 32px;
  gap: 12px;
  border-radius: 33554400px;
  background: #014C88;
  box-shadow: 0 10px 15px 0 rgba(1, 76, 136, 0.20);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.programmes-table {
  border-radius: 12px;
  overflow: scroll;
  border: 1px solid #e2e8f0;
}


.programmes-table thead th {
  font-weight: 600;
  font-size: 15px;
  padding: 16px 20px;
  border: none;
  text-wrap: nowrap;
}

.programmes-table tbody tr {
  border-bottom: 1px solid #e2e8f0;
  transition: background-color 0.2s ease;
}

.programmes-table tbody tr:last-child {
  border-bottom: none;
} 
.programmes-table tbody td {
  padding: 16px 20px;
  vertical-align: middle;
  font-size: 14px;
  color: #475569;
}

.programme-name {
  font-weight: 600;
  color: #0F172A;
  font-size: 14px;
}

.duration-badge {
  color: #014C88;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.programme-icon {
  color: #014C88;
  font-size: 16px;
  flex-shrink: 0;
}

/* Eligiblity */

/* Event Calendar */
.image-placeholder {
  background: #D9D9D9;
  min-height: 300px;
}

.text-col h2 {
  font-size: 36px;
  line-height: 52px;
}

.text-col p {
  font-size: 15px;
  line-height: 24px;
}

/* Event Calendar */

/* Excursion */ 

.excursion-badge {
  padding: 10px 20px;
}

.orangeline {
  width: 64px;
  height: 2px;
}

.trip-desc,
.type-badge {
  font-size: 10px;
  line-height: 14px;
}

.type-badge {
  top: 5%;
  left: 4%;
  padding: 4px 10px;
  border-radius: 26843500px;
}

.trip-card {
  min-height: 220px;
  height: 100%;
}

.play-overlay {
  width: 80px;
  height: 80px;
  border-radius: 48px;
  background-color: white;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.50);
}

.play-overlay svg {
  width: 24px;
}

/* Excursion */
/* Pg Section */


.LLmIcon {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 26843500px;
  background: #EFF6FF;
}

/* Pg Section */
/* Gallery */


.badge-cat {
  top: 8%;
  left: 4%;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: 10px;
  line-height: 15px;
}

.badge-year {
  bottom: 6%;
  right: 6%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.65);
  padding: 2px 6px;
  font-size: 10px;
  line-height: 15px;
}

.event-date,
.showing-text {
  font-size: 12px;
  line-height: 16px;
  border-top: 0.8px solid #F1F5F9;
}

.btn-load-more {
  border-radius: 26843500px;
  border: 1.6px solid #014C88;
  padding: 14px 36px;
}

.showing-bar {
  width: 100%;
  max-width: 384px;
  height: 6px;
  border-radius: 26843500px;
  background: #F1F5F9;
  overflow: hidden;
}

.showing-progress {
  height: 100%;
  width: 0%;
  background: #014C88;
  border-radius: 50px;
  transition: width 0.4s ease;
}

.card-item {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

/* Gallery */
/* =====================
   Testimonial Section
   ===================== */
.home-testimonial-section {
  position: relative;
  padding: 80px 0;
  background-color: #ffffff;
  overflow: hidden;
}

.home-testimonial-quotes-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  pointer-events: none;
}

.home-testimonial-quotes-img {
  width: 160px;
  height: auto;
  opacity: 1;
}

.home-testimonial-header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.home-testimonial-swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.home-testimonial-swiper .swiper-slide {
  height: auto;
}

.home-testimonial-card {
  background: #ffffff;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  box-shadow: 0 0 20px 0 rgba(17, 17, 26, 0.05);
  transition: box-shadow 0.25s ease;
}

.home-testimonial-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.home-testimonial-text {
  font-size: 14px;
  color: #000000;
  line-height: 1.75;
  margin: 0;
  flex: 1;
}

.home-testimonial-reviewer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #e2e8f0;
  background: #d9d9d9;
}

.home-testimonial-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.home-testimonial-name {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.home-testimonial-role {
  font-size: 12px;
  color: #64748b;
  font-weight: 400;
}

/* =====================
   FAQ Section
   ===================== */
.home-faq-section {
  padding: 80px 0;
  background: rgba(1, 130, 154, 0.1);
}

.home-faq-header {
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.home-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: start;
}

.home-faq-col {
  display: flex;
  flex-direction: column;
}

.home-faq-item.accordion-item {
  border: 1px solid #e2e8f0 !important;
  border-radius: 2px !important;
  background: #ffffff;
  margin-bottom: 16px;
}

.home-faq-item.accordion-item:last-child {
  margin-bottom: 0;
}

.home-faq-btn.accordion-button {
  font-family: 'Roboto Slab', serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  background-color: #ffffff !important;
  padding: 20px 24px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px;
}

.home-faq-btn.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.home-faq-btn.accordion-button::after {
  display: none !important;
}

.faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: none;
  background: #fff7f2;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #a84930;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.2s ease;
  user-select: none;
}

.home-faq-btn.accordion-button .faq-icon::before {
  content: '+';
}

.home-faq-btn.accordion-button:not(.collapsed) .faq-icon::before {
  content: '−';
}

.home-faq-body.accordion-body {
  font-size: 13px !important;
  color: #475569 !important;
  line-height: 1.75 !important;
  padding: 0 24px 20px !important;
}

/* =====================
   Common Section Heading & Tagline
   ===================== */
.home-section-title {
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

.home-section-tagline {
  font-size: 13px;
  font-weight: 500;
  color: #e53e3e;
  letter-spacing: 0.02em;
}

/* =====================
   Header / Top Bar
   ===================== */

.headbanner {
  font-size: 13px;
  font-weight: 500;
}

.bannerbtn {
  font-size: 13px;
  border-radius: 16px !important;
}

.border-radius-16 {
  border-radius: 16px !important;
}

/* =====================
   Navbar
   ===================== */
.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.logo-img {
  width: 130px;
  height: 48px;
}

.menu {
  gap: 28px;
}

.menu .nav-link {
  font-size: 14px;
  white-space: nowrap;
}


/* =====================
   Banner Entrance Animations
   ===================== */
@keyframes bannerContentIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bannerImageIn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.home-banner-content,
.home-banner-images {
  opacity: 0;
}

.banner-animate-content {
  animation: bannerContentIn 0.8s ease forwards;
}

.banner-animate-image {
  animation: bannerImageIn 0.8s ease 0.2s forwards;
}

/* =====================
   Home Banner Section
   ===================== */
.home-banner-section {
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.home-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.home-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.home-banner-container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 80px 16px 0px;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  flex: 1;
}

.home-banner-content {
  flex: 0 0 48%;
  max-width: 48%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 120px;
}

.home-banner-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
}

.banner-tag-border {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-image: radial-gradient(circle, #f0bf02 0%, #f0bf0200 100%);
  border-image-slice: 1;
}

.home-banner-heading {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

.home-banner-heading-highlight {
  color: #ffffff;
}

.border-text {
  position: relative;
  display: inline-block;
}

.border-text::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 70%;
  height: 4px;
  background: #f0bf02;
  border-radius: 10px;
  z-index: -1;
}

.home-banner-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 0;
  max-width: 420px;
}

.home-banner-desc strong {
  color: #ffffff;
  font-weight: 600;
}

.home-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #014c88;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #014c88;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
  align-self: flex-start;
}

.home-banner-btn:hover {
  background-color: #1d4ed8;
  color: #ffffff;
  transform: translateX(3px);
}

.home-banner-images {
  flex: 0 0 48%;
  max-width: 48%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 600px;
}

.home-banner-student-img {
  position: relative;
  z-index: 2;
  height: 100%;
  max-height: 600px;
  width: auto;
  object-fit: contain;
  object-position: bottom;
}

.home-banner-bg-layer {
  position: absolute;
  top: 141px;
  right: 28px;
  z-index: 1;
  width: 236px;
  height: auto;
  opacity: 0.9;
  animation: rotateBgLayer 12s linear infinite;
}

@keyframes rotateBgLayer {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* =====================
   Stats Bar
   ===================== */
.stats-section-main {
  margin-top: -40px;
}

.home-banner-stats {
  padding: 0px 16px;
}

.home-banner-stats-inner {
  position: relative;
  z-index: 99;
  max-width: 1095px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 8px;
  background-color: #014c88;
}

.home-banner-stat-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  flex: 1;
}

.home-banner-stat-number {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.home-banner-stat-label {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}

.home-banner-stat-divider {
  width: 1px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

/* =====================
   Programs Offered Section
   ===================== */

/* Card scroll-in animation */
@keyframes cardFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.programs-offered-card {
  opacity: 0;
}

.programs-offered-card.card-visible {
  animation: cardFadeUp 0.6s ease forwards;
}

.programs-offered-card.card-visible:nth-child(2) {
  animation-delay: 0.15s;
}

.programs-offered-card.card-visible:nth-child(3) {
  animation-delay: 0.3s;
}

.programs-offered-section {
  padding: 72px 0px;
}

.programs-offered-container {
  max-width: 1095px;
  margin: 0 auto;
}

.programs-offered-header {
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.programs-offered-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.programs-offered-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  overflow: hidden;
  background: #ffffff;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.programs-offered-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.programs-offered-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 2;
  overflow: hidden;
  flex-shrink: 0;
}

.programs-offered-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.programs-offered-card:hover .programs-offered-img {
  transform: scale(1.04);
}

.programs-offered-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.programs-offered-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: default;
}

.programs-offered-card-desc {
  font-size: 14px;
  color: #000;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

.programs-offered-card-meta {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

/* =====================
   Why Students Love Section
   ===================== */
.why-love-section {
  padding-bottom: 72px;
  background-color: #ffffff;
}

.why-love-container {
  max-width: 1095px;
  margin: 0 auto;
}

.why-love-header {
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.why-love-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.why-love-card {
  background-color: #077e98;
  padding: 32px 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: background-color 0.2s ease;
}

.why-love-card.card-visible {
  animation: cardFadeUp 0.6s ease forwards;
}

.why-love-card.card-visible:nth-child(2) {
  animation-delay: 0.1s;
}

.why-love-card.card-visible:nth-child(3) {
  animation-delay: 0.2s;
}

.why-love-card.card-visible:nth-child(4) {
  animation-delay: 0.3s;
}

.why-love-card.card-visible:nth-child(5) {
  animation-delay: 0.4s;
}

.why-love-card.card-visible:nth-child(6) {
  animation-delay: 0.5s;
}

/* Hover overlay description */
.why-love-card-desc {
  position: absolute;
  inset: 0;
  background-color: rgba(1, 76, 136, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 32px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
}

.why-love-card:hover .why-love-card-desc {
  opacity: 1;
  transform: translateY(0);
}

.why-love-card-desc p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.75;
  margin: 0;
  text-align: center;
}

.why-love-icon-wrap {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-love-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.why-love-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

/* =====================
   Home Placements Section
   ===================== */
.home-placements-section {
  position: relative;
  padding: 80px 0;
  background-image: url('../images/placement-cpj-img.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.home-placements-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 1;
}

.home-placements-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

.home-placements-subtitle {
  font-size: 16px;
  color: #dbeafe;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.9;
}

.home-placements-title {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 48px;
}

.home-placements-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 960px;
  margin: 0 auto;
}

.home-stat-item {
  position: relative;
  padding: 20px;
}

.home-stat-divider {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.3);
}

.home-stat-item:last-child .home-stat-divider {
  display: none;
}

.home-stat-number {
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.2;
}

.home-stat-label {
  font-size: 16px;
  color: #dbeafe;
  margin: 0;
  opacity: 0.95;
}

/* =====================
   Recruiters Section
   ===================== */
.home-recruiters-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.home-recruiters-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
  max-width: 1096px;
}

.home-recruiter-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0px;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  min-height: 75px;
  max-height: 75px;
  min-width: 170px;
  width: calc(20% - 20px);
  flex: 0 0 calc(20% - 20px);
}

.home-recruiter-card:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.home-recruiter-logo {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-recruiter-logo img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
}

.home-recruiter-card:hover .home-recruiter-logo img {
  filter: grayscale(0%);
  opacity: 1;
}

/* =====================
   Student Life Gallery Section
   ===================== */
.student-life-section {
  padding: 72px 0;
  background-color: #f9fbfc;
}

.student-life-header {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.student-life-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
}

.gallery-item--wide {
  grid-column: span 2;
}

.gallery-item--third {
  grid-column: span 1;
}

.gallery-item:nth-child(1) {
  grid-column: span 6;
}

.gallery-item:nth-child(2) {
  grid-column: span 3;
}

.gallery-item:nth-child(3) {
  grid-column: span 3;
}

.gallery-item:nth-child(4) {
  grid-column: span 3;
}

.gallery-item:nth-child(5) {
  grid-column: span 3;
}

.gallery-item:nth-child(6) {
  grid-column: span 3;
}

.gallery-item:nth-child(7) {
  grid-column: span 3;
}

.gallery-item:nth-child(8) {
  grid-column: span 4;
}

.gallery-item:nth-child(9) {
  grid-column: span 4;
}

.gallery-item:nth-child(10) {
  grid-column: span 4;
}

/* Gallery item — scroll-in animation */
@keyframes galleryFadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.gallery-item {
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  opacity: 0;
}

.gallery-item.gallery-visible {
  animation: galleryFadeIn 0.5s ease forwards;
}

/* stagger each item */
.gallery-item.gallery-visible:nth-child(1) {
  animation-delay: 0s;
}

.gallery-item.gallery-visible:nth-child(2) {
  animation-delay: 0.08s;
}

.gallery-item.gallery-visible:nth-child(3) {
  animation-delay: 0.16s;
}

.gallery-item.gallery-visible:nth-child(4) {
  animation-delay: 0.24s;
}

.gallery-item.gallery-visible:nth-child(5) {
  animation-delay: 0.32s;
}

.gallery-item.gallery-visible:nth-child(6) {
  animation-delay: 0.4s;
}

.gallery-item.gallery-visible:nth-child(7) {
  animation-delay: 0.48s;
}

.gallery-item.gallery-visible:nth-child(8) {
  animation-delay: 0.56s;
}

.gallery-item.gallery-visible:nth-child(9) {
  animation-delay: 0.64s;
}

.gallery-item.gallery-visible:nth-child(10) {
  animation-delay: 0.72s;
}

.gallery-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.gallery-item:hover .gallery-img {
  transform: scale(1.06);
}

.gallery-item:nth-child(n + 8) .gallery-img {
  height: 240px;
}

/* Hover overlay */
.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(1, 76, 136, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-zoom-icon {
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}

/* =====================
   Gallery Lightbox Modal
   ===================== */
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.gallery-modal.is-open {
  opacity: 1;
  pointer-events: all;
}

.gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}

.gallery-modal-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 60px;
}

.gallery-modal-img {
  width: 100%;
  height: 500px;
  max-width: 900px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  transition: opacity 0.2s ease;
}

.gallery-modal-img.is-switching {
  opacity: 0;
}

.gallery-modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.gallery-modal-close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.gallery-modal-nav {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.gallery-modal-nav:hover {
  background: rgba(255, 255, 255, 0.25);
}

.gallery-modal-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
}

.cpj-container {
  max-width: 1127px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

/* Industrial Visit */
.industialHead h2,
.section-title {
  font-size: 36px;
  line-height: 40px;
}

.industialHead h3,
.industryCardHeading {
  font-size: 20px;
  line-height: 28px;
}

.industialHead span {
  width: 80px;
  height: 6px;
  border-radius: 26843500px;
}

.industialPara {
  max-width: 740px;
  width: 100%;
}

.industialPara {
  font-size: 16px;
  line-height: 24px;
}

.section-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}


.section-label::before,
.section-label::after {
  display: inline-block;
  content: '';
  width: 36px;
  height: 2px;
  background: #014C88;
  border-radius: 2px;
}

.section-label,
.industryCarddate {
  font-size: 12px;
  line-height: 16px;
}

.section-label {
  letter-spacing: 1.2px;
}

.industryExprosure {
  border: 0.759px solid #F1F5F9;
  box-shadow: 0 0.948px 2.844px 0 rgba(0, 0, 0, 0.10), 0 0.948px 1.896px -0.948px rgba(0, 0, 0, 0.10);
}

.industry-badge {
  border-radius: 25451328px;
  background: rgba(0, 0, 0, 0.30);
  padding: 4px 8px;
  font-size: 10px;
  line-height: 15px;
  top: 15px;
  right: 15px;
}

/* Industy Interface */
/* =====================
   Genesis Section
   ===================== */
.genesis-section {
  padding: 80px 0;
  background-color: #f8fafc;
}

.section-header {
  text-align: center;
}

.genesis-title {
  font-size: 36px;
  color: #0f172a;
  position: relative;
  display: inline-block;
}

.genesis-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 48px;
}

.genesis-card {
  border-radius: 16px;
  border: 1px solid #374151;
  overflow: hidden;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.genesis-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.genesis-card-inner {
  display: grid;
  grid-template-columns: 1.3fr 1.5fr;
  gap: 32px;
  min-height: 320px;
}

.genesis-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  border: 1px solid #374151;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.genesis-image img {
  transition: transform 0.5s ease;
}

.genesis-card:hover .genesis-image img {
  transform: scale(1.05);
}

.genesis-content {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.genesis-card-title {
  font-size: 30px;
  line-height: 1.3;
  color: #ffffff;
}

.genesis-card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  opacity: 0.95;
}

.genesis-btn {
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Color Variants via nth-child */

/* 1st card - Cyan */
.genesis-card:nth-child(1) {
  background: #008b9f;
}

.genesis-card:nth-child(1) .genesis-btn {
  color: #0891b2;
}

.genesis-card:nth-child(1) .genesis-btn:hover {
  background-color: #0891b2;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
}

/* 2nd card - Yellow */
.genesis-card:nth-child(2) {
  background: #c29c25;
}

.genesis-card:nth-child(odd) {
    direction: rtl;
    text-align: left;
}

.genesis-card:nth-child(odd) .genesis-btn {
   margin-right: auto;
}

.genesis-card:nth-child(2) .genesis-btn {
  color: #ca8a04;
}

.genesis-card:nth-child(2) .genesis-btn:hover {
  background-color: #ca8a04;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(202, 138, 4, 0.3);
}

/* 3rd card - Blue */
.genesis-card:nth-child(3) {
  background: #05518c;
}

.genesis-card:nth-child(3) .genesis-btn {
  color: #1e40af;
}

.genesis-card:nth-child(3) .genesis-btn:hover {
  background-color: #1e40af;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
}

/* 4th card - Red */
.genesis-card:nth-child(4) {
  background: #a2473b;
}

.genesis-card:nth-child(4) .genesis-btn {
  color: #b91c1c;
}

.genesis-card:nth-child(4) .genesis-btn:hover {
  background-color: #b91c1c;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(185, 28, 28, 0.3);
}

/* =====================
   Placements Section
   ===================== */
.placements-section {
  position: relative;
  padding: 80px 0;
  background-image: url('../images/placement-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.placements-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.85) 0%, rgba(59, 130, 246, 0.75) 100%);
  z-index: 1;
}

.placements-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

.placements-subtitle {
  font-size: 16px;
  color: #dbeafe;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.9;
}

.placements-title {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 48px;
}

.placements-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 960px;
  margin: 0 auto;
}

.stat-item {
  position: relative;
  padding: 20px;
  text-align: center;
}

.stat-divider {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.3);
}

.stat-item:last-child .stat-divider {
  display: none;
}

.stat-number {
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.2;
}

.stat-label {
  font-size: 16px;
  color: #dbeafe;
  margin: 0;
  opacity: 0.95;
}

/* =====================
   Top Recruiters Section
   ===================== */
.recruiters-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.recruiters-title {
  font-size: 38px;
  color: #0f172a;
  position: relative;
  display: inline-block;
  text-align: center;
}

.recruiters-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px;
  margin-top: 48px;
  max-width: 1280px;
}

.recruiter-card {
  /*background: #f8fafc;*/
  /*border: 1px solid #e2e8f0;*/
  /*border-radius: 12px;*/
  /*padding: 12px 28px;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*transition: all 0.3s ease;*/
  /*min-height: 75px;*/
  /*max-height: 75px;*/
  width: calc(16.666% - 20px);
    flex: 0 0 calc(16.666% - 20px);
}

/*.recruiter-card:hover {*/
/*  background: #ffffff;*/
/*  border-color: #cbd5e1;*/
/*  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);*/
/*  transform: translateY(-4px);*/
/*}*/

.recruiter-logo {
  /*width: 100%;*/
  /*height: 50px;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

.recruiter-logo img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
}

/*.recruiter-card:hover .recruiter-logo img {*/
/*  filter: grayscale(0%);*/
/*  opacity: 1;*/
/*}*/

/* =====================
   Infrastructure & Facilities Section
   ===================== */
.infrastructure-section {
  padding: 80px 0;
  background-color: #f8fafc;
}

.section-header {
  text-align: center;
}

.section-title {
  font-size: 36px;
  color: #0f172a;
}

.section-title::before {
  content: '';
  position: absolute;
  bottom: -20px;
  width: 100px;
  height: 6px;
  border-radius: 999px;
  background: var(--color-azure-27, #014c88);
  left: 50%;
  transform: translateX(-50%);
}

.section-subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.facility-card {
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 4px 24px 0 rgba(1, 76, 136, 0.1),
    0 1px 4px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #003b5c 0%, #005a8c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    /* iframe के ऊपर रहेगा */
    background: transparent;
    cursor: pointer;
}


.video-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.18);
  transition: background 0.3s ease;
}

.video-thumbnail:hover::before {
  background: rgba(0, 0, 0, 0.3);
}

.play-icon {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  transition: transform 0.3s ease;
}

.video-thumbnail:hover .play-icon {
  transform: scale(1.1);
}

.facility-content {
  padding: 28px;
}

.facility-title {
  font-size: 20px;
  color: #0f172a;
  position: relative;
  padding-bottom: 12px;
}

.facility-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #014C88;
}

.facility-description {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* =====================
   Video Modal
   ===================== */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.3s ease;
}

.video-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.video-modal-content {
  position: relative;
  width: 60%;
  max-width: 900px;
  max-height: 80vh;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 10000;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
}

.video-modal-close:hover {
  transform: rotate(90deg);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 8px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Law Academic */
.law-visits-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.law-visits-header {
  margin-bottom: 16px;
}

.law-visits-title {
  font-size: 28px;
  color: #014c88;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.law-visits-underline {
  width: 60px;
  height: 3px;
  background: #e63946;
  border-radius: 2px;
  margin: 0 auto 28px;
}

.law-visits-intro {
  font-size: 14px;
  color: #45556c;
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 1084px;
}

/* =====================
   Photo Grid
   ===================== */
.law-visits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.law-visit-card { 
  border-radius: 15.148px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e2e8f0;
  box-shadow:
    0 3.787px 5.68px -0.947px rgba(0, 0, 0, 0.1),
    0 1.893px 3.787px -1.893px rgba(0, 0, 0, 0.1);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* .law-visit-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0) 75%);
}
 */
.law-visit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.law-visit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.law-visit-card:hover .law-visit-img {
  transform: scale(1.04);
}

.law-visit-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
}

.date-text {
  display: block;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.201px;
  /* 150% */
}

.law-visit-label {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  display: block;
}

/* Management School */
/* Leadership Council */
.leadershipContainer {
  padding: 40px 10px;
}

.leadershipContainer h3 {
  font-size: 36px;
}

/* Leadership Council */
.profileCard {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #E2E8F0;
  background: #FFF;
}

.profileImg {
  border: 1px solid rgba(180, 32, 20, 0.50);
  background: lightgray 50% / cover no-repeat, url(<path-to-image>) lightgray 50% / cover no-repeat;
  max-width: 337px;
  max-height: 314px;
  flex-shrink: 0;
}

.profileContent h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.profileContent p {
  color: rgba(0, 0, 0, 0.70);
  font-size: 18px;
  font-weight: 500;
}

/* =====================
   Media Channel Section
   ===================== */
.infrastructure-section {
  padding: 80px 0;
  background-color: #f8fafc;
}

.section-header {
  text-align: center;
}

.media-title {
  font-size: 36px;
  color: #0f172a;
  position: relative;
  display: inline-block;
}

.media-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #ff6b35;
  border-radius: 2px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.media-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.media-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.video-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.18);
  transition: background 0.3s ease;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; 
    background: transparent;
    cursor: pointer;
}
.video-thumbnail:hover::before {
  background: rgba(0, 0, 0, 0.3);
}

.play-icon {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  transition: transform 0.3s ease;
}

.video-thumbnail:hover .play-icon {
  transform: scale(1.1);
}

.media-content {
  padding: 24px;
}

.media-card-title {
  font-size: 18px;
  color: #0f172a;
  line-height: 1.4;
}

.media-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #ff6b35;
}

.calendar-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* =====================
   Video Modal
   ===================== */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.3s ease;
}

.video-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.video-modal-content {
  position: relative;
  width: 60%;
  max-width: 900px;
  max-height: 80vh;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 10000;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
}
 

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 8px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* National EVnt */
.section-label::before,
.section-label::after {
  display: inline-block;
  content: '';
  width: 36px;
  height: 2px;
  background: #014C88;
  border-radius: 2px;
}

.section-label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
}

/* CPJIMT in News Section */
.news-grid-section {
  padding: 60px 0;
  background-color: #fff;
}

.news-grid-header {
  margin-bottom: 40px;
}

.news-grid-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.news-grid-subtitle {
  font-size: 15px;
  color: #475569;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.7;
}

/* News Card */
.news-card {
  overflow: hidden;
  background: #fff;
  transition: transform 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

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

.news-card-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.news-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card-footer {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 4px;
}

.news-card-label {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0;
  line-height: 1.4;
}

.news-card-date {
  font-size: 14px;
  color: #0f172a;
}

/* Nss cell */

.about-right {
  padding: 30px;
  border: 0.8px solid #F3F4F6;
  background: #F9FAFB;
}

.about-right h3 {
  font-size: 24px;
  line-height: 32px;
}

.guidedIcon {
  border-radius: 26843500px;
  background: #DBEAFE;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.aboutCircle {
  width: 100px;
  height: 100px;
  top: -20px;
  right: -20px;
}

.nssHeadPara {
  max-width: 600px;
}

.activityPara {
  max-width: 700px;
}

.card-item {
  border: 0.8px solid #F1F5F9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 32px; 
  gap: 30px;
}

.activity-card {
  border-radius: 16px;
  border: 0.8px solid #F1F5F9;
  background: #FFF;
  border-top: 6px solid #FBBF24;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
}

.activity-card .placeholder-img {
  width: 100%;
  height: 200px;
  background: #cde0f5;
  border-radius: 16px 16px 0px 0px;
  display: block;
}

.placeholder-img img {
  border-radius: 16px 16px 0px 0px;

}

.activity-card .card-body {
  padding: 20px;
}

.activity-item {
  border-radius: 16px;
  border: 0.8px solid #F1F5F9;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 32.8px 32.737px 38.8px 32.801px;
  gap: 30px;
  max-width: 400px;
  width: 100%;
}

/* ================================
   Placement & Internship Drives Section
   ================================ */
.placement-drives-section {
  padding: 80px 0; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.placement-drives-section .container {
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
}

.placement-drives-title {
  font-size: 36px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

/* Grid */
.placement-drives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; 
}

/* Card */
.placement-drive-card {
  border-radius: 2.5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.placement-drive-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.placement-drive-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.placement-drive-img img {
  transition: transform 0.4s ease;
}

.placement-drive-card:hover .placement-drive-img img {
  transform: scale(1.04);
}

.placement-drive-info {
  padding: 14px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.placement-drive-name {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
}

.placement-drive-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #ffffff;
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 20px;
}

.placement-cal-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Sports */
.sport-card {
  
  flex-shrink: 0;
  align-self: stretch;
}


/* =====================
   Student Awareness Section
   ===================== */
.awareness-section {
  padding: 80px 0;
}

/* Page Title */
.awareness-page-header {
  margin-bottom: 40px;
}

.awareness-page-title {
  font-size: 36px;
  color: #0f172a;
  position: relative;
  display: inline-block;
}

.awareness-page-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #FBBF24;
  border-radius: 2px;
}

/* Block Headers (CODE OF CONDUCT, DO's, DON'Ts, HOLIDAYS LIST) */
.awareness-block-header {
  margin-bottom: 48px;
}

.awareness-block-title {
  font-size: 36px;
  color: #008b9f;
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
}

.awareness-underline {
  width: 60px;
  height: 4px;
  background: #FBBF24;
  border-radius: 2px;
  margin: 0 auto;
}

/* Policy Blocks */
.awareness-policy-block {
  margin-bottom: 28px;
}

.awareness-policy-block:last-child {
  margin-bottom: 0;
}

.awareness-policy-heading {
  font-size: 20px;
  color: #0f172a;
  margin-bottom: 14px;
}

/* Lists */
.awareness-list {
  padding-left: 20px;
  margin-bottom: 0;
}

.awareness-list li {
  font-size: 14px;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 8px;
}

.awareness-list li:last-child {
  margin-bottom: 0;
}

/* Paragraphs */
.awareness-para {
  font-size: 14px;
  color: #374151;
  line-height: 1.8;
  margin-bottom: 16px;
}

.awareness-highlight {
  color: #0f172a;
  margin-top: 16px;
  margin-bottom: 0;
}

/* Download Button */
.awareness-download-btn {
  display: inline-block;
  background-color: #008b9f;
  color: #ffffff;
  padding: 12px 40px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}

.awareness-download-btn:hover {
  background-color: #0097a7;
  color: #ffffff;
  transform: translateY(-2px);
}

/* =====================
   Success Stories Section
   ===================== */
.ss-section {
  padding: 80px 0;
}

.ss-header {
  text-align: center;
  margin-bottom: 48px;
}

.ss-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  position: relative;
  display: inline-block;
}

/* Grid: 3 columns, last row centered */
.ss-grid {
  max-width: 1096px;
}

/* Card */
.ss-card {
  border-radius: 2.5px;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ss-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Card image area */
.ss-card-image {
  position: relative;
  width: 100%;
  height: 248px;
  background-color: #9b2c2c;
  /* default red/brown */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.ss-card-image.ss-bg-blue {
  background-color: #1e3a8a;
}

/* Company logo top-left */
.ss-logo-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 110px;
  height: 50px;
  z-index: 2;
}

.ss-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Person photo */
.ss-person-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Card body */
.ss-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ss-name {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.ss-quote {
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Equal height cols */
.ss-grid .row>[class*='col-'] {
  display: flex;
}

.ss-card:nth-child(7),
.ss-card:nth-child(8) {
  grid-column: auto;
}

/* Center last row of 2 in a 3-col grid */
.ss-card:nth-child(7) {
  grid-column: 1 / 2;
}

.ss-card:nth-child(8) {
  grid-column: 2 / 3;
}

/* Videp */

.featureBorder {
  width: 6px;
  height: 24px;
  border-radius: 26843500px;
}

.upnextCard {
  border: 0.8px solid #f1f5f9;
}

.form-control {
  border-radius: 20px;
}

.video-placeholder {
  background-color: #0a0a0a;
}

/* Vission Mission */

.welfare-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(180deg, #014c88 0%, #60a5fa 100%);
  border-radius: 16px 16px 0 0;
}

.welfare-card {
  padding: 35px;
}

.card-title {
  font-size: 22px;
  line-height: 30px;
}

.badge-cat {
  top: 8%;
  left: 4%;
  padding: 4px 10px;
  border-radius: 30px;
}

.badge-year {
  bottom: 6%;
  right: 6%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.65);
  padding: 2px 6px;
}

.badge-year,
.badge-cat,
.up-next {
  font-size: 10px;
  line-height: 15px;
}

.thumbnail-box {
  width: 120px;
  height: 70px;
  flex-shrink: 0;
}

.event-date,
.showing-text,
.uptext-para,
.allVideoCount {
  font-size: 12px;
  line-height: 16px;
}

.event-date,
.showing-text {
  border-top: 0.8px solid #f1f5f9;
}

.btn-load-more {
  border-radius: 26843500px;
  border: 1.6px solid #014c88;
  padding: 14px 36px;
}

.showing-bar {
  width: 100%;
  max-width: 384px;
  height: 6px;
  border-radius: 26843500px;
  background: #f1f5f9;
  overflow: hidden;
}

.showing-progress {
  height: 100%;
  width: 0%;
  background: #014c88;
  border-radius: 50px;
  transition: width 0.4s ease;
}

.featureBorder {
  width: 6px;
  height: 24px;
  border-radius: 26843500px;
}

.upnextCard {
  border: 0.8px solid #f1f5f9;
}

.form-control {
  border-radius: 20px;
}

.video-placeholder {
  background-color: #0a0a0a;
}

/* Play Button Styling */
.play-button {
  width: 50px;
  height: 50px;
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}

/* Footer */
.social-icon,
.objective-icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  padding: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}

.fpara p,
.footlinks,
.iconBthPara,
.list-card {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.copyrightBorder {
  border-top: 0.8px solid rgba(255, 255, 255, 0.4);
  opacity: 0.6;
}

.faqbutton button {
  padding: 15px 24px;
}

.faqbutton button:last-child {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.footheadCont span {
  width: 40px;
  height: 2px;
}

/* Footer */
.row > div:nth-child(2) .welfare-card::before { 
  background: linear-gradient(180deg, #FBBF24 0%, #FB923C 100%); 
}

.row > div:nth-child(3) .welfare-card::before { 
background: linear-gradient(180deg, #10B981 0%, #34D399 100%); 
}
.placementsOverlay { 
background: linear-gradient(0deg, rgba(5, 81, 140, 0.70) 0%, rgba(5, 81, 140, 0.70) 100%);
	top: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
}

/* Programs Swiper Slider Styles - Only slider specific styles */
.programs-swiper {
  padding: 20px 0 0px;
}

.programs-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.programs-swiper .programs-offered-card {
  height: 100%;
  width: 100%;
}

/* Swiper Pagination Dots */
.programs-swiper .swiper-pagination {
  bottom: 20px;
  position: relative;
  margin-top: 32px;
}

.programs-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d1d5db;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 6px;
}

.programs-swiper .swiper-pagination-bullet:hover {
  background: #9ca3af;
  transform: scale(1.1);
}

.programs-swiper .swiper-pagination-bullet-active {
  background: #dc2626 !important;
  width: 32px;
  border-radius: 6px;
  opacity: 1 !important;
}


/* Industry Resources Section */
.industry-resources-section {
  padding: 72px 0;
  background-color: #f8fafc;
}

.industry-resources-header {
  text-align: center;
  margin-bottom: 48px;
}

.industry-resources-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  line-height: 1.3;
}

.industry-resources-subtitle {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.industry-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: start;
}

.industry-resource-card {
  background: #ffffff;
  border: 1px solid #0000001a;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.industry-resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.industry-resource-img-wrap {
  width: 100%;
  /*aspect-ratio: 4 / 2.6;*/
  overflow: hidden;
  border-radius: 8px;
  background: #e2e8f0;
}

.industry-resource-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 8px;
}

.industry-resource-card:hover .industry-resource-img {
  transform: scale(1.06);
}

.industry-resource-body {
  padding: 16px 0px 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}

.industry-resource-name {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  line-height: 1.4;
  text-align: center;
}

.industry-resource-designation {
  font-size: 15px;
  font-weight: 500;
  color: #3b82f6;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

.industry-resource-org {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}
.program-list{
	padding-left:1rem !important;
}
.guidedContent>h4{
	font-size:20px !important;
}
.recognitionHeading{   
font-size: 16px;  
line-height:  22.4px;
}
.news-logos img{
  max-width:150px;	
}
.contact-icon {
  height: 45px;
  width: 45px;
  border-radius: 10px;
  flex-shrink: 0;
}

.contactTitle {
  font-size: 18px;
}
.img-fluid {
    height: 100%;
    width: 100%;
}
 
/* Mobile View */
@media (max-width: 768px) {
.contactTitle {
    font-size: 16px;
  }

  .contact-icon {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    flex-shrink: 0;
  }
	
  .programs-swiper {
    padding: 15px 0 50px;
  }

  .programs-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .programs-swiper .swiper-pagination-bullet-active {
    width: 28px;
  }
.news-logos img{
  max-width:46%;	
}
}
