.apply-btn,
.apply-title,
.how-apply h2,
.step-circle,
.why-number {
  font-weight: 700
}

.icon-box,
.placement-section,
.stat-item,
.why-title {
  text-align: center
}

.logo-box:hover img,
.partners img:hover {
  filter: grayscale(0%)
}

.close-btn,
.facility-card,
.glance-card,
.know-more-btn,
.partners img,
.play-btn,
.video-thumb,
.why-header {
  cursor: pointer
}

.glance-card .glance-details,
.glance-card .overlay,
.inactive-overlay {
  pointer-events: none
}

.inactive-overlay,
.video-thumb,
.yt-holder {
  inset: 0;
  backface-visibility: hidden
}

body,
html {
  width: 100%;
  overflow-x: hidden !important
}

:root {
  --primary: <?=$primary ?>;
  --secondary: <?=$secondary ?>
}

body {
  font-family: Inter, system-ui;
  background: #fff
}

.btn-primary {
  background: var(--primary);
  border: none
}

.btn-primary:hover {
  background: var(--secondary);
  color: #000
}




/* ================= HERO SECTION ================= */

/* Container */
.hero-section{
    position: relative;
    overflow: hidden;
}

/* ================= MOBILE FIRST ================= */

/* Mobile image (only 1 image loads) */
.hero-mobile{
    display:block;
}

.hero-mobile img{
    width:100%;
    height:60vh;
    object-fit:cover;
    display:block;
}

/* Hide slider on mobile */
.hero-wrapper{
    display:none;
}


/* ================= DESKTOP ================= */

@media(min-width:768px){

    /* Hide mobile image */
    .hero-mobile{
        display:none;
    }

    /* Slider wrapper */
    .hero-wrapper{
        display:block;
        position:relative;
        height:100vh;
        overflow:hidden;
    }

    /* Slides */
    .hero-slide{
        position:absolute;
        inset:0;
        opacity:0;
        z-index:0;
        animation: heroFade 12s infinite;
    }

    /* Active layering fix */
    .hero-slide:nth-child(1){ z-index:1; }

    /* Images */
    .hero-slide img{
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
    }

    /* Animation delays */
    .hero-slide:nth-child(1){ animation-delay:0s; }
    .hero-slide:nth-child(2){ animation-delay:4s; }
    .hero-slide:nth-child(3){ animation-delay:8s; }

    /* Smooth fade animation */
    @keyframes heroFade{
        0%{ opacity:0; }
        5%{ opacity:1; }
        30%{ opacity:1; }
        35%{ opacity:0; }
        100%{ opacity:0; }
    }

}





.about-section,
.core-values,
.section {
  padding: 60px 0
}

.icon-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  transition: .3s
}

.icon-box i {
  font-size: 42px;
  color: var(--primary)
}

.icon-box:hover {
  background: var(--secondary);
  transform: translateY(-6px)
}

.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--primary);
  color: #fff;
  padding: 12px;
  z-index: 999
}

.inquire-float,
.whatsapp-float {
  position: fixed;
  right: 20px;
  width: 55px;
  height: 55px;
  align-items: center;
  font-size: 30px;
  z-index: 999;
  color: #fff;
  border-radius: 50%;
  display: flex
}

.sticky-bar a {
  margin-left: 10px
}

.whatsapp-float {
  bottom: 30px;
  background: #25d366;
  justify-content: center
}

.inquire-float {
  bottom: 100px;
  background: #0b5f04;
  justify-content: center
}

.admission-banner {
  width: 100%;
  overflow: hidden
}

.how-apply {
  background: #0e5233;
  color: #fff;
  padding: 0 40px
}

.how-apply h2 {
  margin-bottom: 40px
}

.how-apply .step {
  display: flex;
  align-items: center;
  margin-bottom: 30px
}

.how-apply .circle {
  width: 50px;
  height: 50px;
  border: 2px dashed #a8c136;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 20px;
  color: #a8c136
}

