:root {
  --font-body: 'Figtree', sans-serif;
  --font-heading: "Work Sans", sans-serif;
  --color-text: #212121;
  --color-bg: #ffffff;
  --color-link: #0056b3;
  --color-link-hover: #003d80;
  --active-color: #f4821f
}

body {
  font-family: 'Figtree', sans-serif;
  margin: 0;
  padding: 0
}

.navbar-nav .nav-link {
  text-transform: capitalize;
  margin-right: 0.2rem;
  font-size: 14px;
  color: #fff
}

.navbar-nav .nav-link.active {
  color: var(--active-color);
  font-weight: 600
}

.navbar-nav .nav-link:hover {
  color: var(--active-color)
}

.vertical-divider {
  height: 30px;
  width: 1px;
  background-color: #fff;
  margin: 0 1rem;
  display: none !important
}

.icon-group {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.5rem !important
}

#sideNav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1100 !important;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  box-shadow: -2px 0 5px rgb(0 0 0 / .1);
  max-width: 400px
}

#sideNav.open {
  width: 25vw;
  min-width: 220px;
  max-width: 400px
}

@media (max-width:991.98px) {
  #sideNav.open {
    width: 80vw;
    min-width: 0;
    max-width: 100vw
  }
}

#sideNav a {
  padding: 8px 32px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  color: var(--color-text)
}

#sideNav a:hover {
  background: var(--active-color);
  color: #fff
}

#sideNav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px
}

@media (max-width:1199.98px) {
  .navbar-nav {
    display: none !important
  }

  .navbar>.container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem
  }

  #navIcons {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.5rem !important
  }

  .navbar .apply-btn {
    font-size: .75rem;
    padding: .3rem .8rem
  }
}

.banner-overlay {
  background: rgba(0, 0, 0, 0, 9) !important
}

.hero-section header.sticky-top {
  z-index: 10;
  background: transparent !important;
  border: none
}

.sticky-active {
  background: #fff !important;
  box-shadow: 0 2px 12px rgb(0 0 0 / .07);
  transition: background 0.3s, box-shadow 0.3s
}

.sticky-active .navbar-nav .nav-link,
.sticky-active .navbar-brand,
.sticky-active #hamburger i {
  color: #22314a !important
}

.sticky-active #navIcons .apply-now-btn {
  color: #fff
}

.sticky-active .vertical-divider {
  background-color: #22314a !important
}

.sticky-active .navbar-nav .nav-link.active {
  color: #f4821f !important
}

.hero-section header.sticky-top.sticky-active {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  background: #fff !important;
  box-shadow: 0 2px 12px rgb(0 0 0 / .07);
  transition: background 0.3s, box-shadow 0.3s;
  z-index: 1000 !important
}

.hero-section header.sticky-top.sticky-active .navbar-nav .nav-link,
.hero-section header.sticky-top.sticky-active .top-menu .tmenu li a,
.hero-section header.sticky-top.sticky-active .navbar-brand,
.hero-section header.sticky-top.sticky-active #navIcons .apply-now-btn,
.hero-section header.sticky-top.sticky-active #hamburger i {
  color: #22314a !important
}

.hero-section header.sticky-top.sticky-active .vertical-divider {
  background-color: #22314a !important
}

.hero-section header.sticky-top.sticky-active .navbar-nav .nav-link.active {
  color: #f4821f !important
}

.hero-section header.sticky-top.sticky-active .apply-now-btn,
.hero-section header.sticky-top.sticky-active #navIcons .apply-now-btn {
  color: #fff !important
}

@media (min-width:768px) {
  .hero-section {
    padding: 0rem !important
  }
}

@media (max-width:767.98px) {
  .hero-section {
    padding: 0rem !important
  }
}

.apply-btn.apply-now-btn {
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 20px !important;
  color: #fff !important;
  padding: 5px 15px 5px 15px !important;
  background: radial-gradient(circle, #709cca 14%, #105aa7 100%) !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.6em !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  transition: background 0.3s cubic-bezier(.4, 0, .2, 1), color 0.2s !important;
  margin: 0 auto
}

.apply-btn.apply-now-btn .arrow-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important
}

.apply-btn.apply-now-btn .arrow {
  margin-top: 1px !important;
  width: 10px !important;
  height: 2px !important;
  position: relative !important;
  transition: background 0.3s, transform 0.3s !important
}

.apply-btn.apply-now-btn .arrow::before {
  content: "";
  box-sizing: border-box !important;
  position: absolute !important;
  border: solid #fff !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block !important;
  top: -3px !important;
  right: 3px !important;
  padding: 3px !important;
  transform: rotate(-45deg) !important;
  transition: border-color 0.3s, right 0.3s !important
}

.apply-btn.apply-now-btn:hover {
  background: #f4821f !important;
  color: #fff !important
}

.apply-btn.apply-now-btn:hover .arrow {
  background: #fff !important;
  transform: translateX(6px) !important
}

.apply-btn.apply-now-btn:hover .arrow:before {
  border-color: #fff !important;
  right: 0 !important
}

.btn-student {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  font-weight: 400;
  font-size: 1.1rem;
  padding: 10px 22px 10px 22px !important;
  border-radius: 999px;
  border: none;
  background: #fff;
  color: #f4821f;
  box-shadow: 0 4px 10px rgb(0 0 0 / .1);
  transition: background 0.3s, color 0.3s;
  margin: 0 auto;
  cursor: pointer
}

.btn-student .arrow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

.btn-student .arrow {
  margin-top: 1px;
  width: 10px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: background 0.3s, transform 0.3s
}

.btn-student .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid #f4821f;
  border-width: 0 2px 2px 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  padding: 3px;
  transform: rotate(-45deg);
  transition: border-color 0.3s, right 0.3s
}

.btn-student:hover {
  background: #f4821f;
  color: #fff
}

.btn-student:hover .arrow {
  transform: translateX(6px)
}

.btn-student:hover .arrow::before {
  border-color: #fff;
  right: 0
}

@media (max-width:767.98px) {
  .banner-content {
    padding: 2rem .5rem;
    font-size: .95rem
  }

  .banner-content h1 {
    font-size: 2rem
  }

  .btn-student {
    font-size: 1rem;
    padding: .7rem 1.5rem
  }
}

.banner-carousel,
.banner-content {
  position: relative;
  z-index: 3
}

.banner-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 3.5rem 1.5rem;
  width: 100%;
  max-width: 1000px !important;
  text-align: center;
  animation: trendFadeIn 1s cubic-bezier(.77, 0, .175, 1)
}

.banner-content h1,
.banner-content h6,
.banner-content p {
  color: #fff;
  text-shadow: 0 2px 8px rgb(0 0 0 / .18)
}

.banner-content h1 {
  max-width: 900px;
  margin: 0 auto 1.2rem auto;
  line-height: 1.2;
  word-break: break-word;
  white-space: pre-line;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 2.5px
}

.banner-content h1 strong {
  font-weight: 400;
  color: #fff
}

@media (max-width:767.98px) {
  .banner-content {
    padding: 2rem .5rem;
    font-size: .95rem
  }

  .banner-content h1 {
    font-size: 2rem
  }

  .btn-student {
    font-size: 1rem;
    padding: .7rem 1.5rem
  }
}

.banner-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .3);
  z-index: 1;
  pointer-events: none
}

.hero-section,
.banner-carousel .banner-slide {
  min-height: 1000px !important;
  height: 1000px !important
}

@media (max-width:991.98px) {

  .hero-section,
  .banner-carousel .banner-slide {
    min-height: 500px !important;
    height: 500px !important
  }
}

.modal-content {
  border-radius: 15px !important;
  overflow: hidden;
  border: none
}

.modal-dialog {
  border-radius: 15px;
  margin: 1.75rem auto
}

.modal-content {
  box-shadow: 0 10px 30px rgb(0 0 0 / .15)
}

.modal .apply-btn {
  width: 150px
}

div#applyNowModal {
  background: rgb(0 0 0 / .7);
  padding: 0 20px
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 600px
  }
}

#hamburger i {
  color: #fff !important
}

@media (min-width:992px) {
  .dropdown:hover>.dropdown-menu {
    display: block
  }

  .dropdown-submenu:hover>.dropdown-menu {
    display: block
  }

  .dropdown-submenu {
    position: relative
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-top: -6px
  }
}

.submenu {
  display: none
}

@media (max-width:991.98px) {

  .mobile-nav a,
  .mobile-nav .submenu a {
    text-transform: uppercase !important;
    letter-spacing: .5px
  }

  .mobile-nav li:hover>.submenu {
    display: block !important
  }
}

@media (min-width:992px) {

  .dropdown-menu .dropdown-item:hover,
  .dropdown-menu .dropdown-item:focus {
    background: var(--active-color);
    color: #fff !important
  }
}

.banner-carousel .banner-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-image 1s cubic-bezier(.77, 0, .175, 1);
  overflow: hidden;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat
}

.banner-carousel .banner-content {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  z-index: 3;
  padding: 3.5rem 1.5rem;
  width: 100%;
  max-width: 1000px !important;
  text-align: center;
  animation: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / .18);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgb(0 0 0 / .18)
}

@media (max-width:991.98px) {
  .banner-carousel .banner-slide {
    min-height: 400px
  }

  .banner-carousel .banner-content {
    padding: 1.2rem .5rem;
    margin: 0rem 1rem;
    max-width: 98vw
  }
}

@media (max-width:767.98px) {
  .banner-carousel .banner-slide {
    min-height: 320px
  }

  .banner-carousel .banner-content {
    padding: 1rem .2rem;
    margin: 0rem 1rem;
    max-width: 99vw
  }

  .banner-carousel .banner-content h1 {
    font-size: 1.2rem
  }

  .banner-carousel .banner-content p {
    font-size: .95rem
  }
}

@keyframes trendFadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(.98) skewY(2deg);
    filter: blur(8px)
  }

  60% {
    opacity: 1;
    transform: translateY(-8px) scale(1.02) skewY(-1deg);
    filter: blur(0)
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1) skewY(0deg);
    filter: blur(0)
  }
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10
}

.banner-carousel .owl-dot span {
  width: 16px;
  height: 16px;
  background: rgb(255 255 255 / .5);
  border-radius: 50%;
  display: block;
  margin: 0 6px;
  transition: background 0.3s
}

.banner-carousel .owl-dot.active span {
  background: #f4821f
}

.banner-text-carousel {
  z-index: 3;
  pointer-events: none
}

.banner-text-carousel .owl-item {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s
}

.banner-text-carousel .owl-item.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2
}

.banner-text-carousel .banner-content {
  background: rgb(0 0 0 / .45);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgb(0 0 0 / .18);
  padding: 3.5rem 1.5rem;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  pointer-events: auto;
  animation: textTrendIn 1.1s cubic-bezier(.77, 0, .175, 1)
}

@keyframes textTrendIn {
  0% {
    opacity: 0;
    transform: translateY(-60px) scale(.96) skewX(-4deg) rotateZ(-2deg);
    filter: blur(10px)
  }

  60% {
    opacity: 1;
    transform: translateY(10px) scale(1.03) skewX(2deg) rotateZ(1deg);
    filter: blur(0)
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1) skewX(0deg) rotateZ(0deg);
    filter: blur(0)
  }
}

.banner-anim {
  animation: textTrendIn 1.1s cubic-bezier(.77, 0, .175, 1)
}

@media (max-width:767.98px) {
  .banner-text-carousel .banner-content {
    padding: 2rem .5rem;
    font-size: .95rem
  }
}

.text-animate-in {
  animation: textTrendIn 1.1s cubic-bezier(.77, 0, .175, 1) !important
}

@media (min-width:768px) {

  .why-mnr-section,
  .programs-section,
  .advantage-section,
  .recognition-section,
  .campus-life-section,
  .how-to-apply-section,
  .news-section,
  .tech-excellence-section {
    padding: 3.5rem 0 3.5rem 0
  }
}

@media (min-width:768px) {
  .hero-section {
    padding: 2.5rem 0 2.5rem 0
  }
}

@media (max-width:767.98px) {

  .hero-section,
  .admission-ticker-section,
  .why-mnr-section,
  .programs-section,
  .advantage-section,
  .recognition-section,
  .campus-life-section,
  .how-to-apply-section,
  .news-section,
  .tech-excellence-section {
    padding: 16px 0 16px 0
  }
}

@media screen and (min-width:992px) and (max-width:1400px) {
  .banner-carousel .banner-content {
    margin-top: 18vh !important
  }
}

.admission-ticker-section {
  width: 100%;
  background: #f4821f;
  overflow: hidden;
  position: relative;
  height: 48px;
  display: flex;
  align-items: center;
  z-index: 0
}

.admission-ticker {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: fit-content;
  height: 100%;
  animation: ticker-scroll 230s linear infinite !important
}

.admission-ticker span {
  display: inline-block;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  margin-right: 160px;
  letter-spacing: 1.5px
}

@keyframes ticker-scroll-js {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.why-mnr-section {
  background: #fff;
  padding: 64px 0 32px 0
}

.why-mnr-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px
}

.why-mnr-row {
  width: 100%;
  position: relative;
  min-height: 420px;
  text-align: left
}

.why-mnr-img-1 {
  width: 15%;
  float: left;
  min-width: 120px;
  height: 400px;
  max-height: 400px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgb(0 0 0 / .07);
  background: #f6f6f6;
  margin-right: 2%;
  display: block
}

.why-mnr-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.why-mnr-content {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 1%;
  padding: 32px 0;
  max-width: none;
  float: left
}

.why-mnr-img-2 {
  width: 22%;
  float: left;
  height: 180px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgb(0 0 0 / .07);
  background: #f6f6f6;
  margin-left: 2%;
  margin-bottom: 18px;
  display: block
}

.why-mnr-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.why-mnr-img-3 {
  width: 18%;
  float: left;
  height: 190px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgb(0 0 0 / .07);
  background: #f6f6f6;
  margin-left: 2%;
  display: block
}

.why-mnr-img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.why-mnr-row:after {
  content: "";
  display: table;
  clear: both
}

.why-mnr-subtitle {
  color: #f4821f;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.why-mnr-title {
  color: #22314a;
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.15
}

.why-mnr-desc {
  color: #444;
  font-size: 1.08rem;
  margin-bottom: 2.2rem;
  line-height: 1.7
}

.why-mnr-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 1.5rem
}

.why-mnr-stat {
  text-align: center
}

.why-mnr-stat-number {
  color: #f4821f;
  font-size: 2.5rem;
  font-weight: 900;
  display: block;
  margin-bottom: .2rem
}

.why-mnr-stat-label {
  color: #22314a;
  font-size: 1rem;
  font-weight: 500;
  display: block
}

.why-mnr-mobile-img {
  display: none
}

@media (max-width:991.98px) {
  .why-mnr-content {
    width: 100%;
    max-width: 100%;
    float: none;
    display: block;
    margin: 0;
    padding: 24px 16px;
    box-sizing: border-box
  }

  .why-mnr-row {
    width: 100%;
    min-width: 0
  }

  .why-mnr-stats {
    width: 100%;
    min-width: 0
  }

  .why-mnr-img-1,
  .why-mnr-img-2,
  .why-mnr-img-3 {
    display: none !important;
    float: none;
    width: 100%;
    height: auto;
    margin: 0
  }

  .why-mnr-mobile-img {
    display: block;
    margin: 32px auto 0 auto;
    max-width: 320px;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgb(0 0 0 / .07);
    background: #f6f6f6
  }

  .why-mnr-mobile-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block
  }

  .why-mnr-stats {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 1.5rem
  }

  .why-mnr-stat {
    width: 100%;
    text-align: center
  }
}

@media (max-width:600px) {
  .why-mnr-section {
    padding: 32px 0 16px 0
  }

  .why-mnr-title {
    font-size: 2rem
  }

  .why-mnr-mobile-img {
    max-width: 100%;
    width: 100%
  }

  .why-mnr-mobile-img img {
    height: auto
  }
}

.why-mnr-divider {
  border: none;
  border-top: 1px solid #000;
  margin: 40px 0 0 0;
  width: 100%;
  height: 0
}

.programs-section {
  background: #fff
}

.programs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px
}

.programs-header {
  text-align: center;
  margin-bottom: 32px
}

.programs-subtitle {
  color: #f4821f;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.programs-title {
  color: #22314a;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.15
}

.programs-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch
}

.program-card {
  background: #f9fafd;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgb(0 0 0 / .07);
  overflow: hidden;
  flex: 1 1 0%;
  min-width: 260px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.25s cubic-bezier(.4, 1.5, .5, 1), -webkit-transform 0.25s cubic-bezier(.4, 1.5, .5, 1)
}

.program-card:hover {
  box-shadow: 0 8px 32px rgb(0 0 0 / .13);
  transform: translateY(-18px) scale(1.03);
  z-index: 2
}

.program-card-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 18px 18px 0 0
}

.program-card-body {
  padding: 28px 24px 24px 24px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.program-card-title {
  color: #22314a;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: .5rem
}

.program-card-subtitle {
  color: #22314a;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: .5rem
}

.program-card-desc {
  color: #444;
  font-size: 1rem;
  margin-bottom: 1.2rem;
  line-height: 1.5
}

.program-card-link {
  color: #555;
  font-weight: 700;
  text-decoration: underline;
  font-size: 1rem;
  margin-top: auto;
  transition: color 0.2s
}

.program-card-link:hover {
  color: #f4821f
}

@media (max-width:991.98px) {
  .programs-row {
    flex-direction: row;
    gap: 16px;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    margin-left: -16px;
    margin-right: -16px
  }

  .program-card {
    min-width: 85vw;
    max-width: 85vw;
    scroll-snap-align: center;
    margin-left: 16px;
    margin-right: 0;
    transition: box-shadow 0.2s
  }

  .program-card-img img {
    height: 180px;
    object-fit: cover;
    width: 100%;
    border-radius: 18px 18px 0 0;
    display: block
  }

  .programs-row::-webkit-scrollbar {
    display: none
  }

  .programs-row {
    -ms-overflow-style: none;
    scrollbar-width: none
  }
}

@media (max-width:600px) {
  .programs-section {
    padding: 32px 0 16px 0
  }

  .programs-title {
    font-size: 1.5rem
  }

  .program-card-img img {
    height: 140px
  }
}

.advantage-section {
  background: #fff
}

.advantage-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px
}

.advantage-header {
  text-align: center;
  margin-bottom: 32px
}

.advantage-subtitle {
  color: #3a7bd5;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.advantage-title {
  color: #22314a;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.15
}

