  #acc-panel {
        width: 200px;
        position: fixed;
        top: 0;
        right: -200px;
        height: 100vh;
        background: #fff;
        box-shadow: -3px 0 20px rgba(0, 0, 0, 0.18);
        padding: 15px 20px;
        transition: 0.3s;
        z-index: 999999;
      }
      .acc-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-bottom: 20px;
      }
      .acc-btn {
        background: #f8f8f8;
        border: 1px solid #ddd;
        padding: 15px;
        border-radius: 8px;
        cursor: pointer;
        text-align: center;
        color: #000;
      }
      .acc-btn i {
        display: block;
        margin-bottom: 6px;
      }
      #acc-launch-btn {
        background: #fff;
        color: #111;
        padding: 5px 10px;
        border-radius: 4px;
        border: none;
      }
      .saturation-high {
        filter: saturate(200%);
      }
      .close_btn {
        border-radius: 50%;
        height: 25px;
        width: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .react_popular_topics .more-about {
        font-size: 16px;
        font-weight: 600;
        border-radius: 6px;
        border: 2px solid rgba(0, 48, 110, 0.1);
        padding: 12px 35px;
        color: #00306e;
        display: inline-block;
        margin-top: 60px;
        line-height: 20px;
      }
      .react_popular_topics .more-about:hover {
        background: #d2093c;
        color: #fff;
        border-color: #d2093c;
      }

     /* FULL-WIDTH FIX */
.mega-box {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 20px 30px;
  width: 80vw !important;
  top: 120px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

/* SHOW ON HOVER */
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

/* ALLOW OVERFLOW */
.react-inner-menus,
.react-menus,
#backmenu,
.nav-links {
  overflow: visible !important;
}

/* FIX POSITION */
.nav-links li {
  position: static !important;
}

/* MEGA MENU BOX CONTENT */
.mega-box .content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;   /* ✅ Makes both columns same height */
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 18px;
  box-shadow: 0 30px 30px 0 rgba(10, 0, 45, 0.1);
  color: #000;
}

/* MAKE BOTH COLUMNS STRETCH */
.mega-box .content .col-6,
.mega-box .content .col-4 {
  height: 100%;
}

/* ✅ IMAGE AUTO-FIT HEIGHT */
.mega-box .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  border-radius: 4px;
}

 
      .image-box {
    width: 100%;
    height: auto;
    transition: 0.3s ease;
    object-fit: cover;
}


/* Wrapper must be positioned */
.slider-img {
  position: relative;
}

/* Overlay */
.slider-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.568);   /* ✅ 45% black overlay */
  z-index: 1;
}

/* Bring text over the overlay */
.slider-content {
  position: relative;
  z-index: 2;
}
.react-menus li ul.sub-menu li a
 {
     padding: 5px 20px 5px 20px;
 }
 
 /*.sub-menu {*/
 /*    width:500px;*/
 /*}*/
 
 
 
 .react-header{
    background: transparent !important;
 }
 
 .react-header {
  background: #00000066 !important;
  transition: background-color 0.3s ease;
}
.react-header .react-menus li a { 
     color: #fff;
 }
 .react-header.react-stick .react-header .react-menus li a{
   color: #212529;
 }
.react-header.scrolled {
  /* background: white !important; */
  background: #000000 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); 

}


/*.react-header.scrolled .react-menus li a { */
/*   color: #00306e;*/
/* }*/
.react-wrapper { 
    margin-top: -114px;
}
 .home-sliders .slider-content .slider-btn .react-btn-border {
     background: #fa0d0d;
         box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
         font-size: 18px;
 }
 
.more-about {
       background: #fa0d0d !important;
         box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
         font-size: 16px;
         color: #fff !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 14px 35px;
    display: inline-block;
    line-height: 20px;
 }
  .more-about.placement {
       background: #fbbd08 !important;
         box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
         font-size: 16px;
         color: #000 !important ;
 }
 
    .more-about.placement:hover {
       background: #fa0d0d !important;
         box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
         font-size: 16px;
         color: #fff !important;
         border: 1px solid  #fa0d0d !important;
 }
 .side-buttons {
  position: fixed;
  top: 50%;
  right: 43px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px; /* space between buttons */
  z-index: 1000;
}

.side-btn {
  background-color: #fbbd08; /* yellow button color */
  color: #000;               /* black text */
  text-decoration: none;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px 6px 0 0;
  transform: rotate(-90deg);
  transform-origin: right top;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border:none;
}

.side-btn:hover {
  background-color: #e0a800;
  transform: rotate(-90deg) scale(1.05);
}
.course_title {
    font-family: "Montserrat", Sans-serif;
    font-size: 40px;
    font-weight: 600;
}
 .category_css h4 {
     font-size: 30px;
     font-weight: 600;
 }
  .category_css h5 {
     font-size: 25px;
     font-weight: 600;
 }
 
 .event_text {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
border-top: 1px solid gray;
margin-top: 25px;
padding-top: 20px;
 }
 
 .latest-news {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}
 
 .blog__card--date {
     color: #d2093c !important;
 }
 
 