.faculty-image-wrap {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: auto auto 25px
}

.how-apply p {
  margin: 0;
  font-size: 16px
}

.admission-form {
  background: #a8c136;
  padding: 40px;
  display: flex;
  align-items: center
}

.form-box {
  width: 100%
}

.form-box h2 {
  color: #0e5233;
  font-weight: 800
}

.form-box .subtitle {
  margin-bottom: 25px;
  color: #000
}

.form-box .form-control,
.form-box .form-select {
  margin-bottom: 15px;
  font-size: 14px
}

.apply-btn {
  background: #a8c136
}

.apply-section {
  background: #0e5233;
  padding: 40px 0;
  color: #fff
}

.apply-title {
  font-size: 32px;
  margin-bottom: 50px
}

.apply-steps {
  position: relative;
  max-width: 900px
}

.apply-line {
  position: absolute;
  left: 33px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: repeating-linear-gradient(to bottom, #a8c136, #a8c136 6px, transparent 6px, transparent 12px)
}

.apply-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2
}

.step-circle {
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
  border: 2px dotted #a8c136;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0e5233;
  transition: .3s
}

.step-circle span {
  font-size: 11px;
  letter-spacing: 1px
}

.step-circle strong {
  font-size: 22px;
  line-height: 1
}

.apply-step p {
  margin-top: 15px;
  font-size: 16px;
  max-width: 250px
}

.apply-step small {
  font-size: 11px;
  opacity: .9
}

.apply-step:hover .step-circle {
  background: #a8c136;
  color: #000;
  border-color: #fff
}

.about-slider-wrap {
  min-height: 100%
}

.about-slider-wrap .carousel,
.about-slider-wrap .carousel-inner,
.about-slider-wrap .carousel-item {
  height: 100%
}

.about-slider-wrap img {
  object-fit: cover;
  border-radius: 12px
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, .6);
  background-size: 60%;
  border-radius: 50%;
  width: 45px;
  height: 45px
}

.why-choose-section {
  padding: 60px 0;
  background: #a8c136
}

.why-title {
  margin-bottom: 20px;
  font-size: 36px
}

.why-title span {
  font-weight: 300
}

.faculty-panel h4,
.placement-title strong,
.why-title strong {
  font-weight: 800
}

.why-accordion {
  max-width: 1000px;
  margin: auto
}

.why-item {
  border-bottom: 1px solid #111;
  padding: 5px 0
}

.why-header {
  display: flex;
  align-items: center
}

.why-number {
  font-size: 30px;
  color: #212529;
  width: 80px
}

.why-header h4 {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0
}

.why-arrow {
  font-size: 26px;
  transition: transform .3s
}

.why-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s, opacity .3s;
  opacity: 0;
  padding-left: 80px;
  font-size: 15px;
  color: #212529;
  line-height: 1.7
}

.why-item.active .why-content {
  max-height: 200px;
  opacity: 1;
  margin: 0 0 15px
}

.why-item.active .why-arrow {
  transform: rotate(90deg)
}

.placement-section {
  background: #a8c136;
  padding: 70px 0
}

.placement-title {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #000
}

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%
}

.logo-track,
.logo-track1 {
  width: max-content;
  display: flex
}

.logo-track {
  animation: 30s linear infinite scrollLogos
}

.logo-card {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px
}

.logo-card img {
  max-height: 45px;
  max-width: 140px;
  object-fit: contain
}

.logo-card1 {
  margin: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center
}

.logo-card1 img {
  width: 110px;
  height: 110px;
  object-fit: contain
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.glance-card {
  border-radius: 12px;
  overflow: hidden;
  transition: .4s
}

.glance-card .main-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  filter: grayscale(20%);
  transition: .4s
}

.glance-card:hover .main-img {
  transform: scale(1.05);
  filter: grayscale(0)
}

.glance-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 82, 51, 0);
  transition: .4s
}

.glance-card:hover .overlay {
  background: rgba(14, 82, 51, .95)
}