.advantage-row {
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: stretch;
  background: linear-gradient(90deg, #3a7bd5 0%, #3aafd5 100%);
  border-radius: 24px;
  box-shadow: 0 4px 24px rgb(0 0 0 / .07);
  padding: 0 0 0 0;
  margin: 0 auto;
  overflow: visible
}

.advantage-card {
  flex: 1 1 0%;
  min-width: 220px;
  max-width: 340px;
  padding: 40px 28px 36px 28px;
  color: #fff;
  text-align: center;
  background: #fff0;
  border-radius: 24px;
  transition: box-shadow 0.2s, transform 0.25s cubic-bezier(.4, 1.5, .5, 1), background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
  margin: 0;
  box-shadow: none
}

.advantage-card .advantage-icon {
  margin-bottom: 18px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center
}

.advantage-card .advantage-icon img {
  filter: brightness(0) invert(1);
  transition: filter 0.2s, filter 0.2s, -webkit-filter 0.2s
}

.advantage-card:hover .advantage-icon img {
  filter: invert(41%) sepia(91%) saturate(747%) hue-rotate(181deg) brightness(93%) contrast(92%) !important
}

.advantage-card-title {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 18px;
  color: inherit
}

.advantage-list {
  list-style: disc inside;
  text-align: left;
  color: inherit;
  font-size: 14px;
  margin: 0 auto;
  padding-left: 1.2em;
  max-width: 320px
}

.advantage-list li {
  margin-bottom: 8px;
  padding-left: 0;
  text-indent: -1em;
  padding-left: 1.2em
}

.advantage-card-highlight {
  background: #fff0;
  color: #fff;
  box-shadow: none;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 24px
}

.advantage-card-highlight .advantage-card-title {
  color: #fff
}

.advantage-card:hover {
  transform: translateY(-18px) scale(1.03);
  z-index: 3;
  background: #fff;
  color: #22314a;
  box-shadow: 0 8px 32px rgb(58 123 213 / .13)
}

.advantage-card:hover .advantage-card-title {
  color: #105aa7
}

.advantage-card-highlight:hover {
  background: #3a7bd5;
  color: #fff;
  box-shadow: 0 8px 32px rgb(58 123 213 / .13)
}

.advantage-card-highlight:hover .advantage-card-title {
  color: #fff
}

@media (max-width:991.98px) {
  .advantage-row {
    flex-direction: row;
    gap: 24px;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    margin-left: -16px;
    margin-right: -16px;
    background: none !important;
    width: auto;
    display: flex;
    white-space: nowrap
  }

  .advantage-card {
    min-width: 60vw;
    max-width: 60vw;
    scroll-snap-align: center;
    margin-left: 16px;
    margin-right: 0;
    border-radius: 18px;
    background: linear-gradient(180deg, #3a7bd5 0%, #3aafd5 100%);
    box-shadow: 0 4px 24px rgb(0 0 0 / .07)
  }

  .advantage-card:not(:last-child) {
    margin-right: 16px
  }

  .advantage-list,
  .advantage-list li {
    display: none !important
  }
}

@media (max-width:600px) {
  .advantage-section {
    padding: 32px 0 16px 0
  }

  .advantage-title {
    font-size: 1.5rem
  }

  .advantage-card {
    padding: 32px 12px 28px 12px
  }
}

.recognition-section {
  background: #fff
}

.recognition-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px
}

.recognition-header {
  text-align: center;
  margin-bottom: 32px
}

.recognition-subtitle {
  color: #f4821f;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.recognition-title {
  color: #22314a;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.15
}

.recognition-desc {
  color: #888;
  font-size: 1rem;
  margin-top: 12px;
  margin-bottom: 0
}

.recognition-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px
}

.recognition-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgb(0 0 0 / .07);
  overflow: hidden;
  min-width: 220px;
  max-width: 320px;
  flex: 1 1 0%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 18px 24px 18px;
  transition: box-shadow 0.2s, transform 0.25s cubic-bezier(.4, 1.5, .5, 1);
  position: relative;
  margin: 0;
  gap: 18px
}

.recognition-card .recognition-icon {
  background: linear-gradient(135deg, #f4821f 0%, #ffb86c 100%);
  border-radius: 12px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-shrink: 0
}

.recognition-card .recognition-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1)
}

.recognition-text {
  color: #22314a;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  margin-top: 0
}

.recognition-card:hover {
  box-shadow: 0 8px 32px rgb(244 130 31 / .13);
  transform: translateY(-12px) scale(1.03)
}

@media (max-width:991.98px) {
  .recognition-row {
    flex-direction: row;
    gap: 24px;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    margin-left: -16px;
    margin-right: -16px;
    background: none !important;
    width: auto;
    display: flex;
    white-space: nowrap
  }

  .recognition-card {
    scroll-snap-align: center;
    margin-left: 16px;
    margin-right: 0;
    border-radius: 18px;
    flex-direction: row;
    align-items: center;
    padding: 18px 8px 18px 8px;
    gap: 24px
  }

  .recognition-card:not(:last-child) {
    margin-right: 16px
  }

  .recognition-row::-webkit-scrollbar {
    display: none
  }

  .recognition-row {
    -ms-overflow-style: none;
    scrollbar-width: none
  }
}

@media (max-width:600px) {
  .recognition-section {
    padding: 32px 0 16px 0
  }

  .recognition-title {
    font-size: 1.5rem
  }

  .recognition-card {
    padding: 24px 8px 20px 8px
  }
}

.campus-life-section {
  background: #fff
}

.campus-life-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px
}

.campus-life-header {
  margin-bottom: 32px
}

.campus-life-subtitle {
  color: #f4821f;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.campus-life-title {
  color: #22314a;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: .5rem;
  line-height: 1.15
}

.campus-life-desc {
  color: #888;
  font-size: 1rem;
  margin-top: 12px;
  margin-bottom: 0
}

.campus-life-gallery {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.6fr;
  grid-template-rows: 140px 140px;
  gap: 18px;
  margin-top: 32px;
  grid-template-areas: "img1 img2 img5" "img3 img4 img5";
  overflow: visible
}

.campus-life-img:nth-child(1) {
  grid-area: img1
}

.campus-life-img:nth-child(2) {
  grid-area: img2
}

.campus-life-img:nth-child(3) {
  grid-area: img3
}

.campus-life-img:nth-child(4) {
  grid-area: img4
}

.campus-life-img:nth-child(5) {
  grid-area: img5
}

.campus-life-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgb(0 0 0 / .06);
  background: #f6f6f6;
  display: block
}

.campus-life-img-tall {
  aspect-ratio: 0.8/1;
  object-fit: cover;
  min-height: 100%
}

.campus-life-img-grid {
  object-fit: cover
}

@media (max-width:991.98px) {
  .campus-life-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 120px 120px 120px;
    gap: 12px;
    margin-top: 24px;
    width: auto;
    animation: none;
    overflow: hidden;
    grid-template-areas: "img1 img2" "img3 img4" "img5 img5"
  }

  .campus-life-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .06);
    background: #f6f6f6;
    display: block
  }

  .campus-life-gallery::-webkit-scrollbar {
    display: none
  }

  .campus-life-gallery {
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .campus-life-img-tall {
    aspect-ratio: 1/1;
    min-height: 180px
  }
}

@media (max-width:600px) {
  .campus-life-section {
    padding: 32px 0 16px 0
  }

  .campus-life-title {
    font-size: 1.3rem
  }

  .campus-life-img {
    height: 120px
  }
}

.how-to-apply-section {
  background: #fff
}

.how-to-apply-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px
}

.how-to-apply-title {
  text-align: center;
  color: #22314a;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 40px
}

.how-to-apply-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap
}

.how-to-apply-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 32px rgb(34 49 74 / .07);
  padding: 32px 24px 28px 24px;
  position: relative;
  flex: 1 1 100px;
  min-width: 260px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: box-shadow 0.2s
}

.how-to-apply-card:hover {
  box-shadow: 0 12px 36px rgb(34 49 74 / .13)
}

.how-to-apply-icon {
  margin-bottom: 18px;
  z-index: 2
}

.how-to-apply-step {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #22314a12;
  z-index: 1;
  user-select: none;
  pointer-events: none
}

.how-to-apply-heading {
  font-size: 1.15rem;
  font-weight: 700;
  color: #22314a;
  margin-bottom: 8px;
  z-index: 2
}

.how-to-apply-desc {
  font-size: .97rem;
  color: #222;
  z-index: 2
}

@media (max-width:900px) {
  .how-to-apply-row {
    gap: 18px
  }

  .how-to-apply-card {
    min-width: 220px;
    max-width: 100%;
    padding: 28px 14px 24px 14px
  }
}

@media (max-width:600px) {
  .how-to-apply-title {
    font-size: 1.5rem;
    margin-bottom: 24px
  }

  .how-to-apply-row {
    flex-direction: column;
    gap: 16px;
    align-items: stretch
  }

  .how-to-apply-card {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 22px 10px 18px 10px
  }

  .how-to-apply-step {
    font-size: 2rem;
    top: 16px;
    right: 16px
  }
}

.news-section {
  background: #fff
}

.news-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px
}

.news-header {
  text-align: center;
  margin-bottom: 24px
}

.news-subtitle {
  color: #3a7bd5;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.news-title {
  color: #22314a;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.15
}

.news-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px
}

.news-featured-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 32px rgb(34 49 74 / .07);
  overflow: hidden;
  width: 420px;
  min-width: 320px;
  max-width: 100%;
  display: flex;
  flex-direction: column
}

.news-featured-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 16px 16px 0 0
}

.news-featured-body {
  padding: 22px 20px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative
}

.news-featured-title,
.news-side-title {
  color: #22314a;
  font-weight: 700;
  font-size: 1.15rem;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
  margin-bottom: 2px
}

.news-featured-title:hover,
.news-side-title:hover {
  color: #3a7bd5;
  text-decoration: underline
}

.news-featured-desc {
  font-size: .97rem;
  color: #222;
  margin-bottom: 4px
}

.news-featured-meta-row {
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 0
}

.news-featured-date {
  font-size: .92rem;
  color: #888;
  margin-bottom: 0
}

.news-featured-socials.news-featured-socials-right {
  position: static;
  margin: 0;
  justify-content: flex-end;
  gap: 10px
}

.news-side-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 220px;
  max-width: 100%
}

.news-side-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 32px rgb(34 49 74 / .07);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: box-shadow 0.2s
}

.news-side-card:hover {
  box-shadow: 0 12px 36px rgb(34 49 74 / .13)
}

.news-side-img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  flex-shrink: 0;
  margin: 0;
  display: block
}

.news-side-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px 0 0
}

.news-side-title {
  font-size: 1rem;
  font-weight: 600;
  color: #22314a;
  margin-bottom: 2px
}

.news-side-date {
  font-size: .92rem;
  color: #888
}

@media (max-width:991.98px) {
  .news-row {
    flex-direction: column;
    gap: 24px;
    align-items: stretch
  }

  .news-featured-card,
  .news-side-cards {
    width: 100%;
    min-width: 0;
    max-width: 100%
  }
}

@media (max-width:767.98px) {
  .news-row {
    flex-direction: column !important;
    gap: 0 !important;
    align-items: stretch !important;
    overflow-x: visible !important;
    scroll-snap-type: none !important
  }

  .news-featured-card {
    width: 100% !important;
    margin: 0 auto 18px auto !important;
    display: block !important
  }

  .news-side-cards {
    display: none !important
  }

  .news-featured-img {
    width: 100%;
    height: auto;
    min-height: 230px;
    object-fit: contain;
    aspect-ratio: unset;
    border-radius: 16px 16px 0 0;
    display: block
  }

  .news-featured-meta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px
  }
}

@media (max-width:600px) {
  .news-title {
    font-size: 1.5rem
  }
}

@media (min-width:1024px) {
  .news-row {
    display: flex;
    align-items: stretch;
    gap: 32px
  }

  .news-featured-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    max-width: 100%
  }

  .news-featured-img {
    object-fit: cover;
    width: 100%;
    border-radius: 16px 16px 0 0
  }

  .news-featured-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0
  }

  .news-side-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 370px;
    min-width: 320px;
    max-width: 100%;
    justify-content: stretch
  }

  .news-side-card {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
    min-height: 0;
    max-height: none
  }
}

.tech-excellence-section {
  padding: 32px 0 32px 0;
  background: #fff
}

.tech-excellence-container {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 6px 32px rgb(34 49 74 / .07);
  background: #fff
}

.tech-excellence-img-wrap {
  flex: 1.1 1 0;
  min-width: 260px;
  max-width: 420px;
  display: flex;
  align-items: stretch;
  background: #eee
}

.tech-excellence-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.tech-excellence-content {
  flex: 2 1 0%;
  background: linear-gradient(90deg, #2176d2 0%, #0b4e9b 100%);
  color: #fff;
  padding: 48px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.tech-excellence-title {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.15
}

.tech-excellence-desc {
  font-weight: 400;
  line-height: 1.6;
  color: #e6eaf2
}

@media (min-width:768px) and (max-width:1023.98px) {
  .tech-excellence-container {
    flex-direction: row !important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 32px rgb(34 49 74 / .07);
    background: #fff
  }

  .tech-excellence-img-wrap {
    flex: 1.1 1 0;
    min-width: 220px;
    max-width: 420px;
    display: flex;
    align-items: stretch;
    background: #eee;
    position: static
  }

  .tech-excellence-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px !important;
    position: static;
    z-index: auto
  }

  .tech-excellence-content {
    flex: 1 1 0 !important;
    background: linear-gradient(90deg, #2176d2 0%, #0b4e9b 100%);
    color: #fff;
    padding: 40px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 20px 20px 0;
    margin-top: 0;
    position: static;
    z-index: auto
  }
}

@media (max-width:1023.98px) {
  .tech-excellence-section {
    padding: 32px 16px 32px 16px
  }
}

@media (max-width:767.98px) {
  .tech-excellence-container {
    flex-direction: column;
    border-radius: 16px
  }

  .tech-excellence-img-wrap {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative
  }

  .tech-excellence-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0 !important;
    display: block;
    z-index: 1;
    position: relative
  }

  .tech-excellence-content {
    z-index: 2;
    position: relative;
    margin-top: -24px;
    border-radius: 0 0 16px 16px;
    padding: 18px 8px 14px 8px
  }
}

@media (max-width:600px) {
  .tech-excellence-content {
    padding: 18px 8px 14px 8px
  }
}

.footer-section {
  background: #035ba6;
  color: #fff;
  border-radius: 0 0 0 0;
  overflow: hidden;
  margin-top: 25px
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 38px 32px 32px 32px;
  border-radius: 18px 18px 0 0;
  gap: 32px
}

.footer-logo-col {
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 160px
}

.footer-logo {
  width: 100%;
  padding-top: 7%
}

.footer-tagline {
  font-size: 1.05rem;
  font-weight: 400;
  color: #fff;
  opacity: .92
}

.footer-links-col {
  flex: 2 1 320px;
  display: flex;
  gap: 120px;
  justify-content: center;
  min-width: 220px
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-links li {
  margin-bottom: 8px
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  opacity: .95;
  transition: opacity 0.2s
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline
}

.footer-contact-col {
  flex: 2 1 320px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  justify-content: center
}

.footer-contact-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2px
}

.footer-contact-phone {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: 1px
}

.footer-contact-info {
  display: flex;
  gap: 32px;
  flex-wrap: nowrap;
  width: 100%
}

.footer-campus,
.footer-admissions {
  font-size: .98rem;
  color: #e6eaf2;
  min-width: 160px
}

.footer-campus span,
.footer-admissions span {
  font-weight: 600;
  color: #fff
}

.footer-bottom {
  width: 100vw;
  left: 0;
  position: relative;
  background: #fff;
  color: #2176d2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: .98rem;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  max-width: 100vw
}

.footer-bottom-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 32px 10px 32px;
  box-sizing: border-box
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2176d2
}

.footer-socials span {
  font-weight: 500;
  margin-right: 8px
}

.footer-socials a {
  color: #2176d2;
  font-size: 1.1rem;
  margin-right: 4px;
  transition: color 0.2s
}

.footer-socials a:hover {
  color: #f4821f
}

.footer-copyright {
  color: #2176d2;
  opacity: .7;
  font-size: .97rem
}

@media (max-width:991.98px) {
  .footer-main {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 28px 12px 18px 12px
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 8px;
    padding: 10px 12px 8px 12px
  }

  .footer-contact-phone {
    font-size: 1.3rem
  }

  .footer-contact-info {
    flex-direction: column;
    gap: 8px
  }
}

@media (max-width:1023px) {
  .footer-logo {
    width: 40% !important;
    padding-bottom: 2rem
  }
}

@media (max-width:600px) {
  .footer-main {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 14px 0 8px 0 !important;
    gap: 0 !important
  }

  .footer-logo-col {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin-bottom: 0 !important
  }

  .footer-logo {
    width: 70% !important;
    margin: 0 0 20px 0 !important;
    padding-top: 0 !important;
    display: block !important
  }

  .footer-links-col {
    flex-direction: row !important;
    gap: 18px !important;
    width: 100% !important;
    margin-bottom: 8px !important;
    display: flex !important;
    justify-content: flex-start !important
  }

  .footer-links {
    font-size: 1.05rem !important;
    text-align: left !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important
  }

  .footer-links li {
    margin-bottom: 2px !important
  }

  .footer-contact-col {
    gap: 0 !important;
    font-size: 1.05rem !important;
    align-items: flex-start !important;
    width: 100% !important;
    margin-bottom: 8px !important
  }

  .footer-contact-title {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 2px !important
  }

  .footer-contact-phone {
    font-size: 1.7rem !important;
    font-weight: 800 !important;
    margin-bottom: 8px !important;
    letter-spacing: 1px !important
  }

  .footer-contact-info {
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important
  }

  .footer-campus,
  .footer-admissions {
    font-size: 1.05rem !important;
    min-width: 0 !important;
    margin-bottom: 6px !important;
    width: 100% !important
  }

  .footer-campus span,
  .footer-admissions span {
    font-weight: 700 !important;
    color: #fff !important
  }

  .footer-bottom-inner {
    flex-direction: column !important;
    align-items: center !important;
    gap: 2px !important;
    padding: 8px 10px 6px 10px !important;
    font-size: 0.97rem !important;
    width: 100% !important;
    box-sizing: border-box !important
  }

  .footer-socials {
    margin-bottom: 2px !important;
    font-size: 1.05rem !important;
    gap: 7px !important;
    justify-content: center !important;
    width: 100% !important
  }

  .footer-copyright {
    margin-top: 0 !important;
    font-size: 0.97rem !important;
    text-align: center !important;
    width: 100% !important
  }
}

.footer-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #035ba6;
  color: #fff;
  padding: 28px 30px 12px 30px;
  width: 100%
}

.footer-logo {
  width: 100%;
  margin-bottom: 18px
}

.footer-accordions {
  width: 100%;
  max-width: 340px;
  margin-bottom: 18px
}