.container_css {
  width: 100%;
  /*height: 500px;*/
  background-position: center;
  background-size: cover;
  background-image: url(../images/unnamed.jpg);
  background-attachment: fixed;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 🔥 Overlay effect */
.container_css::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* adjust 0.6 for more/less darkness */
  z-index: 1;
}
/* ✔ Make sure text appears above overlay */
.container_css .container {
  position: relative;
  z-index: 2;
}
/* FONT STYLING */
.count__content--paragraph {
  font-size: 25px;
  color: #fff;  /* light gray */
  margin-bottom: 5px;
  font-weight: 500;
}
.count__content--title-1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff; /* white */
}
/* Optional: Add spacing and center alignment */
.count__content {
  text-align: center;
  margin-bottom: 20px;
}
.trending-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.trending-card-picture img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.trending-card-picture {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.trending-card-picture img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
/* Zoom image on hover */
.trending-card-picture:hover img {
  transform: scale(1.1);
}
/* Overlay background */
.trending-card-picture::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000ab; /* red overlay */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
/* Hover text */
.hover-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
  line-height: auto !important;
}
/* Show overlay and text */
.trending-card-picture:hover::before,
.trending-card-picture:hover .hover-text {
  opacity: 1;
  padding: 30px;
}
.trending-card small {
    font-size:12px; 
}
.placementNo {
    color: var(--bs-black);
    border-radius: 6px;
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}
    .placementNo.bigpl .placementNo__title {
        font-size: 13px;
        line-height: 1;
    }
    .placementNo.bigpl .placementNo__num {
        font-size: 30px;
    }
    .placementNo.bigpl {
    background: var(--bs-white);
    border: 1px solid #e9e9e9;
    padding-left: 17px;
}
.placementNo__num sub {
    font-size: 18px;
    bottom: 0;
}
.placementNo.bigpl {
    background: var(--bs-white);
    border: 1px solid #e9e9e9;
    padding-left: 17px;
}
.placementNo__title {
    font-size: 12px;
    line-height: 14px;
    /*font-weight: 300;*/
    display: block;
}
.placementNo__num {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
}
.borderLines {
    /*display: flex;*/
    /*gap: 20px;*/
    margin-top: 32px;
    text-align: center;
}
.borderLines .placementNo {
    background: 0 0;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 24px;
    height: 99px;
    border-right: 1px solid #e9e9e9;
}
.latest-news .blog__thumb img {
  width: 100%;
  /*height: 350px;*/
  object-fit: cover; 
  transition: transform 0.4s ease;
}
.profile_css {
        height: 75px;
        width: 75px;
        border-radius: 50%;
      }