.glance-card .glance-details {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 4;
  opacity: 0;
  transform: translateY(20px);
  transition: .4s
}

.glance-card:hover .glance-details,
.reveal.active {
  opacity: 1;
  transform: translateY(0)
}

.glance-card .af-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .4)
}

.glance-card,
.glance-card img {
  will-change: transform;
  transform: translateZ(0)
}

.strip {
  position: absolute;
  bottom: 25px;
  background-color: rgba(14, 82, 51, .8);
  width: 100%;
  padding: 5px
}

.strip-head {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  padding-top: 5px
}

.strip-icon {
  height: 35px;
  margin: 0 8px 0 10px;
  float: left;
  font-size: 25px
}

.glance-details p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  opacity: .9
}

.core-box {
  flex: 0 0 25%
}

.core-inner {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 25px 15px;
  height: 100%;
  transition: .3s;
  border: 2px solid transparent
}

.core-inner:hover {
  background: #0e5233;
  border-color: #0e5233;
  transform: translateY(-6px)
}

.core-inner h4 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #0e5233
}

.core-inner .fa-solid,
.core-inner p {
  font-size: 14px;
  line-height: 1.5;
  color: #000
}

.core-inner:hover .fa-solid,
.core-inner:hover h4,
.core-inner:hover p,
.faculty-pill.active span,
.faculty-pill.active strong {
  color: #fff
}

.placements-section {
  padding: 60px 0;
  background: #eee
}

.stat-item {
  background: #fff;
  border: 1px solid #0e5233;
  padding: 22px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: .3s;
  border-radius: 10px
}

.stat-item h3 {
  font-size: 36px;
  font-weight: 800;
  color: #0e5233;
  margin-bottom: 8px
}

.stat-item p {
  font-size: 13px;
  color: #333;
  margin: 0;
  line-height: 1.4
}

.stat-item:hover {
  transform: translateY(-6px);
  border-color: #a8c136;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

.placements-title {
  font-size: 34px;
  font-weight: 800;
  color: #0e5233
}

.placements-subtitle {
  max-width: 760px;
  margin: 10px auto 0;
  color: #555;
  font-size: 15px
}

.divider {
  height: 2px;
  background: #a8c136;
  margin: 35px 0
}

.placements-stats h3 {
  font-size: 42px;
  font-weight: 800;
  color: #0e5233;
  margin-bottom: 5px
}

.placements-stats p {
  font-size: 14px;
  color: #333
}

.logo-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s
}

.logo-box img {
  max-height: 40px;
  max-width: 100%;
  filter: grayscale(100%);
  transition: .3s
}

.logo-box:hover {
  transform: translateY(-5px);
  border-color: #a8c136
}

.future-edge-section {
  position: relative;
  padding: 60px 0
}

.edge-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: grayscale(100%) brightness(.35);
  border-radius: 0 !important
}

.facility-card {
  margin-bottom: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08)
}

.facility-card i {
  font-size: 40px;
  color: #0e5233;
  margin-bottom: 15px;
  transition: .35s
}

.facility-card h6 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
  transition: .35s
}

.facility-card p {
  font-size: 13px;
  color: #555;
  margin: 0;
  transition: .35s
}

.facility-card:hover {
  background: #a5c438
}

.contact-card i,
.facility-card:hover h6,
.facility-card:hover i,
.facility-card:hover p {
  color: #000
}

.know-more-btn {
  margin-top: 10px;
  padding: 6px 14px;
  font-size: 13px;
  border: none;
  background: #a4bf37;
  color: #000;
  border-radius: 20px
}

.know-more-btn:hover {
  background: #0e5233;
  color: #fff
}

.instituteSlider {
  padding-bottom: 50px
}

.service-card:hover .service-icon,
.swiper-pagination-bullet-active {
  background: #a8c136
}

.swiper-button-next,
.swiper-button-prev {
  color: #0e5233;
  width: 34px;
  height: 34px;
  background: #0e5233;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  transition: .3s
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 12px;
  font-weight: 700;
  color: #fff
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #a8c136;
  transform: scale(1.05)
}

