/*==============================
HEADER
==============================*/

.top-header {
  background: #0b4c94 !important;
}

.logo {
  height: 70px;
}

.naac-logo {
  height: 55px;
}

.top-header a {
  text-decoration: none;
}

.navbar-nav .nav-link {
  color: #222;
  font-weight: 600;
  padding: 20px 12px !important;
  font-size: 15px;
}

.navbar-nav .nav-link:hover {
  color: #0b4c94;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 10px 18px;
}

.dropdown-item:hover {
  background: #0b4c94;
  color: #fff;
}
/* ==========================
   HERO SECTION
========================== */

.hero-section {
  position: relative;
  background: url("../images/home-banner-images-scaled.jpg") no-repeat;
  background-size: cover;
  background-position: center;

  padding: 90px 0;
}

.hero-overlay {
  position: absolute;

  inset: 0;
}

.hero-section .container {
  position: relative;

  z-index: 2;
}

.hero-content {
  color: #fff;
}

.hero-tag {
  font-size: 13px;

  letter-spacing: 1px;
}

.hero-content h1 {
  font-size: 62px;

  font-weight: 700;

  margin: 20px 0;
}

.hero-content p {
  font-size: 17px;

  line-height: 30px;
}

.hero-counter {
  display: flex;

  gap: 35px;

  margin-top: 40px;
}

.hero-counter h3 {
  font-size: 34px;

  font-weight: 700;
}

.hero-counter span {
  font-size: 14px;
}

/* Admission Form */

.admission-box {
  background: #fff;

  border-radius: 18px;

  padding: 35px;

  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.admission-box h3 {
  font-size: 28px;

  margin-bottom: 10px;
}

.admission-box input {
  width: 100%;

  margin-bottom: 15px;

  padding: 12px 15px;

  border: 1px solid #ddd;

  border-radius: 8px;
}

.admission-box button {
  width: 100%;

  background: #0b4c94;

  color: #fff;

  border: none;

  padding: 14px;

  border-radius: 8px;
}

/* Counter Strip */

.counter-strip {
  background: #0b4c94;

  color: #fff;

  padding: 35px 0;
}

.counter-strip h3 {
  font-size: 32px;

  font-weight: 700;
}

.about-section {
  padding: 70px 0;
  background: #fff;
}

.about-image {
  width: 95%;
  max-width: 660px;
}

.about-image img {
  display: block;
  width: 115%;
  height: auto;
  aspect-ratio: 1363 / 1432;
  object-fit: cover;
  border-radius: 20px;
}
.about-content {
  padding-left: 20px;
}

.about-tag {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.about-tag span {
  width: 40px;
  height: 2px;
  background: #0b4c94;
  margin-right: 12px;
}

.about-tag h6 {
  margin: 0;
  font-size: 14px;
  color: #0b4c94;
  font-weight: 700;
}

.about-content h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.05;
  color: #171b32;
  margin-bottom: 25px;
}

.about-content h2 span {
  color: #1565ff;
}

.about-content p {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 28px;
}

.about-content strong {
  color: #3d4652;
  font-weight: 700;
}
.btn-about {
  background: #0b4c94;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}
.btn-about:hover {
  background: #072d58;
  color: #fff;
}
/*=========================================
 RECOGNITION & ACCREDITATION
=========================================*/

.recognitions-section {
  background: #faf8f4;
  padding: 80px 0 70px;
}

.recognitions-heading {
  margin-bottom: 55px;
}

.recognitions-heading h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  color: #003f88;
  line-height: 1.2;
}

/* Remove bootstrap spacing */
.recognitions-grid {
  margin: 0;
}

.recognitions-grid > div {
  padding: 0;
}

/*==============================
Card
==============================*/

.recognitions-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  min-height: 210px;
  padding: 20px;
  border-right: 1px solid #003f881f;
  background: transparent;
  transition: 0.3s;
}

.recognitions-card:hover {
  background: #fff;
}

/*==============================
Logo
==============================*/

