.feature-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.feature-box .content-slide-up {
  height: 100%;
}

/* Date Badge Styling */
.event-date-box {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #e63946;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.event-date-box .day {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.event-date-box .month {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Pagination dots */
.swiper-pagination {
  bottom: -20px !important;
  /* spacing below the slider */
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 5px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #e63946;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 6px rgba(230, 57, 70, 0.6);
}

/* Navigation arrows */
.custom-swiper-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #e63946;
}

.custom-swiper-btn:hover {
  background: #e63946;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(230, 57, 70, 0.5);
}

/* Adjust position */
.swiper-button-prev,
.swiper-button-next {
  top: 60%;
  /* vertically center */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  /* arrow size */
  font-weight: bold;
}

.readmore {
color:#3280b5;
  text-decoration: none;
  font-weight: 500;
}

.text-justify {
  text-align: justify;
}

.acc-img {
  height: 150px;
  width: auto;
}

/* about us css */

.accreditations {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
}

.accreditation-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.accreditation-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.accreditation-img {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #f8f9fa;
}

.accreditation-img img {
  max-height: 80px;
  max-width: 100%;
}

.accreditation-body {
  padding: 20px;
}

.accreditation-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #212529;
}

.accreditation-text {
  color: #6c757d;
  font-size: 0.9rem;
}

.badge {
  position: absolute;
  top: 15px;
  right: 15px;
}

.object-fit-cover {
  object-fit: cover;
  min-height: 400px;
}

@media (max-width: 992px) {
  .object-fit-cover {
    min-height: 300px;
  }
}

/* Ensure image covers container and equal height */
.object-fit-cover {
  object-fit: cover;
  min-height: 400px;
  /* Adjust as needed */
}

@media (max-width: 992px) {
  .object-fit-cover {
    min-height: 300px;
  }
}

/* faculty page css */

.faculty-card {
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faculty-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.faculty-grid .faculty-card {
  min-height: 370px;
}

.faculty-image img {
  border-radius: 6px;
}

/* Eligibility Section */
.eligibility-section {
  background: #f8f9fa;
}

.eligibility-card {
  background: #fff;
  border-left: 5px solid var(--base-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eligibility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.15);
}

.eligibility-card i {
  flex-shrink: 0;
}

.org_col {
  color: var(--base-color);

}

.eligibility-card h6 {
  color: var(--base-color);
}

.eligibility-card p {
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .eligibility-card {
    border-left: none;
    border-top: 5px solid #2c3e50;
  }
}

.divider-style-03 {
  border-top: 3px solid #2c3e50;
}

section .fas {
  font-size: 1.1rem;
}

p {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
.apply-now-btn:hover{
color: #2c3e50;
}

.slider-img {
  width: 100%;
  height: 100vh; /* Full screen height */
  object-fit: cover; /* Makes image cover the container */
  object-position: center; /* Keeps image centered */
}
.about-section {
  background: #f8f9fc;
}

.about-box {
  border-left: 5px solid #007cb1;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.about-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.about-img {
  border-radius: 15px;
  transition: transform 0.6s ease;
}

.about-img:hover {
  transform: scale(1.05);
}

.btn-gradient {
  background: #163e5b;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-gradient:hover {
  background: #163e5b;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

/* Separator line */
.separator-line {
  height: 3px;
  width: 70px;
  margin: 0 auto;
  border-radius: 2px;
}

.bg-gradient-blue {
  background:#163e5b;
}

/* Scroll animations */
.fade-left,
.fade-right,
.fade-down {
  opacity: 0;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade-left {
  transform: translateX(-100px);
}

.fade-right {
  transform: translateX(100px);
}

.fade-down {
  transform: translateY(-50px);
}

.fade-left.show,
.fade-right.show,
.fade-down.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
 .testimonial-avatar {
   width: 300px;
   height: 300px;
   border-radius: 50%;
   background-size: cover;
   background-position: center;
   margin: 0 auto;
   border: 5px solid #fff;
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
 }

 .testimonial-card {
   position: relative;
   overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .testimonial-card:hover {
   transform: translateY(-10px);
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
 }

 .swiper-button-next,
 .swiper-button-prev {
   color:#163e5b;
 }

 .text-gradient {
   background:#163e5b;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 }

 .text-gradient {
    background:#163e5b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .btn-gradient {
    background:#163e5b;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }
  .btn-gradient:hover {
    background:#163e5b;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  }

  /* Animation Base */
  .course-box {
    opacity: 0;
    transform: scale(0.9);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .course-box.show {
    opacity: 1;
    transform: scale(1);
  }

  /* Left & Right animations */
  .fade-left {
    transform: translateX(-100px) scale(0.9);
  }
  .fade-left.show {
    transform: translateX(0) scale(1);
  }

  .fade-right {
    transform: translateX(100px) scale(0.9);
  }
  .fade-right.show {
    transform: translateX(0) scale(1);
  }

  /* Image Hover Zoom */
  .course-box img {
    transition: transform 0.5s ease;
  }
  .course-box img:hover {
    transform: scale(1.05);
  }