.why-different-section {
  padding: 60px 0;
  background: #f8f9fb
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px
}

.section-title span {
  color: #0e5233
}

.image-wrap img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .15)
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0
}

.feature-card {
  display: flex;
  gap: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  transition: .3s;
  margin: 5px
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .12)
}

.feature-card i {
  font-size: 28px;
  color: #0e5233;
  margin-top: 5px
}

.feature-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px
}

.feature-card p {
  font-size: 14px;
  color: #555;
  margin: 0
}

.future-programs-section {
  background: #f3f1ef;
  padding: 60px 0;
  font-family: 'Segoe UI', sans-serif
}

.fu-footer,
.scholarships {
  font-family: "Segoe UI", sans-serif
}

.top-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr 1.5fr;
  background: #fff
}

.left-box {
  background: #0e5233;
  color: #fff;
  padding: 40px
}

.left-box h2 {
  font-size: 32px;
  line-height: 1.2
}

.left-box span,
.scholarships_heading span {
  color: #ffe600
}

.left-box p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.6
}

.center-image img,
.scholarships_left img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.right-box {
  padding: 35px
}

.right-box h3 {
  font-size: 22px;
  margin-bottom: 20px
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px
}

.program-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px
}

.program-item i {
  font-size: 30px
}

.partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin: 30px 0
}

.partners img {
  max-height: 35px;
  filter: grayscale(100%);
  opacity: .8;
  transition: .4s;
  transform: scale(1)
}

.partners img:hover {
  opacity: 1;
  transform: scale(1.1) translateY(-4px)
}

.why-matters h3 {
  font-size: 24px;
  margin-bottom: 15px
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid #000;
  padding-top: 20px;
  gap: 15px
}

.check-grid div {
  font-size: 14px
}

.check-grid i {
  color: #0b6623;
  margin-right: 8px
}

.scholarships {
  padding: 60px 0;
  background: #fff
}

.scholarships_top {
  display: flex;
  background: #000;
  border-radius: 22px 22px 0 0;
  overflow: hidden
}

.scholarships_left {
  width: 40%
}

.scholarships_right {
  width: 60%;
  padding: 40px 50px;
  color: #fff;
  position: relative
}

.scholarships_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px
}

.scholarships_head_left {
  font-size: 32px;
  font-weight: 700
}

.scholarships_head_left span {
  display: block;
  font-size: 16px;
  color: #f2d600;
  margin-top: 4px
}

.scholarships_head_right {
  font-size: 16px;
  text-align: right
}

.scholarships_head_right span {
  display: block;
  color: #f2d600;
  font-weight: 600
}

.scholarships_right p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 85%;
  margin-bottom: 25px
}

.scholarships_form {
  color: #000;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .25)
}

.scholarshipshead {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 15px
}

.tableresponsive {
  overflow-x: auto
}

.owl-dots {
  margin-top: 15px;
  text-align: center
}

.owl-dot span {
  width: 8px;
  height: 8px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px
}

.owl-dot.active span {
  background: #0b6623
}

.scholarships_bottom {
  background: #0e5233;
  border-radius: 0 0 22px 22px;
  padding: 35px 40px;
  align-items: center;
  color: #fff
}

.scholarships_heading {
  font-size: 40px;
  line-height: 1.2;
  text-align: right
}

.campus-container,
.faculty-badge,
.nep-card,
.nep-container,
.service-card {
  text-align: center
}

.f-start img {
  max-height: 70px
}

.scholarships_text p {
  font-size: 28px;
  margin-bottom: 10px;
  color: #a8c136;
  text-align: center
}

.scholarships_text .btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: .3s
}

.scholarships_text .btn:hover {
  background: #fff;
  color: #0b6623
}

.accordion-item.active .accordion-header,
.table th {
  background: #0b6623;
  color: #fff
}

.scholarships_form {
  background: #fff;
  border-radius: 22px;
  padding: 20px
}

