
   :root {
    --theme-primary: #1e105d;
    --theme-secondary: #FFC107;
    --theme-danger: #dc0000;
    --theme-success: #009a29;
    --theme-logo: #75002f;

    /* --font-Marcellus: "Frontend/fonts/Marcellus-Regular.ttf"; */

}
   
   html {
      scroll-behavior: smooth;
    }

body {
  font-family: 'Rubik', sans-serif;
  margin: 0;
  padding: 0;
  /* padding-top: 100px; */
}

h1,h2,h3,h4,h5 {
  color: var(--theme-primary);
  font-family: "Marcellus", serif;
}
h6 {
  color: #000;
  font-family: "Marcellus", serif;
}
p {
  font-size: 14px;
}
a {
  color: var(--theme-primary);
}

 .side-round {
  background: var(--theme-secondary);
 } 

    /* Top Bar */
    .top-bar {
      position: relative;
      background-color: #000;
      color: white;
      padding: 5px 20px;
      font-size: 14px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: inset 0 90px 60px -40px rgb(9,91,166);
    }



    .main-header.header-style-one {
      position: relative;
    }
    .main-header {
      position: relative;
      display: block;
      width: 100%;
      z-index: 9999;
      clear: both;
    }



    /* Navbar Wrapper */
    .navbar-wrapper {
      /* background: #1e105d; */
      background: linear-gradient(to right, #1e105d, #7668b3, #1e105d );
      border-radius: 40px;
      position: fixed;
      top: 35px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      max-width: 1400px;
	  /*max-width: 1200px;*/
      padding: 5px 15px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      transition: all 0.3s ease;
      border: 1px solid #fff;
    }




    /* Navbar */
    .navbar {
      padding: 0;
    }

    .nav-link {
      color: #fff !important;
      /* font-weight: bold; */
      padding: 10px 20px;
      transition: all 0.2s;
    }

    .nav-link:hover {
      background-color: rgba(255,255,255,0.1);
      border-radius: 5px;
    }

    /* Dropdown Menu */
    /* .dropdown-menu {
      border-radius: 0 0 10px 10px !important;
      background-color: #2c4f88;
      border: none;
    }

    .dropdown-item {
      color: white !important;
      padding: 8px 20px;
      transition: all 0.3s;
    }

    .dropdown-item:hover {
      background-color: rgba(255,255,255,0.1) !important;
    } */
/* Show dropdown menu on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove Bootstrap's default offset */
}

/* Optional: prevent flicker when moving mouse */
.navbar-nav .dropdown-menu {
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* Keep your existing dropdown styles */
.dropdown-menu {
  border-radius: 0 0 10px 10px !important;
  background: #1e105d;
  border: none;
}

.dropdown-item {
  color: white !important;
  padding: 8px 20px;
  transition: all 0.3s;
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}






    /* Navbar Brand */
    .navbar-brand {
      display: flex;
      align-items: center;
      font-weight: bold;
      color: white;
    }

    .home-icon {
      font-size: 20px;
      margin-right: 10px;
    }

    /* Logo */
    .logo {
      position: fixed;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
      width: 130px;
      z-index: 99999;
      border-radius: 50%;
      padding: 6px;
      transition: all 0.3s;
    }

    .logo img {
      width: 90%;
      height: auto;
    }


.view-btn {
	background: linear-gradient(to right, #1e105d, #7668b3, #1e105d );
	/* background: var(--theme-primary); */
	color: #fff;
	border-radius: 50px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  transition: all 0.8s;
}

    .view-btn:hover {
      background: var(--theme-secondary);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
      color: #fff;
    }


.view-btn1 {
	background: var(--theme-secondary);
	color: var(--theme-primary);
	border-radius: 50px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  transition: all 0.8s;
}

    .view-btn1:hover {
      background: transparent;
      border: 1px solid var(--theme-secondary);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
      color: #fff;
    }


      .btn-top-row {
	position: fixed;
  top: 0px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-col {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1100px;
	max-width: 100%;
	margin-top: 5px;

}


 .shine-text {
	margin: 2px 15px;
	color: #ffda60;
	font-size: 14px;
	padding: 1px 10px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 40px;
	text-shadow: 1px 1px 1px #000;
}

.shine-text::after {
	content: '';
	position: absolute;
	top: 0;
	left: -150%;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
	animation: shine 2s infinite;
}



    /* Hero Section */
    .hero-section {
      position: relative;
      /* height: 850px; */
      overflow: hidden;
      /* margin-top: -50px; */
    }

    .hero-section video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background: rgba(0, 0, 0, 0.4); */
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: white;
      z-index: 1;
      flex-direction: column;
    }

    .hero-overlay h1 {
      font-size: 3rem;
      font-weight: bold;
      text-shadow: 2px 2px 4px #000;
    }


      /* .carousel-prev-icon {
	position: relative;
	background: rgb(232, 244, 248);
	border-radius: 150px;
	padding: 8px 10px;
	text-align: center;
}
.carousel-next-icon {
	position: relative;
	background: rgb(232, 244, 248);
	border-radius: 150px;
	padding: 8px 10px;
	text-align: center;
} */

#slider-carousel .carousel-indicators [data-bs-target] {
  width: 24px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 5px;
  border: none;
  transition: all 0.3s ease-in-out;
}

#slider-carousel .carousel-indicators [data-bs-target]:hover {
  background-color: #ffffff;

}