.footer-accordion {
  width: 100%;
  background: #fff2;
  color: #fff;
  border: none;
  outline: none;
  padding: 14px 18px;
  text-align: left;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 8px;
  margin-bottom: 6px;
  cursor: pointer;
  transition: background 0.2s
}

.footer-accordion[aria-expanded="true"] {
  background: #fff4
}

.footer-panel {
  background: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  display: flex;
  flex-direction: column;
  padding-left: 18px;
  margin-bottom: 6px
}

.footer-panel a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.08rem;
  margin: 6px 0;
  padding: 6px 0;
  border-radius: 4px;
  transition: background 0.2s
}

.footer-panel a:active,
.footer-panel a:focus {
  background: #fff3
}

.footer-socials-mobile {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 18px 0 8px 0;
  font-size: 1.35rem
}

.footer-socials-mobile a {
  color: #fff;
  transition: color 0.2s
}

.footer-socials-mobile a:hover {
  color: #f4821f
}

.footer-copyright-mobile {
  color: #fff;
  font-size: 1.08rem;
  text-align: center;
  margin-top: 4px;
  opacity: .85
}

@media (min-width:1024px) {
  .footer-mobile {
    display: none !important
  }

  .footer-desktop {
    display: block !important
  }
}

@media (max-width:1023.98px) {
  .footer-mobile {
    display: flex !important
  }

  .footer-desktop {
    display: none !important
  }
}

.footer-address-mobile {
  width: 100%;
  max-width: 340px;
  margin: 10px 0 10px 0;
  text-align: left;
  color: #fff;
  font-size: 1.05rem
}

.footer-campus-mobile,
.footer-admissions-mobile {
  margin-bottom: 8px;
  line-height: 1.5
}

.footer-campus-mobile span,
.footer-admissions-mobile span {
  font-weight: 700;
  color: #fff
}

@media (min-width:1024px) {
  .footer-mobile {
    display: none !important
  }

  .footer-desktop {
    display: block !important;
    background: #035ba6
  }
}

@media (max-width:1023.98px) {
  .footer-mobile {
    display: flex !important
  }

  .footer-desktop {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:1023.98px) {
  .footer-mobile {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 32px 32px 16px 32px !important
  }

  .footer-mobile-content-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 32px;
    margin-bottom: 18px
  }

  .footer-accordions {
    margin-bottom: 0 !important;
    width: 50%
  }

  .footer-address-mobile {
    margin: 0 !important;
    width: 50%;
    text-align: left;
    font-size: 1.08rem;
    padding-left: 50px
  }

  .footer-campus-mobile,
  .footer-admissions-mobile {
    margin-bottom: 10px
  }

  .footer-bottom-mobile-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 18px;
    gap: 0
  }

  .footer-socials-mobile {
    justify-content: flex-start !important;
    margin: 0 !important;
    font-size: 1.25rem;
    gap: 12px !important
  }

  .footer-copyright-mobile {
    text-align: right !important;
    margin: 0 !important;
    font-size: 1.05rem;
    opacity: .85
  }
}

.news-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px
}

.news-featured-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  padding: 20px
}

.news-featured-socials.news-featured-socials-right {
  position: absolute;
  bottom: 22px;
  right: 20px;
  display: flex;
  gap: 10px;
  display: none !important
}

.news-featured-title,
.news-featured-date {
  margin-right: 80px
}

@media (max-width:400px) {
  .navbar>.container {
    gap: 0.25rem !important;
    padding-left: 4px !important;
    padding-right: 4px !important
  }

  .navbar-brand {
    min-width: 70px !important;
    max-width: 90px !important
  }

  #navIcons .apply-now-btn {
    font-size: 0.7rem !important;
    padding: .4rem 0.8rem !important
  }

  #navIcons {
    gap: 0.25rem !important
  }

  .icon-group {
    gap: 0.25rem !important
  }
}

@media (max-width:991.98px) {
  .banner-carousel .banner-slide {
    align-items: flex-start
  }

  .banner-carousel .banner-content {
    margin-top: 40vh;
    align-items: center;
    justify-content: flex-start
  }
}

.banner-carousel .banner-content {
  margin-top: 40vh
}

.btech-banner-section {
  background: #fff0;
  padding: 0 0 3.5rem 0;
  min-height: 520px;
  max-height: 550px;
  position: relative;
  z-index: 1
}

.btech-banner-gradient-left {
  position: absolute;
  top: -350px;
  left: -600px;
  width: 2000px;
  height: 1800px;
  background: radial-gradient(circle at 30% 10%, var(--btech-left-main, #73b4fa) 0%, #ffe3c1 40%, #f7f8fc 100%);
  opacity: .92;
  border-radius: 50%;
  z-index: 0;
  filter: blur(120px)
}

.btech-banner-gradient-right {
  position: absolute;
  right: -600px;
  bottom: -350px;
  width: 2000px;
  height: 1400px;
  background: radial-gradient(circle at 70% 80%, var(--btech-right-main, #f3b782) 0%, #eaf2fb 40%, #cbe6ff 100%);
  opacity: .7;
  border-radius: 50%;
  z-index: 0;
  filter: blur(120px)
}

@keyframes btechGradientMoveLeft {
  0% {
    transform: translateY(0) translateX(0) scale(1)
  }

  40% {
    transform: translateY(60px) translateX(40px) scale(1.04)
  }

  100% {
    transform: translateY(120px) translateX(80px) scale(1.08)
  }
}

@keyframes btechGradientMoveRight {
  0% {
    transform: translateY(0) translateX(0) scale(1)
  }

  40% {
    transform: translateY(-60px) translateX(-40px) scale(1.04)
  }

  100% {
    transform: translateY(-120px) translateX(-80px) scale(1.08)
  }
}

@keyframes btechColorLeft {
  0% {
    --btech-left-main: #2176d2
  }

  40% {
    --btech-left-main: #f48acb
  }

  60% {
    --btech-left-main: #f48acb
  }

  100% {
    --btech-left-main: #2176d2
  }
}

@keyframes btechColorRight {
  0% {
    --btech-right-main: #ffd1e6
  }

  40% {
    --btech-right-main: #2176d2
  }

  60% {
    --btech-right-main: #2176d2
  }

  100% {
    --btech-right-main: #ffd1e6
  }
}

.btech-banner-section .container,
.btech-banner-section nav.navbar {
  position: relative;
  z-index: 2
}

.btech-banner-img img {
  max-width: 520px;
  width: 100%;
  border-radius: 0;
  box-shadow: none
}

@media (max-width:991.98px) {
  .btech-banner-gradient-left {
    width: 600px;
    height: 700px;
    left: -120px;
    top: -100px
  }

  .btech-banner-gradient-right {
    width: 600px;
    height: 500px;
    right: -120px;
    bottom: -100px
  }

  .btech-banner-img img {
    max-width: 98vw
  }
}

@media (max-width:600px) {
  .btech-banner-section .container {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .btech-banner-text h1 {
    font-size: 2.2rem !important
  }

  .btech-banner-img img {
    max-width: 98vw;
    height: auto
  }
}

.btech-future-ready-section {
  background: #fff;
  padding: 2.5rem 0 2.5rem 0;
  text-align: center
}

.btech-future-ready-section h2 {
  color: #22314a;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2.2rem
}

.btech-future-ready-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap
}

.btech-future-card,
.bpt-future-card,
.scmhs-future-card {
  background: #fff !important;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .06);
  padding: 2rem 1.5rem;
  min-width: 240px;
  max-width: 320px;
  flex: 1 1 240px;
  text-align: left
}

.btech-future-card h3 {
  color: #22314a;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem
}

.btech-future-card p {
  color: #6b7a90;
  font-size: 1rem
}

@media (max-width:991.98px) {
  .btech-future-ready-cards {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem
  }

  .btech-future-card {
    max-width: 98vw;
    min-width: 0;
    width: 100%
  }
}

.btech-drive-future-section {
  background: #fff7f0;
  padding: 2.5rem 0 2.5rem 0;
  text-align: center;
  position: relative;
  z-index: 0
}

.btech-drive-future-section h2 {
  color: #f4821f;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2.2rem
}

.btech-drive-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap
}

.btech-drive-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .06);
  padding: 2.5rem 1.5rem 2.5rem 1.5rem;
  min-width: 240px;
  max-width: 320px;
  flex: 1 1 240px;
  text-align: center !important;
  border: none;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.25s cubic-bezier(.4, 1.5, .5, 1), background 0.2s, color 0.2s;
  overflow: visible
}

.btech-drive-card .btech-drive-icon {
  margin-bottom: 1.2rem
}

.btech-drive-card h4 {
  color: #22314a;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: .7rem
}

.btech-drive-card p {
  color: #6b7a90;
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 2.5rem
}

.btech-drive-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 30px;
  background: radial-gradient(circle, #b0c6de 14%, #105aa7 100%) !important;
  ;
  border-radius: 15px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgb(0 0 0 / .07);
  transition: background 0.2s
}

.btech-drive-arrow svg {
  width: 18px;
  height: 18px;
  color: #2176d2;
  transition: color 0.2s
}

.btech-drive-card:hover {
  box-shadow: 0 8px 32px rgb(58 123 213 / .13);
  transform: translateY(-18px) scale(1.03);
  z-index: 2
}

.btech-drive-card:hover .btech-drive-arrow {
  background: #2176d2
}

.btech-drive-card:hover .btech-drive-arrow svg {
  color: #fff
}

.btech-drive-card.btech-drive-card-highlight {
  background: linear-gradient(135deg, #f4821f 0%, #ffb86c 100%);
  color: #fff;
  box-shadow: 0 8px 32px rgb(244 130 31 / .13)
}

.btech-drive-card.btech-drive-card-highlight h4,
.btech-drive-card.btech-drive-card-highlight p {
  color: #fff !important;
  transition: color 0.2s
}

.btech-drive-card.btech-drive-card-highlight .btech-drive-icon {
  color: #fff
}

.btech-drive-card.btech-drive-card-highlight .btech-drive-arrow {
  background: #fff !important;
  transition: background 0.2s
}

.btech-drive-card.btech-drive-card-highlight .btech-drive-arrow svg {
  color: #f4821f !important;
  transition: color 0.2s
}

.btech-drive-card.btech-drive-card-highlight:hover .btech-drive-arrow {
  background: #f4821f !important
}

.btech-drive-card.btech-drive-card-highlight:hover .btech-drive-arrow svg {
  color: #fff !important
}

.btech-drive-card.btech-drive-card-highlight:hover h4,
.btech-drive-card.btech-drive-card-highlight:hover p {
  color: #fff !important
}

.btech-drive-card.btech-drive-card-highlight:hover {
  box-shadow: 0 8px 32px rgb(244 130 31 / .13);
  background: linear-gradient(135deg, #f4821f 0%, #ffb86c 100%);
  color: #fff !important
}

.btech-drive-card.btech-drive-card-highlight:hover .btech-drive-arrow {
  background: #fff !important
}

.btech-drive-card.btech-drive-card-highlight:hover .btech-drive-arrow svg {
  color: #f4821f !important
}

.btech-drive-card.btech-drive-card-highlight:hover h4,
.btech-drive-card.btech-drive-card-highlight:hover p {
  color: #fff !important
}

.btech-drive-card.btech-drive-card-highlight .btech-drive-icon img {
  filter: brightness(0) invert(1) grayscale(1) !important
}

.btech-drive-carousel .btech-drive-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 340px;
  max-width: 320px;
  box-sizing: border-box
}

@media (max-width:991.98px) {
  .btech-drive-cards {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem
  }

  .btech-drive-card {
    max-width: 98vw;
    min-width: 0;
    width: 100%
  }

  .btech-drive-carousel .btech-drive-card {
    min-height: 300px;
    max-width: 98vw
  }
}

@media (max-width:600px) {
  .btech-drive-carousel .btech-drive-card {
    min-height: 240px
  }
}

.btech-dean-section {
  background: #fff;
  padding: 3.5rem 0 3.5rem 0
}

.btech-dean-content {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  margin: 0 auto;
  justify-content: flex-start
}

.btech-dean-img {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.btech-dean-img img {
  width: 100% !important;
  max-width: 380px;
  height: auto !important;
  border-radius: 10px;
  object-fit: cover;
  display: block
}

.btech-dean-socials {
  margin-top: 18px;
  display: flex;
  gap: 16px;
  justify-content: center
}

.btech-dean-social {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4821f 0%, #ffb86c 100%);
  color: #fff;
  font-size: 1.25rem;
  transition: background 0.2s, color 0.2s;
  text-decoration: none
}

.btech-dean-social:hover {
  background: #22314a;
  color: #fff
}

.btech-dean-text {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btech-dean-text h3 {
  color: #22314a;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1.2rem
}

.btech-dean-welcome {
  font-size: 1.15rem;
  margin-bottom: .8rem;
  color: #22314a;
  line-height: 1.6
}

.btech-dean-welcome-highlight {
  display: block;
  color: #f4821f;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: .7rem
}

.btech-dean-desc-short,
.btech-dean-desc-full {
  display: block;
  color: #6b7a90;
  font-size: 1.08rem;
  margin-bottom: .2rem
}

.btech-dean-desc-full {
  margin-bottom: .2rem
}

.btech-dean-readmore {
  color: #22314a;
  font-size: 1.02rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s
}

.btech-dean-readmore:hover {
  color: #f4821f
}

.btech-dean-sign {
  color: #22314a;
  font-size: 1.18rem;
  font-weight: 700;
  margin-top: 1.2rem
}

@media (max-width:991.98px) {
  .btech-dean-content {
    flex-direction: column;
    align-items: center;
    gap: 2rem
  }

  .btech-dean-img {
    width: 100%;
    max-width: 380px
  }

  .btech-dean-img img {
    width: 100% !important;
    max-width: 380px;
    height: auto !important;
    border-radius: 10px;
    object-fit: cover;
    display: block
  }

  .btech-dean-text h3 {
    font-size: 1.5rem
  }

  .btech-dean-welcome-highlight {
    font-size: 1.1rem
  }
}

@media (max-width:600px) {
  .btech-dean-section {
    padding: 1.5rem 0 1.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .btech-dean-content {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    width: 100%;
    text-align: center
  }

  .btech-dean-img {
    width: 120px;
    max-width: 100%;
    margin: 0 auto 1rem auto;
    display: flex;
    justify-content: center
  }

  .btech-dean-img img {
    width: 120px !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px;
    object-fit: cover;
    display: block
  }

  .btech-dean-text h3 {
    font-size: 1.1rem;
    margin-bottom: .7rem;
    text-align: center
  }

  .btech-dean-welcome {
    margin-bottom: .7rem;
    text-align: center
  }

  .btech-dean-welcome-highlight {
    color: #f4821f;
    font-size: 1.05rem;
    font-weight: 600;
    display: block;
    margin-bottom: .5rem;
    text-align: center
  }

  .btech-dean-desc-short,
  .btech-dean-desc-full {
    font-size: .97rem;
    color: #22314a;
    margin-bottom: .7rem;
    text-align: center
  }

  .btech-dean-sign {
    font-size: 1.1rem;
    font-weight: 700;
    color: #22314a;
    margin-bottom: .7rem;
    text-align: center
  }

  .btech-dean-socials {
    justify-content: center;
    margin-top: .5rem;
    gap: 1.2rem
  }
}

.btech-faculty-section {
  background: #eaf2fb;
  padding: 2.5rem 0 2.5rem 0;
  text-align: center
}

.btech-faculty-section h2 {
  color: #22314a;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2.2rem
}

.btech-faculty-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap
}

.btech-faculty-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .06);
  padding: 2rem 1.5rem;
  min-width: 180px;
  max-width: 220px;
  flex: 1 1 180px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height : 425px;
}

.btech-faculty-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgb(0 0 0 / .08)
}

.btech-faculty-card h5 {
  color: #22314a;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.btech-faculty-card p {
  color: #6b7a90;
  font-size: .95rem
}

@media (max-width:991.98px) {
  .btech-faculty-cards {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem
  }

  .btech-faculty-card {
    max-width: 98vw;
    min-width: 0;
    width: 100%
  }
}

.btech-banner-text h1 {
  font-weight: 900;
  font-size: 3.2rem;
  color: #22314a;
  margin-bottom: 1.2rem;
  line-height: 1.15
}

.btech-banner-text h6 {
  font-weight: 700;
  color: #22314a;
  margin-bottom: 1.2rem;
  font-size: 1.05rem
}

.btech-banner-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px
}

@media (min-width:768px) {
  .btech-banner-row {
    flex-direction: row;
    align-items: center;
    gap: 50px
  }

  .btech-banner-text {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 2.5rem
  }

  .btech-banner-btnpara {
    display: flex;
    align-items: center;
    gap: 2.2rem;
    width: 100%;
    margin-top: 1.2rem
  }

  .btech-banner-btnpara .btn-student {
    margin: 0;
    min-width: 160px;
    font-size: 1.1rem;
    padding: 10px 20px 10px 20px !important;
    box-shadow: 0 4px 16px rgb(0 0 0 / .1)
  }

  .btech-banner-btnpara p {
    margin: 0;
    color: #7a8ca3;
    font-size: 1.18rem;
    font-weight: 400;
    max-width: 420px;
    line-height: 1.6
  }
}

@media (max-width:767.98px) {
  .btech-banner-row {
    flex-direction: column;
    align-items: flex-start;
    gap: .8rem
  }

  .btech-banner-text {
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .btech-banner-text h1,
  .btech-banner-text h6,
  .btech-banner-btnpara p {
    text-align: center;
    width: 100%
  }

  .btech-banner-btnpara {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    gap: 1.1rem;
    margin-top: 1.2rem
  }

  .btech-banner-btnpara .btn-student {
    margin: 0 0 .7rem 0;
    min-width: 0;
    font-size: 1rem;
    align-self: center
  }

  .btech-banner-btnpara p {
    margin: 0;
    color: #7a8ca3;
    font-size: 1rem;
    font-weight: 400;
    max-width: 100%;
    line-height: 1.5;
    text-align: center
  }
}

.nav-dark .navbar-nav .nav-link,
.nav-dark .navbar-nav .nav-link.active,
.nav-dark .navbar-nav .nav-link:focus,
.nav-dark .navbar-nav .nav-link:hover,
.nav-dark .dropdown-item,
.nav-dark .dropdown-item:focus {
  color: #111 !important;
  transition: color 0.2s
}

.nav-dark #hamburger i {
  color: #111 !important
}

.nav-dark #sideNav {
  background: #fff !important
}

.nav-dark #sideNav a {
  color: #111 !important
}

.btech-banner-section>header.sticky-top {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  z-index: 1002 !important;
  background: transparent !important;
  border: none;
  transition: background 0.3s, box-shadow 0.3s
}