.accordion-item {
  border: 1px solid #ddd;
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden
}

.accordion-header {
  padding: 14px 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background .3s
}

.accordion-header:hover {
  background: #0e5233
}

.accordion-icon {
  font-size: 22px;
  font-weight: 700;
  transition: transform .3s
}

.accordion-body {
  display: none;
  padding: 15px;
  background: #fff
}

.accordion-item.active .accordion-body,
.faculty-panel.active {
  display: block
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg)
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px
}

.table th {
  font-weight: 600;
  padding: 10px
}

.table td {
  padding: 9px;
  border: 1px solid #ddd
}

.nep-section {
  background: #a8c136;
  padding: 60px 0;
  color: #000
}

.nep-container {
  max-width: 1200px;
  margin: auto
}

.nep-badge {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px
}

.nep-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 14px
}

.nep-header p {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
  opacity: .95
}

.nep-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px
}

.nep-card {
  background: rgba(255, 255, 255, .06);
  border: 2px solid rgba(255, 255, 255, .25);
  border-radius: 28px;
  padding: 35px 25px;
  backdrop-filter: blur(6px);
  transition: .35s
}

.nep-card:hover {
  background: rgba(255, 255, 255, .12);
  transform: translateY(-8px)
}

.nep-card i {
  font-size: 46px;
  margin-bottom: 18px;
  opacity: .85
}

.nep-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px
}

.nep-card span {
  font-size: 14px;
  opacity: .9
}

@media (max-width:992px) {
  .top-grid {
    grid-template-columns: 1fr
  }

  .program-grid {
    grid-template-columns: 1fr 1fr
  }

  .nep-cards {
    grid-template-columns: repeat(2, 1fr)
  }
}

.campus-life {
  background: url("uploads/campus-life.jpg") center/cover no-repeat;
  height: 500px;
  position: relative
}

.campus-overlay {
  background: rgba(0, 0, 0, .7);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.campus-container {
  color: #fff
}

.campus-container h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px
}

.play-btn {
  border: 2px solid #fff;
  background: 0 0;
  color: #fff;
  font-size: 28px
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999
}

.footer-cta,
.footer-top {
  justify-content: space-between;
  display: flex
}

.video-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  background: #000;
  border-radius: 12px;
  overflow: hidden
}

.video-content iframe {
  width: 100%;
  height: 500px
}

.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 40px;
  color: #fff
}

.fu-footer,
.video-card,
.videoSwiper {
  position: relative
}

.fu-footer {
  background: #000;
  color: #fff;
  padding: 70px 0 30px
}

.apply-btn:hover,
.contact-card {
  background: #fff;
  color: #000
}

.container {
  max-width: 1200px;
  margin: auto
}

.footer-top {
  gap: 40px
}

.footer-logo {
  max-width: 170px;
  margin-bottom: 15px
}

.footer-left h4,
.footer-right h4 {
  font-size: 18px;
  margin-bottom: 12px
}

.footer-left p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
  max-width: 380px
}

.contact-card {
  padding: 12px 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  width: fit-content
}

.contact-card span {
  font-weight: 600
}

.fu-footer hr {
  border: none;
  height: 1px;
  background: #444;
  margin: 20px 0
}

.footer-cta {
  align-items: center
}

.footer-cta h2 {
  font-size: 36px;
  font-weight: 700
}

.apply-btn {
  border: 1px solid #fff;
  padding: 14px 32px;
  border-radius: 40px;
  color: #000;
  text-decoration: none;
  transition: .3s
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #aaa
}

.footer-bottom a {
  color: #aaa;
  text-decoration: none
}