#slider-carousel .carousel-indicators .active {
  width: 32px;
  background-color: var(--theme-secondary); 
  opacity: 1;
  box-shadow: 0 0 10px #1e105d96;
}



    /* Marquee Section 
    .marquee-section {
      background: #1e105d;
      color: white;
      display: flex;
      align-items: center;   
    }*/
	
	.marquee-section {
  background: #1e105d;
  color: white;
  display: flex;
  align-items: center;
}

.news-scroll {
  position: relative;
  white-space: nowrap;
}

.news-items {
  display: inline-block;
  animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*===============================*/




    .news-sec {
      color: var(--theme-secondary);
      width: 20%;
    }

    .news-card {
      border-radius: 80px;
      padding: 10px;
      box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.14);
      border: 1px solid #f8efef;
    }

    
    
    /* Back to Top Button */
    .back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: linear-gradient(to right, #6b5da8, #4a3c88, #61539f);
      color: white;
      width: 40px;
      height: 40px;
      padding: 10px 14px;
      border-radius: 50%;
      display: none;
      z-index: 999;
      transition: all 0.2s;
    }
/* 
    .back-to-top:hover {
      background: #7668b3;
    } */

    .back-to-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

    /* Facility Cards */
    
  .facility-card {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 250px;
	border-radius: 6px;
	overflow: hidden;
  transition: all 0.5s;
}
.facility-card .overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.37);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.facility-card .icon {
	width: 48px;
	height: auto;
}
.facility-card h5 {
  color: var(--theme-secondary);
  transition: all 0.6s;
}

.facility-card:hover {
  transform: scale(0.95);
}
.facility-card:hover img {
  color: #fff;
  margin-bottom: 20px;
}
.facility-card:hover h5 {
  color: #fff;
  margin-top: 20px;
}



    /* Navbar Toggler */
    .navbar-toggler {
      border: none;
      padding: 8px 10px;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* Scrolled Navbar */
    .scrolled-nav {
      top: 10px !important;
      box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
    }



    /* Footer Social Icons */
    .social-icons a {
      display: inline-block;
      width: 36px;
      height: 36px;
      background: rgba(255,255,255,0.1);
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
      margin-right: 8px;
      transition: all 0.3s;
    }

    .social-icons a:hover {
      background: rgba(255,255,255,0.2);
      transform: translateY(-2px);
    }
 .hero-banner {
      background: linear-gradient(to right, #1e105dd9, #7668b3c2, #1e105dd6), url('../images/page-bg.jpg') center/cover no-repeat;
      /* background: url('../images/page-bg.jpg') center/cover no-repeat; */
      height: 330px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-banner::after {
      content: "";
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.4);
    }

    .hero-banner h1 {
      position: relative;
      color: #fff;
      font-size: 3rem;
      z-index: 1;
    }

    .hero-title {
	z-index: 3;
    }

    

/* ----------Card-------- */

    .management-card {
      background: #fff;
      border: none;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0,0,0,0.07);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
   
    .management-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    }
   
    .management-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }
   
    .management-card-body {
      padding: 20px;
    }
   
    .management-card .name {
      font-weight: 700;
      color: #2e7d32;
      font-size: 18px;
      margin-top: 10px;
    }
   
    .management-card h6 {
      color: #2c4f88;
      font-size: 16px;
      margin-bottom: 8px;
    }
   
    .management-card p {
      font-size: 14px;
      color: #000000;
    }
   
    .divider {
      width: 80px;
      height: 3px;
      background: #ffc107;
      margin: 0 auto 40px auto;
      border-radius: 2px;
    }

.about-content ul li {
	line-height: 25px;
	background: url(../images/icons/ul-arrow.svg) no-repeat left 5px;
	padding: 5px 11px 10px 31px;
	list-style: none;
	margin: 0;
	vertical-align: middle;
	font-size: 15px;
}

.about-content ol li {
	line-height: 25px;
	padding: 5px 0px;
	margin: 0px 0px 0pc 40px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	color: #312f2c;
}


  /* -----------------------Fixed Social start------------------------ */

#fixed-social {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 999;
}

#fixed-social a {
	color: #fff;
	display: block;
	height: 35px;
	position: relative;
	text-align: center;
	line-height: 35px;
	width: 40px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 16px;
	border: 1px solid #ffffff52;
}

#fixed-social a:hover {
  width: 100px;        /* Expands on hover */
  left: 0;
  opacity: 1;
  border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
  transition:all 0.6s;
}
#fixed-social a span {
  line-height: 39px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  font-size: 15px;
  height: 40px;
  font-weight: 400;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
  border: 1px solid #ffffff52;
  display: none;
}

