 html {
      scroll-behavior: smooth;
    }

 body {
      background: #f8f9fa;
      font-family: "Montserrat", sans-serif;
    }
    
   .navbar {
  width: 1104px;
  height: 99px;
  padding: 0px 48px 0px 48px ;
  border-radius: 8px;
  margin:20px 0px 20px 220px ;
  background: white;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  position: sticky;
  top: 20px;
  z-index: 9999;
  align-self: flex-start;
}

.hero-section {background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),url("../images/campus.webp") center/cover no-repeat;border-radius: 0 0 90px 90px;display: flex;justify-content: center;align-items: center;color: white;position: relative;z-index: 1;bottom: 206px;min-height: 159vh;}


.hero-form {
      background: rgb(255, 255, 255);
      backdrop-filter: blur(10px);
      width: 340px;
      min-height: 350px;
      margin-top: 60px;
      border-radius: 20px;
      position:relative;
      left:120px;
    }
.mt-4, .my-4 {
    margin-top: 5.8rem !important;
}
.mt-1, .my-1 {
  margin-top: 20px !important;
}

/* Stats Scrolling Banner */
.stats-scroll-banner {
  background: #D71921;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.stats-scroll-wrapper {
  height: 51px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.stats-scroll-track {
  display: flex;
  white-space: nowrap;
  animation: stats-scroll 30s linear infinite;
}

.stats-scroll-track.stats-scroll-reverse {
  animation: stats-scroll-reverse 25s linear infinite;
}

.stats-scroll-item {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0 50px;
  white-space: nowrap;
  line-height: 51px;
}

@keyframes stats-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes stats-scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

    .ranking-strip {
      background: #ffc107;
      border: solid white 10px;
      border-radius: 10px;
      padding: 32px;
     width: 1100px;
      position: relative;
      z-index: 9999;
      margin-left: 210px;
     font-weight: 500;
     font-size: 27px;
     line-height: 36px;
     text-align:start;
    }
    .ranking-strip img {
      background-color: white;
      width: 166px;
      height: 85px;
      border-radius: 5px;
    }

  .rank-icon {
  width: 120px;
  height: 74px;
  object-fit: contain;  
}
   .feature-card {
  background: #e7e7e7dd;
  padding: 18px;
  border-radius: 13px;
  border: 1.86px #d9d9d9;
  margin-bottom: 20px;
  height: fit-content;
}
.feature-card p{
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
}
.feature-card img {
  width: 40px;
  margin-right: 12px;
}

.feature-card h6 {
  margin-bottom: 4px;
  font-size: 17px;
}

.feature-card > img,
.feature-card > h6 {
  display: inline-block;
  vertical-align: middle;
}
  /* Statistics Banner Section */
.stats-banner-section {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.stats-banner-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}

.stats-banner {
  background: #ffc107;
  border-radius: 10px;
  width: 1192px;
  max-width: 100%;
  height: 175px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
  margin: 0 auto;
  margin-top: -60px;
}

.stats-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  gap: 16px;
  justify-content: center;
  padding: 0 30px;
}