@media (max-width:768px) {

  .hero-slider,
  .hero-slider .carousel,
  .hero-slider .carousel-inner,
  .hero-slider .carousel-item {
    height: 60vh
  }

  .slide-1 {
    background-image: url('../assets/slider8.webp')
  }

  .slide-2 {
    background-image: url('../assets/slider9.webp')
  }

  .slide-3 {
    background-image: url('../assets/slider10.webp')
  }

  .slide-4 {
    background-image: url('../assets/slider11.webp')
  }

  .apply-line {
    left: 30px
  }

  .step-circle {
    width: 60px;
    height: 60px
  }

  .apply-step {
    gap: 20px
  }

  .apply-title,
  .placement-title {
    font-size: 26px
  }

  .about-section {
    padding: 50px 0
  }

  .about-slider-wrap {
    min-height: 280px
  }

  .about-slider-wrap img {
    height: 280px
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 35px;
    height: 35px
  }

  .why-title {
    font-size: 28px
  }

  .why-number {
    width: 50px;
    font-size: 30px
  }

  .why-content {
    padding-left: 50px
  }

  .logo-card {
    min-width: 150px;
    height: 80px
  }

  .logo-card img {
    max-height: 38px
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 11px
  }

  .swiper-button-prev {
    left: 6px
  }

  .swiper-button-next {
    right: 6px
  }

  .footer-bottom,
  .footer-cta,
  .footer-top {
    flex-direction: column;
    text-align: center;
    gap: 20px
  }

  .enquire-now {
    display: none
  }
}

.logo-card {
  background: 0 0
}

.logo-card img {
  filter: brightness(1.1) contrast(1.2);
  mix-blend-mode: multiply
}

.video-showcase {
  padding: 60px 0 0;
  background: #f0f0f0;
  overflow: hidden;
  perspective: 1500px
}

.videoSwiper {
  padding: 60px 0
}

.swiper-wrapper {
  align-items: center
}

.video-card {
  border-radius: 26px;
  overflow: hidden;
  height: 420px;
  background: #000;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
  transition: .7s cubic-bezier(.25, .46, .45, .94);
  transform-style: preserve-3d
}

.faculty-badge,
.inactive-overlay,
.play-btn,
.play-btn::after,
.video-thumb,
.yt-holder {
  position: absolute
}

.swiper-slide-prev .video-card {
  transform: perspective(1200px) rotateY(25deg) scale(.75);
  transform-origin: right center;
  box-shadow: 15px 20px 60px rgba(0, 0, 0, .4)
}

.swiper-slide-active .video-card {
  transform: perspective(1200px) rotateY(0) scale(1);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
  z-index: 10
}

.swiper-slide-next .video-card {
  transform: perspective(1200px) rotateY(-25deg) scale(.75);
  transform-origin: left center;
  box-shadow: -15px 20px 60px rgba(0, 0, 0, .4)
}

.swiper-slide-active .video-card,
.swiper-slide:not(.swiper-slide-active) .video-card {
  opacity: 1
}

.video-thumb {
  background-size: cover;
  background-position: center;
  z-index: 3
}

.play-btn {
  inset: 0;
  margin: auto;
  width: 85px;
  height: 85px;
  background: linear-gradient(135deg, #dc143c, #b22222);
  border-radius: 50%;
  transition: .3s;
  box-shadow: 0 10px 30px rgba(220, 20, 60, .5);
  z-index: 5
}

.play-btn:hover {
  background: #fff;
  color: #000;
  transform: scale(1.15);
  background: linear-gradient(135deg, #c41e3a, #8b0000);
  box-shadow: 0 15px 40px rgba(220, 20, 60, .7)
}

.play-btn::after {
  content: '';
  left: 34px;
  top: 28px;
  border-left: 22px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent
}

.yt-holder {
  z-index: 2
}

.yt-holder iframe {
  width: 100%;
  height: 120%;
  margin-top: -10px
}

.inactive-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .6));
  z-index: 4;
  transition: opacity .5s
}

.swiper-slide-active .inactive-overlay {
  opacity: 0
}

.swiper-button-prev {
  left: 20px
}

.swiper-button-next {
  right: 20px
}

.swiper-button-disabled {
  opacity: .4;
  cursor: not-allowed
}