.recognitions-logo {
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

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

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

/*==============================
Title
==============================*/

.recognitions-card h6 {
  margin: 0;
  color: #6d7484;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

/*==============================
Desktop
==============================*/

/*==============================
Tablet
==============================*/

@media (max-width: 991px) {
  .recognitions-heading h2 {
    font-size: 30px;
  }

  .recognitions-card {
    min-height: 190px;
  }

  .recognitions-grid > div:nth-child(3n) .recognitions-card {
    border-right: none;
  }
}

/*==============================
Mobile
==============================*/

@media (max-width: 767px) {
  .recognitions-section {
    padding: 60px 0;
  }

  .recognitions-heading {
    margin-bottom: 40px;
  }

  .recognitions-card {
    min-height: 180px;
    padding: 18px 12px;
  }

  .recognitions-logo {
    width: 85px;
    height: 85px;
  }

  .recognitions-card h6 {
    font-size: 14px;
  }

  .recognitions-grid > div:nth-child(even) .recognitions-card {
    border-right: none;
  }
}

/*==============================
Small Mobile
==============================*/

@media (max-width: 480px) {
  .recognitions-heading h2 {
    font-size: 26px;
  }

  .recognitions-logo {
    width: 75px;
    height: 75px;
  }

  .recognitions-card {
    min-height: 165px;
  }
}
/*PROGRAMMES
==========================*/

.programmes-section {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}
.programmes-section .text-primary {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 12px;

  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #234175;
}

.programmes-section .text-primary::before,
.programmes-section .text-primary::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #4e71ad;
}

.programmes-section h2 {
  font-size: 30px;
  font-weight: 600;
  color: #0b4c94;
}
.programmes-section p {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 26px;
  color: #666;
}
.programme-tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8dde7;
  margin-top: 40px;
  margin-left: -65px;
}

.programmes-section .row.mt-5 {
  margin-left: -65px;
  border: 1px solid #d8dde7;
}

.programme-tabs button {
  border: none;
  background: none;
  padding: 14px 22px;
  border-radius: 0;
  color: #3f4955;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.programme-tabs button:hover {
  color: #174b98;
}

.programme-tabs button.active {
  background: #164a95;
  color: #fff;
}

.programme-tabs button.active::after {
  display: none;
}
/*==========================
PROGRAMME LEFT MENU
===========================*/

.programme-menu {
  background: #0b4d97;
  border-radius: 22px 0 0 22px;
  overflow: hidden;
  height: 100%;
}

.programme-menu a {
  display: block;
  position: relative;
  padding: 22px 22px 18px;
  text-decoration: none;
  background: #0b4d97;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.35s;
}

.programme-menu a:last-child {
  border-bottom: none;
}

.programme-menu a:hover {
  background: #165aa9;
  color: #fff;
}

.programme-menu a.active {
  background: #2e67b4;
  border-left: 4px solid #ffc400;
}

.programme-menu a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ffc400;
}

.programme-menu a strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  margin-bottom: 8px;
}

.programme-menu a small {
  display: block;
  font-size: 13px;
  color: #a9c5ea;
  font-weight: 500;
  line-height: 18px;
}

.programme-menu a:hover strong,
.programme-menu a.active strong {
  color: #fff;
}

.programme-menu a:hover small,
.programme-menu a.active small {
  color: #d7e8ff;
}
.programme-box {
  background: #fff;

  border-radius: 15px;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

  overflow: hidden;
}

.recognitions-section .programme-box {
  border: 1px solid #d8dde7;
}

.programme-header {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 20px 25px;

  border-bottom: 1px solid #eee;
}

.programme-header span {
  color: #0b4c94;

  font-weight: 600;
}

.programme-table {
  width: 100%;

  border-collapse: collapse;
}

.programme-table th {
  background: #f5f7fb;
  padding: 18px;
}

.programme-table td {
  padding: 18px;
  border-top: 1px solid #eee;
}

.year {
  background: #eef4ff;

  color: #0b4c94;

  padding: 8px 18px;

  border-radius: 20px;

  font-weight: 600;
}

.programme-table a {
  color: #0b4c94;

  font-weight: 600;

  text-decoration: none;
}

.programme-table tr:hover {
  background: #fafcff;
}
/*========================= LATEST NEWS ==========================*/
.news-section .text-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.news-section .text-primary::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 2px;
  background: #4e71ad;
  vertical-align: middle;
  margin-left: -50px;
}

.news-section {
  padding: 100px 0;
  background: #f7f9fc;
}
.news-section h2 {
  font-size: 32px;
  font-weight: 600;
  margin-left: -50px;
}
.news-content a {
  color: #0a1724;
  text-decoration: none;
  font-weight: 600;
}
.news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.view-btn {
  background: #fff;
  color: #1b1d26;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.view-btn:hover {
  background: #0b4c94;
  color: #fff;
  text-decoration: none;
}
.news-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.news-card:hover {
  transform: translateY(-8px);
}
.news-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.news-content {
  padding: 25px;
}
.news-content .date {
  color: #0b4c94;
  font-size: 14px;
  font-weight: 600;
}
.news-content h4 {
  margin: 15px 0;
  font-size: 22px;
  line-height: 32px;
}
.news-content p {
  color: #666;
  line-height: 28px;
}
/*==========================================
EVENTS
==========================================*/