.stats-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stats-icon {
  width: 76px;
  height: 76px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stats-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.stats-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.stats-number {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
}

.stats-label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

.stats-divider {
  width: 2px;
  height: 80px;
  background: #000;
  flex-shrink: 0;
  font-weight: bold;
}

  .leader-img {
      max-width: 355px;
      border-radius: 20px;
    }
.badge-years {
  background: #C7080F;
  color: white;
 width: 165px;
 height: 86px;
  border-radius: 17.12px;
  padding-left: 20px;
  padding-top: 15px;
  position: absolute;
  bottom: -15px;
  left: 60%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1;
}

.object-img1{
  width: 20px;
  height: 17px;
}

.badge-exp {
  font-size: 35px;   
  font-weight: 500;
  display: block;
  text-align: start;   
}

.badge-text {
  margin-top: 6px;
  font-size: 14px;  
  font-weight: 300;
  display: block;
  letter-spacing: 0.5px;
  text-align: start;
}

    .object-img {
  width: 26px;      
  height: 26px;
  vertical-align: middle;
 
}
.content{
    font-size: 48px;
    line-height: 54px;
}
.content-first-line {
    color: #ffc107;
}
.content-second-line {
    white-space: nowrap;
    display: inline-block;
}

.lorem{
    color: #FFFFFF;
    font-weight: 100;
    line-height: 30px;
    font-size: 16px;
}
.text-content{
    color: black;
    font-weight: 600;
    font-size: 35px;
    line-height: 51.35px;
}
.choose{
  letter-spacing: 2.03px;
  font-family: "Montserrat", sans-serif;
  font-size: 20.28px;
  font-weight: 600;
}
.container{
  max-width: 1125px;
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
}

.mbu-box {
  margin-top: -300px !important;
  padding-top: 0 !important;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}
@media (max-width: 1300px) {
 .hero-section {
    min-height: 160vh;
  }
}

@media (max-width: 768px) {

  .navbar {
    width: 95%;
    margin: 12px auto;
    padding: 10px 14px;
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  .navbar img {
    height: 62px;
    @media screen and (max-width: 768px) {
      height: 62px !important;
    }
  }

  .navbar-toggler {
    border: none;
    font-size: 28px;
    background: none;
  }

  .navbar-collapse {
    background: white;
    border-radius: 14px;
    margin-top: 12px;
    padding: 14px 0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  }

  .navbar-nav {
    text-align: center;
  }

  .nav-link {
    font-size: 18px;
    padding: 12px 0;
  }
  .hero-section {
    /* padding-top: 40px; */
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    bottom: 0;
    min-height: 100vh;
    left:0px;
  }


  .content {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .object-img {
    width: 26px;
    height: 26px;
  }
  .lorem {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .hero-form {
    width: 100%;
    height: auto;
    margin: 32px auto 0 auto;
    padding:18px 20px;
    position: relative;
    left: 0;
    display: block;
  }

  /* Stats Scrolling Banner Responsive */
  .stats-scroll-wrapper {
    height: 45px;
  }

  .stats-scroll-item {
    font-size: 14px;
    padding: 0 30px;
    line-height: 45px;
  }

  .ranking-strip {
    width: 64%;
    margin: 0 auto;
    bottom: 0;
    font-size: 16px;
    padding: 12px;
    text-align: center;
    
  }
/* Course selector inside accordion */
.course-filter {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.course-label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.course-select {
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #333;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
  min-width: 300px;
}

.course-select:focus {
  border-color: #D71921;
  box-shadow: 0 0 0 2px rgba(215, 25, 33, 0.1);
  background-color: #f5f5f5;
}

.course-select option {
  padding: 10px;
  background-color: #fff;
}

/* Mobile friendly */
@media (max-width: 768px) {
  .course-filter {
    flex-direction: column;
    align-items: flex-start;
  }

  .course-select {
    width: 100%;
    min-width: 100%;
  }
}

 
.object-img1{
  width: 15px;
  height: 15px;
}
  .ranking-strip img,
  .rank-icon {
    width: 82px;
    height: auto;
  }
  .text-content {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 30px;
  }

  .text-dark-emphasis {
    text-align: center;
    font-size: 14px;
    padding: 0 8px;
  }
  .feature-card {
    padding: 16px;
    margin-bottom: 16px;
  }

  .feature-card img {
    width: 39px;
  }

  .feature-card h6 {
    font-size: 17px;
  }

  .feature-card p {
    font-size: 12px;
    line-height: 18px;
  }
  .leader-img,
  .badge-years {
    margin-bottom: 30px;
  }
  .badge-years {
    margin-left: 15%;
  }
  .container,
  .container-fluid {
   
   margin-bottom: 0px;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .mbu-box{
    margin-top: 20px !important;
   
  }

  /* Statistics Banner Responsive */
  .stats-banner-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .stats-banner-wrapper {
    padding: 0;
  }

  .stats-banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 175px;
    padding: 30px 20px;
    flex-direction: column;
    gap: 20px;
    margin-top: 0px;
  }

  .stats-item {
    width: 100%;
    padding: 0 10px;
    justify-content: flex-start;
  }

  .stats-divider {
    width: 80%;
    height: 2px;
    margin: 10px 0;
    background: #000;
  }

  .stats-number {
    font-size: 36px;
  }

  .stats-label {
    font-size: 14px;
  }

  .stats-icon {
    width: 60px;
    height: 60px;
  }

  .stats-icon img {
    width: 35px;
    height: 35px;
  }

  .choose{
    margin-left: 66px;
    
  }

}
@media (max-width: 400px) {

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

  .lorem {
    font-size: 13px;
  }

  .nav-link {
    font-size: 16px;
  }

  .ranking-strip img {
    width: 70px;
  }
}


.programs-section{
      max-width:1400px;
   margin-left: auto;
  margin-right: auto;
    margin-bottom: 50px;
      padding:24px 16px;
      border-radius:28px;
      color:#fff;
      background-image:url("../images/background.webp");
      background-size:cover;
      background-position:center;
      overflow:hidden;
      min-height:670px;
      margin-top: 40px;
      @media screen and (max-width: 768px) {
        padding: 24px 0px;
      }
    }

.programs-inner {
  max-width: 1100px;            /* extend width */
  margin: 18px auto;           /* center */
  border-radius: 14px;         /* light curve */
  padding: 20px;
  background: #ffffff;
}

.programs-inner .row.g-4 {
  align-items: center;
}
    .programs-label{
      letter-spacing:2px;
      font-size:34px;
      text-transform:uppercase;
      color:#ffffff;
      opacity:.95;
      font-family:"Montserrat",sans-serif;
    }
    .programs-title{
      color:#ffffff;
      font-size:40px;
      margin-top:6px;
    }





    .programs-image{
      width:95%;
      height:400px;
      object-fit:cover;
      border-radius:18px;
    }
    .programs-right{
      max-height:390px;
      overflow-y:auto;
      padding-right:6px;
      padding-top: 20px
    }
    .programs-right::-webkit-scrollbar{
      width:8px;
    }
    .programs-right::-webkit-scrollbar-track{
      background:#e6e6e6;
      border-radius:10px;
    }
    .programs-right::-webkit-scrollbar-thumb{
      background:#ffde59;
      border-radius:10px;
    }

.programs-inner .accordion .accordion-item {
  background: #fff;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  margin-top: 0;
}

.programs-inner .accordion .accordion-item:first-child {
  margin-top: 0;
}

  .programs-inner .accordion-button {
  width: 100%;
  padding: 12px 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  background: #F6C617; /* closed state default */
  border: 0;
  box-shadow: none;
}

.programs-inner .accordion-button.collapsed {
  background:#E4E4E4;
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

    .accordion-button:not(.collapsed){
      background:#ffde59!important;
      color:#000!important;
      font-size: 20px;
  font-weight 500px;
    }
    .accordion-button::after{
      display:block!important;
    }
    .icon-plus::before{
      content:"+";
      font-size:34px;
    }
    .icon-minus::before{
      content:"–";
      font-size:34px;
    }






 .programs-inner .accordion-body {
  background:#FFF7DA;
  padding: 14px 18px 18px;
  color: #444;
  font-size: .95rem;
  border-radius: 0 0 10px 10px;
  margin-top: 0px;

}

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


    .accordion-body h5 {
      margin-bottom: 0px !important;
    }
    
    .programs-list {
      margin-top: 8px;
    }
    
    .programs-list li{
      font-family:"Montserrat",sans-serif;
      color:#727272;
      font-size:.94rem;
      margin-bottom:0;
    }
    .about-single-img{
      width:120%;
      border-radius:20px;
      object-fit:cover;
      position: relative;
      right: 30%;
      margin-top: 0;
    
      
    }

   .about-section {
       /* ⬅ adds space above the section */
    margin-top: 80px;
    margin-bottom: 0px;
    padding-top: 36px;
    padding-bottom: 0px;
}

    .about-text-block{
      max-width:700px;
    }
    .about-label{
      letter-spacing:2px;
      font-size:1rem;
      text-transform:uppercase;
      font-family:"Montserrat",sans-serif;
      opacity:.9;
      
      
    }
    .about-title{
      font-size:40px;
      line-height:51.35px;
      font-family:"Montserrat",sans-serif;
      font-weight: 600;
    }
    .about-para{
      font-size:16px;
      line-height:25.67px;
      color:#727272;
      font-family:"Montserrat",sans-serif;
      margin-bottom:1rem;
      margin-top: 25px;
    }
  .collab-section {
  background:#F3F3F3;
  padding-top:48px; 
  padding-bottom: 0px;
width: 110%;
  margin: 0 auto;
position: relative;
right:70px;
margin-top: -50px;


  }

  /* Responsive styles for about and collab sections */
  @media (max-width: 768px) {
    .about-single-img {
width: 100%;
      right: 0;
      margin-top: 0;
      margin-bottom: 40px;
    }


    .collab-section {
      background:#F3F3F3;
      padding-top:48px; 
      padding-bottom: 0px;
    width: 110%;
  margin: 0 auto;
position: relative;
    right:20px;
    }
   
    .about-section {
      margin-bottom: 15px;
      padding-top: 48px;
    }

    .about-text-block {
      max-width: 100%;
    }

    .about-title {
      font-size: 32px;
      line-height: 36px;
    }

    .about-para {
      font-size: 14px;
      line-height: 22px;
      margin-top: 20px;
    }

  }

  @media (max-width: 480px) {
    .about-single-img {
      width: 110%;
      right: 0;
      margin-top: 0;
      margin-bottom: 30px;
      border-radius: 15px;
    }

    .about-label {
      font-size: 20px;
      letter-spacing: 1px;
      font-family:'Montserrat', sans-serif;
      font-weight: 600;
    }

    .about-title {
      font-size: 27px;
      line-height: 32px;
    }

    .about-para {
      font-size: 16px;
      line-height: 20px;
      margin-top: 15px;
    }
  }
    .collab-label{
      font-family:"Montserrat",sans-serif;
      font-weight:500;
      font-size:20.28px;
      line-height:20.28px;
      letter-spacing:2.03px;
      text-transform:uppercase;
      opacity:.9;
      color: #1D1D1D;
    }
    .collab-title{
      font-family:"Montserrat",sans-serif;
      font-weight:600;
      font-size:40px;
      line-height:51.35px;
      text-align:center;
      margin:13px 0 30px;
    }
    .collab-subtitle{
      font-family:"Montserrat",sans-serif;
      font-weight:400;
      font-size:16px;
      line-height:25.67px;
      text-align:center;
      color:#727272;
      max-width:831px;
      margin:10px auto;
    }
    .collab-layout{
      position:relative;
      max-width:900px;
      margin:40px auto 0;
      aspect-ratio:16/9;
    }
    .collab-earth{
      position:absolute;
      top:40%;
      left:50%;
      width:450px;
      transform:translate(-50%,-50%);
      border-radius:50%;
    }

.logo-card {
  position: absolute;
  background: #ffffff;
  width: 210px;
  height: 95px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
  overflow: hidden; /* ensures smooth swap */
  position: absolute;
}

/* Both images MUST stay in the same position */
.logo-card img {
  position: absolute;       /* keeps both images stacked */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  transition: opacity 0.25s ease;
}

/* Gray visible by default */
.logo-card img.gray {
  opacity: 1;
}

/* Color hidden by default */
.logo-card img.color {
  opacity: 0;
}

/* Hover swap — NO movement */
.logo-card:hover img.gray {
  opacity: 0;
}

.logo-card:hover img.color {
  opacity: 1;
}




    .logo-pos-1{top:3%;left:4%;}
    .logo-pos-2{top:30%;left:-3%;}
    .logo-pos-3{top:60%;left:4%;}
    .logo-pos-4{top:3%;right:4%;}
    .logo-pos-5{top:30%;right:-4%;}
    .logo-pos-6{top:60%;right:4%;}

    /* Responsive styles for collab section */
    @media (max-width: 768px) {
      .collab-section {
        padding-top: 48px !important;
        padding-bottom: 36px !important;
        min-height: auto !important;
      }

      .collab-layout {
        position: static !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
        padding: 0 20px !important;
        margin: 30px auto 0 !important;
        max-width: 100% !important;
        aspect-ratio: auto !important;
        height: auto !important;
        min-height: 600px !important;
      }

      .collab-earth {
        position: static !important;
        transform: none !important;
        width: 500px !important;
        max-width: 90% !important;
        height: auto !important;
        margin: 0 auto 20px !important;
        display: block !important;
        order: -1;
      }

      .logo-card {
        position: relative !important;
        width: 100% !important;
        max-width: 280px !important;
        height: 95px !important;
        margin: 0 auto !important;
        flex-shrink: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent !important;
      }

      .logo-card img {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-width: 85% !important;
        max-height: 70px !important;
        width: auto !important;
        height: auto !important;
        transition: opacity 0.25s ease !important;
        pointer-events: none !important;
      }

      /* Gray visible by default in responsive */
      .logo-card img.gray {
        opacity: 1 !important;
        display: block !important;
      }

      /* Color hidden by default in responsive */
      .logo-card img.color {
        opacity: 0 !important;
        display: block !important;
      }

      /* Hover swap — same as desktop (works on devices with hover and touch) */
      .logo-card:hover img.gray,
      .logo-card:active img.gray,
      .logo-card.logo-hover img.gray {
        opacity: 0 !important;
      }

      .logo-card:hover img.color,
      .logo-card:active img.color,
      .logo-card.logo-hover img.color {
        opacity: 1 !important;
      }

      .logo-pos-1,
      .logo-pos-2,
      .logo-pos-3,
      .logo-pos-4,
      .logo-pos-5,
      .logo-pos-6 {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin: 0 !important;
      }

      .collab-title {
        font-size: 27px;
        line-height: 36px;
        font-weight: 600;
      }

      .collab-subtitle {
        padding: 0 20px;
      }
    }

    @media (max-width: 480px) {
      .collab-section {
        padding-top: 36px !important;
        padding-bottom: 32px !important;
      }
      .collab-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        padding: 0 10px !important;
        min-height: 550px !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        position: static !important;
        text-align: center !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .collab-earth {
        width: 100% !important;
        max-width: 900px !important;
        height: 350px!important;
        margin: 37px auto !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
      }

      .logo-card {
        max-width: 220px !important;
        height: 85px !important;
        position: relative !important;
        margin: 0 auto !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent !important;
      }

      .logo-card img {
        max-width: 80% !important;
        max-height: 60px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        transition: opacity 0.25s ease !important;
        pointer-events: none !important;
      }

      /* Gray visible by default in responsive */
      .logo-card img.gray {
        opacity: 1 !important;
        display: block !important;
      }

      /* Color hidden by default in responsive */
      .logo-card img.color {
        opacity: 0 !important;
        display: block !important;
      }

      /* Hover swap — same as desktop (works on devices with hover and touch) */
      .logo-card:hover img.gray,
      .logo-card:active img.gray,
      .logo-card.logo-hover img.gray {
        opacity: 0 !important;
      }

      .logo-card:hover img.color,
      .logo-card:active img.color,
      .logo-card.logo-hover img.color {
        opacity: 1 !important;
      }

    
    }

    @media (max-width:768px){
      .programs-title{font-size:34px;}
      
      .programs-label{
        font-size: 20px;
      }
      
      .programs-section .d-flex.justify-content-center {
        gap: 4px !important;
      }
      
      .programs-section .d-flex.justify-content-center img[src*="object2"] {
        width: 16px !important;
        height: auto;
      }
      
      .accordion-button{
        margin-top: 10px;
      }
   
    }


.placement-section {
  margin-top: 80px;
  font-family: "Montserrat", sans-serif;
   
}

.placement-section .placement-wrapper {
  
  position: relative;
   margin-top: 0 !important;        /* ensure no extra top margin */
  padding-top: 8px !important;    /* reduce top padding (was large) */
  padding-bottom: 12px !important;
  
 
}




/* Heading */
.placement-section .placement-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1D1D1D;
  font-family: "Montserrat" , sans-serif;
}

.placement-section .placement-tag-icon {
  height: 18px;
}

.placement-section .placement-heading {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* LEFT IMAGE */
.placement-section .placement-img {
  width: 110%;
  height: 420px;
  object-fit: cover;
  margin-left: -20px;
  margin-top: 16px;
  border-radius: 18px;
  display: block;
}
.placement{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20.28px;
  line-height: 20.28px;
  letter-spacing: 2.03px;
  text-transform: uppercase;
  opacity: .9;
  color: #1D1D1D;

}
/* TESTIMONIAL CARD */
.placement-section .testimonial-card {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  margin-top: 8px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  height: 245px;
  width: 100%;
   padding-top: 28px; 
  max-width: 900px;
  margin-left: 6px; /* Move right */
}

/* Yellow background */
.placement-section .yellow-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  border-radius: 0 22px 22px 0;
  overflow: hidden;
  z-index: 1;
}

.placement-section .yellow-layer {
  position: absolute;
  width: 110%;
  height: 120%;
  object-fit: contain;
}

.placement-section .yellow-layer.light {
  z-index: 2;
  right: 10px;
}

.placement-section .yellow-layer.dark {
  z-index: 3;
  left: 10px;
}

/* Quote Icon */
.placement-section .quote-bg {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 200px;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.placement-section .testimonial-body {
  position: relative;
  z-index: 4;
  max-width: 63%;   /* ← FIXED WIDTH */
}

/* Text */
.placement-section .testimonial-text {
  color: #6b6b6b;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}

.placement-section .student-name {
  color: #034833;
  font-weight: 700;
  font-size: 26px;
}

.placement-section .student-role {
  color: #6b7280;
  font-size: 16px;
}

/* Student Photo */
.placement-section .student-photo {
  position: absolute;
  right: 25px;
  top: 40%;
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
  border-radius: 79.5px;
  border: 3px solid #ffffff;
  z-index: 5;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

/* Salary Badge */
.placement-section .salary-badge {
  position: absolute;
  right: 25px;
  bottom: 10px;
  background: #ffffff;
  width: 190px;
  height: 52px;
  padding: 0 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
  z-index: 6;
}

.placement-section .salary-badge img {
  width: 90px;
  height: 40px;
  transition: opacity 0.3s ease;
  object-fit: contain;
}

/* STATS BOX */
.placement-section .stats-box {
  margin-top: 12px;
  background: #d62828;
  color: #ffffff;
  border-radius: 18px;
  padding: 12px 6px;
  width: 100%;
  max-width: 900px;
  /* align with testimonial card */
}

/* Title */
.placement-section .stats-title {
  font-size: 42px;
  font-weight: 700;
}

/* Paragraph */
.placement-section .stats-box p {
  font-size: 13px;
  font-weight: 400;
}

.placement-section .stats-box .col-md-3 {
  flex: 0 0 20%;      /* 5 columns */
  max-width: 20%;
}


.stats-last-item {
  text-align: center;
  margin: 0 auto;
}

.campus-wrapper {
  margin-bottom: 24px !important;  /* previously large — reduce to ~24px */
}

/* Clean up invalid declarations so browser doesn't ignore them */
.placement-section .placement-wrapper,
.placement-section .placement-wrapper {
  margin-bottom: 0 !important;
  bottom: 0 !important;
}
.pt-5, .py-5 {
    padding-top: 1rem !important;
}
@media (max-width: 768px) {
  .placement-section .stats-box .col-md-3 {
    flex: 0 0 50%;      /* 2 per row */
    max-width: 50%;
  }

  .stats-last-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 18px;
  }
  .placement-section .placement-heading {
  font-size: 27px;
}

}

      
@media (max-width: 991.98px) {
    .placement-circle{
        display: none;
    }
  .placement-section .placement-img {
    width: 100%;
    margin-left: 0;
    
  }
  .about-single-img{
    width: 100%;
    position: relative;
    right: 0%;
    top: 0px;
  }

  .placement-section .testimonial-card {
    margin-left: 0; /* center on mobile */
    padding: 12px 10px;
    height: auto;
    min-height: 350px;
  }

  .placement-section .testimonial-body {
    max-width: 100%; /* full width on mobile */
    padding-right: 0;
  }

  .placement-section .testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
  }

  .placement-section .student-name {
    font-size: 24px;
  }

  .placement-section .student-role {
    font-size: 15px;
  }

  .placement-section .student-photo {
    position: static;
    margin: 25px auto;
    width: 160px;
    height: 160px;
    transform: none;
    display: block;
  }

  .placement-section .salary-badge {
    position: static;
    margin: 20px auto 0;
    width: 100%;
    max-width: 280px;
    font-weight: 700;
    justify-content: center;
    gap: 10px;
  }

  .placement-section .salary-badge img {
    width: 140px;
    height: 40px;
    object-fit: contain;
  }

  .placement-section .stats-title {
    font-size: 34px;
  }
}


@media (max-width: 767.98px) {

      .placement-circle{
        display: none;
    }

  .placement-section .yellow-right {
    display: none;
  }

  .placement-section .quote-bg {
    width: 180px;
    left: 30%;
  }

  .placement-section .testimonial-card {
    padding: 12px 10px;
    height: auto;
    min-height: 380px;
    margin-left: 0;
    max-width: 100%;
  }

  .placement-section .testimonial-body {
    max-width: 100%;
    padding-right: 0;
  }

  .placement-section .testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
  }

  .placement-section .student-name {
    font-size: 24px;
  }

  .placement-section .student-role {
    font-size: 15px;
  }

  .placement-section .student-photo {
    position: static;
    margin: 25px auto;
    width: 160px;
    height: 160px;
    transform: none;
    display: block;
  }

  .placement-section .salary-badge {
    position: static;
    margin: 20px auto 0;
    width: 100%;
    max-width: 280px;
    font-weight: 700;
    justify-content: center;
    gap: 10px;
  }

  .placement-section .salary-badge img {
    width: 140px;
    height: 40px;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .placement-section .testimonial-card {
    padding: 12px 10px;
    min-height: 350px;
  }

  .placement-section .testimonial-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .placement-section .student-name {
    font-size: 22px;
  }

  .placement-section .student-role {
    font-size: 14px;
  }

  .placement-section .student-photo {
    width: 140px;
    height: 140px;
  }

  .placement-section .salary-badge {
    max-width: 260px;
    font-size: 13px;
  }

  .placement-section .salary-badge img {
    width: 140px;
    height: 40px;
    object-fit: contain;
  }

  .placement-section .quote-bg {
    width: 150px;
  }
}

@media (max-width: 991.98px) {
  .marquee-btm { margin-bottom: 6px !important; }
  .placement-section .placement-wrapper { padding-top: 20px !important; }
  .placement-section .testimonial-card { margin-top: 6px !important; }
  .placement-section .stats-box { margin-top: 20px !important; }
}
  .marquee-btm{
    margin-bottom: 6px;
  }        
  .marquee {
  margin-top: 0px;  
  width: 100%;
  overflow: hidden;
  position: relative;
}
.track {
  display: flex;
  width: max-content;
  gap: 14px;
} /*border chnages*/
.marquee img {
  width: 240px;
  height: 100px;
  object-fit: contain;
  background: #FBFBFB;
  padding: 12px 18px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
/* Manual navigation container */
.marquee-container {
  position: relative;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.marquee-track {
  display: flex;
  gap: 14px;
  transition: transform 0.3s ease;
  width: max-content;
}
.marquee-track .rank-icon {
  width: 240px;
  height: 100px;
  object-fit: contain;
  background: #FBFBFB;
  padding: 12px 18px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  flex-shrink: 0;
}
.marquee-controls {
  position: absolute;
  top: 30%;
  transform: translateY(-40%);
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
.marquee-arrow {
  background: #D71921;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: all 0.3s ease;
  padding: 0;
  pointer-events: all;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: absolute;
}
.marquee-arrow-left {
  left: -14px;
 
}
.marquee-arrow-right {
  right: -14px;
}
.marquee-arrow:hover:not(:disabled) {
  background: #b0151a;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.marquee-arrow:active:not(:disabled) {
  transform: scale(0.95);
}
.marquee-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.marquee-arrow:disabled:hover {
  transform: scale(1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.marquee-arrow svg {
  width: 20px;
  height: 20px;
}
/* Auto-scroll animations for placement logos marquee (not ranking section) */
.marquee.left .track {
  animation: scrollLeft 18s linear infinite;
}
.marquee.right .track {
  animation: scrollRight 18s linear infinite;
}
@keyframes scrollLeft {
  from { transform: translateX(0); }
  to   { transform: translateX(-33.33%); }
}
@keyframes scrollRight {
  from { transform: translateX(-33.33%); }
  to   { transform: translateX(0); }
}
@media (max-width: 768px) {
  .marquee img {
    width: 95px;
    height: 55px;
  }
  .marquee-track .rank-icon {
    width: 95px;
    height: 55px;
  }
  .marquee-container {
    padding: 0 40px;
  }
  .marquee-arrow {
    width: 26px;
    height: 26px;
  }
  .marquee-arrow svg {
    width: 18px;
    height: 18px;
  }
  .marquee-arrow-left {
    left: -5px;
  }
  .marquee-arrow-right {
    right: -5px;
  }
}
  .mbu-red-box {
  background: #d71920;
  border-radius: 28px;
  padding: 20px 30px 70px;
}

.mbu-facilities-tag {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 12px;
}

.mbu-facilities-heading {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}

.mbu-img-box {
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  height: 400px;
  position: relative;
  bottom: 60px;
}

.mbu-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .mbu-facilities-heading {
    font-size: 34px;
  }

  .mbu-img-box {
    height: 180px;
  }
}
 .campus-wrapper {
      position: relative;
      max-width: 1216px;
      margin-top: 280px;
      margin-bottom: 260px;
    }

    .campus-redbox {
      background:#D71921;
      height: 440px;
      border-radius: 16px;
      padding: 140px 40px 160px 40px;
      text-align: center;
      color: white;
      position: relative;
      z-index: 1;
      overflow: visible;
      width: 100%;
      max-width: 1216px;
      margin: 0 auto;
    }

    .campus-redbox h2 {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 40px;
      line-height: 51.35px;
      letter-spacing: 0%;
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      position: relative;
      z-index: 3;
    }

    .campus-img-row {
      position: absolute;
      width: 100%;
      left: 0;
      z-index: 2;
    }

    .campus-img-top {
      top: 0;
      transform: translateY(-50%);
    }

    .campus-img-bottom {
      bottom: -20px;
      transform: translateY(50%);
    }

    .campus-img {
      width: 220px;
      max-width: 289px;
      height: 280px;
      object-fit: cover;
      border-radius: 10px;
    }
      
    /* Hide duplicate images on desktop/web */
    .campus-img-row .col-auto:nth-child(n+4) {
      display: none;
    }

    .campus-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 0px;
  letter-spacing: 4.07px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 10px auto;
}

      .object2-img {
  width: 26px;      
  height: 26px;
  vertical-align: middle;
 
}
/* Responsive styles for campus section */
@media (max-width: 991.98px) {
  .campus-wrapper {
    margin-top: 180px;
    margin-bottom: 180px;
    max-width: 100%;
    padding: 0 20px;
  }

  .campus-redbox {
    width: 100% !important;
    right: 0 !important;
    padding: 120px 30px;
    height: auto;
    min-height: 400px;
  }

  .campus-redbox h2 {
    font-size: 16px;
    line-height: 40px;
    margin-top: 15px;
  }

  .campus-img {
    width: 180px;
    height: 220px;
  }

  .campus-subtitle {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 2px;
  }

  .object2-img {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 768px) {
  .campus-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
    overflow-x: hidden;
    padding: 0 15px;
  }

  .campus-redbox {
    padding: 100px 20px 80px;
    height: auto;
    min-height: 350px;
    border-radius: 12px;
    overflow: hidden;
  }

  .campus-redbox h2 {
    font-size: 16px;
    line-height: 36px;
    margin-top: 12px;
    padding: 0 10px;
  }

  .campus-img-row {
    display: flex !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
    position: relative;
    width: max-content;
    gap: 15px;
    animation: campus-scroll 15s linear infinite;
    will-change: transform;
  }

  .campus-img-row .col-auto {
    flex-shrink: 0;
  }

  /* Show all images including duplicates in responsive */
  .campus-img-row .col-auto:nth-child(3) {
    display: block;
  }

  .campus-img-row .col-auto:nth-child(n+4) {
    display: block !important;
  }

  .campus-img {
    width: 140px;
    height: 140px;
    flex-shrink: 0;
  }
  
  .campus-img-top {
    top: -20px;
    transform: none;
    position: relative;
  }

  .campus-img-bottom {
    bottom: -20px;
    transform: none;
    position: relative;
  }

  @keyframes campus-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .campus-subtitle {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .object2-img {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .campus-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 10px;
  }

  .campus-redbox {
    padding: 80px 15px 60px;
    min-height: 300px;
    border-radius: 12px;
  }

  .campus-redbox h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
    padding: 0 5px;
  }

  .campus-img-row {
    animation: campus-scroll-mobile 12s linear infinite;
    gap: 12px;
    width: max-content;
    will-change: transform;
  }

  .campus-img {
    width: 110px;
    height: 110px;
  }

  .campus-img-top {
    top: -15px;
  }

  .campus-img-bottom {
    bottom: -15px;
  }

  @keyframes campus-scroll-mobile {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .campus-subtitle {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .object2-img {
    width: 16px;
    height: 16px;
  }
}


 .faq-section{
      padding:30px 0;
      background-color:#F3F3F3;
      padding-top: 70px;
      width: 106%;
      position: relative;
      /* right: 60px; */
      bottom: 80px;
      top: 30px;
    }

    .faq-label{
      font-family:"Montserrat",sans-serif;
      font-size:16px;
      letter-spacing:2.03px;
      text-transform:uppercase;
      font-weight:400;
      margin-bottom:16px;
    }

    .faq-title{
      font-family:"Montserrat",sans-serif;
      font-size:40px;
      font-weight:600;
      margin-bottom:40px;
    }

   .faq-accordion .accordion-item{
  border: none !important;
  background: transparent;
  overflow: visible;
  max-width: 1000px;
  width: 100%;
  margin: 10px 0;
  border-radius: 0; /* remove weird rounded border */
}
  .faq-accordion .accordion-button{
  background: #F6C617;
  color: #2f2e2e;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;          /* Better line height for readability */
  letter-spacing: 0;
  text-align: left;           /* Left align for better readability */
  font-style: "semi-bold";
  padding: 17px 18px;
  min-height: 56px;                 /* exact height you wanted */
  height: auto;                     /* fixes the box height */
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px 10px 10px 10px;     /* top corners rounded only */
  transition: background .2s, color .2s;
  border: none;              /* remove dividing border */
  width: 100%;
  box-shadow: none;
  outline: none;
  position: relative;
  z-index: 2;
  word-wrap: break-word;     /* Prevent text overflow */
}
    /* Active (open) state */
    .faq-accordion .accordion-button:not(.collapsed){
      background:#D71921!important;
      color:#F3F3F3!important;
      width: 100;
    }

    /* remove bootstrap focus shadow */
    .faq-accordion .accordion-button:focus,
    .faq-accordion .accordion-button:active{
      box-shadow:none!important;
      outline:none!important;
    }

    /* Remove default arrow */
    .faq-accordion .accordion-button::after{
      display:none!important;
    }

    /* Custom arrow using background images */
  .faq-arrow{
  width:30px;
  height:30px;
  margin-left:20px;
  background-image: url("../images/drop2.webp"); /* default arrow when closed */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .25s, background-image .2s;
  transform: rotate(0deg);
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: #D71921 !important;  /* red when open */
  color: #fff !important;
   border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  top: 0.5px;       /* fixes sub-pixel seam on some browsers */
  z-index: 4;  

}

.faq-accordion .accordion-button:not(.collapsed) .faq-arrow {
  background-image: url("../images/drop1.webp"); /* arrow for opened state */
  transform: rotate(180deg);
}
    .faq-accordion .accordion-button:not(.collapsed) .faq-arrow{
      background-image:url("../images/drop1.webp");
      transform:rotate(180deg);
    }

  .faq-body{
  background: #FFF7DA;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000;

  padding: 18px 26px;
  text-align: left;
  border-radius: 0 0
  }


    @media (max-width: 991.98px) {
      .faq-section {
        width: 100% !important;
        right: 0 !important;
        padding: 50px 20px 30px;
        bottom: 0;
        position: relative;
      }

      .faq-section .container {
        max-width: 100%;
        padding: 0 15px;
      }

      .faq-title {
        font-size: 34px;
        margin-bottom: 30px;
      }

      .faq-label {
        font-size: 18px;
        margin-bottom: 12px;
      }

      .faq-accordion .accordion-item {
        margin-bottom: 15px;
      }

      .faq-accordion .accordion-button {
        font-size: 15px;
        padding: 12px 16px;
        min-height: 60px;
        text-align: left;
      }

      .faq-arrow {
        width: 26px;
        height: 26px;
        margin-left: 12px;
        flex-shrink: 0;
      }

      .faq-body {
        font-size: 15px;
        line-height: 26px;
        padding: 16px 20px;
      }
    }

    @media (max-width: 768px) {
      .faq-section {
        width: 100% !important;
        right: 0 !important;
        padding: 40px 15px 25px;
        bottom: 0;
        position: relative;
      }

      .faq-section .container {
        max-width: 100%;
        padding: 0 10px;
      }

      .faq-title {
        font-size: 28px;
        margin-bottom: 25px;
      }

      .faq-label {
        font-size: 16px;
        margin-bottom: 10px;
        letter-spacing: 1.5px;
      }

      .faq-accordion .accordion-item {
        margin-bottom: 12px;
      }

      .faq-accordion .accordion-button {
        font-size: 16px;
        padding: 12px 14px;
        min-height: auto;
        line-height: 1.5;
        text-align: left;
      }

      .faq-arrow {
        width: 24px;
        height: 24px;
        margin-left: 10px;
        flex-shrink: 0;
      }

      .faq-body {
        font-size: 16px;
        line-height: 24px;
        padding: 16px 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
      }
    }

    @media (max-width: 480px) {
      .faq-section {
        padding: 30px 10px 20px;
        position: relative;
      }

      .faq-section .container {
        max-width: 100%;
        padding: 0 5px;
      }

      .faq-title {
        font-size: 32px;
        margin-bottom: 20px;
      }

      .faq-label {
        font-size: 16px;
        margin-bottom: 8px;
        letter-spacing: 1px;
      }

      .faq-accordion .accordion-item {
        margin-bottom: 10px;
      }

      .faq-accordion .accordion-button {
        font-size: 16px;
        padding: 10px 12px;
        min-height: auto;
        line-height: 1.4;
      }

      .faq-arrow {
        width: 24px;
        height: 24px;
        margin-left: 8px;
      }

      .faq-body {
        font-size: 16px;
        line-height: 22px;
        padding: 14px 16px;
        font-weight:400;
        font-family: 'Montserrat', sans-serif;
      }
    }

    
      .mbuHeroWrap {
      position: relative;
      border-radius: 25px;
      overflow: hidden;
    }

    .mbuHeroImg {
      width: 100%;
      height: 382px;
      object-fit: cover;
    }

    .mbuHeroOverlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.071));
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      padding: 30px;
      background-color: #0a00009e;
    }

    .mbuHeroTitle {
      font-weight:600;
      font-size: 40px;
      line-height: 51.35px;
      max-width: 550px;
    }

    .mbuHeroBtn {
      background: #D71921;
      border: none;
      font-weight: 500;
      padding: 10px 25px;
      margin-top: 15px;
    } 
   .mbuContactStrip {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #F5F5F5; 
 
}

.mbuContactStrip .row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  
}

    .mbuContactStrip .col-md-6:last-child {
      padding-left: 110px; /* Slight left positioning for contact items */
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 0;
      margin-top: 20px;
    }

    .mbuContactItem {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-weight: 400;
      font-size: 15px;
      margin: 0;
      line-height: 25.24px;
      width: 100%;
    }

    .mbuContactItem:not(:last-child) {
      margin-bottom: 12px;
    }

    /* All items aligned consistently */
    .mbuContactItem:last-child {
      margin-bottom: 0;
    }

    .mbuContactIcon {
      width: 20px;
      height: 20px;
      fill: #F6C617;
      flex-shrink: 0;
    }
 /* Footer: normal centered footer (placed OUTSIDE .page-center-wrap) */
.mbuFooterBar {
  width: 100%;               /* fills the page-center width */
       /* center and add top gap */
  box-sizing: border-box;
  padding: 17px 19px;
  background: #D71921;
  color: #fff;
  font-size: 14px;
  z-index: 10;
  line-height: 1.5;
}

.mbuFooterBar .btn {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  white-space: nowrap;
}


/* If you want a slightly wider footer on very large screens, raise max-width value above */

 @media (max-width: 991.98px) {
  .mbuContactStrip {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .mbuContactStrip .row {
    padding: 0 15px;
  }

  .mbuContactStrip .col-md-6:last-child {
    padding-left: 20px;
  }

  .mbuContactItem {
    font-size: 14px;
    line-height: 24px;
    gap: 15px;
    align-items: flex-start;
  }

  .mbuContactItem:last-child {
    margin-left: 0;
    align-items: flex-start;
  }

  .mbuContactIcon {
    width: 18px;
    height: 18px;
  }

  .mbuFooterBar {
    padding: 15px 15px;
    font-size: 13px;
  }
}

 @media (max-width: 768px) {

  .mbuHeroImg {
    height: 260px;
  }

  .mbuHeroTitle {
    font-size: 25px;
    line-height: 30px;
    max-width: 100%;
  }

  .mbuHeroBtn {
    padding: 8px 20px;
    font-size: 14px;
  }

  /*  LOGO SMALLER */
  .mbuMobileCenter img {
    width: 170px !important;
  }

  /* CONTACT STACK UNDER LOGO */
  .mbuContactStrip {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mbuContactStrip .row {
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
  }

  .mbuContactStrip .col-md-6:last-child {
    padding-left: 20px;
    margin-top: 20px;
  }

  .mbuContactItem {
    justify-content: flex-start;
    margin-left: 0 !important;
    font-size: 14px;
    line-height: 22px;
    gap: 12px;
    align-items: flex-start;
  }

  .mbuContactItem:last-child {
    margin-left: 0 !important;
    align-items: flex-start;
  }

  .mbuContactIcon {
    width: 18px;
    height: 18px;
  }

  .mbuFooterBar {
    padding: 14px 12px;
    font-size: 12px;
    margin: 20px auto 0;
  }
}

@media (max-width: 480px) {
  .mbuContactStrip {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .mbuMobileCenter img {
    width: 160px !important;
    
  }

  .mbuContactItem {
    font-size: 13px;
    line-height: 20px;
    gap: 10px;
    margin: 8px 0;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .mbuContactItem:last-child {
    align-items: flex-start;
  }

  .mbuContactIcon {
    width: 16px;
    height: 16px;
  }

  .mbuFooterBar {
    padding: 12px 10px;
    font-size: 11px;
    margin: 15px auto 0;
    line-height: 1.4;
  }
}

.container.my-5 {
  margin-top: 200px !important;
  margin-bottom: 20px;
}

/* GAP FROM ABOVE SECTION */
.video-section {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0;   /* 👈 GAP ABOVE */
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
  text-decoration: none;
}

/* THUMBNAIL IMAGE */
.video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* PLAY BUTTON (YouTube style) */
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 50px;
  transform: translate(-50%, -50%);
  background: #ff0000;
  border-radius: 14px;
  z-index: 3;
}

.video-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

/* TEXT OVERLAY */

/* HOVER EFFECT */
.video-section:hover .video-play {
  background: #cc0000;
  transform: translate(-50%, -50%) scale(1.08);
  transition: all 0.25s ease;
}

/* MOBILE */
@media (max-width: 768px) {
  .container.my-5 {
    margin-top: 0 !important;
  }

  .video-section {
    margin-top: 0;
  }

  .video-play {
    width: 56px;
    height: 40px;
  }
}

    /* ADMISSION SECTION */
    .admission-title {
      text-align: center;
      font-size: 40px;
      font-weight: 600;
      line-height: 51px;
      margin: 0 0 0px;
    }

    .steps-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
     /*removed*/
    }

    .step-box {
  text-align: center;
  width: 150px;          
  min-width: 150px;
  max-width: 150px;
  height: 180px;         
  min-height: 180px;
  max-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  box-sizing: border-box;
  overflow: visible;
  padding: 8px 5px;
}

.step-box img {
  width: 111px;          
  height: 106px;          
  object-fit: contain;
  display: block;
  margin: 5px auto;
  background: #D71921;  
  border: 1.12px solid #000;
  border-radius: 4.46px;
  padding: 10px;
  flex-shrink: 0;
}

.step-box h6 {
  font-size: 22.62px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  letter-spacing: 2.26PX;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  flex-shrink: 0;
}

.step-box p {
  font-size: 17.85px;
  line-height: 21px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  min-height: 32px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  overflow: visible;
  margin-top: 20px;
   /* ✅ Keeps text area equal even if content changes */
}


    .arrow-img {
      width: 60px;
      height: auto;
      margin: 0 15px;
      align-self: center;
      flex-shrink: 0;
    }
@media (max-width: 768px) {

  /* ✅ FORCE VERTICAL STACKING */
  .steps-wrapper {
    flex-direction: column;   /*  Makes steps vertical */
    align-items: center;
  }

  .step-box {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    margin-top: 40px; /* 10px gap above each step in responsive */
    box-sizing: border-box;
    overflow: hidden;
  }

  .arrow-img {
    display: none;  /* Hide arrows on mobile */
  }

  .step-box p {
    font-size: 16px;
  }
}
/* Purpose: neutralize the main fixed left offsets so the whole page centers when zoomed out,
   while preserving alignment rules that define the look. */

/* Center the whole page visually without changing your exact widths/heights */
body > .page-center-wrap { max-width: 1400px; margin: 0 auto; position: relative; overflow: visible; height: auto; }

/* Keep navbar visually centered while preserving its original dimensions */
.navbar {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Prevent the heavy left-margin on ranking-strip from pushing content right at wide viewports */
.ranking-strip {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Make main container elements respect centered page */
.container, .container-fluid, .mbu-box, .programs-section, .campus-wrapper, .placement-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  
}

/* Keep hero form aligned inside its column (don't override hero padding to avoid layout shifts) */

/* Ensure marquee and track don't create extra horizontal overflow when zooming */
.marquee, .marquee .track { max-width: 100%; box-sizing: border-box; }

/* Final safety: avoid horizontal scroll due to tiny rounding at extreme zooms */
html, body { overflow-x: hidden; min-width: 320px; }

/* Horizontal slide animation */
.testimonial-slide {
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.slide-out-left {
  transform: translateX(-40px);
  opacity: 0;
}

.slide-in-right {
  transform: translateX(40px);
  opacity: 0;
}

.trans-top{
  display: block;
  position: relative;
  z-index: 1;
  transform: translateY(-342px);
  overflow: hidden;
  margin-bottom: 42px !important;
  @media screen and (max-width: 768px) {
    transform: translateY(-132px);
    margin-bottom: -122px !important;
  }
}
h5{
  font-size: 1rem ;
}

span.content-second-line,.stats-box p
,.campus-subtitle,.campus-wrapper h2
,.mbuHeroTitle

{
    color: #fff;
}


.stats-title {
    padding:15px;
}
.navbar.d-flex{
  display: flex !important;
}



.accordion-body h5.fw-bold {
  margin-top: 16px;
}