body {
    margin: 0;
    /* font-family: 'Segoe UI', sans-serif; */
    font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    background-color: #f8f8f2;
  }
  a {
    text-decoration: none;

  }
  p {
      font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
       color: #000000;
  }


  :root {
  --theme-primary: #014b9b;
  --theme-secondary: #4b9b01;
  /* --theme-secondary:  #8b145d; */

}

    .header-bg-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px; 
  /* background: -webkit-linear-gradient( 176deg, rgb(40, 15, 159) 0%, rgb(108, 5, 63) 40%);  */
  background: var(--theme-primary); 
  z-index: 998;
  border-bottom: 1px solid #fff;
}


/* --------Dropdown--------- */

.dropdown-item:hover {
    background: transparent;
    margin-left: 3px;
    overflow: hidden;
    color: var(--theme-primary);
    transition: all 0.3s;
    font-weight: 550;
}

.social-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	color: var(--theme-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

          /* ----------------------------Navbar------------------------- */
      .custom-navbar {
      position: fixed;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      max-width: 1300px;
      background: var(--theme-primary);
      border: 1px solid #fff;
      border-radius: 10px;
      padding: 10px 20px;
      z-index: 999;
      transition: all 0.4s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .custom-navbar.scrolled {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(8px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }
    .logo-container {
      position: relative;
      width: 40px;
      height: 40px;
    }
    .logo-circle {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .menu-links a {
	text-decoration: none;
	color: black;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.3s;
}

.nav-link {
  color: #fff;
}

.text-shadow {
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
}

/* --------Dropdown--------- */
  .navbar-collapse {
  transition: height 0.3s ease;
}

.dropdown-menu {
  transition: opacity 0.3s ease;
}

.dropdown-toggle::after {
  content: none !important;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 0;
	align-items: center;
}



/* ====================== */

#heroSlider .custom-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-primary); /* Bootstrap green or change as needed */
  border: none;
  padding: 10px 14px;
  border-radius: 50%;
  z-index: 10;
  color: #fff;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
  width: 40px;
  height: 40px;
}

#heroSlider .carousel-control-prev.custom-carousel-btn {
  left: 20px;
}

#heroSlider .carousel-control-next.custom-carousel-btn {
  right: 20px;
}

#heroSlider .custom-carousel-btn:hover {
  background-color: var(--theme-primary); /* darker green on hover */
}
/* ====================== */


#heroSlider {
  height: 100vh;
  overflow: hidden;
}

#heroSlider .carousel-item {
  height: 100vh;
}

#heroSlider .carousel-item img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

/* Fixed hero content centered over the carousel */
#heroSlider .hero-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 2rem;
  max-width: 900px;
}




/* -------------------------------------Meadia Query---------------------------------------------- */
      @media (max-width: 575.98px) {
    .about-img {
      width: 100% !important;
      margin-top: 95%;

    }
  }
    
  @media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .dropdown-toggle::after {
    transform: rotate(90deg);
  }
}


  @media (max-width: 575.98px) { 
    .logo-mobile {
      width: 70px !important;
      margin-left: 0 !important; /* Optional: reset margin for mobile */
    }

  }

/* ----------------------------------------------------------------------------------- */


.news-header {
  background: var(--theme-primary);
  /* background: var(--theme-secondary); */
}

.underline-head {
    height: 5px;
    background-color: var(--theme-secondary);
    margin: 3px auto;
    border-radius: 20px;

}
 

.btn-outline-success {
  color: var(--theme-secondary);
  border-color: var(--theme-secondary);
}

