body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(to right, #fff, #fff);
}
h1, h2, h3, h4, h5, h6 {

    font-family: Georgia, 'Times New Roman', Times, serif;
}

h2 {
  color: #2b1870;
}

  .text-shadow {
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.421)
  }
  .text-shadow-sm {
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.096)
  }
  .text-shadow-w {
    text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.421)
  }


  .nav-link {
    font-weight: 600;
    /* text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.096); */
    color: #000;
  }


      #demo .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  border: 1px solid #2b1870;
  border-width: 2px;
}

#demo .carousel-indicators [data-bs-target]:hover {
  opacity: 0.75;
}

#demo .carousel-indicators .active {
  opacity: 1;
}

#demo .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -45px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
 

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: var(--bs-card-img-overlay-padding);
	border-radius: var(--bs-card-inner-border-radius);
	background: linear-gradient(to bottom, #fff0, #fff0, #02000bbd);
	border-radius: 20px;
}
  

/* ------------page Hero------------- */

  .hero-about {
    height: 35vh;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .page-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .page-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 113, 255, 0.24);
    /* background: linear-gradient(to bottom, rgba(26, 54, 93, 0.6), rgba(26, 54, 93, 0.71)); */
    z-index: 2;
  }
  
  .hero-title {
    z-index: 3;
    padding: 2%;
    background: #ffffffda;
    border-radius: 20px;
    width: 60%;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.421);
  }

  .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;
}



   .box-model {
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%);
	border-radius: 30px;
	opacity: 1;
	min-height: 120px;
	padding: 10px 20px;
}

.shadow-model {
  box-shadow: 0 .5rem 1rem rgba(42, 23, 116, 0.44) !important;
}


  .cisoft{
    color: white;
    transition: 0.2s;
  }

  .cisoft:hover {
    color: red;
    background-color: white;
    border-radius: 10px;
    padding: 5px 10px;
    text-shadow: none;
  }

  .read-more:hover {
    border: none;
  }
  .read-more:focus {
    border: none;
  }

  .read-more a {
    border-left: 2px solid #2b1774;
    border-bottom: 2px solid #2b1774;
    border-bottom-left-radius: 10px;
    color: rgba(0, 0, 0, 0.88);
  }
  .read-more img {
    width: 32px; 
    border-bottom: 2px solid #2b1774;
  }

  .read-more a:hover {
    border-left: 2px solid rgba(255, 8, 0, 0.88);
    border-bottom: 2px solid rgba(255, 8, 0, 0.88);
    color: rgba(255, 8, 0, 0.88);
  }
  .read-more img:hover {

    border-bottom: 2px solid rgba(255, 8, 0, 0.88);
  }

  .read-more1:hover {
    border: none;
  }
  .read-more1:focus {
    border: none;
  }

  .read-more1 a {
    border-left: 2px solid #2b1774;
    border-bottom: 2px solid #2b1774;
    border-bottom-left-radius: 10px;
    background: #fff;
    color: rgba(0, 0, 0, 0.88);
  }
  .read-more1 img {
    width: 32px; 
    border-bottom: 2px solid #2b1774;
    border-top-right-radius: 10px;
  }

  .read-more1 a:hover {
    border-left: 2px solid rgba(255, 8, 0, 0.88);
    border-bottom: 2px solid rgba(255, 8, 0, 0.88);
    color: rgba(255, 8, 0, 0.88);
  }
  .read-more1 img:hover {
    border-bottom: 2px solid rgba(255, 8, 0, 0.88);
  }




      /* Back to Top Button */
    .back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: rgba(255, 8, 0, 0.88);
      /* 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::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%);
}



.card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 1rem; /* Match .rounded-4 */
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  z-index: 1;
  border-radius: 1rem;
}

.achievement-card > *:not(.card-bg-img):not(.dark-overlay) {
  position: relative;
  z-index: 2;
  color: #fff !important;
}

.achievement-card i {
  color: #fff !important;
}


  /* -===============Footer Slider==============- */

  #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%;
}




/* ---------------------Mobile-------------- */

/* Enable hover dropdown for desktop */
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0.1rem;
  }
}

/* Optional: Smooth dropdown appearance */
.dropdown-menu {
  transition: all 0.3s ease;
}

/* Style dropdown items */
.dropdown-menu {
  background-color: #f8f9fa;
  border: none;
  padding: 0.5rem;
}
.dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #e2e6ea;
}



.school-logo {
  width: 380px;
}

@media (max-width: 576px) {
  .school-logo {
    width: 300px;
  }
}