:root {
  /* Colors */
  --primary-bg: #007bba;
  /* Main blue tone */
  --secondary-bg: #00a0d4;
  /* Light gray/white sections */
  --accent-color: #ffd700;
  /* Yellow accent (buttons, highlights) */
  --text-color: #009fcf;
  /* Standard dark text */
  --secondary-text: #666666;
  /* Muted text */
  --white: #ffffff;
  /* White */
  --light: #F5F5ED;
  /* Light */

  /* Typography */
  --font-family: 'Open Sans', sans-serif;
  --heading-font: 'Montserrat', sans-serif;

  /* Font Sizes (Base) */
  --font-size-base: 16px;
  --font-size-small: 14px;
  --font-size-large: 18px;
  --font-size-h1: 2.5rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.5rem;
  --letter-spacing: 0.5px;
  --container-max-width: 1200px;
}

body {
  background-color: white;
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  color: var(--text-color);
  letter-spacing: var(--letter-spacing);
  line-height: 1.6;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

.section-spacing-top {
  padding-top: 70px;
}

.section-spacing-bottom {
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .section-spacing-top {
    padding-top: 40px;
  }

  .section-spacing-bottom {
    padding-bottom: 40px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--primary-bg);
  margin-bottom: 1rem;
}

p {
  font-size: 15px;
  color: #000;
  margin-bottom: 0.6rem !important;
}

a {
  color: #fff;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--accent-color);
  text-decoration: none !important;
}

.title-underline-white {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.title-underline-white::after {
  content: "";
  display: block;
  width: 70%;
  height: 4px;
  background-color: #fff;
  margin: 8px auto 0;
  border-radius: 2px;
}

.title-underline-black {
  position: relative;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.title-underline-black::after {
  content: "";
  display: block;
  width: 70%;
  height: 4px;
  background-color: #000;
  margin: 8px auto 0;
  border-radius: 2px;
}

.ana-container {
  margin: 0 3rem !important;
}

@media (max-width: 768px) {
  .ana-container {
    margin: 0 1rem !important;
  }
}

td {
  font-size: 14px;
  line-height: 15px;
}

p, span, li {
  font-size: 14px;
}

/* Header */
.ac-btn {
  background-color: #10d0f6;
  color: #fff;
}

.ac-btn:hover {
  background-color: #f6a910;
  color: #fff;
  transform: translateY(-2px);
}

.announcement-bar {
  background-color: #ffc64c;
  display: flex;
  align-items: stretch;
  font-family: 'Segoe UI', sans-serif;
  flex-wrap: wrap;
}

.announcement-label {
  background-color: #00a0d4;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 20px;
  position: relative;
  min-width: 17%;
  z-index: 1;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.announcement-content {
  flex: 1;
  padding: 5px 0;
  margin-left: -1%;
  overflow: hidden;
  position: relative;
}

.announcement-content marquee {
  font-size: 16px;
  font-weight: 400;
}

.announcement-content marquee a {
  color: #0e2a8d !important;
}

.announcement-content a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .announcement-bar {
    flex-direction: column;
  }

  .announcement-label {
    clip-path: none;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 30px;
  }

  .announcement-content {
    width: 100%;
    padding: 4px 5px;
  }

  .announcement-content marquee {
    font-size: 15px;
  }

  .announcement-bar marquee {
    max-height: 20px;
  }
}

.top-nav-container {
  max-width: 95%;
  margin: auto;
}

.top-nav-container p {
  line-height: 25px;
}

.top-nav-container .header-logo {
  max-width: 280px;
}

.top-nav-container .header-logo {
  max-height: 110px;
}

.top-nav-container .header-line1 {
  color: #00378b !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.top-nav-container .header-line2 {
  color: var(--text-color);
  font-weight: 700 !important;
  font-size: 18px;
}

.top-nav-container .header-line3 {
  color: #00378b;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400 !important;
}

.enquire-section {
  max-width: 220px;
  margin-left: auto;
  gap: 1.5rem;
  padding: 2rem 0;
  background-color: #fff;
}

.enquire-top,
.enquire-bottom .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notify-bell {
  position: relative;
  font-size: 1.8rem;
  color: #003d8f;
}

.notify-bell::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -4px;
  width: 13px;
  height: 13px;
  background-color: #ff2d2d;
  border-radius: 50%;
}

.btn-enquire {
  font-size: 14px;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  margin-bottom: 10px;
  border-radius: 6px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.social-icons a {
  color: var(--primary-bg);
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #0077b6;
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .enquire-section {
    flex-direction: column;
    gap: 1rem;
  }

  .top-nav-container .header-line1 {
    font-size: 11px !important;
    margin-bottom: 3px !important;
  }

  .top-nav-container .header-line2 {
    font-size: 11px !important;
    margin-bottom: 3px !important;
  }

  .top-nav-container .header-line3 {
    font-size: 11px !important;
    line-height: 12px;
  }

  .top-nav-container p {
    line-height: 15px;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

}

.ana_menu_wrapper {
  min-height: 44px;
  max-width: 94%;
  margin: auto;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}

.ana_menu_wrapper .nkt-header-container {
  padding: 7px 0;
}

.ana_menu_wrapper .navbar {
  padding: 0.1rem 0 !important;
}

.ana_menu_wrapper .dropdown-item:focus,
.ana_menu_wrapper .dropdown-item:hover,
.ana_menu_wrapper .dropdown-item:active {
  color: #fff;
  transition: background-color 0.5s;
  background-color: var(--text-color);
}

.nav-item {
  margin: 0 1px;
}

.ana_menu_wrapper .nkt-header-container span.seperator {
  padding: 0.5% 0;
}

.ana_menu_wrapper .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 600;
}

.ana_menu_wrapper .navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0px solid !important;
  border-radius: 0;
  margin-top: -0.1px;
  z-index: 9999;
}

.ana_menu_wrapper .dropdown-item {
  line-height: 20px;
  font-size: 14px;
}

.ana-header-notification .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.dropdown-toggle {
  color: #fff !important;
}

.ana_menu_wrapper .navbar-nav .nav-link.show {
  background-color: var(--text-color);
  color: #fff !important;
  transition: background-color 0.5s;
}

@media screen and (min-width: 992px) {
  .ana_menu_wrapper .navbar-nav .nav-link {
    color: #fff;
  }

  .ana_menu_wrapper {
    background-color: var(--secondary-bg);
  }
}

.ana_menu_wrapper .nkt-header-container {
  max-width: 97%;
  margin: auto;
}

.ana_menu_wrapper .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  display: inline-block;
}

@media (max-width: 992px) {

  .ana-header-notification .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show,
  .navbar-nav .nav-link.dropdown-toggle {
    color: #000 !important;
  }

  .ana_menu_wrapper .dropdown-item:focus,
  .ana_menu_wrapper .dropdown-item:hover,
  .ana_menu_wrapper .dropdown-item:active {
    color: #fff;
    transition: background-color 0.5s;
    background-color: var(--text-color);
  }

  .ana_menu_wrapper .navbar-nav .nav-link {
    padding: 0 10px;
  }

  .ana_menu_wrapper {
    background-color: var(--light);
  }
}

/* Hero Slider */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.mcc-home-slider {
  margin-top: -12px;
  z-index: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #003d8f;
}

.slider-notification {
  background-color: var(--secondary-bg);
  max-width: 94%;
  margin: auto;
  border-radius: 20px;
  z-index: 2;
  margin-top: -100px;
  position: relative;

}

.slider-notification .img-2,
.slider-notification .img-1 {
  max-width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}

.slider-notification .img-3 {
  max-width: 80px;
  background-color: #fff;
  border-radius: 50%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}

/* Enquire Now Banner */
.enquiry-banner {
  background-color: #a86a2d;
  border-radius: 20px;
  margin: 70px auto -100px auto;
  padding: 2rem 0;
  max-width: 94%;
  z-index: 2;
  position: relative;
}

.enquiry-banner .btn-enquire {
  background-color: #0084a8;
  color: #fff;
  padding: 10px 28px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 0 #006b86;
  transition: 0.3s ease;
  text-transform: uppercase;
}

.enquiry-banner .btn-enquire:hover {
  background-color: #006b86;
  box-shadow: 0 4px 0 #004f63;
  color: #fff;
}

@media (max-width: 992px) {
  .slider-notification {
    margin-top: 10px;
  }

  .ana_menu_wrapper .ana-header-container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .enquiry-banner h2 {
    font-size: 20px;
  }
}

/* About US */
.right-box {
  padding: 2.2rem;
  background-image: url(./images/lines.png);
  background-repeat: repeat;
}


/* Footer */
.footer-section {
  background: var(--secondary-bg);
}

.footer-section .footer-inner {
  padding-top: 150px;
}

.footer-section a,
.footer-section p {
  color: #fff;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: var(--accent-color);
}

.footer-section .footer-section h3 {
  font-size: 18px;
}

.footer-section .footer-section .container {
  padding-top: 100px;

}

.footer-section .footer-links {
  line-height: 2.5;
}

.footer-section .footer-links li {
  margin-bottom: 6px;
}

.footer-section .footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section .footer-links a:hover {
  color: #ffd700;
}

.footer-section .social-icon {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 15px;
  transition: transform 0.3s, color 0.3s;
}

.footer-section .social-icons a:hover {
  color: #ffd700 !important;
  transform: scale(1.1);
}

.footer-section .copyright {
  font-size: 15px;
}

/* Campus Life */
.campus-life {
  display: grid;
  place-items: center;
  position: relative;
  background-color: var(--secondary-bg);
  box-sizing: border-box;
}

.campus-life .swiper-container {
  border-radius: 5px;
  width: 100%;
  padding-bottom: 70px;
  overflow: hidden;
  height: fit-content;
  height: fit-content;
  font-size: 50px;
  position: relative;
  font-family: sans-serif;
}

.campus-life .swiper-slide {
  width: auto;
  height: fit-content;
  display: flex;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px;
  background-color: white;

}

.campus-life .swiper-slide-active {
  opacity: 1;
}

.campus-life .swiper-slide .ImgHolder {
  background-color: #FFECC8;
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px;
  border-bottom-left-radius: 20px;

}

.campus-life .ContentHolder::before {
  background-color: #FFECC8;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  z-index: -1;
  right: 0px;
}

.campus-life .ContentHolder {
  position: relative;
  padding: 10px;
  width: 100%;
  background-color: white;
  border-top-right-radius: 20px;
  text-align: center;
}

.campus-life .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  border: 1px solid #FFECC8;
  width: 20px;
  height: 20px;
}