.btn-outline-success:hover {
  background-color: var(--theme-secondary);
  color: #fff;
  border-color: var(--theme-secondary);
}


  /* Hero section */
  .hero {
    position: relative;
    color: #fff;
  }
  
  .video-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
    background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.8;
  }

  /* .hero-content {
    top: 32%;
    left: 10%;
  }*/

  .hero-content h1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .learn-more {
   color: #fff;
  font-weight: 600;
  background: var(--theme-secondary);
  padding: 8px 10px;
  border-radius: 6px;
  }

  /* Bottom floating pod */
  #footer-baseline {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--theme-primary);
    z-index: 30;
  }

  #floating-pod {
    position: fixed;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--theme-primary);
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    gap: 28px;
    /* box-shadow: -1px 1px 2px rgb(255, 255, 255); */
    z-index: 40;
    color: #fff;
  }

  .pod-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    white-space: nowrap;
    color: #fff;
  }

  .pod-item i {
    font-size: 1.7rem;
    color: #fff;
  }

  .pod-item span {
    display: block;
    line-height: 1.1;
  }

  .top-line {
    font-weight: 600;
  }

  .bottom-line {
    font-size: 0.8rem;
    color: var(--theme-secondary);
  }

  .pod-divider {
    height: 38px;
    border-right: 2px solid #fff;
  }

  .facility-card {
  height: 170px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.facility-card .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  transition: 0.3s;
}

.facility-card i{
font-size: 30px;
}

/* ---------- Hero Banner ---------- */
.hero-about {
    height: 45vh;
    min-height: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)),
    url('../images/schoolimg.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .hero-about::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
  }
  
  .hero-title {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #fff;
    padding-top: 10%;
  }
  
  .hero-title h1 {
    /* font-size: 3.2rem; */
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
  }
  
  .hero-title h6 {
    color: #fff;
  }
  
  .hero-divider {
    width: 120px;
    height: 4px;
    background: var(--theme-secondary);
    margin: 0.75rem auto;
    border-radius: 30px;
  }
  
  
  /* ---------- Campus Intro Section ---------- */
  .intro-sec {
    padding: 90px 0;
  }
  
  
  .intro-text h2 {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--theme-primary);
  }
  
  .intro-text p {
    font-size: 1.02rem;
    line-height: 1.7;
  }
  
  .check-item i {
    color: var(--theme-secondary);
    font-size: 1.4rem;
  }
  
  .round-img {
    border-radius: 24px;
    object-fit: cover;
  }
  
  
  /* ---------- Responsive Tweaks ---------- */
  @media (max-width: 992px) {
    .hero-title h1 {
      font-size: 2.4rem;
    }
  
    .intro-sec {
      padding: 60px 0;
    }
  }
  

  /* ---------------------table----------------------- */

  thead .backcolor {
	background: #0168ab;
}

  /* ---------------------According---------------------- */

  .accordion {
    border: none;
  }

  .accordion-item {
    border: none;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .accordion-item:first-of-type,
  .accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
  }

  .accordion-button {
display: flex;
align-items: center;
width: 100%;
font-size: 1rem;
font-weight: 600;
color: #000;
background-color: #ff7700bd;
border: none;
border-radius: 10px;
/* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
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: rgb(28, 70, 139);
color: #fff;

}

.accordion-button:focus {
outline: none;
box-shadow: none;
}

  .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
}



.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 img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.management-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
  }



  .single-contact-card {
	background-color: #F5F5F5;
	padding: 5px 20px;
	min-height: 100px;
	margin-bottom: 25px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 50px;
	cursor: pointer;
}

.single-contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.12);
}
.single-contact-card .top-part {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-contact-card .top-part img {
	width: 75px;
	height: 75px;
	text-align: center;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}
 
.intro-sec h2 {
	font-size: 22px;
	font-weight: 600;
	color: var(--theme-primary);
}

.text-icons {
  color: #fff;
}


.footer-tologo {
  background: var(--theme-secondary);
  /* background: var(--theme-primary); */
  padding: 5px 10px;
  border-radius: 15px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  max-width: 100%
}


/* =========gallery Slider ==========*/

.custom-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: var(--theme-secondary);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 14px;
  font-size: 1.2rem;
  transition: background 0.3s ease;
  width: 40px ;
  height: 40px;
}

.swiper-button-prev.custom-swiper-btn {
  left: 15px;
}

.swiper-button-next.custom-swiper-btn {
  right: 15px;
}

.custom-swiper-btn:hover {
  background-color: #2d2d80; /* optional hover override */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