.video-card::before {
  content: 'Future Unitversity, Bareilly';
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 6;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .7);
  line-height: 1.5;
  white-space: pre;
  letter-spacing: .5px
}

@media (max-width:1024px) {
  .swiper-slide-prev .video-card {
    transform: perspective(1000px) rotateY(20deg) scale(.8)
  }

  .swiper-slide-next .video-card {
    transform: perspective(1000px) rotateY(-20deg) scale(.8)
  }
}

@media (max-width:768px) {
  .video-showcase {
    padding: 60px 0;
    perspective: 1000px
  }

  .video-card {
    height: 300px;
    border-radius: 20px
  }

  .videoSwiper {
    padding: 40px 0
  }

  .swiper-slide-next .video-card,
  .swiper-slide-prev .video-card {
    transform: perspective(800px) rotateY(0) scale(.85);
    opacity: .5
  }

  .swiper-slide-active .video-card {
    transform: perspective(800px) rotateY(0) scale(1)
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 48px;
    height: 48px
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 20px
  }

  .play-btn {
    width: 70px;
    height: 70px
  }

  .play-btn::after {
    left: 28px;
    top: 23px;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
  }
}

@media (max-width:480px) {
  .video-card {
    height: 240px
  }

  .play-btn {
    width: 60px;
    height: 60px
  }

  .play-btn::after {
    left: 24px;
    top: 20px;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
  }
}

.recognitionsSwiper {
  padding: 25px 0
}

.recognitionsSwiper .swiper-slide {
  display: flex;
  justify-content: center
}

.logo-card1 {
  background: #fff;
  border-radius: 50%;
  padding: 12px;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08)
}

.logo-card1 img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain
}

.recognitions-section {
  padding: 40px 0;
  background: #f0f0f0;
  color: #000;
  overflow: hidden
}

.recognitions-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap
}

.logo-card2 {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s
}

.logo-card2 img {
  max-width: 100%;
  object-fit: contain;
  transition: .4s
}

.logo-card2:hover img {
  transform: scale(1.15);
  filter: brightness(1) invert(0) drop-shadow(0 10px 25px rgba(255, 255, 255, .35))
}

.recognitions-row {
  flex-wrap: nowrap;
  justify-content: flex-start;
  animation: 15s linear infinite marquee;
  overflow: hidden;
  max-width: 100%
}

.logo-card2 {
  flex: 0 0 auto;
  width: 150px
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.footer-heading {
  font-size: 1.2rem;
  margin-bottom: 25px
}

.future-edge-section img {
  width: 100%;
  display: block;
  transition: transform .6s, box-shadow .6s;
  transform-origin: center;
  border-radius: 30px
}

.future-edge-section img:hover {
  transform: scale(1.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .25)
}

.future-edge-section .col-md-6,
.future-edge-section .col-md-6 .row>div {
  overflow: visible
}

.facility-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px
}

@media (max-width:991px) {
  .core-box {
    flex: 0 0 33.33%
  }

  .scholarships_top {
    flex-direction: column
  }

  .scholarships_left,
  .scholarships_right {
    width: 100%
  }

  .scholarships_right {
    padding: 30px
  }

  .scholarships_bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px
  }

  .facility-row {
    grid-template-columns: repeat(4, 1fr)
  }
}

.facility-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 14px;
  height: 100%;
  transition: transform .3s, box-shadow .3s
}

.facility-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .18)
}

.faculty-section {
  padding: 60px 0;
  background: #e6e5e5
}

.faculty-header-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start
}

.faculty-header-left {
  flex: 0 0 35%;
  margin-bottom: -40px
}

.faculty-header-left h2 {
  text-align: left
}