.campus-life .swiper-pagination-bullet-active {
  background-color: #FFECC8;
}

.campus-life .swiper-button {
  border: 1px solid white;
}

.campus-life .swiper-slide img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 5px;
}

.campus-life .swiper-slide h3 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}

.campus-life .swiper-slide p {
  font-size: 0.9rem;
  padding: 5px;
}

@media (max-width:638px) {
  .campus-life .swiper-container {
    width: 100%;
  }
}

@media (max-width:500px) {
  .campus-life .swiper-container {
    width: 70vw;
  }
}

@media (max-width:300px) {
  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    border-radius: 0px;
  }

  .swiper-container .ImgHolder {
    border-radius: 0px;
  }

  .ContentHolder {
    border-radius: 0px;
  }
}

.campus-life .owl-carousel .owl-item {
  transition: all 0.3s ease-in-out;
}

.campus-life .owl-carousel .owl-item .card {
  position: relative;
}

.campus-life .owl-carousel .owl-item .card .testimonial {
  position: relative;
  padding: 0 20px;
}

.campus-life .owl-carousel .owl-stage-outer {
  overflow-y: auto !important;
  padding-bottom: 40px;
}

.campus-life .owl-carousel .owl-item img {
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

.campus-life .owl-carousel .owl-item .card .name {
  position: absolute;
  bottom: -20px;
  left: 33%;
  color: #101c81;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: aquamarine;
  padding: 0.3rem 0.4rem;
  border-radius: 5px;
  box-shadow: 2px 3px 15px #3c405a;
}

.campus-life .owl-carousel .owl-item .card {
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: all 0.3s ease-in-out;
}

.campus-life .owl-carousel .owl-item.active.center .card {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.campus-life .owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.campus-life .owl-theme .owl-dots .owl-dot span {
  height: 20px;
  background: #2a6ba3 !important;
  border-radius: 2px !important;
  opacity: 0.8;
}

.campus-life .owl-theme .owl-dots .owl-dot.active span,
.campus-life .owl-theme .owl-dots .owl-dot:hover span {
  height: 13px;
  width: 13px;
  opacity: 1;
  transform: translateY(2px);
  background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
  .campus-life .owl-carousel .owl-item .card .name {
    left: 24%;
  }
}

@media(max-width: 360px) {
  .campus-life .owl-carousel .owl-item .card .name {
    left: 30%;
  }
}


/* States Section */
.stats-section {
  background: #fff;
  text-align: center;
}

.stats-section .circle {
  width: 145px;
  height: 145px;
  border: 10px solid transparent;
  border-radius: 50%;
  background: conic-gradient(#0099e6 0%, #00a6ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.stats-section .circle-inner {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  margin-top: 8px;
}

.stats-section .circle-inner h3 {
  color: #00a6ff;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

.stats-section .stat-title {
  font-weight: 700;
  color: #000;
  font-size: 16px;
}

@media (max-width: 768px) {
  .stats-section .circle {
    width: 120px;
    height: 120px;
  }

  .stats-section .circle-inner {
    width: 90px;
    height: 90px;
  }

  .stats-section .circle-inner h3 {
    font-size: 20px;
  }
}

/* Why Section */
.why-section h2 {
  font-weight: 700;
  color: #122242;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.why-section .why-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

.why-section .why-card .card-header {
  background-color: #00a0d4;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 0;
}

.why-section .why-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.why-section .why-card .card-body {
  padding: 25px 20px;
}

.why-section .why-card .card-body p {
  font-size: 15px;
  color: #333;
  min-height: 100px;
}

.why-section .btn-know {
  background-color: #10d0f6;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.why-section .btn-know:hover {
  background-color: #f6a910;
  color: #fff;
}

/* Testimonial */
.testimonial-section {
  background-color: #fff9f3;
}

.testimonial-section .swiper {
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
}

.testimonial-section .swiper-slide {
  height: auto !important;
  display: flex;
}

.testimonial-section .testimonial-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 30px 25px;
  position: relative;
  min-height: 340px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.testimonial-section .testimonial-card::before {
  content: "“";
  position: absolute;
  font-size: 133px;
  font-weight: 800;
  color: #dce9f8;
  top: -35px;
  left: 20px;
  font-family: Georgia, serif;
}

.testimonial-section .testimonial-img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 95px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  background: #b17030;
}

.testimonial-section .testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section .testimonial-name {
  color: #fff;
  padding: 8px 12px;
  /* border-radius: 8px; */
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  background: #009ac9;
  /* margin-top: 5px; */
}

.testimonial-section .testimonial-content {
  margin-left: 70px;
}

.testimonial-section .testimonial-content h5 {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  margin-bottom: 8px;
}

.testimonial-section .testimonial-content p {
  font-size: 14px;
  color: #444;
}

.testimonial-section .swiper-pagination {
  margin-top: 25px;
  position: relative;
}

.testimonial-section .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  height: 20px;
  width: 20px;
}

.testimonial-section .swiper-pagination-bullet-active {
  background: #b17030;
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
  color: #b17030;
  transition: all 0.3s ease;
}

.testimonial-section .swiper-button-next:hover,
.testimonial-section .swiper-button-prev:hover {
  color: #009ac9;
}

@media (max-width: 768px) {
  .testimonial-section .testimonial-card {
    min-height: 380px;
  }
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
  color: #b17030;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-section .swiper-button-next {
  right: -25px;
}

.testimonial-section .swiper-button-prev {
  left: -25px;
}

@media (max-width: 768px) {

  .testimonial-section .swiper-button-next,
  .testimonial-section .swiper-button-prev {
    right: 5px;
    left: 5px;
  }
}


/* News Section */
.ana-news-section {
  color: #fff;
  padding: 20px;
  max-width: 800px;
  background: #00a0d4;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.ana-news-container {
  height: 270px;
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
  position: relative;
}

.ana-news-list {
  list-style-type: disc;
  color: #F20505;
  padding-left: 20px;
  margin: 0;
  animation: scrollUp 20s linear infinite;
}

.ana-news-list li {
  margin-bottom: 18px;
  line-height: 1.5;
}

.ana-news-list a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}

.ana-news-list a:hover {
  color: #F20505;
}

.ana-news-section .badge.bg-danger {
  font-size: 0.7rem;
  margin-left: 8px;
  vertical-align: middle;
}

.ana-news-list:hover {
  animation-play-state: paused;
}

@keyframes scrollUp {
  0% {
    transform: translateY(50%);
  }

  100% {
    transform: translateY(-100%);
  }
}

/* Events Section */
.events-section {
  background: #fff;
  border: 1px solid #00a0d4;
  border-top: 9px solid #00a0d4;
  padding: 15px;
  overflow: hidden;
  height: 305px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.events-section .event-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  animation: scrollUp 20s linear infinite;
}

.events-section .event-item {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 6px;
}

.events-section .event-date {
  background-color: #00a8e8;
  color: #fff;
  text-align: center;
  padding: 10px;
  width: 70px;
  border-radius: 4px;
  font-weight: 600;
  flex-shrink: 0;
}

.events-section .event-date span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.events-section .event-date strong {
  display: block;
  font-size: 20px;
}

.events-section .event-title {
  margin-left: 15px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

@keyframes scrollUp {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.events-section:hover .event-list {
  animation-play-state: paused;
}

/* Bredcrums */
.breadcrumb-section {
  background-color: #a86a2d;
  position: relative;
  padding: 60px 20px 40px;
  text-align: center;
  color: #fff;
}

/* .breadcrumb-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 20px;
      background-color: #00a7d1;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
    } */

.breadcrumb-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}

.breadcrumb {
  font-size: 16px;
  justify-content: center;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: #00d4ff;
}

.breadcrumb span {
  margin: 0 5px;
  color: #fff;
}

/* About-Institute */
.content-section h3 {
  color: var(--text-color) !important;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}

.content-section ul {
  list-style: disc;
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 20px;
}

.content-section li {
  margin-bottom: 8px;
}

.content-section strong {
  color: var(--text-color);
  font-size: 18px;
}

/* Presidents-Message */
.presidents-message {
  background-color: var(--secondary-bg);
}

/* Infrastructure */
.infrastructure .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

.infrastructure .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.infrastructure .carousel-inner img {
  height: 400px;
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .infrastructure .carousel-inner img {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .infrastructure .carousel-inner img {
    height: 200px;
  }
}

/* Gallery */
.gallery-section .gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery-section .gallery-item {
  overflow: hidden;
}

.gallery-section .gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.gallery-section .gallery-image:hover {
  transform: scale(1.15);
}

/* Blogs */
.blogs .blog-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

/* .blogs .blog-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    } */

.blogs .blog-card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 180px;
  object-fit: cover;
}

.blogs .blog-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.blogs .blog-card h6 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.blogs .read-btn {
  background-color: #10d0f6;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.blogs .read-btn:hover {
  background-color: #f6a910;
  color: #fff;
}

/* Student Corner */
.admission-section ol {
  padding-left: 1.2rem;
  line-height: 1.8;
}

.admission-section ul {
  padding-left: 1.2rem;
}

.admission-section a {
  color: #000 !important;
}

.admission-section h5,
.admission-section .sp-text {
  color: var(--text-color);
}

/* Articles */
.ana-article .student-card {
      background: #fff;
      border: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      border-radius: 12px;
    }

    .ana-article .student-card .card-body {
      text-align: center;
      padding: 25px 20px;
    }

    .ana-article .student-card h5 {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .ana-article .btn-read {
      background-color: #00a0d4;
      color: white;
      border: none;
      font-weight: 500;
      border-radius: 8px;
      padding: 7px 30px;
    }

    .ana-article .btn-read:hover {
       background-color: #00a0d4;
      color: white; 
    }

    /* Exam Notice */
    .exam-notice .notice-section li {
        color: #00b7eb !important
    }
    .exam-notice .notice-title {
      font-weight: 700;
      font-size: 1.3rem;
      color: #00b7eb;
      margin-bottom: 15px;
    }

    .exam-notice .notice-list {
      list-style-type: disc;
      padding-left: 25px;
      margin-bottom: 40px;
    }

    .exam-notice .notice-list li {
      margin-bottom: 8px;
      color: #00b7eb;
    }

    .exam-notice .notice-list a {
      color: #10d0f6;
      text-decoration: none;
    }

    .competative-exams a{
      color: #000;
    }

    /* Criteria */
    
    .criteria .criteria-section {
      margin: 20px 0;
      padding: 20px 0;
    }

     .criteria h3 {
      font-size: 1.5rem;
      font-weight: 600;
      color: #111;
      text-align: center;
      margin-bottom: 25px;
    }

    .criteria .criteria-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .criteria .criteria-list a {
      color: #10d0f6;
      text-decoration: none;
      font-weight: 500;
      transition: 0.2s;
    }

    /* Teaching Staff */
    .ana-faculty .faculty-card {
            min-height: 300px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
            text-align: center;
            border-width: 1px;
            border-style: solid;
            border-color: rgb(221, 221, 221);
            border-image: initial;
            border-radius: 10px;
            overflow: hidden;
            padding: 15px;
        }

        .ana-faculty .card-image img {
            width: 120px;
            height: 155px;
            object-fit: cover;
            margin-bottom: 15px;
            border: 3px solid var(--secondary-bg);
        }

        .ana-faculty .card-title {
            color: var(--text-color)
        }