.testimonials-style1 .testimonials-card:hover {
    background: #fbbd0866;
}
.horizontal-accordion {
  width: 100%;
  height: 350px;
  display: flex;
  overflow: hidden;
}
.h-item {
  /*flex: 0.6;*/
  display: flex;
  flex-direction: column;
  background: #fff;
  /*border-right: 1px solid #ccc;*/
  cursor: pointer;
  transition: all 0.4s ease;
  min-width: 50px;
  position: relative;
}
.h-item.active {
  flex: 5;
  background-size: cover;
  background-position: center;
  color: #fff;
  border-radius: 8px;
   margin:0 3px;
}
/* Vertical header */
.h-header {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  padding: 15px 10px;
  background: #dfdfdf;
  color: #000;
  font-weight: 600;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50px;
  border-radius: 8px;
  margin:0 3px;
}
.h-header:hover {
  background: #fa0d0d66;
}
.h-header .icon {
    font-size:25px;
    font-weight: 300;
}
/* Hide the header when expanded */
.h-item.active .h-header {
  display: none;
}
/* Content area displayed on top of background image */
.h-body {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 5;
}
.h-item.active .h-body {
  display: block;
}
/* Text styling on image */
.body-text {
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
.btn_category {
    background-color: #000 !important;
    border-radius: 6px !important;
    color: #fff;
    border: 0;
    letter-spacing: 0;
    font-size: 14px !important;
}
.home-sliders .slider-content .slider-pretitle {
    background: #fbbd08;
    color: #000;
}
.react-header .react-menus li a.react-current-page, .react-header .react-menus li a:hover {
    color: #fa0d0d !important;
    font-weight: 300;
}
.home-sliders .slider-content .slider-btn .react-btn-border:hover {
    background: #fbbd08;
    color: #000;
    border-color: #fbbd08;
}
.more-about:hover {
    background: #fbbd08 !important;
    color: #000 !important;
    border-color: #fbbd08 !important;
}
.about__area h2 em { 
     color: #fbbd08 !important;
}
.react__tittle {
    color: #fa0d0d !important;
     position: relative;
        margin-bottom: 45px !important;
}
.react__tittle em {
    color: #fbbd08 !important;
    font-style: normal;
}
.react-upcoming__event .event__card .event__card--date em {
     color: #fa0d0d !important;
}
.react-upcoming__event .event__card .event_time{
       color: #fbbd08 !important;
}
.section-title {
  position: absolute;
  top: 20px !important;
  left: 50%;
  transform: translateX(-50%);
  font-size: 120px;
  color: #efe0b391 !important;
  font-weight: 700;
}
.popular__course__area .course__item .course__inner ul li:first-child:before {
    background: #fa0d0d;
}
.popular__course__area .course__item .course__inner ul li:first-child {
     color: #212529;
     font-size: 18px;
}
.popular__course__area .course__item .react-course-title a:hover {
    color: #fbbd08;
}
.popular__course__area .course__item { 
    background:#fff;
}
#backscrollUp.home { 
    background: #fbbd08;
}
a:hover {
    color: #fbbd08 !important;
}
.react-footer.home-main .copyright .react-copy-left a {
       color: #fbbd08 !important;
}
.react-footer .footer-top {
    padding-bottom: 0;
}
.iti { 
    width: 100%;
}
  .video-section {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .video-section video {
    width: 100%;
    height: auto;
    display: block;
  }
  .video-text-overlay {
    position: absolute;
    top: 50%;
    left:35%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: left;
    z-index: 10;
  }
  /*.video-text-overlay h2 {*/
  /*  font-size: 48px;*/
  /*  font-weight: 700;*/
  /*}*/
  /*.video-text-overlay span {*/
  /*  font-size: 20px;*/
  /*  display: block;*/
  /*  margin-bottom: 15px;*/
  /*}*/
  /*.video-text-overlay a {*/
  /*  margin-top: 15px;*/
  /*  display: inline-block;*/
  /*}*/
  .slider-pretitle {
    padding: 3px 15px 8px;
    font-size: 26px;
    margin-bottom: 22px;
    font-weight: 400;
    line-height: 32px;
      background: #fbbd08;
    color: #000;
}
.slider-title {
    font-size: 70px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 74px;
    font-weight: 700;
    display: block;
    margin-top: 20px;
}
@media screen and (max-width:768px) {
    .slider-pretitle {
        font-size: 12px;
    }   
    .slider-title {
        font-size:18px;
        line-height: 20px;
    }
    .more-about {
        padding: 10px 20px;
    }
    .about__area h2 {
        font-size:35px
    }
     .horizontal-accordion {
    flex-direction: column;
    height: auto;
  }
  .h-item {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    flex: unset !important;
  }
  /* Show header normally, not vertical */
  .h-header {
    writing-mode: horizontal-tb;
    transform: none;
    width: 100%;
    height: auto;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
  }
  .h-item.active {
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
  }
  /* Body content inside mobile active item */
  .h-item.active .h-body {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .react__title__section h2 {
    line-height: 35px;
  }
  .section-title {
      font-size: 50px;
  }
}
.sub-menu {
  list-style: none;
  padding: 20px;
  border-radius: 10px;
  /* Background Image */
  background-image: url("images/courses/deploma.jpg") !important;
  background-size: cover;
  background-position: center;
  /* Black Overlay */
  position: relative;
  overflow: hidden;
}
.sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* Black overlay */
  z-index: 1;
}
/* Make sure list content appears above overlay */
.sub-menu li,
.sub-menu li a {
  position: relative;
  z-index: 2;
  color: #212529 !important; /* White text on dark overlay */
  display: block;
  padding: 0;
  text-decoration: none;
}
.image-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.image-wrap img {
  display: block;
  width: 100%;
}
/* Glossy overlay */
.image-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
     box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0px 0px rgba(255, 255, 255, 0);
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.3),
    transparent,
    rgba(255, 255, 255, 0.3)
  );;
  
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
/* Show gloss on hover */
.image-wrap:hover::after {
  opacity: 1; 
}
li.image-wrap:hover {
    font-size: 18px;
}
li.image-wrap.menu-active {
    font-size: 18px;
}
.react-menus li ul.sub-menu {
    padding: 10px 0 10px;
}
#react__circle_loader {
        border-color: #fbbd08 #fa0d0d #fbbd08 #fa0d0d;
}
.react-footer.home-main .social-links li a:hover {
    background: #fa0d0d;
    border-color: #fbbd08;
}
.react-footer.home-main .footer-top .footer-menu li a:after {
    background: #fbbd08;
}
.btn-light {
    background: #fff !important;
    color: #000 !important;
    border-radius: 3px !important;
    display: flow !important;
}
.image-section {
  position: relative;
  width: 100%;
  height: 400px; /* full screen */
  background-image: url("../images/about/about-image.jpg"); /* change image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-text-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.45); /* optional dark overlay */
  color: #fff;
}
.slider-pretitle {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.slider-title {
  font-size: 48px;
  font-weight: 700;
  margin: 20px 0;
}
.more-about {
  padding: 12px 30px;
  background: #ff6600;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.chancellor-name{
  font-size:20px;
  font-weight: 600;
}
.chancellor-name small{
  font-size:14px;
}
.accordion-button:not(.collapsed) {
  border-bottom: 1px solid #000!important;
}
.accordion-header{
  border-bottom: 1px solid #000!important;
}