.faculty-header-right {
  flex: 0 0 60%;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.faculty-pill {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 40px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
  font-size: 12px;
  cursor: pointer;
  transition: .3s
}

.faculty-pill img {
  width: 34px;
  height: 34px;
  border-radius: 50%
}

.faculty-pill.active {
  background: #0c7a3a;
  color: #fff
}

.faculty-pill:hover {
  transform: translateY(-2px)
}

.faculty-content {
  margin-top: 20px;
  background-color: #0c7a3a;
  border-radius: 20px;
  color: #fff
}

.faculty-panel {
  display: none;
  animation: .35s fadeUp;
  border: 1px solid #0c7a3a;
  padding: 20px;
  border-radius: 20px
}

.faculty-img {
  width: 100%;
  border-radius: 14px
}

.course-list {
  padding-left: 18px;
  margin-top: 15px
}

.course-list li {
  margin-bottom: 5px;
  font-weight: 500
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@media(max-width:768px) {
  .placements-title {
    font-size: 26px
  }

  .faculty-header-row {
    flex-direction: column
  }

  .faculty-header-left,
  .faculty-header-right {
    flex: 100%
  }

  .faculty-header-right {
    justify-content: flex-start
  }

  .faculty-header-left h2 {
    font-size: 32px
  }
}

.faculty-bg {
  background: #a8c136;
  border-radius: 0 0 180px 180px;
  padding: 15px 15px 0;
  display: flex;
  justify-content: center
}

.faculty-bg img {
  width: 100%;
  object-fit: contain;
  border-radius: 0 0 40% 40%
}

.faculty-badge {
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 14px 26px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  line-height: 1.2
}

.faculty-badge span {
  display: block;
  font-size: 18px;
  color: #666;
  letter-spacing: .5px
}

.faculty-badge strong {
  font-size: 22px;
  font-weight: 700;
  color: #111
}

.more-text {
  display: none;
  margin-top: 10px
}

.read-more-btn {
  align-self: flex-start;
  background: 0 0;
  border: none;
  color: #0e5233;
  font-weight: 600;
  padding: 0;
  margin-top: 5px;
  cursor: pointer;
  transition: color .3s
}

.service-card,
.service-icon {
  transition: .35s;
  display: flex
}

.read-more-btn:hover {
  color: #a8c136
}

@media (max-width:767px) {
  .core-box {
    flex: 0 0 50%
  }

  .feature-card {
    align-items: center;
    gap: 10px
  }

  .feature-card h5 {
    font-size: 15px;
    line-height: 1.3
  }
}

.services-wrapper {
  margin-top: 10px
}

.service-card {
  height: 100%;
  background: rgba(0, 0, 0, .55);
  border: 1px solid #a8c136;
  border-radius: 16px;
  padding: 22px 14px;
  flex-direction: column;
  align-items: center
}

.service-card:hover {
  background: rgba(168, 193, 54, .1);
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .45)
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(168, 193, 54, .15);
  align-items: center;
  justify-content: center;
  margin-bottom: 12px
}

.service-icon i {
  font-size: 24px;
  color: #a8c136;
  transition: transform .35s
}

.service-card:hover .service-icon i {
  color: #000;
  transform: rotate(12deg) scale(1.15)
}

.service-card h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px
}

.service-card p {
  font-size: 13px;
  line-height: 1.4;
  opacity: .9;
  margin-bottom: 0
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: .8s
}

@media (max-width:576px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr) !important
  }

  .nep-cards {
    grid-template-columns: 1fr
  }

  .nep-header h2 {
    font-size: 28px
  }

  .logo-card2 {
    width: 115px
  }

  .facility-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
  }

  .facility-card {
    padding: 14px 10px
  }

  .service-card {
    padding: 16px 10px
  }
}

.future-edge-section,
.hero-slider,
.logo-slider,
.placement-section,
.recognitions-section,
.video-showcase {
  overflow-x: hidden
}

.recognitions-slider {
  overflow: hidden;
  width: 100%
}

.recognitions-track {
  display: flex;
  gap: 10px;
  width: max-content;
  will-change: transform
}

.logo-card2 {
  flex: 0 0 auto
}

.logo-card2 img {
  max-height: 120px;
  width: auto;
  display: block;
  float: left
}

.recognitions-slider:hover .recognitions-track {
  animation-play-state: paused
}