.events-gallery {
  padding: 70px 0;

  background: #fff;
}

.event-heading,
.gallery-heading {
  font-size: 52px;

  font-weight: 700;

  color: #000;

  margin-bottom: 35px;
}

.event-item {
  display: flex;

  align-items: flex-start;

  gap: 20px;

  padding: 20px 0;

  border-bottom: 1px solid #ececec;
}

.event-date {
  width: 60px;

  height: 50px;

  border-radius: 8px;

  color: #fff;

  text-align: center;

  flex-shrink: 0;

  padding-top: 6px;
}

.event-date.blue {
  background: #0c67b3;
}

.event-date.green {
  background: #78d940;
}

.day {
  display: block;

  font-size: 30px;

  font-weight: 700;

  line-height: 22px;
}

.month {
  font-size: 13px;

  text-transform: capitalize;
}

.small-title {
  margin: 0;

  color: #6c757d;

  font-size: 15px;
}

.event-content h4 {
  margin: 8px 0;

  font-size: 18px;

  font-weight: 700;
}

.event-content h5 {
  margin: 8px 0;

  font-size: 16px;

  font-weight: 700;

  color: #555;
}

.event-meta {
  color: #666;

  font-size: 16px;
}

.event-meta span {
  margin-left: 25px;
}

/*==========================================
Gallery
==========================================*/

.gallery-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 14px;
}

.gallery-grid img {
  width: 100%;

  height: 100px;

  object-fit: cover;

  border-radius: 12px;

  transition: 0.3s;
}

.gallery-grid img:hover {
  transform: scale(1.04);
}
/*====================================
NOTICE BOARD
====================================*/

.notice-section {
  background: #faf9f3;
  padding: 80px 0;
}

.notice-section .container {
  max-width: 1320px;
}

.notice-title span {
  display: flex;
  align-items: center;
  gap: 12px;

  color: #0d4fa3;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.notice-title span:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #0d4fa3;
  margin-left: -50px;
}

.notice-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-left: -50px;
}

.notice-title p {
  width: 100%;
  color: #666;
  font-size: 17px;
  line-height: 32px;
  margin-left: -50px;
}

.notice-tabs {
  display: flex;
  gap: 25px;
  margin-left: -50px;
}

.notice-tabs button {
  width: 135px;
  height: 48px;

  border: none;

  border-radius: 5px;

  background: #fff;

  color: #0d4fa3;

  font-size: 18px;

  cursor: pointer;
}

.notice-tabs .active {
  background: #0d4fa3;

  color: #fff;
}

/*************************/

.notice-item {
  width: 58%;

  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  padding: 20px 0;

  border-bottom: 1px solid #e7e7e7;
  margin-left: -50px;
}

.notice-left {
  display: flex;

  gap: 20px;
}

.notice-date {
  width: 60px;

  height: 52px;

  border-radius: 8px;

  background: #0d4fa3;

  color: #fff;

  text-align: center;

  padding-top: 6px;

  flex-shrink: 0;
}

.notice-date h3 {
  margin: 0;

  font-size: 32px;

  line-height: 22px;

  font-weight: 700;
}

.notice-date span {
  font-size: 12px;

  display: block;
}

.notice-content small {
  display: block;

  color: #0d4fa3;

  font-size: 15px;

  margin-bottom: 8px;
}

.notice-content h4 {
  margin: 0;

  font-size: 18px;

  font-weight: 700;

  color: #111;

  line-height: 30px;
}

.notice-content p {
  margin: 2px 0 0;

  color: #444;

  font-size: 16px;
}

.notice-download {
  white-space: nowrap;

  margin-top: 18px;

  font-size: 15px;

  font-weight: 700;

  color: #0d4fa3;

  text-decoration: none;
}

.notice-download:hover {
  color: #0b3874;
}
/*====================================
RECRUITERS
====================================*/

.recruiters-section {
  background: #fff;
  padding: 80px 0;
}

.recruiters-list {
  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  gap: 28px;
}

.recruiter-item {
  flex: 0 0 auto;
}

.recruiter-item img {
  width: 135px;

  height: auto;

  display: block;

  transition: 0.3s;
}

.recruiter-item:hover img {
  transform: translateY(-4px);
}
/*=================================
FOOTER COPYRIGHT
=================================*/

.footer-bottom {
  background: #0a4a92;
  padding: 18px 0;
  text-align: center;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
}
.footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.footer-logo {
  height: 120px;
  margin-bottom: 20px;
}
.container a {
  color: #0a1724;
  text-decoration: none;
  font-weight: 600;
}
.container h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #003f88;
}
