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: #000000;
}
p {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

ul, li {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

  .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;
  }
/* Custom responsive min-height classes */
@media (min-width: 1600px) {
    .min-vh-xl-90 {
        min-height: 90vh;
    }
}

@media (min-width: 1200px) {
    .min-vh-xl-50 {
        min-height: 50vh;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .min-vh-lg-35 {
        min-height: 35vh;
    }
}

@media (max-width: 991.98px) {
    .min-vh-md-30 {
        min-height: 30vh;
    }
}

.custom-carousel-btn {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.carousel-control-prev.custom-carousel-btn {
    left: 20px;
}

.carousel-control-next.custom-carousel-btn {
    right: 20px;
}

.carousel-control-icon {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 48px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
  .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: 1%;
  background: #e3f5ffb2;
  border-radius: 100px;
  width: 70%;
  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(0, 0, 0, 0.05) !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: 2px solid #2b1774;
    border-radius: 30px;
    color: rgba(0, 0, 0, 0.88);
    background-color: #fff;
  }

  .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-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%;
}



/* ---------------Accordian---------------- */

  .accordion-custom .accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  }

  .accordion-custom .accordion-button {
    background: linear-gradient(to right, #6e00b3cc, #2e3299f5);
    color: #fff;
    /* font-weight: 600; */
    padding: 12px 20px;
    border: none;
    box-shadow: none;
    transition: background 0.3s, color 0.3s;
  }

  .accordion-custom .accordion-button:not(.collapsed) {
    background: linear-gradient(to right, #6e00b3cc, #2e3299f5);
    color: #fff;
  }

  .accordion-custom .accordion-body {
    padding: 1.25rem;
    background-color: #f8f9fa;
    color: #333;
  }

  .accordion-custom .accordion-button::after {
    transition: transform 0.3s ease;
  }

  .accordion-custom .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
  }
  
  .accordion-custom .accordion-button::after {
  background-image: 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");
  transition: transform 0.3s ease;
}



/* ============Table Design================ */


    /* Gradient Header */
.table-gradient {
  background: linear-gradient(to right, #6e00b3cc, #2e3299f5);
  color: #fff !important;
}

/* Stylish table row effect */
.stylish-table tbody tr:hover {
  background-color: rgba(110, 0, 179, 0.05);
  transition: 0.3s ease;
}

.stylish-table th, 
.stylish-table td {
  vertical-align: middle;
  border-color: #e9ecef;
}
th, td {
    text-align: center;
}


/* ---------------------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;
  }
}