/* ---------- Container ---------- */
.menu-container {
  display: flex;
  width: 100%;
  font-family: Arial, sans-serif;
  min-height: 100vh;
}

/* ---------- Columns ---------- */
.menu-column {
  flex: 1;
  box-sizing: border-box;
  color: #fff;
  display: none;
  /* hidden by default */
  min-height: 100vh;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.menu-column.active {
  display: block;
}

.menu_level1 {
  position: relative;
}

.path-111 {
  position: absolute;
  right: -130px;
  bottom: 0px;
  /* z-index: 9; */
  filter: opacity(0.2);
}
.semesters1 p{text-align: justify;}
/* ---------- Column Colors ---------- */
.level1 {
  background: #383B43;
}

/* dark navy */
.level2 {
  background: #e86f00;
}

/* orange */
.level3 {
  background: #d85f00;
}

/* dark orange */
.level4 {
  background: #ad510b;
}

/* brownish orange */

/* ---------- Column Widths ---------- */
.level1.active {
  flex: 1;
  min-width: 220px;
}

.level2.active {
  flex: 1;
  min-width: 220px;
}

.level3.active {
  flex: 1;
  min-width: 250px;
}

.level4.active {
  flex: 1.5;
  min-width: 350px;
}



/* ---------- Headings ---------- */
.menu-column h4 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  margin-left: 30px;
  margin-top: 3rem;
  font: normal normal normal 18px/24px Roboto Slab;
}

/* ---------- List Style ---------- */
.menu-column ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.menu-column ul li {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}

.menu-column ul li:hover,
.menu-column ul li.active {
  background: #E77817;
  font-weight: bold;
}

.menu-column ul li a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* ---------- Active Highlights ---------- */
.level1 ul li.active {
  background: #e86f00;
  color: #fff;
  font-weight: bold;
}

.level2 ul li.active,
.level3 ul li.active,
.level4 ul li.active {
  background: rgba(0, 0, 0, 0.25);
}

/* ---------- Side Menu (Optional) ---------- */
.sideMenu0 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.sideMenu0.show {
  display: block;
}

.progrm_menu_list {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}

.progrm_menu_list .menu-column {
  flex: 1;
  min-width: 220px;
}

body.fullwidth-programmes .sideMenu1 {
  width: 100vw;
  left: 0;
  max-width: 1300px;
  padding: 0;
  display: block;
  background: #fff;
}
/* .admission-helpline-slide.admission-helpline-slide-new .footer-contact ul{padding-left: 0;} */
.admission-helpline-slide.admission-helpline-slide-new .footer-contact ul li a{padding-left: 0; font-size: 15px !important;}
.apply_now_main.apply_now_main-2025 p {
  padding: 5px 30px 5px 20px;
    background: #febe10;
    font-size: 1rem;
    position: relative;
    width: 50%;
    margin-left: 2rem;
    color: #fff;
}
.apply_now_main.apply_now_main-2025 {position: relative;}
.apply_now_main.apply_now_main-2025 p a{color: #fff; }
.apply_now_main.apply_now_main-2025  p:after {
    content: "";
    background: url(https://staging.reva.ac.in/assets/frontend/images/b-arrow.svg) 0 0 / 100% no-repeat;
    width: 7px;
    height: 18px;
    position: absolute;
    right: 13px;
    top: 10px;
}
/* ---------- Compact Desktop (1024px – 1500px) ---------- */
@media (min-width: 1200px) and (max-width: 1500px) {
  .menu-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* हमेशा 4 column */
    max-width: 1000px;   
    margin: 0 auto;
    gap: 0px;
  }

  .menu-column {
    min-height: 100vh;
  }

  .menu-column h4 {
    font-size: 14px;
    margin-left: 15px;
    margin-top: 2rem;
  }

  .menu-column ul li {
    font-size: 13px;
    /* padding: 10px 18px; */
  }

  body.fullwidth-programmes .sideMenu1 {
    width: 100vw;
    left: 0;
    max-width: 1000px;
    padding: 0;
    display: block;
    background: #fff;
    margin: 0 auto;
  }
}







@media (min-width: 993px) and (max-width: 1199px) {
  .menu-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
  }

  .progrm_menu_list .menu-column {
    min-width: auto;
    flex: unset;
    box-sizing: border-box;
  }

  .menu-column {
    min-height: 100vh;
  }

  .menu-column h4 {
    font-size: 14px;
    margin-left: 15px;
    margin-top: 2rem;
  }

  .menu-column ul li a {
    font-size: 13px;
  }

  body.fullwidth-programmes .sideMenu1 {
    width: 100vw;
    left: 0;
    max-width: 800px;
    padding: 0;
    display: block;
    background: #fff;
    margin: 0 auto;
  }
}





























/* ---------- Extra Buttons ---------- */

.student-portal.newstudent-portal-work a {
  background: #0096A1 !important;
  /* width: 120px; */
  /* left: -120px; */
}

/* .life-reva.life-reva-reva-new a {
  width: 240px;   
  left: -240px;
} */