.fixed-facebook {
  background-color: #3E5C9A;
}

.fixed-facebook span {
  background-color: #3E5C9A;
}

.fixed-twitter {
  background-color: #7D3895;

}

.fixed-twitter span {
  background-color: #7D3895;
}

.fixed-linkedin {
  background-color: #117BB8;

}

.fixed-linkedin span {
  background-color: #117BB8;
}

.fixed-youtube {
  background: #F61C0D;
}

.fixed-youtube span {
  background: #F61C0D;
}

.fixed-whatsapp {
  background:  linear-gradient(90deg, #1DA1F2, #0D8ECF);;
}

.fixed-whatsapp span {
  background:  linear-gradient(90deg, #1DA1F2, #0D8ECF);;
}

.fixed-instagrem {
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

}

.fixed-instagrem span {
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  ;
}

/* =======================Oasis Tab details=========================== */

  .oasis-tab {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 999;
    margin: 0px 5px;
  }
  .oasis-tab ul li {
    list-style: none;
    padding: 4px 15px 2px 10px;
    margin: 10px 0px;
  }
  .oasis-tab ul li a {
    text-decoration: none;
  }


/* ---------------------------Accordian--------------------------------------- */

 .accordion {
    border: none;
  }

  .accordion-item {
    border: none;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 18px;
	font-size: 1rem;
	color: #000;
	text-align: left;
	background-color: #e9e9ed;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	/* transition: var(--bs-accordion-transition); */
}

.accordion-body {
	/* padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); */
	background: #e9e9ed70;
	border-radius: 10px;
}

  .accordion-item:first-of-type,
  .accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
  }

  .accordion-button .hero-about {
display: flex;
align-items: center;
width: 100%;
font-size: 1rem;
font-weight: 600;
color: #000;
background-color: #967b7b;
border: none;
border-radius: 10px;
position: relative;
overflow: hidden;
transition: all 0.4s ease;
}

.accordion-button span {
position: relative;
z-index: 1;
transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.accordion-button:hover span {
transform: translateX(5px);
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}


.accordion-button:not(.collapsed) {
background-color: #1d0f5c;
color: #fff;
border-radius: 10px;
}


.accordion-header {
	margin-bottom: 5px;
}


.accordion-button:focus {
outline: none;
box-shadow: none;
}

  .accordion-item:last-of-type .accordion-button.collapsed {
border-radius: 10px;
}

.accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}




/* -----------------------Pages---------------------------- */
    .principal-photo img {
	width: 157px;
	height: 185px;
	margin: 15px;
}
.principal-details {
	display: inline-block;
	text-align: center;
	box-shadow: 1px 0px 5px;
	width: 260px;
}


    .head {
	border: 1px solid #1e105d;
	margin-bottom: 50px;
}
.hdadBoy {
    background: #1e105d;
	text-align: center;
	font-weight: bold;
	color: white;
	padding: 5px 15px 5px 15px;
	width: 100%;
	display: inherit;
	margin: 0 auto;
	font-size: 1.2rem;
}


/* ----------------Table-------------- */

.table-header .th-bg {
	background: #1e105d;
	color: white;
	font-weight: bold;
}
.table-header th {
	text-align: center;
	vertical-align: middle;
}
tbody td {
  	text-align: center;
	vertical-align: middle;
  font-size: 14px;
}


/* ----------------------Footer Sliders------------------------ */

#footer-slide .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: var(--theme-primary);
  border-radius: 50%;
  border: none;
  margin: 0 5px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  border: 1px solid #0003;
  border-width: 2px;
}

#footer-slide .carousel-indicators [data-bs-target]:hover {
  opacity: 0.75;
}

#footer-slide .carousel-indicators .active {
  opacity: 1;
}

#footer-slide .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}


/* ----------------Custome Carousel news Alumni birthday------------------ */

  .custom-carousel-btn {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  top: 50%;
  transform: translateY(-70%);
  opacity: 1;
  z-index: 10;
  transition: all 0.3s ease;
}
  .custom-carousel-btn1 {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  top: 50%;
  transform: translateY(-70%);
  opacity: 1;
  z-index: 10;
  transition: all 0.3s ease;
}

.carousel-control-prev.custom-carousel-btn {
  left: 10%;
}

.carousel-control-next.custom-carousel-btn {
  right: 10%;
}


.carousel-control-prev.custom-carousel-btn1 {
  left: -5%;
}

.carousel-control-next.custom-carousel-btn1 {
  right: -5%;
}


.birthday_button .carousel-control-prev,
.birthday_button .carousel-control-next {
	z-index: 999;
	width: 30px;
	margin: 40px 190px;
	background: #ffc107;
	border-radius: 2px;
	height: 30px;
	padding: 5px;
}

.toppers_button .carousel-control-prev,
.toppers_button .carousel-control-next {
	z-index: 999;
	width: 30px;
	margin: 200px 140px 0px 140px;
	background: #ffc107;
	border-radius: 2px;
	height: 30px;
	padding: 5px;
}