.btech-banner-section>header.sticky-top.sticky-active {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  background: #fff !important;
  box-shadow: 0 2px 12px rgb(0 0 0 / .07);
  z-index: 1002 !important
}

@media (min-width:768px) {

  .btech-future-ready-section,
  .btech-drive-future-section,
  .btech-dean-section,
  .btech-faculty-section,
  .why-mnr-section,
  .programs-section,
  .advantage-section,
  .recognition-section,
  .campus-life-section,
  .how-to-apply-section,
  .news-section,
  .tech-excellence-section {
    padding: 3.5rem 0 3.5rem 0 !important
  }

  .admission-ticker-section {
    padding: 2rem 0 2rem 0 !important
  }
}

.btech-future-card,
.btech-drive-card,
.btech-faculty-card {
  transition: box-shadow 0.2s, transform 0.25s cubic-bezier(.4, 1.5, .5, 1), -webkit-transform 0.25s cubic-bezier(.4, 1.5, .5, 1)
}

.btech-drive-card:hover,
.btech-faculty-card:hover {
  box-shadow: 0 8px 32px rgb(58 123 213 / .13);
  transform: translateY(-18px) scale(1.03);
  z-index: 2;
  background: #fff
}

.btech-future-card:hover,
.bpt-future-card:hover,
.scmhs-future-card:hover {
  box-shadow: 0 8px 32px rgb(58 123 213 / .13);
  transform: translateY(-18px) scale(1.03);
  z-index: 2;
  background: #f7faff !important
}

@media (min-width:768px) and (max-width:991.98px) {
  .btech-banner-row {
    flex-direction: row;
    align-items: center
  }

  .btech-banner-text {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 1.5rem
  }

  .btech-banner-btnpara {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: flex-start;
    gap: 1.1rem;
    width: 100%;
    margin-top: 1.2rem
  }

  .btech-banner-btnpara .btn-student {
    margin: 0 0 .5rem 0;
    min-width: 0;
    font-size: 1rem
  }

  .btech-banner-btnpara p {
    margin: 0;
    color: #7a8ca3;
    font-size: 1rem;
    font-weight: 400;
    max-width: 100%;
    line-height: 1.5
  }
}

@media (min-width:768px) and (max-width:1440px) {
  .btech-banner-row {
    flex-direction: row;
    align-items: center
  }

  .btech-banner-text {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 1.5rem
  }

  .btech-banner-btnpara {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: flex-start;
    gap: 1.1rem;
    width: 100%;
    margin-top: 1.2rem
  }

  .btech-banner-btnpara .btn-student {
    margin: 0 0 .5rem 0;
    min-width: 0;
    font-size: 1rem
  }

  .btech-banner-btnpara p {
    margin: 0;
    color: #7a8ca3;
    font-size: 1rem;
    font-weight: 400;
    max-width: 100%;
    line-height: 1.5
  }
}

.hero-section>header.sticky-top {
  margin-top: 0 !important;
  padding-top: 8px !important
}

.btech-banner-section>header.sticky-top,
.bpt-banner-section>header.sticky-top,
.bsc-banner-section>header.sticky-top {
  margin-top: 24px !important;
  padding-top: 16px !important
}

@media (max-width:767.98px) {

  .hero-section>header.sticky-top,
  .btech-banner-section>header.sticky-top,
  .bpt-banner-section>header.sticky-top,
  .bsc-banner-section>header.sticky-top {
    margin-top: 0 !important;
    padding-top: 4px !important
  }
}

.hero-section>header.sticky-top {
  margin-top: 0 !important;
  padding-top: 0 !important
}

.btech-banner-section>header.sticky-top:not(.sticky-active),
.bpt-banner-section>header.sticky-top:not(.sticky-active),
.bsc-banner-section>header.sticky-top:not(.sticky-active),
.hero-section>header.sticky-top:not(.sticky-active) {
  margin-top: 0px !important;
  padding-top: 18px !important
}

.btech-banner-section>header.sticky-top.sticky-active,
.bpt-banner-section>header.sticky-top.sticky-active,
.bsc-banner-section>header.sticky-top.sticky-active {
  margin-top: 0 !important;
  padding-top: 0 !important
}

@media (max-width:767.98px) {

  .hero-section>header.sticky-top,
  .btech-banner-section>header.sticky-top,
  .bpt-banner-section>header.sticky-top,
  .bsc-banner-section>header.sticky-top {
    margin-top: 0 !important;
    padding-top: 0 !important
  }
}

.btech-drive-card h4 {
  color: #22314a;
  font-size: 1.6rem !important;
  font-weight: 800;
  margin-bottom: .7rem
}

.btech-drive-card.btech-drive-card-highlight h4,
.btech-drive-card.btech-drive-card-highlight p {
  color: #fff !important;
  transition: color 0.2s
}

.btech-drive-card.btech-drive-card-highlight .btech-drive-arrow {
  background: #fff !important;
  transition: background 0.2s
}

.btech-drive-card.btech-drive-card-highlight .btech-drive-arrow svg {
  color: #f4821f !important;
  transition: color 0.2s
}

.btech-drive-card.btech-drive-card-highlight:hover .btech-drive-arrow {
  background: #f4821f !important
}

.btech-drive-card.btech-drive-card-highlight:hover .btech-drive-arrow svg {
  color: #fff !important
}

.btech-drive-card.btech-drive-card-highlight:hover h4,
.btech-drive-card.btech-drive-card-highlight:hover p {
  color: #fff !important
}

.btech-drive-card.btech-drive-card-highlight:hover {
  box-shadow: 0 8px 32px rgb(244 130 31 / .13);
  background: linear-gradient(135deg, #f4821f 0%, #ffb86c 100%);
  color: #fff !important
}

.btech-drive-card.btech-drive-card-highlight:hover .btech-drive-arrow {
  background: #fff !important
}

.btech-drive-card.btech-drive-card-highlight:hover .btech-drive-arrow svg {
  color: #f4821f !important
}

.btech-drive-card.btech-drive-card-highlight:hover h4,
.btech-drive-card.btech-drive-card-highlight:hover p {
  color: #fff !important
}

.btech-drive-card.btech-drive-card-highlight .btech-drive-icon img {
  filter: brightness(0) invert(1) grayscale(1) !important
}

.btech-faculty-carousel.owl-carousel {
  margin-top: 2.5rem
}

.btech-faculty-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgb(0 0 0 / .07);
  padding: 2rem 1.5rem 1.2rem 1.5rem;
  min-width: 220px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  transition: box-shadow 0.2s, transform 0.25s cubic-bezier(.4, 1.5, .5, 1)
}

.btech-faculty-card .faculty-img-gradient {
  width: 100%;
  height: 260px;
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: none;
  box-shadow: none;
  overflow: hidden;
  padding: 0
}

.btech-faculty-card .faculty-img-gradient img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px 16px 0 0;
  border: none;
  box-shadow: none;
  background: none;
  display: block
}

.btech-faculty-card .faculty-info {
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  text-align: center
}

.btech-faculty-card .faculty-socials {
  padding-left: 1.2rem;
  padding-right: 1.2rem
}

.btech-faculty-card {
  padding: 0 0 1.2rem 0
}

.btech-faculty-card h5,
.btech-faculty-card .faculty-title,
.btech-faculty-card .faculty-desc {
  padding-left: 1.2rem;
  padding-right: 1.2rem
}

.btech-faculty-card .faculty-socials {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 1.2rem;
  border-top: 1px solid #eaf2fb;
  width: 100%;
  display: none !important
}

.btech-faculty-card .faculty-socials a {
  color: #b1d0f7;
  font-size: 1.18rem;
  transition: color 0.2s
}

.btech-faculty-card .faculty-socials a:hover {
  color: #2176d2
}

.btech-faculty-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none
}

.btech-faculty-carousel .owl-nav button {
  background: #fff;
  border: 1px solid #eaf2fb;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.5rem;
  color: #2176d2;
  box-shadow: 0 2px 8px rgb(0 0 0 / .07);
  pointer-events: all;
  transition: background 0.2s, color 0.2s
}

.btech-faculty-carousel .owl-nav button:hover {
  background: #2176d2;
  color: #fff
}

.btech-faculty-carousel .owl-dots {
  margin-top: 1.2rem;
  text-align: center
}

.btech-faculty-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #b1d0f7;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  transition: background 0.2s
}

.btech-faculty-carousel .owl-dot.active span {
  background: #2176d2
}

@media (max-width:991.98px) {
  .btech-faculty-card {
    max-width: 90vw;
    min-width: 0;
    width: 100%;
    padding: 1.5rem .7rem 1rem .7rem
  }

  .btech-faculty-card .faculty-img-gradient {
    width: 100%;
    height: auto;
    border-radius: 12px 12px 0 0;
    margin-bottom: 0;
    padding: 0
  }

  .btech-faculty-card .faculty-img-gradient img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    display: block
  }
}

.nav-dark .navbar-nav>.nav-item>.nav-link.active,
.nav-dark .dropdown-menu>.dropdown-item.active {
  font-weight: 700;
  color: #f4821f !important
}

.nav-dark .dropdown-menu .dropdown-menu .dropdown-item.active {
  font-weight: 400;
  color: #111 !important
}

.pad21 {
  padding: 2.5rem 0 2.5rem 0 !important
}

.pad22 {
  padding: 1.5rem 0 1.5rem 0 !important
}

@media (max-width:991.98px) {
  .btech-banner-btnpara {
    display: flex;
    flex-direction: column-reverse;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    gap: 1.1rem;
    margin-top: 1.2rem
  }

  .btech-banner-btnpara .btn-student {
    margin: 0 0 .7rem 0;
    min-width: 0;
    font-size: 1rem;
    align-self: center
  }

  .btech-banner-btnpara p {
    margin: 0;
    color: #7a8ca3;
    font-size: 1rem;
    font-weight: 400;
    max-width: 100%;
    line-height: 1.5;
    text-align: center
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .btech-banner-text {
    text-align: left;
    align-items: flex-start
  }

  .btech-banner-btnpara .btn-student {
    text-align: left;
    align-self: auto
  }

  .btech-banner-text h1,
  .btech-banner-text h6,
  .btech-banner-btnpara p {
    text-align: left
  }

  .btech-banner-btnpara {
    align-items: flex-start !important;
    justify-content: flex-start !important
  }
}

.btech-faculty-section,
.btech-faculty-carousel.owl-carousel,
.how-to-apply-section,
.tech-excellence-section {
  z-index: 0 !important;
  position: relative !important;
  background: #fff
}

.how-to-apply-card {
  background: #fff;
  box-shadow: 0 8px 32px rgb(34 49 74 / .13)
}

@media (max-width:991.98px) {

  .how-to-apply-section,
  .tech-excellence-section {
    margin-top: .5rem
  }
}

@media (max-width:600px) {
  .btech-faculty-card .faculty-img-gradient {
    width: 100%;
    height: auto;
    border-radius: 12px 12px 0 0;
    margin-bottom: 0;
    padding: 0
  }

  .btech-faculty-card .faculty-img-gradient img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    display: block
  }
}

@media (max-width:600px) {
  .btech-dean-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center
  }

  .btech-dean-title {
    order: 1
  }

  .btech-dean-img {
    order: 2
  }

  .btech-dean-welcome {
    order: 3
  }

  .btech-dean-desc-short,
  .btech-dean-desc-full {
    order: 4
  }

  .btech-dean-sign {
    order: 5
  }

  .btech-dean-socials {
    order: 6
  }
}

@media (max-width:600px) {
  .btech-dean-section {
    padding: 2.2rem 0 2.2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff
  }

  .btech-dean-content {
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
    width: 100%;
    text-align: center;
    padding: 0 1.2rem
  }

  .btech-dean-img {
    width: 130px;
    max-width: 100%;
    margin: 0 auto 1.2rem auto;
    display: flex;
    justify-content: center
  }

  .btech-dean-img img {
    width: 130px !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    box-shadow: 0 2px 12px rgb(34 49 74 / .1)
  }

  .btech-dean-text h3 {
    font-size: 1.18rem;
    margin-bottom: .8rem;
    text-align: center
  }

  .btech-dean-welcome {
    margin-bottom: .8rem;
    text-align: center
  }

  .btech-dean-welcome-highlight {
    color: #f4821f;
    font-size: 1.08rem;
    font-weight: 600;
    display: block;
    margin-bottom: .6rem;
    text-align: center
  }

  .btech-dean-desc-short,
  .btech-dean-desc-full {
    font-size: 1.01rem;
    color: #22314a;
    margin-bottom: .8rem;
    text-align: center
  }

  .btech-dean-sign {
    font-size: 1.13rem;
    font-weight: 700;
    color: #22314a;
    margin-bottom: .8rem;
    text-align: center
  }

  .btech-dean-socials {
    justify-content: center;
    margin-top: .7rem;
    gap: 1.6rem
  }

  .btech-dean-socials a {
    width: 44px;
    height: 44px;
    font-size: 1.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #f4821f 0%, #ffb86c 100%);
    color: #fff;
    margin: 0 .2rem;
    box-shadow: 0 2px 8px rgb(244 130 31 / .1);
    transition: background 0.2s, color 0.2s
  }

  .btech-dean-socials a:hover {
    background: #22314a;
    color: #fff
  }
}

.btech-drive-carousel .btech-drive-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 340px;
  max-width: 320px;
  box-sizing: border-box
}

@media (max-width:991.98px) {
  .btech-drive-carousel .btech-drive-card {
    min-height: 300px;
    max-width: 98vw
  }
}

@media (max-width:600px) {
  .btech-drive-carousel .btech-drive-card {
    min-height: 240px
  }
}

@media (max-width:600px) {
  .btech-dean-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 0 1.2rem
  }

  .btech-dean-title {
    order: 1;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1.18rem;
    margin-bottom: .7rem
  }

  .btech-dean-img {
    order: 0;
    width: 130px;
    max-width: 100%;
    margin: 0 auto 1.2rem auto;
    display: flex;
    justify-content: center
  }

  .btech-dean-img img {
    width: 130px !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    box-shadow: 0 2px 12px rgb(34 49 74 / .1)
  }

  .btech-dean-sign {
    order: 3;
    font-size: 1.13rem;
    font-weight: 700;
    color: #22314a;
    margin-bottom: .5rem;
    text-align: center;
    width: 100%
  }

  .btech-dean-socials {
    order: 4;
    justify-content: center;
    margin-top: .5rem;
    gap: 1.6rem;
    width: 100%;
    display: flex
  }

  .btech-dean-socials a {
    width: 44px;
    height: 44px;
    font-size: 1.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #f4821f 0%, #ffb86c 100%);
    color: #fff;
    margin: 0 .2rem;
    box-shadow: 0 2px 8px rgb(244 130 31 / .1);
    transition: background 0.2s, color 0.2s
  }

  .btech-dean-socials a:hover {
    background: #22314a;
    color: #fff
  }

  .btech-dean-welcome {
    order: 5;
    margin-bottom: .8rem;
    text-align: center;
    width: 100%
  }

  .btech-dean-welcome-highlight {
    color: #f4821f;
    font-size: 1.08rem;
    font-weight: 600;
    display: block;
    margin-bottom: .6rem;
    text-align: center
  }

  .btech-dean-desc-short,
  .btech-dean-desc-full {
    order: 6;
    font-size: 1.01rem;
    color: #22314a;
    margin-bottom: .8rem;
    text-align: center;
    width: 100%
  }

  .btech-dean-readmore {
    order: 7;
    color: #22314a;
    font-size: 1.02rem;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.2s;
    width: 100%;
    display: block;
    margin-bottom: .8rem
  }
}

.bpt-banner-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 8rem 0 4rem 0;
  position: relative;
  overflow: hidden
}

.bpt-banner-gradient-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(90deg, rgb(255 255 255 / .1) 0%, transparent 100%);
  animation: slideLeft 8s ease-in-out infinite
}

.bpt-banner-gradient-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(270deg, rgb(255 255 255 / .1) 0%, transparent 100%);
  animation: slideRight 8s ease-in-out infinite
}

.bpt-banner-row {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 2
}

.bpt-banner-text {
  flex: 1;
  color: #fff
}

.bpt-banner-text h6 {
  color: rgb(255 255 255 / .9);
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem
}

.bpt-banner-text h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2rem
}

.bpt-banner-btnpara {
  display: flex;
  align-items: flex-start;
  gap: 2rem
}

.bpt-banner-btnpara p {
  color: rgb(255 255 255 / .9);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0
}

.bpt-banner-img {
  flex: 1;
  text-align: center
}

.bpt-future-ready-section {
  background: #fff;
  padding: 4rem 0;
  text-align: center
}

.bpt-future-ready-section h2 {
  color: #22314a;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem
}

.bpt-future-ready-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap
}

.bpt-future-card {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  max-width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease
}

.bpt-future-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgb(0 0 0 / .1)
}

.bpt-future-card h3 {
  color: #22314a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem
}

.bpt-future-card p {
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0
}

.bpt-drive-future-section {
  background: #fff7f0;
  padding: 2.5rem 0 2.5rem 0;
  text-align: center;
  position: relative;
  z-index: 0
}

.bpt-drive-future-section h2 {
  color: #f4821f;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2.2rem
}

.bpt-drive-carousel .bpt-drive-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 340px;
  max-width: 320px;
  box-sizing: border-box
}

.bpt-drive-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .06);
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden
}

.bpt-drive-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgb(0 0 0 / .1)
}

.bpt-drive-card-highlight {
  background: linear-gradient(135deg, #f4821f 0%, #ff6b35 100%);
  color: #fff
}

.bpt-drive-card-highlight h4,
.bpt-drive-card-highlight p {
  color: #fff
}

.bpt-drive-icon {
  margin-bottom: 1.5rem
}

.bpt-drive-card h4 {
  color: #22314a;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.bpt-drive-card p {
  color: #6c757d;
  font-size: .95rem;
  margin-bottom: 1.5rem
}

.bpt-drive-arrow {
  margin-top: auto;
  display: flex;
  justify-content: center
}

.bpt-dean-section {
  background: #fff;
  padding: 3rem 0
}

.bpt-dean-content {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto
}

.bpt-dean-img {
  flex-shrink: 0;
  width: 200px
}

.bpt-dean-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgb(0 0 0 / .1)
}

.bpt-dean-text {
  flex: 1
}

.bpt-dean-title {
  color: #22314a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem
}

.bpt-dean-welcome-highlight {
  color: #f4821f;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem
}

.bpt-dean-desc-short,
.bpt-dean-desc-full {
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem
}

.bpt-dean-readmore {
  color: #f4821f;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer
}

.bpt-dean-readmore:hover {
  text-decoration: underline
}

.bpt-dean-sign {
  color: #22314a;
  font-size: 1.1rem
}

.bpt-dean-socials {
  display: flex;
  gap: 1rem
}

.bpt-dean-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border-radius: 50%;
  color: #6c757d;
  text-decoration: none;
  transition: all 0.3s ease
}

.bpt-dean-social:hover {
  background: #f4821f;
  color: #fff;
  transform: translateY(-2px)
}

.bpt-faculty-section {
  background: #f8f9fa;
  padding: 4rem 0;
  text-align: center
}

.bpt-faculty-section h2 {
  color: #22314a;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem
}

.bpt-faculty-carousel .bpt-faculty-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 5px 20px rgb(0 0 0 / .08);
  transition: transform 0.3s ease
}

.bpt-faculty-carousel .bpt-faculty-card:hover {
  transform: translateY(-5px)
}

.bpt-faculty-card .faculty-img-gradient {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.bpt-faculty-card .faculty-img-gradient img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover
}

.bpt-faculty-card .faculty-info h5 {
  color: #22314a;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.bpt-faculty-card .faculty-info .faculty-title {
  color: #f4821f;
  font-weight: 600;
  margin-bottom: .3rem
}

.bpt-faculty-card .faculty-info .faculty-desc {
  color: #6c757d;
  font-size: .9rem;
  margin-bottom: 1rem
}

.bpt-faculty-card .faculty-socials {
  display: flex;
  justify-content: center;
  gap: .5rem
}

.bpt-faculty-card .faculty-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #f8f9fa;
  border-radius: 50%;
  color: #6c757d;
  text-decoration: none;
  transition: all 0.3s ease
}

.bpt-faculty-card .faculty-socials a:hover {
  background: #f4821f;
  color: #fff
}

@media (max-width:991.98px) {
  .bpt-banner-row {
    flex-direction: column;
    text-align: center
  }

  .bpt-banner-text h1 {
    font-size: 2.8rem
  }

  .bpt-banner-btnpara {
    flex-direction: column;
    align-items: center
  }

  .bpt-dean-content {
    flex-direction: column;
    text-align: center
  }

  .bpt-dean-img {
    margin: 0 auto
  }

  .bpt-drive-carousel .bpt-drive-card {
    min-height: 300px;
    max-width: 98vw
  }
}

@media (max-width:600px) {
  .bpt-banner-section {
    padding: 6rem 0 3rem 0
  }

  .bpt-banner-text h1 {
    font-size: 2.2rem
  }

  .bpt-banner-text h6 {
    font-size: 1rem
  }

  .bpt-banner-btnpara p {
    font-size: 1rem
  }

  .bpt-future-ready-section h2 {
    font-size: 2rem
  }

  .bpt-future-card {
    padding: 1.5rem
  }

  .bpt-future-card h3 {
    font-size: 1.3rem
  }

  .bpt-drive-future-section h2 {
    font-size: 1.8rem
  }

  .bpt-drive-carousel .bpt-drive-card {
    min-height: 240px
  }

  .bpt-dean-section {
    padding: 2rem 0
  }

  .bpt-dean-content {
    gap: 2rem
  }

  .bpt-dean-img {
    width: 150px
  }

  .bpt-dean-title {
    font-size: 1.3rem
  }

  .bpt-dean-welcome-highlight {
    font-size: 1.1rem
  }

  .bpt-faculty-section h2 {
    font-size: 2rem
  }

  .bpt-faculty-carousel .bpt-faculty-card {
    padding: 1.5rem
  }

  .bpt-faculty-card .faculty-img-gradient {
    width: 100px;
    height: 100px
  }

  .bpt-faculty-card .faculty-img-gradient img {
    width: 80px;
    height: 80px
  }
}

.scmhs-banner-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 8rem 0 4rem 0;
  position: relative;
  overflow: hidden
}

.scmhs-banner-gradient-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(90deg, rgb(255 255 255 / .1) 0%, transparent 100%);
  animation: slideLeft 8s ease-in-out infinite
}

.scmhs-banner-gradient-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(270deg, rgb(255 255 255 / .1) 0%, transparent 100%);
  animation: slideRight 8s ease-in-out infinite
}

.scmhs-banner-row {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 2
}

.scmhs-banner-text {
  flex: 1;
  color: #fff
}

.scmhs-banner-text h6 {
  color: rgb(255 255 255 / .9);
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem
}

.scmhs-banner-text h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2rem
}

.scmhs-banner-btnpara {
  display: flex;
  align-items: flex-start;
  gap: 2rem
}

.scmhs-banner-btnpara p {
  color: rgb(255 255 255 / .9);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0
}

.scmhs-banner-img {
  flex: 1;
  text-align: center
}

.scmhs-future-ready-section {
  background: #fff;
  padding: 4rem 0;
  text-align: center
}

.scmhs-future-ready-section h2 {
  color: #22314a;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem
}

.scmhs-future-ready-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap
}

.scmhs-future-card {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  max-width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease
}

.scmhs-future-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgb(0 0 0 / .1)
}

.scmhs-future-card h3 {
  color: #22314a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem
}

.scmhs-future-card p {
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0
}

.scmhs-drive-future-section {
  background: #fff7f0;
  padding: 2.5rem 0 2.5rem 0;
  text-align: center;
  position: relative;
  z-index: 0
}

.scmhs-drive-future-section h2 {
  color: #f4821f;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2.2rem
}

.scmhs-drive-carousel .scmhs-drive-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 340px;
  max-width: 320px;
  box-sizing: border-box
}

.scmhs-drive-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .06);
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden
}

.scmhs-drive-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgb(0 0 0 / .1)
}

.scmhs-drive-card-highlight {
  color: #fff
}

.scmhs-drive-card-highlight h4,
.scmhs-drive-card-highlight p {
  color: #fff
}

.scmhs-drive-icon {
  margin-bottom: 1.5rem
}

.scmhs-drive-card h4 {
  color: #22314a;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.scmhs-drive-card p {
  color: #6c757d;
  font-size: .95rem;
  margin-bottom: 1.5rem
}

.scmhs-drive-arrow {
  margin-top: auto;
  display: flex;
  justify-content: center
}

.scmhs-dean-section {
  background: #fff;
  padding: 3rem 0
}

.scmhs-dean-content {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto
}

.scmhs-dean-img {
  flex-shrink: 0;
  width: 200px
}

.scmhs-dean-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgb(0 0 0 / .1)
}

.scmhs-dean-text {
  flex: 1
}

.scmhs-dean-title {
  color: #22314a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem
}

.scmhs-dean-welcome-highlight {
  color: #f4821f;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem
}

.scmhs-dean-desc-short,
.scmhs-dean-desc-full {
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem
}

.scmhs-dean-readmore {
  color: #f4821f;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer
}

.scmhs-dean-readmore:hover {
  text-decoration: underline
}

.scmhs-dean-sign {
  color: #22314a;
  font-size: 1.1rem
}

.scmhs-dean-socials {
  display: flex;
  gap: 1rem
}

.scmhs-dean-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border-radius: 50%;
  color: #6c757d;
  text-decoration: none;
  transition: all 0.3s ease
}

.scmhs-dean-social:hover {
  background: #f4821f;
  color: #fff;
  transform: translateY(-2px)
}

.scmhs-faculty-section {
  background: #f8f9fa;
  padding: 4rem 0;
  text-align: center
}

.scmhs-faculty-section h2 {
  color: #22314a;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem
}

.scmhs-faculty-carousel .scmhs-faculty-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 5px 20px rgb(0 0 0 / .08);
  transition: transform 0.3s ease
}

.scmhs-faculty-carousel .scmhs-faculty-card:hover {
  transform: translateY(-5px)
}

.scmhs-faculty-card .faculty-img-gradient {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.scmhs-faculty-card .faculty-img-gradient img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover
}

.scmhs-faculty-card .faculty-info h5 {
  color: #22314a;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.scmhs-faculty-card .faculty-info .faculty-title {
  color: #f4821f;
  font-weight: 600;
  margin-bottom: .3rem
}

.scmhs-faculty-card .faculty-info .faculty-desc {
  color: #6c757d;
  font-size: .9rem;
  margin-bottom: 1rem
}

.scmhs-faculty-card .faculty-socials {
  display: flex;
  justify-content: center;
  gap: .5rem
}

.scmhs-faculty-card .faculty-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #f8f9fa;
  border-radius: 50%;
  color: #6c757d;
  text-decoration: none;
  transition: all 0.3s ease
}

.scmhs-faculty-card .faculty-socials a:hover {
  background: #f4821f;
  color: #fff
}

@media (max-width:991.98px) {
  .scmhs-banner-row {
    flex-direction: column;
    text-align: center
  }

  .scmhs-banner-text h1 {
    font-size: 2.8rem
  }

  .scmhs-banner-btnpara {
    flex-direction: column;
    align-items: center
  }

  .scmhs-dean-content {
    flex-direction: column;
    text-align: center
  }

  .scmhs-dean-img {
    margin: 0 auto
  }

  .scmhs-drive-carousel .scmhs-drive-card {
    min-height: 300px;
    max-width: 98vw
  }
}

@media (max-width:600px) {
  .scmhs-banner-section {
    padding: 6rem 0 3rem 0
  }

  .scmhs-banner-text h1 {
    font-size: 2.2rem
  }

  .scmhs-banner-text h6 {
    font-size: 1rem
  }

  .scmhs-banner-btnpara p {
    font-size: 1rem
  }

  .scmhs-future-ready-section h2 {
    font-size: 2rem
  }

  .scmhs-future-card {
    padding: 1.5rem
  }

  .scmhs-future-card h3 {
    font-size: 1.3rem
  }

  .scmhs-drive-future-section h2 {
    font-size: 1.8rem
  }

  .scmhs-drive-carousel .scmhs-drive-card {
    min-height: 240px
  }

  .scmhs-dean-section {
    padding: 2rem 0
  }

  .scmhs-dean-content {
    gap: 2rem
  }

  .scmhs-dean-img {
    width: 150px
  }

  .scmhs-dean-title {
    font-size: 1.3rem
  }

  .scmhs-dean-welcome-highlight {
    font-size: 1.1rem
  }

  .scmhs-faculty-section h2 {
    font-size: 2rem
  }

  .scmhs-faculty-carousel .scmhs-faculty-card {
    padding: 1.5rem
  }

  .scmhs-faculty-card .faculty-img-gradient {
    width: 100px;
    height: 100px
  }

  .scmhs-faculty-card .faculty-img-gradient img {
    width: 80px;
    height: 80px
  }
}

.studentlife-banner-section {
  background: linear-gradient(135deg, #f8fafc 0%, #f3e7e9 100%);
  padding: 0 0 2.5rem 0;
  position: relative;
  overflow: hidden
}

.studentlife-banner-gradient-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(90deg, rgb(255 255 255 / .2) 0%, transparent 100%);
  z-index: 1
}

.studentlife-banner-gradient-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(270deg, rgb(255 255 255 / .2) 0%, transparent 100%);
  z-index: 1
}

.studentlife-banner-content {
  position: relative;
  z-index: 2;
  padding-top: 3.5rem
}

.studentlife-banner-row {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap
}

.studentlife-banner-text {
  flex: 1;
  min-width: 260px
}

.studentlife-banner-text h1 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #22314a;
  margin-bottom: 1.2rem
}

.studentlife-banner-text h1 span {
  color: #f4821f
}

.studentlife-banner-text p {
  color: #22314a;
  font-size: 1.2rem;
  margin-bottom: 1.5rem
}

.studentlife-banner-img {
  flex: 1;
  min-width: 260px;
  text-align: center
}

.studentlife-banner-img img {
  max-width: 420px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgb(0 0 0 / .08)
}

.studentlife-intro-section {
  background: #fff;
  padding: 2.5rem 0 1.5rem 0
}

.studentlife-intro-row {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap
}

.studentlife-intro-text {
  flex: 1;
  min-width: 260px
}

.studentlife-intro-text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #22314a;
  margin-bottom: 1rem
}

.studentlife-intro-gallery {
  flex: 2;
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  justify-content: flex-end
}

.studentlife-intro-gallery img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .06)
}

.studentlife-sports-section {
  padding: 2.5rem 0 1.5rem 0;
  text-align: center
}

.studentlife-sports-section h2 {
  color: #22314a;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: .5rem
}

.studentlife-sports-section h3 {
  color: #22314a;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem
}

.studentlife-sports-section p {
  color: #444;
  font-size: 1.1rem;
  margin-bottom: 2rem
}

.studentlife-sports-cards {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem
}

.studentlife-sports-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .06);
  padding: 1.5rem 1.2rem;
  min-width: 220px;
  max-width: 320px;
  flex: 1 1 220px;
  text-align: left
}

.studentlife-sports-card h4 {
  color: #22314a;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.studentlife-sports-card p {
  color: #666;
  font-size: 1rem;
  margin-bottom: 0
}

.studentlife-sports-gallery {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap
}

.studentlife-sports-gallery img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgb(0 0 0 / .05)
}

.studentlife-health-section {
  background: #fff;
  padding: 2.5rem 0 1.5rem 0;
  text-align: center
}

.studentlife-health-section h2 {
  color: #22314a;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: .5rem
}

.studentlife-health-section h3 {
  color: #22314a;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem
}

.studentlife-health-section p {
  color: #444;
  font-size: 1.1rem;
  margin-bottom: 2rem
}

.studentlife-health-cards {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem
}

.studentlife-health-card {
  background: #f8f9fa;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .04);
  padding: 1.5rem 1.2rem;
  min-width: 220px;
  max-width: 320px;
  flex: 1 1 220px;
  text-align: left
}

.studentlife-health-card h4 {
  color: #22314a;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.studentlife-health-card p {
  color: #666;
  font-size: 1rem;
  margin-bottom: 0
}

.studentlife-health-gallery {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap
}

.studentlife-health-gallery img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgb(0 0 0 / .05)
}

.studentlife-clubs-section {
  padding: 2.5rem 0 1.5rem 0;
  text-align: center
}

.studentlife-clubs-section h2 {
  color: #22314a;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: .5rem
}

.studentlife-clubs-section h3 {
  color: #22314a;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem
}

.studentlife-clubs-section p {
  color: #444;
  font-size: 1.1rem;
  margin-bottom: 2rem
}

.studentlife-clubs-cards {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap
}

.studentlife-clubs-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .06);
  padding: 1.5rem 1.2rem;
  min-width: 220px;
  max-width: 320px;
  flex: 1 1 220px;
  text-align: left
}

.studentlife-clubs-card h4 {
  color: #22314a;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0
}

.studentlife-transport-section {
  background: #fff;
  padding: 2.5rem 0 1.5rem 0;
  text-align: center
}

.studentlife-transport-section h2 {
  color: #22314a;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: .5rem
}

.studentlife-transport-section h3 {
  color: #22314a;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem
}

.studentlife-transport-section p {
  color: #444;
  font-size: 1.1rem;
  margin-bottom: 2rem
}

.studentlife-transport-cards {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem
}

.studentlife-transport-card {
  background: #f8f9fa;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .04);
  padding: 1.5rem 1.2rem;
  min-width: 220px;
  max-width: 320px;
  flex: 1 1 220px;
  text-align: left
}

.studentlife-transport-card h4 {
  color: #22314a;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.studentlife-transport-card p {
  color: #666;
  font-size: 1rem;
  margin-bottom: 0
}

.studentlife-transport-img {
  margin-top: 2rem;
  text-align: center
}

.studentlife-transport-img img {
  width: 100%;
  max-width: 700px;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgb(0 0 0 / .08)
}

.studentlife-campus-section {
  padding: 2.5rem 0 2.5rem 0;
  text-align: center
}

.studentlife-campus-section h2 {
  color: #22314a;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 2rem
}

.studentlife-campus-cards {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap
}

.studentlife-campus-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .06);
  padding: 1.5rem 1.2rem;
  min-width: 220px;
  max-width: 320px;
  flex: 1 1 220px;
  text-align: left
}

.studentlife-campus-card h4 {
  color: #22314a;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.studentlife-campus-card p {
  color: #666;
  font-size: 1rem;
  margin-bottom: 0
}

@media (max-width:991.98px) {

  .studentlife-banner-row,
  .studentlife-intro-row {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem
  }

  .studentlife-banner-img img,
  .studentlife-intro-gallery img {
    max-width: 90vw;
    width: 100%;
    height: auto
  }

  .studentlife-intro-gallery {
    justify-content: center
  }
}

@media (max-width:600px) {
  .studentlife-banner-section {
    padding: 0 0 1.2rem 0
  }

  .studentlife-banner-text h1 {
    font-size: 2rem
  }

  .studentlife-intro-section,
  .studentlife-sports-section,
  .studentlife-health-section,
  .studentlife-clubs-section,
  .studentlife-transport-section,
  .studentlife-campus-section {
    padding: 1.2rem 0 1.2rem 0
  }

  .studentlife-intro-text h2,
  .studentlife-sports-section h2,
  .studentlife-health-section h2,
  .studentlife-clubs-section h2,
  .studentlife-transport-section h2,
  .studentlife-campus-section h2 {
    font-size: 1.3rem
  }

  .studentlife-intro-gallery img,
  .studentlife-sports-gallery img,
  .studentlife-health-gallery img {
    width: 80px;
    height: 60px
  }

  .studentlife-sports-card,
  .studentlife-health-card,
  .studentlife-clubs-card,
  .studentlife-transport-card,
  .studentlife-campus-card {
    min-width: 90vw;
    max-width: 98vw;
    padding: 1rem .7rem
  }

  .studentlife-transport-img img {
    max-width: 98vw
  }
}

.studentlife-banner-title {
  font-size: 2.6rem;
  font-weight: 900;
  color: #22314a;
  line-height: 1.05
}

.studentlife-banner-title span {
  color: #f4821f
}

.studentlife-banner-desc {
  font-size: 1.1rem;
  color: #7a8ca3;
  max-width: 540px;
  font-weight: 400;
  line-height: 1.5
}

.studentlife-banner-btn {
  background: #fff;
  color: #f4821f;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgb(0 0 0 / .08);
  padding: 12px 32px;
  transition: background 0.2s, color 0.2s
}

.studentlife-banner-btn:hover {
  background: #f4821f;
  color: #fff
}

.studentlife-image-ticker-wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 2.5rem;
  position: relative
}

.studentlife-image-ticker {
  display: flex;
  align-items: center;
  gap: 2rem;
  animation: studentlife-ticker-scroll 18s linear infinite;
  width: max-content
}

.studentlife-ticker-img {
  height: 170px;
  width: 260px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgb(0 0 0 / .08);
  background: #f6f6f6;
  transition: transform 0.2s
}

.studentlife-ticker-img:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 24px rgb(34 49 74 / .13)
}

@keyframes studentlife-ticker-scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@media (max-width:991.98px) {
  .studentlife-banner-title {
    font-size: 2.3rem;
    text-align: center
  }

  .studentlife-banner-desc {
    font-size: 1.05rem;
    text-align: center
  }

  .studentlife-banner-btn {
    font-size: 1rem;
    padding: 10px 22px;
    margin: 0 auto
  }

  .studentlife-banner-img-main {
    max-height: 260px !important
  }

  .studentlife-image-ticker-wrap {
    margin-top: 1.2rem
  }
}

@media (max-width:600px) {
  .studentlife-banner-title {
    font-size: 1.5rem
  }

  .studentlife-banner-desc {
    font-size: .95rem
  }
}

.studentlife-banner-img-abs {
  position: absolute;
  left: -90px;
  bottom: 0;
  top: -90px;
  width: 48%;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  pointer-events: none
}

.studentlife-banner-img-abs img {
  width: auto;
  margin-left: 0;
  margin-bottom: 0;
  filter: drop-shadow(0 8px 32px rgb(34 49 74 / .1))
}

@media (max-width:1199.98px) {
  .studentlife-banner-img-abs img {
    max-height: 400px
  }
}

@media (max-width:991.98px) {
  .studentlife-banner-img-abs {
    display: none !important
  }

  .studentlife-banner-text-col {
    margin-left: 0 !important;
    padding-left: 0 !important
  }
}

.studentlife-banner-text-col {
  z-index: 3;
  background: none;
  position: relative;
  padding-left: 2.5rem
}

@media (max-width:1199.98px) {
  .studentlife-banner-text-col {
    padding-left: 1.2rem
  }
}

@media (max-width:991.98px) {
  .studentlife-banner-text-col {
    padding-left: 0;
    text-align: center
  }
}

.studentlife-sports-title {
  font-size: 2rem;
  font-weight: 700;
  color: #22314a;
  margin-bottom: .5rem
}

.studentlife-sports-main {
  font-size: 3.2rem;
  font-weight: 900;
  color: #22314a;
  line-height: 1.05
}

.studentlife-sports-desc {
  font-size: 1.2rem;
  color: #5c6b7c;
  font-weight: 400;
  line-height: 1.5
}

.studentlife-sports-card {
  background: #fafbfc;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgb(34 49 74 / .07);
  padding: 2.5rem 2rem 2rem 2rem;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow 0.25s, transform 0.25s
}

.studentlife-sports-card-title {
  font-size: 2.9rem;
  font-weight: 900;
  color: #22314a
}

.studentlife-sports-card-desc {
  font-size: 1.08rem;
  color: #7a8ca3;
  font-weight: 400;
  margin-top: .5rem
}

.studentlife-sports-card.home-card-anim:hover {
  box-shadow: 0 8px 40px rgb(34 49 74 / .13);
  transform: translateY(-8px) scale(1.03)
}

.studentlife-sports-card:hover,
.studentlife-health-card:hover,
.studentlife-clubs-card:hover,
.studentlife-transport-card:hover,
.studentlife-campus-card:hover {
  background: #f7faff !important
}

@media (max-width:991.98px) {
  .studentlife-sports-main {
    font-size: 2.2rem
  }

  .studentlife-sports-card {
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    min-height: 200px
  }

  .studentlife-sports-card-title {
    font-size: 1.7rem
  }
}

@media (max-width:575.98px) {
  .studentlife-sports-title {
    font-size: 1.2rem
  }

  .studentlife-sports-main {
    font-size: 1.5rem
  }

  .studentlife-sports-card {
    padding: 1.2rem .7rem 1.2rem .7rem;
    min-height: 160px
  }

  .studentlife-sports-card-title {
    font-size: 1.05rem
  }

  .studentlife-sports-card-desc {
    font-size: .95rem
  }
}

.studentlife-sports-section .row.g-4 {
  --bs-gutter-x: 0.1rem !important;
  --bs-gutter-y: 0.5rem !important
}

@media (max-width:991.98px) {
  .studentlife-sports-section .row.g-4 {
    --bs-gutter-x: 0.05rem !important;
    --bs-gutter-y: 0.3rem !important
  }
}

@media (max-width:575.98px) {
  .studentlife-sports-section .row.g-4 {
    --bs-gutter-x: 0rem !important;
    --bs-gutter-y: 0.1rem !important
  }
}

.studentlife-section {
  padding: 3rem 0 3rem 0
}

@media (max-width:575.98px) {
  .studentlife-section {
    padding: 1.2rem 0 1.2rem 0
  }
}

.home-card-anim {
  transition: box-shadow 0.25s, transform 0.25s
}

.home-card-anim:hover {
  box-shadow: 0 8px 40px rgb(34 49 74 / .13);
  transform: translateY(-8px) scale(1.03);
  z-index: 2
}

.studentlife-clubs-title {
  font-size: 2rem;
  font-weight: 700;
  color: #22314a;
  margin-bottom: .5rem
}

.studentlife-clubs-main {
  font-size: 3.2rem;
  font-weight: 900;
  color: #22314a;
  line-height: 1.05
}

.studentlife-clubs-desc {
  font-size: 1.2rem;
  color: #5c6b7c;
  font-weight: 400;
  line-height: 1.5
}

.studentlife-clubs-card-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #22314a
}

.studentlife-clubs-carousel .studentlife-clubs-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

@media (max-width:991.98px) {
  .studentlife-clubs-main {
    font-size: 2.1rem
  }

  .studentlife-clubs-card-title {
    font-size: 1.3rem
  }
}

@media (max-width:575.98px) {
  .studentlife-clubs-title {
    font-size: 1.2rem
  }

  .studentlife-clubs-main {
    font-size: 1.1rem
  }

  .studentlife-clubs-card-title {
    font-size: 1rem
  }
}

.studentlife-transport-title {
  font-size: 2rem;
  font-weight: 700;
  color: #22314a;
  margin-bottom: .5rem
}

.studentlife-transport-main {
  font-size: 3.2rem;
  font-weight: 900;
  color: #22314a;
  line-height: 1.05
}

.studentlife-transport-desc {
  font-size: 1.2rem;
  color: #5c6b7c;
  font-weight: 400;
  line-height: 1.5
}

.studentlife-transport-card-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #22314a
}

.studentlife-transport-card-desc {
  font-size: 1.08rem;
  color: #7a8ca3;
  font-weight: 400;
  margin-top: .5rem
}

.studentlife-transport-img-bus {
  border-radius: 18px;
  box-shadow: 0 4px 32px rgb(34 49 74 / .07);
  max-width: 100%;
  height: auto
}

.studentlife-campus-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #22314a;
  margin-bottom: .5rem
}

.studentlife-campus-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #22314a;
  line-height: 1.05
}

.studentlife-campus-card-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #22314a
}

.studentlife-campus-card-desc {
  font-size: 1.08rem;
  color: #7a8ca3;
  font-weight: 400;
  margin-top: .5rem
}

@media (max-width:991.98px) {

  .studentlife-transport-main,
  .studentlife-campus-title {
    font-size: 1.7rem
  }

  .studentlife-transport-card-title,
  .studentlife-campus-card-title {
    font-size: 1.3rem
  }
}

@media (max-width:575.98px) {

  .studentlife-transport-title,
  .studentlife-campus-subtitle {
    font-size: 1rem
  }

  .studentlife-transport-main,
  .studentlife-campus-title {
    font-size: 1.1rem
  }

  .studentlife-transport-card-title,
  .studentlife-campus-card-title {
    font-size: 1rem
  }
}

.blog-bg {
  background: linear-gradient(120deg, #ffe3c3 0%, #eaf3fa 100%);
  min-height: 100vh
}

.blog-title {
  font-size: 3rem;
  font-weight: 900;
  color: #22314a;
  letter-spacing: .01em
}

.blog-main-section {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.blog-article-title {
  font-size: 2rem;
  font-weight: 700;
  color: #22314a
}

.blog-article-body p {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 1.1rem
}

.blog-share {
  font-size: 1rem;
  color: #22314a;
  display: flex;
  align-items: center;
  gap: .5rem
}

.blog-share a {
  color: #22314a;
  font-size: 1.2rem;
  transition: color 0.2s
}

.blog-share a:hover {
  color: #f4821f
}

.blog-sidebar-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #22314a;
  margin-bottom: 1.2rem
}

.blog-sidebar-list {
  gap: 1.2rem
}

.blog-sidebar-item-title {
  font-size: 1rem;
  font-weight: 600;
  color: #22314a;
  margin-bottom: .2rem
}

.blog-sidebar-link {
  color: #f4821f;
  font-size: .98rem;
  text-decoration: none;
  font-weight: 500
}

.blog-sidebar-link:hover {
  text-decoration: underline
}

.blog-sidebar-thumb {
  background: #222;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  flex-shrink: 0
}

@media (max-width:991.98px) {
  .blog-title {
    font-size: 2.1rem
  }

  .blog-article-title {
    font-size: 1.3rem
  }

  .blog-main-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }
}

@media (max-width:767.98px) {
  .blog-title {
    font-size: 1.5rem
  }

  .blog-article-title {
    font-size: 1.1rem
  }

  .blog-main-section {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
}

.contact-banner-section {
  position: relative;
  width: 100%;
  background: #eaf2fb;
  overflow: visible
}

.contact-banner-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.contact-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .4);
  z-index: 2;
  pointer-events: none
}

.contact-banner-content {
  position: relative;
  z-index: 4;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 600px
}

@media (max-width:991.98px) {

  .contact-banner-section,
  .contact-banner-img {
    height: 380px;
    min-height: 380px
  }

  .contact-banner-content {
    min-height: 380px;
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
    align-items: center
  }
}

.contact-banner-section>header.sticky-top {
  margin-top: 0;
  padding-top: 2.2rem
}

@media (max-width:991.98px) {
  .contact-banner-section>header.sticky-top {
    padding-top: 1.2rem
  }
}

.contact-banner-section>header.sticky-top.sticky-active {
  padding-top: 0
}

@media (max-width:991.98px) {
  .contact-banner-section>header.sticky-top.sticky-active {
    padding-top: 0
  }
}

.contact-banner-title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: .5px;
  text-shadow: 0 2px 12px rgb(34 49 74 / .18)
}

.contact-glass-box {
  background: rgb(255 255 255 / .72);
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / .13);
  border: 1.5px solid rgb(34 49 74 / .08);
  padding: 1.2rem 2.2rem;
  min-width: unset;
  width: max-content;
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  transition: box-shadow 0.2s;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0)
}

.contact-glass-box:hover {
  box-shadow: 0 12px 40px 0 rgb(33 118 210 / .18)
}

.contact-glass-icon,
.contact-glass-icon i {
  color: #22314a !important;
  font-size: 2.5rem !important;
  font-weight: 600
}

.contact-glass-label {
  color: #22314a !important;
  font-size: 1.15rem !important;
  font-weight: 600;
  opacity: .92
}

.contact-glass-value,
.contact-glass-value a {
  color: #22314a !important;
  font-size: 1.45rem !important;
  font-weight: 700;
  letter-spacing: .5px
}

.contact-map-overlap-wrap {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
  top: calc(100% - 120px)
}

.contact-map-overlap {
  width: 100%;
  max-width: 1700px;
  background: #ededed;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgb(34 49 74 / .13);
  overflow: hidden;
  pointer-events: auto;
  padding: 0
}

.contact-map-iframe {
  width: 100%;
  height: 380px;
  border: none;
  border-radius: 40px;
  display: block
}

@media (max-width:991.98px) {
  .contact-map-overlap {
    width: 99%;
    border-radius: 18px
  }

  .contact-map-iframe {
    height: 220px;
    border-radius: 18px
  }

  .contact-map-overlap-wrap {
    top: calc(100% - 64px)
  }
}

.contact-address-section {
  background: #fff0
}

.contact-address-block {
  margin-bottom: 1.5rem
}

.contact-address-title {
  font-size: 2.1rem;
  font-weight: 800;
  color: #22314a;
  letter-spacing: .01em;
  display: inline-block
}

.contact-address-text {
  font-size: 1.3rem;
  font-weight: 400;
  color: #22314a;
  line-height: 1.18;
  display: inline-block
}

@media (max-width:991.98px) {
  .contact-address-title {
    font-size: 1.3rem
  }

  .contact-address-text {
    font-size: 1.1rem
  }
}

.contact-map-overlap-wrap {
  margin-bottom: 0
}

.contact-address-section {
  padding-top: 18rem
}

@media (max-width:991.98px) {
  .contact-address-section {
    padding-top: 1rem
  }
}

.contact-request-section {
  background: #fff0
}

.contact-request-title {
  font-size: 3rem;
  font-weight: 800;
  color: #22314a;
  margin-bottom: 2.5rem
}

.contact-request-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 32px rgb(34 49 74 / .08);
  padding: 3.5rem 2.5rem 2.5rem 2.5rem;
  max-width: 1100px
}

.contact-request-form {
  width: 100%
}

.contact-request-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #22314a;
  margin-bottom: .5rem;
  display: block
}

.contact-request-input {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  color: #22314a;
  background: #fff;
  border: 2px solid #b7c3d2;
  border-radius: 2rem;
  padding: .9rem 1.5rem;
  margin-bottom: .5rem;
  outline: none;
  transition: border-color 0.2s;
  box-shadow: none;
  appearance: none
}

.contact-request-input:focus {
  border-color: #2176d2
}

.contact-request-input[type='date'],
.contact-request-input[type='time'],
.contact-request-input[type='email'],
.contact-request-input[type='text'],
.contact-request-input select {
  padding-left: 2.7rem;
  font-size: 1.25rem;
  border-radius: 2rem;
  height: 3.1rem;
  line-height: 1.2
}

.contact-request-input-icon-wrap {
  position: relative;
  display: flex;
  align-items: center
}

.contact-request-input-icon {
  position: absolute;
  left: 1.1rem;
  color: #b7c3d2;
  font-size: 1.3rem;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center
}

.contact-request-submit-btn {
  margin-top: 1.2rem !important
}

.contact-request-input select {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.contact-request-input-suffix {
  position: absolute;
  right: 1.1rem;
  color: #b7c3d2;
  font-size: 1.1rem;
  font-weight: 600
}

.contact-request-submit-btn {
  background: #2176d2;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  border-radius: 2rem;
  padding: .85rem 2.5rem;
  box-shadow: 0 2px 12px rgb(33 118 210 / .1);
  transition: background 0.2s, box-shadow 0.2s;
  display: inline-flex;
  align-items: center;
  gap: .7em
}

.contact-request-submit-btn:hover {
  background: #174a8c;
  color: #fff;
  box-shadow: 0 4px 24px rgb(33 118 210 / .18)
}

.contact-request-arrow {
  font-size: 1.3em;
  font-weight: 700;
  margin-left: .2em
}

@media (max-width:991.98px) {
  .contact-request-title {
    font-size: 2rem
  }

  .contact-request-card {
    padding: 2rem .7rem 1.5rem .7rem;
    border-radius: 18px
  }

  .contact-request-input {
    font-size: 1rem;
    border-radius: 1.2rem;
    padding: .7rem 1.1rem .7rem 2.2rem
  }

  .contact-request-label {
    font-size: 1rem
  }
}

.contact-request-form .row {
  align-items: flex-end
}

.contact-request-submit-btn {
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 20px !important;
  color: #fff !important;
  padding: 8px 22px 8px 22px !important;
  background: radial-gradient(circle, #709cca 14%, #105aa7 100%) !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.6em !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  transition: background 0.3s cubic-bezier(.4, 0, .2, 1), color 0.2s !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  box-shadow: 0 2px 12px rgb(33 118 210 / .1)
}

.contact-request-submit-btn .contact-request-arrow {
  font-size: 1.1em;
  font-weight: 700;
  margin-left: .2em
}

.contact-request-submit-btn:hover {
  background: #f4821f !important;
  color: #fff !important
}

@media (max-width:991.98px) {
  .contact-request-submit-btn {
    font-size: 0.95rem !important;
    padding: 8px 18px 8px 18px !important
  }
}

@media (max-width:991.98px) {
  .contact-map-overlap-wrap {
    display: none !important
  }

  .contact-info-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1.2rem !important
  }

  .contact-glass-box {
    width: 100% !important;
    min-width: unset !important;
    justify-content: flex-start
  }
}

@media (max-width:991.98px) {
  .contact-info-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1.2rem !important
  }

  .contact-glass-box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 1.1rem 1.1rem !important;
    box-sizing: border-box
  }

  .contact-glass-label,
  .contact-glass-value,
  .contact-glass-value a {
    font-size: 1.1rem !important;
    word-break: break-word;
    white-space: normal
  }

  .contact-glass-label {
    font-size: 1rem !important
  }
}

@media (max-width:991.98px) {

  html,
  body,
  section,
  .container,
  .contact-info-mobile-section,
  .contact-glass-box,
  .contact-address-section,
  .contact-request-section {
    max-width: 100vw !important;
    overflow-x: hidden !important
  }

  .contact-glass-box {
    overflow-x: auto !important
  }
}

.accreditation-banner-img {
  background: url(../images/Banner_Accreditation.jpg);
  background-position: center;
  background-size: cover
}

.overview-banner-img {
  background: url(../images/overviewbnr.jpeg);
  background-position: 20% 100%;
  background-size: cover
}

.vision-banner-img {
  background: url(../images/visionbnr.jpg);
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #c5c8f3
}

.just-right {
  justify-content: flex-end
}

.admission-ticker-section {
  background: #f4821f;
  padding: .5rem 0;
  width: 100%;
  overflow: hidden
}

.admission-ticker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%
}

.admission-ticker span {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  white-space: nowrap;
  padding: 0 2.5rem;
  letter-spacing: .02em
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@media (max-width:991.98px) {
  .admission-ticker span {
    font-size: 1.2rem;
    padding: 0 1.2rem
  }
}

.accreditation-hero-section {
  background: none;
  margin-bottom: 0
}

.accreditation-hero-title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.08;
  margin-bottom: 1.2rem
}

.accreditation-hero-desc {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0
}

@media (max-width:991.98px) {
  .accreditation-hero-title {
    font-size: 2.1rem
  }

  .accreditation-hero-desc {
    font-size: 1rem
  }
}

.btech-banner-section.accreditation-banner-img {
  height: 750px;
  background-size: cover;
  background-position: center
}

.btech-banner-text {
  max-width: 650px
}

.btech-banner-text h1,
.btech-banner-text p {
  color: #fff
}

.just-center {
  justify-content: flex-start
}

@media (max-width:991.98px) {
  .btech-banner-section.accreditation-banner-img {
    height: 420px;
    min-height: 420px
  }

  .btech-banner-text {
    max-width: 100%
  }
}

.mnr-edge-section {
  background: #f7f7f7;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem
}

.mnr-edge-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.mnr-edge-subtitle {
  color: #22314a;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.mnr-edge-title {
  color: #22314a;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 0
}

.mnr-edge-list {
  list-style: disc outside;
  color: #22314a;
  font-size: 1.18rem;
  font-weight: 400;
  margin: 0;
  padding-left: 2em
}

.mnr-edge-list li {
  margin-bottom: 1.2rem;
  line-height: 1.5;
  text-indent: 0;
  padding-left: .2em
}

.mnr-edge-list li:last-child {
  margin-bottom: 0
}

.mnr-edge-list strong {
  font-weight: 700;
  color: #22314a
}

@media (max-width:991.98px) {
  .mnr-edge-list {
    font-size: 1rem;
    padding-left: 1.2em
  }
}

.recognitions-header-wrap {
  display: flex;
  align-items: center;
  text-align: center
}

.recognitions-header-wrap::before,
.recognitions-header-wrap::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc
}

.recognitions-header-wrap::before {
  margin-right: .5em
}

.recognitions-header-wrap::after {
  margin-left: .5em
}

.recognitions-title {
  color: #036;
  font-weight: 600;
  white-space: nowrap;
  font-size: 2rem
}

.recognition-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 15px rgb(0 0 0 / .05);
  border: 1px solid #eee;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center
}

.recognition-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

@media (max-width:768px) {
  .recognitions-title {
    font-size: 1.5rem
  }
}

.accreditation-affirmation-section {
  background-color: #f7f7f7;
  padding: 4rem 0
}

.affirmation-text {
  color: #036;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center
}

@media (max-width:768px) {
  .accreditation-affirmation-section {
    padding: 2.5rem 0
  }

  .affirmation-text {
    font-size: 1.2rem
  }
}

.authorised-teach-section {
  background: #fff;
  padding: 5rem 0
}

.authorised-teach-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #036;
  line-height: 1.2;
  margin-bottom: 2rem
}

.authorised-teach-list {
  list-style: none;
  padding-left: 0
}

.authorised-teach-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6
}

.authorised-teach-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.5rem;
  color: #036
}

@media (max-width:991.98px) {
  .authorised-teach-title {
    font-size: 2rem;
    margin-top: 1.5rem
  }
}

.contact-banner {
  position: relative;
  min-height: 600px;
  width: 100%;
  background: #eaf2fb;
  overflow: visible
}

.contact-banner-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.contact-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .4);
  z-index: 2;
  pointer-events: none
}

.contact-banner-content {
  position: relative;
  z-index: 4;
  padding-top: 7rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 600px
}

@media (max-width:991.98px) {

  .contact-banner-section,
  .contact-banner-img {
    height: 380px;
    min-height: 380px
  }

  .contact-banner-content {
    min-height: 380px;
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
    align-items: center
  }
}

.contact-banner-section>header.sticky-top {
  margin-top: 0;
  padding-top: 2.2rem
}

.collaborations-banner-img {
  background: url(../images/collaborationbnr.jpg);
  background-position: center;
  background-size: cover
}

.scholarships-banner-img {
  background: url(../images/Banner_scholarship.webp);
  background-position: center;
  background-size: cover
}

.admission-ticker-section {
  background: #f4821f;
  padding: .5rem 0;
  width: 100%;
  overflow: hidden
}

.admission-ticker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%
}

.admission-ticker span {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  white-space: nowrap;
  padding: 0 2.5rem;
  letter-spacing: .02em
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@media (max-width:991.98px) {
  .admission-ticker span {
    font-size: 1.2rem;
    padding: 0 1.2rem
  }
}

.text-dark {
  color: #000000 !important
}

.accreditation-hero-section {
  background: none;
  margin-bottom: 0
}

.accreditation-hero-title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.08;
  margin-bottom: 1.2rem
}

.accreditation-hero-desc {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0
}

@media (max-width:991.98px) {
  .accreditation-hero-title {
    font-size: 2.1rem
  }

  .accreditation-hero-desc {
    font-size: 1rem
  }
}

.btech-banner-section.accreditation-banner-img {
  height: 750px;
  max-height: 550px;
  background-size: cover;
  background-position: center
}

.btech-banner-text {
  max-width: 650px
}

.btech-banner-text h1,
.btech-banner-text p {
  color: #fff
}

.just-center {
  justify-content: flex-start
}

@media (max-width:991.98px) {
  .btech-banner-section.accreditation-banner-img {
    height: 420px;
    min-height: 420px
  }

  .btech-banner-text {
    max-width: 100%
  }
}

.mnr-edge-section {
  background: #f7f7f7;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem
}

.mnr-edge-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.mnr-edge-subtitle {
  color: #22314a;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.mnr-edge-title {
  color: #22314a;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 0
}

.mnr-edge-list {
  list-style: disc outside;
  color: #22314a;
  font-size: 1.18rem;
  font-weight: 400;
  margin: 0;
  padding-left: 2em
}

.mnr-edge-list li {
  margin-bottom: 1.2rem;
  line-height: 1.5;
  text-indent: 0;
  padding-left: .2em
}

.mnr-edge-list li:last-child {
  margin-bottom: 0
}

.mnr-edge-list strong {
  font-weight: 700;
  color: #22314a
}

@media (max-width:991.98px) {
  .mnr-edge-list {
    font-size: 1rem;
    padding-left: 1.2em
  }
}

.recognitions-header-wrap {
  display: flex;
  align-items: center;
  text-align: center
}

.recognitions-header-wrap::before,
.recognitions-header-wrap::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc
}

.recognitions-header-wrap::before {
  margin-right: .5em
}

.recognitions-header-wrap::after {
  margin-left: .5em
}

.recognitions-title {
  color: #036;
  font-weight: 600;
  white-space: nowrap;
  font-size: 2rem
}

.recognition-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 15px rgb(0 0 0 / .05);
  border: 1px solid #eee;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center
}

.recognition-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

@media (max-width:768px) {
  .recognitions-title {
    font-size: 1.5rem
  }
}

.accreditation-affirmation-section {
  background-color: #f7f7f7;
  padding: 4rem 0
}

.affirmation-text {
  color: #036;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center
}

@media (max-width:768px) {
  .accreditation-affirmation-section {
    padding: 2.5rem 0
  }

  .affirmation-text {
    font-size: 1.2rem
  }
}

.authorised-teach-section {
  background: #fff;
  padding: 5rem 0
}

.authorised-teach-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #036;
  line-height: 1.2;
  margin-bottom: 2rem
}

.authorised-teach-list {
  list-style: none;
  padding-left: 0
}

.authorised-teach-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6
}

.authorised-teach-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.5rem;
  color: #036
}

@media (max-width:991.98px) {
  .authorised-teach-title {
    font-size: 2rem;
    margin-top: 1.5rem
  }
}

.contact-banner {
  position: relative;
  min-height: 600px;
  width: 100%;
  background: #eaf2fb;
  overflow: visible
}

.contact-banner-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.contact-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .4);
  z-index: 2;
  pointer-events: none
}

.contact-banner-content {
  position: relative;
  z-index: 4;
  padding-top: 7rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 600px
}

@media (max-width:991.98px) {

  .contact-banner-section,
  .contact-banner-img {
    height: 380px;
    min-height: 380px
  }

  .contact-banner-content {
    min-height: 380px;
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
    align-items: center
  }
}

.contact-banner-section>header.sticky-top {
  margin-top: 0;
  padding-top: 2.2rem
}

.admission-ticker-section {
  background: #f4821f;
  padding: .5rem 0;
  width: 100%;
  overflow: hidden
}

.admission-ticker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%
}

.admission-ticker span {
  color: #fff;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  white-space: nowrap;
  padding: 0 2.5rem;
  letter-spacing: .02em
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@media (max-width:991.98px) {
  .admission-ticker span {
    font-size: 1.2rem;
    padding: 0 1.2rem
  }
}

.text-dark {
  color: #000000 !important
}

.accreditation-hero-section {
  background: none;
  margin-bottom: 0
}

.accreditation-hero-title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.08;
  margin-bottom: 1.2rem
}

.accreditation-hero-desc {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0
}

@media (max-width:991.98px) {
  .accreditation-hero-title {
    font-size: 2.1rem
  }

  .accreditation-hero-desc {
    font-size: 1rem
  }
}

.btech-banner-section.accreditation-banner-img {
  height: 750px;
  max-height: 550px;
  background-size: cover;
  background-position: center
}

.btech-banner-text {
  max-width: 650px
}

.btech-banner-text h1,
.btech-banner-text p {
  color: #fff
}

.just-center {
  justify-content: flex-start
}

@media (max-width:991.98px) {
  .btech-banner-section.accreditation-banner-img {
    height: 420px;
    min-height: 420px
  }

  .btech-banner-text {
    max-width: 100%
  }
}

.mnr-edge-section {
  background: #f7f7f7;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem
}

.mnr-edge-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.mnr-edge-subtitle {
  color: #22314a;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.mnr-edge-title {
  color: #22314a;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 0
}

.mnr-edge-list {
  list-style: disc outside;
  color: #22314a;
  font-size: 1.18rem;
  font-weight: 400;
  margin: 0;
  padding-left: 2em
}

.mnr-edge-list li {
  margin-bottom: 1.2rem;
  line-height: 1.5;
  text-indent: 0;
  padding-left: .2em
}

.mnr-edge-list li:last-child {
  margin-bottom: 0
}

.mnr-edge-list strong {
  font-weight: 700;
  color: #22314a
}

@media (max-width:991.98px) {
  .mnr-edge-list {
    font-size: 1rem;
    padding-left: 1.2em
  }
}

.recognitions-header-wrap {
  display: flex;
  align-items: center;
  text-align: center
}

.recognitions-header-wrap::before,
.recognitions-header-wrap::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc
}

.recognitions-header-wrap::before {
  margin-right: .5em
}

.recognitions-header-wrap::after {
  margin-left: .5em
}

.recognitions-title {
  color: #036;
  font-weight: 600;
  white-space: nowrap;
  font-size: 2rem
}

.recognition-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 15px rgb(0 0 0 / .05);
  border: 1px solid #eee;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center
}

.recognition-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

@media (max-width:768px) {
  .recognitions-title {
    font-size: 1.5rem
  }
}

.accreditation-affirmation-section {
  background-color: #f7f7f7;
  padding: 4rem 0
}

.affirmation-text {
  color: #036;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center
}

@media (max-width:768px) {
  .accreditation-affirmation-section {
    padding: 2.5rem 0
  }

  .affirmation-text {
    font-size: 1.2rem
  }
}

.authorised-teach-section {
  background: #fff;
  padding: 5rem 0
}

.authorised-teach-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #036;
  line-height: 1.2;
  margin-bottom: 2rem
}

.authorised-teach-list {
  list-style: none;
  padding-left: 0
}

.authorised-teach-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6
}

.authorised-teach-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.5rem;
  color: #036
}

@media (max-width:991.98px) {
  .authorised-teach-title {
    font-size: 2rem;
    margin-top: 1.5rem
  }
}

.contact-banner {
  position: relative;
  min-height: 600px;
  width: 100%;
  background: #eaf2fb;
  overflow: visible
}

.contact-banner-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.contact-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .4);
  z-index: 2;
  pointer-events: none
}

.contact-banner-content {
  position: relative;
  z-index: 4;
  padding-top: 7rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 600px
}

@media (max-width:991.98px) {

  .contact-banner-section,
  .contact-banner-img {
    height: 380px;
    min-height: 380px
  }

  .contact-banner-content {
    min-height: 380px;
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
    align-items: center
  }
}

.contact-banner-section>header.sticky-top {
  margin-top: 0;
  padding-top: 2.2rem
}

.admission-ticker-section {
  background: #f4821f;
  padding: .5rem 0;
  width: 100%;
  overflow: hidden
}

.admission-ticker span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  white-space: nowrap;
  padding: 0 2.5rem;
  letter-spacing: .02em
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@media (max-width:991.98px) {
  .admission-ticker span {
    font-size: 1.2rem;
    padding: 0 1.2rem
  }
}

.text-dark {
  color: #000000 !important
}

.accreditation-hero-section {
  background: none;
  margin-bottom: 0
}

.accreditation-hero-title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.08;
  margin-bottom: 1.2rem
}

.accreditation-hero-desc {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0
}

@media (max-width:991.98px) {
  .accreditation-hero-title {
    font-size: 2.1rem
  }

  .accreditation-hero-desc {
    font-size: 1rem
  }
}

.btech-banner-section.accreditation-banner-img {
  height: 750px;
  max-height: 550px;
  background-size: cover;
  background-position: center
}

.btech-banner-text {
  max-width: 650px
}

.btech-banner-text h1,
.btech-banner-text p {
  color: #fff
}

.just-center {
  justify-content: flex-start
}

@media (max-width:991.98px) {
  .btech-banner-section.accreditation-banner-img {
    height: 600px;
    min-height: 420px
  }

  .btech-banner-text {
    max-width: 100%
  }
}

.mnr-edge-section {
  background: #f7f7f7;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem
}

.mnr-edge-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.mnr-edge-subtitle {
  color: #22314a;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5rem
}

.mnr-edge-title {
  color: #22314a;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 0
}

.mnr-edge-list {
  list-style: disc outside;
  color: #22314a;
  font-size: 1.18rem;
  font-weight: 400;
  margin: 0;
  padding-left: 2em
}

.mnr-edge-list li {
  margin-bottom: 1.2rem;
  line-height: 1.5;
  text-indent: 0;
  padding-left: .2em
}

.mnr-edge-list li:last-child {
  margin-bottom: 0
}

.mnr-edge-list strong {
  font-weight: 700;
  color: #22314a
}

@media (max-width:991.98px) {
  .mnr-edge-list {
    font-size: 1rem;
    padding-left: 1.2em
  }
}

.recognitions-header-wrap {
  display: flex;
  align-items: center;
  text-align: center
}

.recognitions-header-wrap::before,
.recognitions-header-wrap::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc
}

.recognitions-header-wrap::before {
  margin-right: .5em
}

.recognitions-header-wrap::after {
  margin-left: .5em
}

.recognitions-title {
  color: #036;
  font-weight: 600;
  white-space: nowrap;
  font-size: 2rem
}

.recognition-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 15px rgb(0 0 0 / .05);
  border: 1px solid #eee;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center
}

.recognition-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

@media (max-width:768px) {
  .recognitions-title {
    font-size: 1.5rem
  }
}

.accreditation-affirmation-section {
  background-color: #f7f7f7;
  padding: 4rem 0
}

.affirmation-text {
  color: #036;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center
}

@media (max-width:768px) {
  .accreditation-affirmation-section {
    padding: 2.5rem 0
  }

  .affirmation-text {
    font-size: 1.2rem
  }
}

.authorised-teach-section {
  background: #fff;
  padding: 5rem 0
}

.authorised-teach-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #036;
  line-height: 1.2;
  margin-bottom: 2rem
}

.authorised-teach-list {
  list-style: none;
  padding-left: 0
}

.authorised-teach-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6
}

.authorised-teach-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.5rem;
  color: #036
}

@media (max-width:991.98px) {
  .authorised-teach-title {
    font-size: 2rem;
    margin-top: 1.5rem
  }
}

.contact-banner {
  position: relative;
  min-height: 600px;
  width: 100%;
  background: #eaf2fb;
  overflow: visible
}

.contact-banner-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.contact-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .4);
  z-index: 2;
  pointer-events: none
}

.contact-banner-content {
  position: relative;
  z-index: 4;
  padding-top: 0rem !important;
  padding-bottom: 5rem !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 600px
}

@media (max-width:991.98px) {

  .contact-banner-section,
  .contact-banner-img {
    height: 380px;
    min-height: 380px
  }

  .contact-banner-content {
    min-height: 380px;
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
    align-items: center
  }
}

.contact-banner-section>header.sticky-top {
  margin-top: 0;
  padding-top: 2.2rem
}

.academics-banner-img {
  background: url(../images/acedmicsbnr.webp) !important;
  background-position: center !important;
  background-size: cover !important
}

.program-highlights-section {
  background-color: #fff
}

.program-highlights-section h2 {
  color: #22314a;
  font-weight: 800;
  font-size: 2.5rem
}

.highlight-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgb(0 0 0 / .06);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  height: 100%;
  transition: box-shadow 0.2s, transform 0.2s
}

.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgb(0 0 0 / .1)
}

.highlight-icon img {
  width: 40px;
  height: 40px
}

.highlight-text h5 {
  color: #22314a;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: .25rem
}

.highlight-text p {
  color: #6b7a90;
  font-size: .95rem;
  margin-bottom: 0
}

.banner-img-large {
  max-width: 600px !important;
  width: 100%;
  height: auto
}

.program-info {
  background-color: #fff
}

.info-card {
  background: linear-gradient(180deg, #e8f0fb 0%, #f9fbfd 100%);
  transition: transform 0.3s ease
}

.info-card:hover {
  transform: translateY(-4px)
}

.info-card ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  line-height: 1.6
}

.custom-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px
}

.info-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px
}

.duration-fee-row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ccc;
  z-index: 0
}

.duration-fee-row .info-box {
  position: relative;
  z-index: 0;
  background-color: #fff
}

@media (min-width:768px) {
  .duration-fee-row .col-md-3:nth-child(2) .info-box {
    min-width: 310px
  }
}

.founder-section h1 {
  font-size: 4.25rem
}

.founder-img {
  max-width: 85%;
  height: auto
}

.quote-divider {
  position: relative
}

.quote-divider hr {
  border: none;
  border-top: 1px solid #999;
  margin: 0
}

.quote-icon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0071ce;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700
}

.founder-title {
  font-size: 2.25rem;
  color: #333
}

.vision-text {
  font-size: 2rem;
  font-weight: 600;
  color: #6c7a89;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto
}

.mnr-vision h6 {
  font-size: 2rem;
  color: #0b2f58 !important;
  font-weight: 700 !important
}

.mnr-vision p {
  font-size: 2rem;
  color: #0b2f58 !important;
  font-weight: 700 !important
}

.advisor-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgb(0 0 0 / .05);
  transition: transform 0.3s ease
}

.advisor-card:hover {
  transform: translateY(-5px)
}

.advisor-img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  border-radius: 12px
}

.advisor-desc {
  font-size: .9rem;
  color: #444
}

.advisor-card h6 {
  font-weight: 900 !important;
  font-size: 1.5rem !important
}

.why-choose-wrapper {
  background: #fff
}

.choose-card {
  box-shadow: 0 2px 12px rgb(0 0 0 / .06);
  border-radius: 12px;
  background-color: #fff;
  transition: box-shadow 0.2s, transform 0.25s cubic-bezier(.4, 1.5, .5, 1), -webkit-transform 0.25s cubic-bezier(.4, 1.5, .5, 1)
}

.choose-card:hover {
  background-color: #f7faff;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgb(0 0 0 / .05)
}

.choose-card h5 {
  color: #1f355c
}

.choose-card p {
  color: #6c757d;
  font-size: .95rem
}

.mnr-highlight-section {
  background-color: #f57c1f
}

.mnr-highlight-section h2 {
  font-weight: 700;
  font-size: 2.5rem
}

.mnr-highlight-section p {
  font-size: 1.25rem;
  max-width: 900px;
  margin: 0 auto
}

.visiondiv {
  max-width: 500px;
  text-align: left
}

.bg-light-peach {
  background-color: #fdf0e5
}

.bg-light-blue {
  background-color: #e9f0f8
}

.story-card img {
  object-fit: cover;
  height: 100%;
  width: 100%
}

.story-overlay {
  background: linear-gradient(to top, rgb(0 0 0 / .8), transparent)
}

@media (max-width:767.98px) {
  .how-to-apply-section {
    Z-index: 0 !important
  }
}

.visiondiv h1 {
  max-width: 500px;
  text-align: left
}

.specicon {
  max-width: 25%
}

@media screen and (min-width:767.98px) and (max-width:1023px) {
  .banner-carousel .banner-content {
    margin-top: 18vh !important
  }
}

@media (max-width:1400px) {

  .hero-section,
  .banner-carousel .banner-slide {
    min-height: 580px !important;
    height: 580px !important
  }
}

@media (min-width:768px) {
  .banner-content h1 strong {
    font-size: 50px !important
  }
}

.contact-banner-hght {
  max-height: 550px
}

.president-banner-section {
  max-height: 100% !important
}

.owl-carousel {
  Z-index: 0 !important
}

.table-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ff5e14;
  border-bottom: 2px solid #ff5e14;
  display: inline-block;
  padding-bottom: 6px
}

.table-head-custom th {
  background-color: #3b77b7;
  color: #fff;
  font-weight: 600;
  padding: 14px;
  font-size: 14px
}

table.table-zebra tbody tr:nth-child(odd) {
  background-color: #f2f7ff
}

table.table-zebra tbody tr:nth-child(even) {
  background-color: #fff
}

.table-zebra td {
  padding: 14px;
  font-size: .95rem;
  color: #333;
  border: none
}

@media (min-width:768px) and (max-width :992px) {
  .btech-banner-section1 {
    min-height: 400px !important;
    max-height: 441px !important
  }
}

@media (min-width:992px) and (max-width :1100px) {
  .studentlife-banner-img-abs {
    position: absolute;
    left: -90px !important;
    bottom: 0;
    top: -60px !important;
    width: 500px;
    display: flex;
    z-index: 2;
    pointer-events: none
  }
}

@media (max-width:1199.98px) {
  .studentlife-banner-img-abs img {
    max-height: 756px !important
  }
}

@media (max-width:768px) {
  .btech-banner-section {
    min-height: 100% !important;
    max-height: 100% !important
  }
}

@media (min-width:1440px) {
  .btech-banner-img img {
    max-width: 420px !important
  }
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 10px !important;
  padding-top: 22px
}

.hero-section .owl-carousel .owl-stage-outer {
  padding-top: 0px !important
}

.dropdown-item.active,
.dropdown-item:hover {
  background-color: #f4801e;
  color: #fff !important;
  transition: color 0.2s
}

.modal-header img {
  max-width: 135px
}

.university-card {
  transition: transform 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
}

.university-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgb(0 0 0 / .1)
}

.overviewtxt {
  max-width: 580px !important
}

@media(max-width :767.98px) {
  .overview-banner-img {
    background: url(../images/overview-mob.jpg);
    background-position: center;
    background-size: cover
  }

  .just-right {
    justify-content: unset
  }

  .visiondiv {
    min-height: auto !important
  }

  .homebnr1 {
    background-image: url(../images/homebnr1-mob.jpg) !important
  }

  .homebnr2 {
    background-image: url(../images/homebnr2-mob.jpg) !important
  }

  .homebnr3 {
    background-image: url(../images/homebnr3-mob.webp) !important
  }

  .homebnr4 {
    background-image: url(../images/homebnr4-mob.webp) !important
  }

  .accreditation-banner-img {
    background-image: url(../images/Banner_Accreditation-mob.jpg) !important
  }

  .collaborations-banner-img {
    background-image: url(../images/collaborationbnr-mob.jpg) !important
  }

  .academics-banner-img {
    background-image: url(../images/acedemicsbnr-mob.jpg) !important
  }

  .scholarships-banner-img {
    background-image: url(../images/scholarshipsbnr-mob.jpg) !important
  }

  .fees-banner-img {
    background-image: url(../images/feesbnr-mob.jpg) !important
  }
}

.fees-banner-img {
  background: url(../images/feesbnr.jpg);
  background-position: center;
  background-size: cover
}

.homebnr1 {
  background-image: url(../images/homebnr1.webp)
}

.homebnr2 {
  background-image: url(../images/homebnr2.webp)
}

.homebnr3 {
  background-image: url(../images/homebnr3.webp)
}

.homebnr4 {
  background-image: url(../images/homebnr4.jpg)
}

.row.mt-5.g-4.justify-content-center.position-relative.duration-fee-row {
  display: none
}

.highlight-card:hover {
  background: #f7faff
}

@media(min-width :767.98px) {
  .banner-carousel .banner-content {
    margin-left: 8rem !important;
    max-width: 700px !important;
    margin-right: auto !important;
    padding: 2rem 0rem !important;
    text-align: left !important;
    align-items: start !important;
    background: none !important;
    box-shadow: none !important
  }

  .m-1 {
    margin-left: -1px !important
  }
}

.title-color {
  color: #f93;
  font-weight: 900
}

@media (min-width :767px) and (max-width :1200px) {
  .banner-carousel .banner-content {
    margin-left: 3rem !important
  }

  .homebnr2,
  .homebnr1,
  .homebnr3 {
    background-position: 75% 100% !important
  }

  .accreditation-banner-img,
  .academics-banner-img,
  .scholarships-banner-img,
  .collaborations-banner-img {
    background-position: 100% 100% !important
  }
}

@media (min-width:1401px) {
  .banner-carousel .banner-content {
    margin-top: 0vh
  }
}

@media screen and (min-width:1120px) and (max-width:1300px) {
  .banner-carousel .banner-content {
    margin-left: 7rem !important
  }
}

@media screen and (min-width:1400px) and (max-width:1500px) {
  .banner-carousel .banner-content {
    margin-left: 6rem !important
  }
}

@media screen and (min-width:1580px) and (max-width:1700px) {
  .banner-carousel .banner-content {
    margin-left: 12rem !important
  }
}

@media screen and (min-width:1720px) and (max-width:1850px) {
  .banner-carousel .banner-content {
    margin-left: 19rem !important
  }
}

@media screen and (min-width:1851px) and (max-width:2000px) {
  .banner-carousel .banner-content {
    margin-left: 21rem !important
  }
}

@media (min-width:2000px) {
  .banner-carousel .banner-content {
    margin-left: 30rem !important
  }
}

.modal-body iframe {
  height: auto;
  min-height: 500px
}

.loginbtn {
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 20px !important;
  color: #fff !important;
 /* padding: 8px 22px 8px 22px !important;*/
  padding: 5px 15px 5px 15px !important;
  background: #f38020 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.6em !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  transition: background 0.3s cubic-bezier(.4, 0, .2, 1), color 0.2s !important;
  margin: 0 auto;
}

@media (max-width: 400px) {
  button.loginbtn {
    font-size: 0.7rem !important;
    padding: 6px 18px 6px 18px !important;
  }
}

@media (max-width: 500px) {
  .navbar>.container {
    flex-wrap: nowrap;
  }
}

td {
  font-size: 13px;
}

/*18 october 2025 starts here*/

/* Top Row */
.top-menu {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
 /* padding: 0.5rem 2rem;*/
  font-size: 0.8rem;
}

.top-menu a {
  color: #fff;
  text-decoration: none;
}

.top-menu a:hover {
  color: var(--active-color) !important;
  text-decoration: none;
}

#top-menu .tmenu {
  display: flex;
  /* Arrange list items in a row */
  gap: 20px;
  /* Space between items */
  list-style: none;
  /* Remove bullets */
  padding: 0;
  /* Remove default padding */
  margin: 0;
  /* Remove default margin */
}

/* Optional: style the links */
#top-menu .tmenu li a {
  text-decoration: none;
  color: #fff;
  /*font-weight: 500;*/
  transition: color 0.3s;
}

/* Bottom Row (Main Navigation) */
.bottom-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 2rem;
}


/* ================= New pages css ================= */


/* ================= act page css ================= */

.act-banner-img {
    background: url(../images/act_banner.jpg);
    background-position: 100% 100%;
    background-size: cover;
}
.just-left {
    justify-content: flex-start;
}
.actlist li{
    padding-left: 1rem;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.2;
    margin-left: 2rem; 
}

/* ================= planning page css ================= */
.plan-banner-img {
    background: url(../images/planning\ copy.jpg);
    background-position: 100% 100%;
    background-size: cover;
}

/* ================= Recognized and approval page css ================= */
.recognize-banner-img {
    background: url(../images/recognized.jpg);
    background-position: 100% 15%;
    background-size: cover;
}

/* ================= EOC & SC/ ST Cell page css ================= */
.sc-banner-img {
    background: url(../images/sc\ cell.png);
    background-position: 100% 0%;
    background-size: cover;
}
  .contact-card {
    transition: all 0.3s ease;
    background: #fff;
  }
  .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  .contact-info-section h2 {
    font-size: 2rem;
  }


  /* ================= EOC & SC/ ST Cell page css ================= */
  .report-banner-img {
    background: url(../images/annual\ reports.png);
    background-position: 100% 0%;
    background-size: cover;
   }
   /* ================= Calender page css ================= */
  .calender-banner-img {
    background: url(../images/calender.png);
    background-position: 100% 0%;
    background-size: cover;
   } 
   
  /* ================= academic rules page css ================= */
  .rules-banner-img {
    background: url(../images/academic\ rules.jpg);
    background-position: 100% 0%;
    background-size: cover;
   } 
   
  /* ================= academic rules page css ================= */
  .iqac-banner-img {
    background: url(../images/iqac.jpg);
    background-position: 100% 0%;
    background-size: cover;
   } 
   
     /* ================= academic rules page css ================= */
  .library-banner-img {
    background: url(../images/library.webp);
    background-position: 100% 0%;
    background-size: cover;
   } 
   .w-80 {
    max-width: 80%;
   }


   .maxhght-overlap{
    max-height:none !important;
   }
   #top-menu .dropdown-item{
    color: var(--bs-dropdown-link-color) !important;
    font-size:13px;
   }
   #top-menu .dropdown-item:hover{
    color: #fff !important;
   }
   .dropdown-item{
    font-size:13px;
   }
   .border-bottom1 {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #525050 !important;
   } 
  .onbudperson-banner-img {
    background: url(../images/ombudperson.jpg);
    background-position: 100% 0%;
    background-size: cover;
   }
   /* ================= Study board page css ================= */
   .studyboard-banner-img {
    background: url(../images/board\ study.png);
    background-position: 100% 0%;
    background-size: cover;
   }
   .fnc-banner-img {
    background: url(../images/finance\ comitee.jpg);
    background-position: 100% 0%;
    background-size: cover;
   }
   .icc-banner-img {
    background: url(../images/icc.png);
    background-position: 100% 0%;
    background-size: cover;
   }
    .spf-banner-img {
    background: url(../images/sportsfac.jpg);
    background-position: 100% 0%;
    background-size: cover;
   }
   .hstl-banner-img {
    background: url(../images/hostelfac.png);
    background-position: 100% 0%;
    background-size: cover;
   }
   .place-banner-img {
    background: url(../images/placement.png);
    background-position: 100% 0%;
    background-size: cover;
   }
    .disabled-banner-img {
    background: url(../images/disabled.png);
    background-position: 100% 0%;
    background-size: cover;
   }
   /* ================= SEDG page css ================= */
   .sedg-banner-img {
    background: url(../images/sedg.png);
    background-position: 100% 0%;
    background-size: cover;
   }
   .sgrc-banner-img {
    background: url(../images/sgrc.png);
    background-position: 100% 0%;
    background-size: cover;
   }
    .eoc-banner-img {
    background: url(../images/equal\ cell.png);
    background-position: 100% 0%;
    background-size: cover;
   }
        .circ-banner-img {
          background: url(../images/circulars.png);
          background-position: 100% 0%;
          background-size: cover;
        }

        .accordion-item+.accordion-item {
          margin-top: 1rem;
          /* creates a soft gap */
          border-top: 1px solid #dee2e6 !important;
          /* ensures top border is visible */
        }

        .accordion-item {
          margin-bottom: 1.2rem;
          border-radius: 10px;
          overflow: hidden;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        }

        .table tr:last-child td {
          border-bottom: none !important;
          margin-bottom: 0;
        }

        /* ✅ Remove focus/outline glow on accordion click */
        .accordion-button:focus {
          box-shadow: none !important;
          outline: none !important;
        }
        /* ================= Announcements page css ================= */
        .anunce-banner-img {
          background: url(../images/anouncements.png);
          background-position: 100% 0%;
          background-size: cover;
        }

        .announcements-section .card {
          background: #fdfdfd;
          transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .announcements-section .card:hover {
          transform: translateY(-3px);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        }

        .txtclr {
          color: #0d5ba8;
        }
        .newsletter-banner-img {
          background: url(../images/newsletter.png);
          background-position: 100% 0%;
          background-size: cover;
        }
        /* ================= News and events page css ================= */
        .ne-banner-img {
          background: url(../images/eventsimg.png);
          background-position: 100% 0%;
          background-size: cover;
        }

        .pdf-preview {
          position: relative;
          overflow: hidden;
          border-radius: 10px;
        }

        .pdf-preview img {
          transition: transform 0.4s ease;
        }

        .pdf-preview:hover img {
          transform: scale(1.05);
        }

        /* Overlay button centered on image */
        .pdf-preview .view-btn {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0;
          background-color: rgba(0, 51, 102, 0.9);
          border: none;
          color: #fff;
          border-radius: 30px;
          padding: 10px 22px;
          transition: all 0.3s ease;
        }

        /* Show button on hover */
        .pdf-preview:hover .view-btn {
          opacity: 1;
        }

        /* Optional hover effect for button */
        .pdf-preview .view-btn:hover {
          background-color: #0056b3;
          transform: translate(-50%, -50%) scale(1.05);
        }
/* ================= Admissions page css ================= */
        .admi-banner-img {
          background: url(../images/admissions-proc.png);
          background-position: 100% 0%;
          background-size: cover;
        }
       .academicpro-banner-img{
          background: url(../images/allprgrmsimg.png);
          background-position: 100% 0%;
          background-size: cover;
        }
#submit{
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 20px !important;
    color: #fff !important;
    /* padding: 8px 22px 8px 22px !important; */
    padding: 5px 15px 5px 15px !important;
    background: #f38020 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.6em !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    transition: background 0.3s cubic-bezier(.4, 0, .2, 1), color 0.2s !important;
    margin: 0 auto;
}
/* ================= Central facilities page css ================= */
        .central-banner-img {
          background: url(../images/central.jpg);
          background-position: 100% 0%;
          background-size: cover;
        }
          .research-banner-img {
          background: url(../images/research.png);
          background-position: 100% 0%;
          background-size: cover;
        }
          .prospectus-banner-img {
          background: url(../images/prospucts.png);
          background-position: 100% 0%;
          background-size: cover;
        }
          .gallery-banner-img {
          background: url(../images/galery.jpg);
          background-position: 100% 0%;
          background-size: cover;
        }
/* ================= academic rules page css ================= */
  .policies-banner-img {
    background: url(../images/mnr-policy-banner.webp);
    background-position: 100% 0%;
    background-size: cover;
   } 
     .admprocess-banner-img{
     background: url(../images/admission-process-banner.webp);
    background-position: 100% 0%;
    background-size: cover;
   }
.feerefund-banner-img {
     background: url(../images/fee-details-banner.webp);
    background-position: 100% 0%;
    background-size: cover;
   }
.odl-banner-img {
     background: url(../images/not-applicable-banner.webp);
    background-position: 100% 0%;
    background-size: cover;
   }
 .ncc-banner-img {
     background: url(../images/ncc-banner.webp);
    background-position: 100% 0%;
    background-size: cover;
   }
   .faculty-banner-img {
     background: url(../images/faculty-banner.webp);
    background-position: 100% 0%;
    background-size: cover;
   }
   .health-banner-img{
     background: url(../images/healthy-facility-banner.webp);
    background-position: 100% 0%;
    background-size: cover;
   }
   /* ================= RTI page css ================= */
.rti-banner-img {
  background: url(../images/rti-banner.webp);
  background-position: 100% 0%;
  background-size: cover;
}
.info-corner {
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
    font-family: "Inter", sans-serif;
}

/* Section Intro */
.info-section {
    text-align: center;
    margin-bottom: 30px;
}

.info-section h2 {
    font-size: 32px;
    color: #222;
    margin-bottom: 10px;
}

.info-section p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Registrar Card */
.registrar-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.registrar-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.registrar-card h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

/* Contact Row */
.contact-row {
display: flex;
    align-items: center;
    margin: 12px 0;
    font-size: 17px;
    padding: 10px 0px;
    gap: 12px;
    justify-content: center;
    /* text-align: center !important; */
    border-bottom: 1px solid #eee;
}

.contact-row i {
    font-size: 20px;
    color: #105aa7;
    width: 25px;
}

.contact-row .label {
    font-weight: 600;
    color: #333;
    width: 80px;
}

.contact-row a {
    color: #105aa7;
    text-decoration: none;
    font-weight: 500;
}

.contact-row a:hover {
    text-decoration: underline;
}
/* ================= Job openings page css ================= */
.jobs-banner-img {
  background: url(../images/job-banner.webp);
  background-position: 100% 0%;
  background-size: cover;
}
.career-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.career-card {
    border-radius: 20px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transition: transform 0.2s ease;
}

.career-card:hover {
    transform: translateY(-5px);
}

.career-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.career-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a4c8a;
}

.career-btn {
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 20px !important;
    color: #fff !important;
    padding: 5px 15px !important;
    background: radial-gradient(circle, #709cca 14%, #105aa7 100%) !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.6em !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    transition: background 0.3s cubic-bezier(.4, 0, .2, 1), color 0.2s !important;
    text-decoration: none;
    display: none !important;
}

.career-btn:hover {
    background: radial-gradient(circle, #105aa7 14%, #709cca 100%) !important;
}

@media (max-width: 900px) {
    .career-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .career-container {
        grid-template-columns: 1fr;
    }
}