@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

*,
*::after,
*::before {
  box-sizing: border-box;
}

body,
html {
  color: #000;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

p {
  font-weight: 500;
}

ul {
  padding: 0;
  list-style: none;
}

.notification-bar {
    background: linear-gradient(90deg, #ff512f, #dd2476);
    color: #fff;
    padding: 12px 20px;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.notification-content {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.notification-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.notification-content strong {
    color: #ffe600;
}

.enroll-btn {
    background: #fff;
    color: #dd2476;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 700;
    transition: .3s;
  animation: pulse 1.5s infinite;
}

.enroll-btn:hover {
    background: #ffe600;
    color: #000;
    transform: translateY(-2px);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,255,255,.6);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 12px rgba(255,255,255,0);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width:768px){

    .notification-content{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }

    .notification-content p{
        font-size:14px;
    }

    .enroll-btn{
        width:100%;
        max-width:220px;
        text-align:center;
    }
}

.navtop {
  background-color: #302667;

  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ticker-wrap {
  width: 100%;
  overflow: hidden;
}

.ticker {
  display: flex;
  align-items: center;
  gap: 180px;
  width: max-content;
  margin: 0;
  padding: 0;
  animation: scrollTicker 50s linear infinite;
  list-style: disc;
  color: white;
}

.ticker li {
  white-space: nowrap;
}

.ticker a {
  font-size: 14px;
  text-decoration: none;
  color: #f5f5f5;
  ;
  font-weight: 500;
}

@keyframes scrollTicker {
  from {
    transform: translateX(50%);
  }

  to {
    transform: translateX(-100%);
  }
}



.ticker:hover {
  animation-play-state: paused;
}

header {
  background: url(../img/background/body.png) repeat;
  width: 100vw;
  margin: 0px 0 20px 0;
}

.top-header {
  padding: 5px 0;
  position: relative;
}

.top-header .logo img {
  width: 100%;
  transition: all 0.5s ease;
}

.top-header .conactlist {
  display: grid;
  place-content: center;
  gap: 10px;
  padding-top: 15px;
}

.top-header .conactlist a span {
  padding: 0 2px;
  color: #0f213c;
  font-weight: 600;
}

.top-header .conactlist li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.top-header .conactlist li a i {
  color: #ff9c00;
}

.navbar-brand img {
  display: none;
}

.navbar-collapse {
  flex-grow: 0;
}

.navbar>.container-fluid {
  justify-content: center;
}

.navbar-expand-lg .navbar-nav {
  gap: 20px;
  font-size: 16px;
}

.nav-link {
  font-weight: 500;
  color: #0c0a57;
}

.navbar {
  padding: 0px 0;
  margin: 10px 0 0 0;
  min-height: 45px;
  border-top: 1px dashed #ffc66d;
  border-bottom: 1px dashed #ffc66d;
}

.nav-link.active {
  color: #df7300 !important;
  font-weight: bold;
}

.nav-link:hover {
  color: #df7300;
}

.custom_navbar i {
  display: none;
  transition: all 0.5s ease;
}

.custom_navbar li a:hover i {
  display: block;
  transition: all 0.5s ease;
}

.custom_navbar li a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 5px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #ffffff;
  background: #df7300;
  white-space: nowrap;
  transition: all 0.5s ease;
  width: 250px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.custom_navbar {
  padding: 0;
}

.custom_navbar li a:hover {
  background: #2a2874;
  color: #ffffff;
  transition: all 0.5s ease;
}

.custom_navbar li:last-child a {
  border-bottom: none;
}


.fixed-navbar.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: 999;
  background: #fff;
  margin: 0;
  height: 70px;
  border-bottom: 1px solid #0c0a57;
}

.box-carousel {
  position: relative;

}

.owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
}

.hero-section {
  position: relative;
}

.carousel-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.2s ease, background 0.3s;
  z-index: 9999;
}

.hero-section:hover .carousel-cursor {
  transform: translate(-50%, -50%) scale(1);
}

.carousel-cursor.dragging {
  transform: translate(-50%, -50%) scale(0.8);
  background: rgba(0, 0, 0, 0.9);
}

.about-section {
  padding: 70px 0;
}

.about-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.about-divider {
  width: 60px;
  height: 3px;
  background: #e00;
  margin: 14px 0 20px 0;
}

.about-top {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 50px auto;
}

.about-top .about-divider {
  margin: 14px auto 20px auto;
}

.about-heading {
  font-size: 34px;
  font-weight: 800;
  color: #2a2875;
  line-height: 1.2;
  margin: 0;
}

.about-heading em {
  color: #e00;
  font-style: normal;
}

.about-top p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

.about-card {
  text-decoration: none;
  display: block;
  border: 1px solid #e0e0f0;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(42, 40, 117, 0.12);
}

.about-card-img {
  width: 100%;
  height: 200px;
  background: #2a2875;
  overflow: hidden;
}

.about-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.about-card:hover .about-card-img img {
  transform: scale(1.05);
}

.about-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #2a2875;
  text-align: center;
  padding: 14px 12px;
  margin: 0;
  background: #f5f6ff;
  border-top: 3px solid #2a2875;
}

.about-founder {
  display: grid;
  grid-template-columns: 422px 1fr;
  gap: 30px;
  align-items: flex-start;
  background: #f5f6ff;
  border-left: 4px solid #2a2875;
  border-radius: 8px;
  padding: 40px;
}

.about-founder-img img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}

.about-founder-text h2 {
  font-size: 26px;
  font-weight: 800;
  color: #2a2875;
  margin: 0;
}

.about-founder-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 14px;
}

.about-founder-name {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #dde;
}

.about-founder-name strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #2a2875;
}

.about-founder-name span {
  font-size: 15px;
  color: #888;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  will-change: transform, opacity;
}

@media (max-width: 991px) {
  .about-cards {
    grid-template-columns: 1fr 1fr;
  }

  .about-founder {
    grid-template-columns: 1fr;
  }

  .about-founder-img img {
    max-width: 220px;
  }
}

@media (max-width: 600px) {
  .about-cards {
    grid-template-columns: 1fr;
  }

  .about-heading {
    font-size: 26px;
  }

  .about-stats {
    padding: 24px 20px;
    justify-content: center;
  }

  .astat {
    min-width: 120px;
  }
}

.updates-section {
  padding: 70px 0;
  background: #f5f6ff;
}

.updates-inner {
  margin: 0 auto;
  padding: 0 24px;
}

.updates-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
}

.updates-col-header h3 {
  font-size: 26px;
  font-weight: 800;
  color: #2a2875;
  margin: 0;
}

.updates-col-header h3 em {
  color: #e00;
  font-style: normal;
}

.updates-divider {
  width: 50px;
  height: 3px;
  background: #e00;
  margin: 12px 0 24px 0;
}

.activity-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e0e0f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.activity-item {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e0e0f0;
  transition: background 0.2s;
}

.activity-item:last-child {
  border-bottom: none;
}

.activity-item:hover {
  background: #f0f0ff;
}

.activity-img {
  width: 110px;
  min-width: 110px;
  height: 100px;
  overflow: hidden;
  background: #2a2875;
}

.activity-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.activity-item:hover .activity-img img {
  transform: scale(1.06);
}

.activity-info {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.activity-date {
  font-size: 12px;
  color: #e00;
  font-weight: 600;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.activity-info h4 {
  font-size: 15px;
  font-weight: 700;
  color: #2a2875;
  margin: 0 0 4px;
}

.activity-info p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.news-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.news-item {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e0e0f0;
  transition: background 0.2s;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item:hover {
  background: #f0f0ff;
}

.news-date {
  min-width: 58px;
  background: #2a2875;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  color: #fff;
}

.news-date .day {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.news-date .mon {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.85;
  margin-top: 2px;
}

.news-info {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-info h4 {
  font-size: 14px;
  font-weight: 700;
  color: #2a2875;
  margin: 0 0 4px;
}

.news-info p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.updates-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #2a2875;
  text-decoration: none;
  border-bottom: 2px solid #e00;
  padding-bottom: 2px;
  transition: color 0.2s;
}

.updates-view-all:hover {
  color: #e00;
}

.updates-youtube {
  margin-top: 28px;
}

.youtube-label {
  font-size: 14px;
  font-weight: 700;
  color: #2a2875;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.youtube-label i {
  color: #e00;
  font-size: 18px;
}

.youtube-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0f0;
}

.youtube-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .updates-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .activity-img {
    width: 80px;
    min-width: 80px;
    height: 90px;
  }

  .news-date {
    min-width: 50px;
  }

  .news-date .day {
    font-size: 18px;
  }
}

.campus-section {
  padding: 70px 0;
}

.campus-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.campus-card {
  background: #fff;
  border: 1px solid #e0e0f0;
  border-top: 4px solid #2a2875;
  border-radius: 8px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  transition: all 0.25s ease;
}

.campus-card.facility {
  border-top-color: #e00;
}

.campus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(42, 40, 117, 0.12);
}

.campus-card-icon {
  width: 58px;
  height: 58px;
  background: #f5f6ff;
  border: 1px solid #e0e0f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.campus-card-icon i {
  font-size: 26px;
  color: #2a2875;
}

.campus-card.facility .campus-card-icon {
  background: #fff0f0;
  border-color: #fdd;
}

.campus-card.facility .campus-card-icon i {
  color: #e00;
}

.campus-card h4 {
  font-size: 22px;
  font-weight: 800;
  color: #2a2875;
  margin: 0;
}

.campus-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.campus-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2a2875;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 24px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 6px;
  transition: all 0.25s ease;
}

.campus-btn:hover {
  background: #1e1d5a;
  color: #fff;
  gap: 12px;
}

.campus-btn.facility-btn {
  background: #e00;
}

.campus-btn.facility-btn:hover {
  background: #b80000;
}

@media (max-width: 768px) {
  .campus-inner {
    grid-template-columns: 1fr;
  }
}

.footer-top {
  background: url(../img/background/body.png) repeat;
  border-top: 2px solid #0f0e3a;
  padding: 60px 0 40px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-top .footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 40px;
  align-items: flex-start;
}

.footer-divider {
  width: 40px;
  height: 3px;
  background: #e00;
  margin: 10px 0 20px 0;
}

.footer-logo {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0 0 0 / 60%);
  font-size: 16px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.footer-social a:hover {
  background: #e00;
  border-color: #e00;
  color: #fff;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-col ul li a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.07);
  transition: all 0.2s ease;
}

.footer-col ul li a i {
  font-size: 14px;
  color: #e00;
  transition: transform 0.2s ease;
}

.footer-col ul li a:hover {
  color: #ff0303;
  padding-left: 5px;
}

.footer-col ul li a:hover i {
  transform: translateX(3px);
}

.footer-contact ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.07);
}

.footer-contact ul li:last-child {
  border-bottom: none;
}

.footer-contact ul li i {
  font-size: 15px;
  color: #e00;
  margin-top: 3px;
  min-width: 16px;
}

.footer-contact ul li span {
  font-size: 14px;
  line-height: 1.6;
}

.footer-contact ul li span a {
  text-decoration: none;
  transition: color 0.2s;
}

.footer-map {
  margin-top: 18px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 160px;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(1) invert(0.9);
}

.footer-bottom {
  background: #080726;
  padding: 16px 0;
}

.footer-bottom .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom p {
  font-size: 13px;
  color: #fff;
  margin: 0;
}

.footer-bottom a {
  color: #fff;
  transition: color 0.2s;
}

.footer-bottom a:hover {
  color: #ff4444;
}

@media (max-width: 1024px) {
  .footer-top .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 600px) {
  .footer-top .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-logo {
    width: 140px;
  }
}

.contact-section {
  padding: 70px 0;
  background: #f5f6ff;
}

.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: flex-start;
}

.contact-info-cards {
  display: block;
  margin-bottom: 24px;
}

.contact-info-card {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #e0e0f0;
  border-left: 3px solid #2a2875;
  border-radius: 8px;
  padding: 18px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: all 0.2s ease;
}

.contact-info-card:hover {
  box-shadow: 0 6px 20px rgba(42, 40, 117, 0.10);
  transform: translateY(-2px);
}

.contact-info-card:nth-child(even) {
  border-left-color: #e00;
}

.contact-info-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #f5f6ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-icon i {
  font-size: 18px;
  color: #2a2875;
}

.contact-info-card:nth-child(even) .contact-info-icon i {
  color: #e00;
}

.contact-info-text h4 {
  font-size: 13px;
  font-weight: 800;
  color: #2a2875;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-info-text p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.contact-info-text p a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-info-text p a:hover {
  color: #2a2875;
}

.contact-map {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0f0;
  height: 270px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-form-box {
  background: #fff;
  border: 1px solid #e0e0f0;
  border-radius: 10px;
  padding: 36px 32px;
}

.contact-form-header h3 {
  font-size: 24px;
  font-weight: 800;
  color: #2a2875;
  margin: 0;
}

.contact-form-header h3 em {
  color: #e00;
  font-style: normal;
}

.contact-divider {
  width: 50px;
  height: 3px;
  background: #e00;
  margin: 12px 0 14px;
}

.contact-form-header p {
  font-size: 14px;
  color: #888;
  margin: 0 0 24px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 13px;
  font-weight: 700;
  color: #2a2875;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.form-group label span {
  color: #e00;
}

.form-group input,
.form-group select,
.form-group textarea {
  font-size: 14px;
  color: #333;
  background: #f5f6ff;
  border: 1px solid #dde;
  border-radius: 6px;
  padding: 10px 14px;
  outline: none;
  transition: all 0.2s ease;
  width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #aaa;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #2a2875;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(42, 40, 117, 0.08);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%232a2875' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #2a2875;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 32px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
  margin-top: 4px;
}

.contact-submit-btn:hover {
  background: #e00;
  gap: 12px;
}

@media (max-width: 991px) {
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .contact-map {
    height: 220px;
  }
}

@media (max-width: 600px) {
  .contact-info-cards {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-box {
    padding: 24px 18px;
  }

  .contact-hero h1 {
    font-size: 28px;
  }
}

.page-hero {
  background: #2a2875;
  padding: 30px 0;
  text-align: center;
  position: relative;
}

.page-hero::after {
  content: "";
  background: url(../img/page-hero.png);
  background-repeat: repeat;
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  right: 0;
}

.page-hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 10;
}

.page-hero h1 {
  font-weight: bold;
  font-size: 50px;
  color: #fff;
  margin: 0 0 10px;
}

.page-hero h1 em {
  color: #e00;
  font-style: normal;
}

.page-hero p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.page-hero .navdiv {
  display: flex;
  justify-content: center;
}

.page-hero ul {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: white;
  position: relative;
}

.page-hero ul li a {
  color: white;
}

.aboutpage-tag {
  display: inline-block;
  background: #f0f0ff;
  color: #2a2875;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 5px 14px;
  border-left: 3px solid #e00;
  margin-bottom: 12px;
}

.aboutpage-section h2,
.principal-content h2,
.vm-header h2 {
  font-size: 32px;
  font-weight: 900;
  color: #2a2875;
  margin: 0;
}

.aboutpage-section h2 em,
.principal-content h2 em,
.vm-header h2 em {
  color: #e00;
  font-style: normal;
}

.aboutpage-divider {
  width: 50px;
  height: 3px;
  background: #e00;
  margin: 12px 0 20px;
}

.aboutpage-section {
  padding: 70px 0;
  background: #fff;
}

.aboutpage-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.aboutpage-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 14px;
}

.aboutpage-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.aph-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f6ff;
  border-left: 3px solid #2a2875;
  padding: 10px 14px;
  border-radius: 0 6px 6px 0;
  font-size: 14px;
  font-weight: 600;
  color: #2a2875;
}

.aph-item i {
  font-size: 16px;
  color: #e00;
  min-width: 16px;
}

.aboutpage-img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: visible;
}

.aboutpage-img-wrap img {
  width: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  height: 460px;
  border: 4px solid #e0e0f0;
}

.aboutpage-img-badge {
  position: absolute;
  bottom: -18px;
  left: -18px;
  background: #2a2875;
  color: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  text-align: center;
  border: 3px solid #fff;
}

.aboutpage-img-badge .badge-num {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.aboutpage-img-badge .badge-lbl {
  font-size: 12px;
  opacity: 0.85;
  line-height: 1.4;
  margin-top: 4px;
}

.principal-section {
  padding: 70px 0;
  background: #f5f6ff;
}

.principal-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: center;
}

.principal-img img {
  width: 100%;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  height: 340px;
  border: 4px solid #fff;
  box-shadow: 0 8px 28px rgba(42, 40, 117, 0.12);
}

.principal-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 14px;
}

.principal-name {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #dde;
}

.principal-name strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #2a2875;
}

.principal-name span {
  font-size: 13px;
  color: #888;
}

.vm-section {
  padding: 70px 0;
  background: #fff;
  font-family: "Catamaran", sans-serif;
}

.vm-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.vm-header {
  text-align: center;
  margin-bottom: 48px;
}

.vm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vm-card {
  border: 1px solid #e0e0f0;
  border-radius: 10px;
  height: 100%;
  padding: 32px 28px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.vm-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.vm-card.vision::before {
  background: #2a2875;
}

.vm-card.mission::before {
  background: #e00;
}

.vm-card.values::before {
  background: #ff9c00;
}

.vm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(42, 40, 117, 0.12);
}

.vm-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.vm-card.vision .vm-card-icon {
  background: #f0f0ff;
}

.vm-card.vision .vm-card-icon i {
  font-size: 26px;
  color: #2a2875;
}

.vm-card.mission .vm-card-icon {
  background: #fff0f0;
}

.vm-card.mission .vm-card-icon i {
  font-size: 26px;
  color: #e00;
}

.vm-card.values .vm-card-icon {
  background: #fff8ec;
}

.vm-card.values .vm-card-icon i {
  font-size: 26px;
  color: #ff9c00;
}

.vm-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #2a2875;
  margin: 0 0 10px;
}

.vm-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 18px;
}

.vm-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vm-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.vm-card.vision ul li i {
  color: #2a2875;
  font-size: 14px;
  margin-top: 2px;
  min-width: 14px;
}

.vm-card.mission ul li i {
  color: #e00;
  font-size: 14px;
  margin-top: 2px;
  min-width: 14px;
}

.vm-card.values ul li i {
  color: #ff9c00;
  font-size: 14px;
  margin-top: 2px;
  min-width: 14px;
}

@media (max-width: 991px) {
  .aboutpage-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .aboutpage-img-wrap img {
    height: 320px;
  }

  .aboutpage-img-badge {
    left: 0;
    bottom: -14px;
  }

  .principal-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .principal-img img {
    height: 260px;
    max-width: 260px;
  }

  .vm-grid {
    grid-template-columns: 1fr;
  }

  .page-hero h1 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .aboutpage-highlights {
    grid-template-columns: 1fr;
  }

  .aboutpage-section h2,
  .principal-content h2 {
    font-size: 24px;
  }
}

.nav-item.dropdown:hover .custom_navbar {
  display: block;
}

.mgmt-section {
  padding: 70px 0;
  background: #f5f6ff;
  font-family: "Catamaran", sans-serif;
}

.mgmt-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.mgmt-header {
  text-align: center;
  margin-bottom: 52px;
}

.mgmt-header h2 {
  font-size: 32px;
  font-weight: 900;
  color: #2a2875;
  margin: 8px 0 0;
}

.mgmt-header h2 em {
  color: #e00;
  font-style: normal;
}

.mgmt-header p {
  font-size: 15px;
  color: #666;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.7;
}

.mgmt-divider {
  width: 50px;
  height: 3px;
  background: #e00;
  margin: 12px auto 20px;
}

.mgmt-executive {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 60px;
}

.mgmt-exec-card {
  background: #fff;
  border: 1px solid #e0e0f0;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  width: 360px;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.mgmt-exec-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #2a2875;
}

.mgmt-exec-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(42, 40, 117, 0.13);
}

.mgmt-exec-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  border: 3px solid #e0e0f0;
  transition: border-color 0.25s;
  position: relative;
}

.mgmt-exec-card:hover .mgmt-exec-avatar {
  border-color: #2a2875;
}

.mgmt-exec-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mgmt-avatar-fallback {
  width: 100%;
  height: 100%;
  background: #2a2875;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  align-items: center;
  justify-content: center;
}

.mgmt-exec-role {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 8px;
}

.mgmt-exec-info h3 {
  font-size: 20px;
  font-weight: 800;
  color: #2a2875;
  margin: 0;
  line-height: 1.3;
}

.mgmt-committee-header {
  text-align: center;
  margin-bottom: 32px;
}

.mgmt-committee-header h3 {
  font-size: 26px;
  font-weight: 900;
  color: #2a2875;
  margin: 0;
}

.mgmt-committee-header h3 em {
  color: #e00;
  font-style: normal;
}

.mgmt-committee {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mgmt-member-card {
  background: #fff;
  border: 1px solid #e0e0f0;
  border-left: 4px solid #2a2875;
  border-radius: 8px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.25s ease;
}

.mgmt-member-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(42, 40, 117, 0.10);
  border-left-color: #e00;
}

.mgmt-member-avatar {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}

.mgmt-member-avatar img {
  width: 100%;
}


.mgmt-member-info h4 {
  font-size: 15px;
  font-weight: 800;
  color: #2a2875;
  margin: 0 0 3px;
}

.mgmt-member-info span {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media (max-width: 991px) {
  .mgmt-executive {
    gap: 16px;
  }


  .mgmt-committee {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mgmt-executive {
    justify-content: center;
  }


  .mgmt-committee {
    grid-template-columns: 1fr;
  }

  .mgmt-header h2 {
    font-size: 24px;
  }
}

.pm-section {
  padding: 70px 0;
  background: #fff;
  font-family: "Catamaran", sans-serif;
}

.pm-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 56px;
  align-items: flex-start;
}

.pm-img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.pm-img-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

.pm-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(42, 40, 117, 0.92));
  padding: 28px 16px 16px;
  text-align: center;
}

.pm-img-name {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}

.pm-img-title {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 3px;
}

.pm-right .aboutpage-tag {
  display: inline-block;
  background: #f0f0ff;
  color: #2a2875;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 5px 14px;
  border-left: 3px solid #e00;
  margin-bottom: 12px;
}

.pm-right h2 {
  font-size: 32px;
  font-weight: 900;
  color: #2a2875;
  margin: 0;
}

.pm-right h2 em {
  color: #e00;
  font-style: normal;
}

.aboutpage-divider {
  width: 50px;
  height: 3px;
  background: #e00;
  margin: 12px 0 24px;
}

.pm-quote {
  background: #f5f6ff;
  border-left: 4px solid #2a2875;
  border-radius: 0 8px 8px 0;
  padding: 18px 20px;
  margin-bottom: 28px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pm-quote i {
  font-size: 32px;
  color: #2a2875;
  opacity: 0.3;
  line-height: 1;
  margin-top: -4px;
}

.pm-quote p {
  font-size: 17px;
  font-style: italic;
  color: #2a2875;
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
}

.pm-message p {
  font-size: 16px;
  color: #555;
}

.pm-message p strong {
  color: #2a2875;
}

.pm-signature {
  margin-top: 32px;
  padding-top: 24px;
}

.pm-signature-line {
  width: 80px;
  height: 3px;
  background: #e00;
  margin-bottom: 12px;
}

.pm-signature-name {
  font-size: 18px;
  font-weight: 900;
  color: #2a2875;
}

.pm-signature-title {
  font-size: 13px;
  color: #888;
  margin-top: 3px;
}

@media (max-width: 991px) {
  .pm-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .pm-img-wrap img {
    height: 100%;
    max-width: 100%;
  }

  .pm-right h2 {
    font-size: 26px;
  }

  .pm-stats-inner {
    justify-content: center;
  }

  .pm-stat {
    min-width: 140px;
  }

  .fixed-navbar.navbar {
    height: 80px;
  }
}

@media (max-width:768px) {
  .pm-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .pm-right h2 {
    font-size: 22px;
  }

  .pm-quote p {
    font-size: 15px;
  }

  .pm-stat-num {
    font-size: 28px;
  }
}

.facility-section {
  padding: 70px 0;
  background: #f5f6ff;
  font-family: "Catamaran", sans-serif;
}

.facility-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.facility-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.facility-intro h2 {
  font-size: 32px;
  font-weight: 900;
  color: #2a2875;
  margin: 8px 0 0;
}

.facility-intro h2 em {
  color: #e00;
  font-style: normal;
}

.facility-intro p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.facility-divider {
  width: 50px;
  height: 3px;
  background: #e00;
  margin: 12px auto 20px;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.facility-card {
  background: #fff;
  border: 1px solid #e0e0f0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.facility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(42, 40, 117, 0.13);
}

.facility-card-img {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #2a2875;
}

.facility-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.facility-card:hover .facility-card-img img {
  transform: scale(1.06);
}

.facility-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 100px;
  background: #2a2875;
  color: #fff;
}

.facility-card-badge.red {
  background: #c00;
}

.facility-card-badge.gold {
  background: #b36f00;
}

.facility-card-badge.purple {
  background: #5b21b6;
}

.facility-card-badge.green {
  background: #166534;
}

.facility-card-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.facility-card-body h3 {
  font-size: 19px;
  font-weight: 900;
  color: #2a2875;
  margin: 0 0 10px;
}

.facility-card-body p {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  margin: 0 0 16px;
  flex: 1;
}

.facility-card-body p strong {
  color: #2a2875;
}

.facility-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.facility-tags span {
  font-size: 12px;
  font-weight: 600;
  color: #2a2875;
  background: #f0f0ff;
  border: 1px solid #dde;
  border-radius: 100px;
  padding: 3px 12px;
}

@media (max-width: 991px) {
  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .facility-grid {
    grid-template-columns: 1fr;
  }

  .facility-intro h2 {
    font-size: 24px;
  }

  .facility-card-img {
    height: 200px;
  }
}

.notice-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #2a2875;
  flex-wrap: wrap;
}

.notice-tab-btn {
  font-family: "Catamaran", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 22px;
  border: none;
  background: #f0f0ff;
  color: #2a2875;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  border-top: 3px solid transparent;
  border-right: 1px solid #e0e0f0;
  transition: all 0.2s ease;
  position: relative;
  bottom: -2px;
}

.notice-tab-btn:last-child {
  border-right: none;
}

.notice-tab-btn:hover {
  background: #e8e8ff;
  color: #2a2875;
}

.notice-tab-btn.active {
  background: #fff;
  color: #2a2875;
  border-top: 3px solid #e00;
  border-bottom: 2px solid #fff;
}

.notice-tab-btn i {
  font-size: 14px;
  color: #2a2875;
}

.notice-pane {
  display: none;
}

.notice-pane.active {
  display: block;
}


.notice-list {
  border: 1px solid #e0e0f0;
  border-top: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  background: #fff;
}

.notice-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0f0;
  transition: background 0.2s ease;
}

.notice-item:last-child {
  border-bottom: none;
}

.notice-item:hover {
  background: #f8f8ff;
}

.notice-date {
  min-width: 70px;
  background: #2a2875;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  align-self: stretch;
  text-align: center;
}

.nd-day {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.nd-mon {
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.06em;
  margin-top: 2px;
}

.nd-year {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2px;
}

.notice-content {
  flex: 1;
  padding: 16px 20px;
}

.notice-content h4 {
  font-size: 15px;
  font-weight: 800;
  color: #2a2875;
  margin: 0 0 6px;
  line-height: 1.4;
}

.notice-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.notice-meta span {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 5px;
}

.notice-meta span i {
  color: #2a2875;
  font-size: 11px;
}

.notice-action {
  padding: 16px 20px;
  display: flex;
  align-items: center;
}

.notice-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #2a2875;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.notice-view-btn:hover {
  background: #e00;
  color: #fff;
}

@media (max-width: 768px) {
  .notice-tab-btn {
    font-size: 13px;
    padding: 10px 14px;
  }

  .notice-item {
    flex-wrap: wrap;
  }

  .notice-date {
    min-width: 60px;
  }

  .nd-day {
    font-size: 20px;
  }

  .notice-content {
    padding: 12px 14px 8px;
  }

  .notice-action {
    width: 100%;
    padding: 0 14px 14px;
  }

  .notice-view-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .notice-tab-btn {
    font-size: 12px;
    padding: 9px 12px;
    gap: 5px;
  }

  .notice-tab-btn i {
    display: none;
  }
}

.notice-section {
  padding: 70px 0;
  background: #f5f6ff;
  font-family: "Catamaran", sans-serif;
}

.notice-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.notice-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.notice-filter-btn {
  font-family: "Catamaran", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1.5px solid #dde;
  background: #fff;
  color: #2a2875;
  cursor: pointer;
  transition: all 0.2s ease;
}

.notice-filter-btn:hover {
  border-color: #2a2875;
  background: #f0f0ff;
}

.notice-filter-btn.active {
  background: #2a2875;
  color: #fff;
  border-color: #2a2875;
}

.notice-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0e0f0;
}

.notice-item {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border-bottom: 1px solid #e0e0f0;
  transition: background 0.2s ease;
}

.notice-item:last-child {
  border-bottom: none;
}

.notice-item:hover {
  background: #f8f8ff;
}

.notice-item.new {
  border-left: 4px solid #e00;
}

.notice-date {
  min-width: 72px;
  background: #2a2875;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  align-self: stretch;
  text-align: center;
}

.nd-day {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.nd-mon {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.06em;
  margin-top: 2px;
}

.nd-year {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}

.notice-content {
  flex: 1;
  padding: 18px 20px;
}

.notice-content h4 {
  font-size: 16px;
  font-weight: 800;
  color: #2a2875;
  margin: 0 0 6px;
  line-height: 1.4;
}

.notice-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 10px;
}

.notice-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.notice-meta span {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 5px;
}

.notice-meta span i {
  color: #2a2875;
  font-size: 12px;
}

.notice-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 2px 10px;
  border-radius: 100px;
  margin-bottom: 6px;
  background: #f0f0ff;
  color: #2a2875;
  border: 1px solid #dde;
}

.notice-badge.exam {
  background: #fff8ec;
  color: #b36f00;
  border-color: #ffe8bb;
}

.notice-badge.admission {
  background: #f0fff4;
  color: #166534;
  border-color: #b8f0cc;
}

.notice-badge.event {
  background: #f5f0ff;
  color: #5b21b6;
  border-color: #ddd0f8;
}

.notice-badge.fees {
  background: #fff0f0;
  color: #c00;
  border-color: #fdd;
}

.notice-badge.general {
  background: #f0f0ff;
  color: #2a2875;
  border-color: #dde;
}

.notice-action {
  padding: 18px 20px;
  display: flex;
  align-items: center;
}

.notice-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #2a2875;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.notice-view-btn:hover {
  background: #e00;
  color: #fff;
}

.notice-empty {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e0e0f0;
  text-align: center;
  gap: 12px;
}

.notice-empty i {
  font-size: 48px;
  color: #ccd;
}

.notice-empty p {
  font-size: 15px;
  color: #aaa;
  margin: 0;
}

@media (max-width: 768px) {
  .notice-item {
    flex-wrap: wrap;
  }

  .notice-date {
    min-width: 60px;
    padding: 14px 8px;
  }

  .nd-day {
    font-size: 20px;
  }

  .notice-action {
    width: 100%;
    padding: 0 20px 16px;
  }

  .notice-view-btn {
    width: 100%;
    justify-content: center;
  }

  .notice-content {
    padding: 14px 16px 10px;
  }
}

@media (max-width: 480px) {
  .notice-filters {
    gap: 8px;
  }

  .notice-filter-btn {
    font-size: 12px;
    padding: 6px 14px;
  }
}

@media (max-width:1160px) {
  .navbar-expand-lg .navbar-nav {
    gap: 14px;
    font-size: 14px;
  }
}

@media (max-width:991px) {
  .top-header {
    display: none;
  }

  .navbar-expand-lg .navbar-nav {
    gap: 20px;
    font-size: 16px;
  }

  .navbar-brand img {
    display: block;
    width: 300px;
  }

  .navbar>.container-fluid {
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .navbar-brand img {
    width: 350px;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    width: 250px;
  }
}

/* ── ADMISSION PAGE ─────────────────────────────── */
.admission-section {
  padding: 70px 0;
  background: #f5f6ff;
  font-family: "Catamaran", sans-serif;
}

.admission-inner {
  margin: 0 auto;
  padding: 0 24px;
}

/* ── TABS ── */
.admission-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #2a2875;
  flex-wrap: wrap;
}

.admission-tab-btn {
  font-family: "Catamaran", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 22px;
  border: none;
  background: #f0f0ff;
  color: #2a2875;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  border-top: 3px solid transparent;
  border-right: 1px solid #e0e0f0;
  transition: all 0.2s ease;
  position: relative;
  bottom: -2px;
}

.admission-tab-btn:last-child {
  border-right: none;
}

.admission-tab-btn:hover {
  background: #e8e8ff;
}

.admission-tab-btn.active {
  background: #fff;
  color: #2a2875;
  border-top: 3px solid #e00;
  border-bottom: 2px solid #fff;
}

/* ── PANE ── */
.admission-pane {
  display: none;
}

.admission-pane.active {
  display: block;
}

/* ── CONTENT WRAPPER ── */
.admission-content {
  background: #fff;
  border: 1px solid #e0e0f0;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── MAIN HEADING ── */
.adm-main-heading {
  font-size: 20px;
  font-weight: 900;
  color: #2a2875;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #e0e0f0;
}

/* ── ALERT BANNER ── */
.adm-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff8ec;
  border: 1px solid #ffe8bb;
  border-left: 4px solid #ff9c00;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 16px;
  color: #7a4f00;
  margin-bottom: 28px;
}

.adm-alert i {
  font-size: 20px;
  color: #ff9c00;
  min-width: 20px;
}

.adm-alert strong {
  color: #5c3700;
}

/* ── BLOCK ── */
.adm-block {
  padding: 24px 0;
  border-bottom: 1px dashed #e0e0f0;
}

.adm-block:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.adm-block h3 {
  font-size: 18px;
  font-weight: 800;
  color: #2a2875;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8f5;
}

.adm-block h3 i {
  font-size: 15px;
  color: #e00;
}

.adm-sub {
  font-size: 16px;
  color: #666;
  margin: 0 0 12px;
  font-style: italic;
}

/* ── NOTE ── */
.adm-note {
  background: #f5f6ff;
  border-left: 3px solid #2a2875;
  padding: 10px 14px;
  font-size: 16px;
  color: #444;
  border-radius: 0 6px 6px 0;
  line-height: 1.6;
}

.adm-note strong {
  color: #2a2875;
}

/* ── WARNING ── */
.adm-warning {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff0f0;
  border: 1px solid #fdd;
  border-left: 4px solid #e00;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  font-size: 16px;
  color: #7a0000;
  margin-top: 14px;
  line-height: 1.6;
}

.adm-warning i {
  font-size: 16px;
  color: #e00;
  min-width: 16px;
  margin-top: 2px;
}

/* ── BULLET LIST ── */
.adm-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.adm-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  padding: 10px 14px;
  background: #f5f6ff;
  border-radius: 6px;
  border-left: 3px solid #2a2875;
}

.adm-list li::before {
  content: "›";
  color: #e00;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  min-width: 10px;
}

/* ── NUMBERED LIST ── */
.adm-ol {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-reset: adm-counter;
}

.adm-ol li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  padding: 10px 14px;
  background: #f5f6ff;
  border-radius: 6px;
  counter-increment: adm-counter;
}

.adm-ol li::before {
  content: counter(adm-counter);
  min-width: 26px;
  height: 26px;
  background: #2a2875;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

.adm-ol li strong {
  color: #2a2875;
}

/* ── NOT AVAILABLE STATE ── */
.adm-unavailable {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  text-align: center;
  gap: 14px;
}

.is-invalid {
  border: 1px solid red !important;
}

.is-valid {
  border: 1px solid green;
}

.adm-unavailable i {
  font-size: 18px;
  color: #fff;
}

.adm-unavailable h3 {
  font-size: 22px;
  font-weight: 800;
  color: #2a2875;
  margin: 0;
}

.adm-unavailable p {
  font-size: 15px;
  color: #888;
  margin: 0;
  max-width: 420px;
  line-height: 1.6;
}

.adm-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #2a2875;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 24px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 6px;
  transition: all 0.2s ease;
}

.adm-contact-btn:hover {
  background: #e00;
  color: #fff;
}

/* ── CONTACT BAR ── */
.adm-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #2a2875;
  border-radius: 8px;
  padding: 18px 22px;
  margin-top: 28px;
}

.adm-contact>i {
  font-size: 24px;
  color: #ff9c00;
  min-width: 24px;
}

.adm-contact div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.adm-contact strong {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.adm-contact span {
  color: rgba(255, 255, 255, 0.7);
}

.adm-contact span a {
  color: #ff9c00;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
}

.adm-contact span a:hover {
  color: #fff;
}

/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 768px) {
  .admission-tab-btn {
    font-size: 13px;
    padding: 10px 14px;
  }

  .admission-content {
    padding: 24px 18px;
  }

  .adm-main-heading {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .admission-tab-btn {
    font-size: 12px;
    padding: 9px 10px;
    gap: 4px;
  }

  .admission-tab-btn i {
    display: none;
  }
}

/* ── GALLERY PAGE ───────────────────────────────── */
.gallery-section {
  padding: 70px 0;
  background: #f5f6ff;
  font-family: "Catamaran", sans-serif;
}

.gallery-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── TABS ── */
.gallery-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #2a2875;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.gallery-tab-btn {
  font-family: "Catamaran", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 22px;
  border: none;
  background: #f0f0ff;
  color: #2a2875;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  border-top: 3px solid transparent;
  border-right: 1px solid #e0e0f0;
  transition: all 0.2s ease;
  position: relative;
  bottom: -2px;
}

.gallery-tab-btn:last-child {
  border-right: none;
}

.gallery-tab-btn:hover {
  background: #e8e8ff;
}

.gallery-tab-btn.active {
  background: #fff;
  color: #2a2875;
  border-top: 3px solid #e00;
  border-bottom: 2px solid #fff;
}

/* ── PANE ── */
.gallery-pane {
  display: none;
  background: #fff;
  border: 1px solid #e0e0f0;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 28px;
}

.gallery-pane.active {
  display: block;
}

/* ── FILTER PILLS ── */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.gallery-filter-btn {
  font-family: "Catamaran", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 20px;
  border-radius: 100px;
  border: 1.5px solid #dde;
  background: #f5f6ff;
  color: #2a2875;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gallery-filter-btn:hover {
  border-color: #2a2875;
  background: #e8e8ff;
}

.gallery-filter-btn.active {
  background: #2a2875;
  color: #fff;
  border-color: #2a2875;
}

/* ── GRID: 3 columns ── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* ── GALLERY ITEM ── */
.gallery-item {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0f0;
  transition: all 0.25s ease;
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(42, 40, 117, 0.13);
  border-color: #2a2875;
}

/* ── IMAGE ── */
.gallery-img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #2a2875;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-img img {
  transform: scale(1.07);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(42, 40, 117, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  font-size: 32px;
  color: #fff;
}

.gallery-caption {
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #2a2875;
  background: #fff;
  text-align: center;
  line-height: 1.4;
}

.gallery-empty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  text-align: center;
  gap: 12px;
}

.gallery-empty i {
  font-size: 52px;
  color: #ccd;
}

.gallery-empty p {
  font-size: 15px;
  color: #aaa;
  margin: 0;
}

@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-tab-btn {
    font-size: 12px;
    padding: 9px 12px;
    gap: 5px;
  }

  .gallery-tab-btn i {
    display: none;
  }

  .gallery-pane {
    padding: 18px;
  }
}

/* ── FACULTY PAGE ───────────────────────────────── */
.faculty-section {
  padding: 70px 0;
  background: #f5f6ff;
  font-family: "Catamaran", sans-serif;
}

.faculty-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── TABS ── */
.faculty-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #2a2875;
  flex-wrap: wrap;
}

.faculty-tab-btn {
  font-family: "Catamaran", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 22px;
  border: none;
  background: #f0f0ff;
  color: #2a2875;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  border-top: 3px solid transparent;
  border-right: 1px solid #e0e0f0;
  transition: all 0.2s ease;
  position: relative;
  bottom: -2px;
}

.faculty-tab-btn:last-child {
  border-right: none;
}

.faculty-tab-btn:hover {
  background: #e8e8ff;
}

.faculty-tab-btn.active {
  background: #fff;
  color: #2a2875;
  border-top: 3px solid #e00;
  border-bottom: 2px solid #fff;
}

/* ── PANE ── */
.faculty-pane {
  display: none;
}

.faculty-pane.active {
  display: block;
}

/* ── GRID: 4 columns desktop ── */
.faculty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: #fff;
  border: 1px solid #e0e0f0;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 28px;
}

/* ── CARD ── */
.faculty-card {
  background: #f5f6ff;
  border: 1px solid #e0e0f0;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  transition: all 0.25s ease;
}

.faculty-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(42, 40, 117, 0.12);
  border-color: #2a2875;
}

/* ── PHOTO ── */
.faculty-img {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #2a2875;
}

.faculty-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.4s ease;
}

.faculty-card:hover .faculty-img img {
  transform: scale(1.05);
}

/* Fallback initials */
.faculty-fallback {
  width: 100%;
  height: 100%;
  background: #2a2875;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── INFO ── */
.faculty-info {
  padding: 16px 14px 18px;
}

.faculty-info h4 {
  font-size: 15px;
  font-weight: 800;
  color: #2a2875;
  margin: 8px 0 6px;
  line-height: 1.3;
}

.faculty-pos {
  font-size: 13px;
  color: #555;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.faculty-pos i {
  color: #e00;
  font-size: 12px;
}

.faculty-qual {
  font-size: 12px;
  color: #888;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.faculty-qual i {
  color: #2a2875;
  font-size: 12px;
}

/* ── BADGE ── */
.faculty-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 12px;
  border-radius: 100px;
  background: #f0f0ff;
  color: #2a2875;
  border: 1px solid #dde;
}

.faculty-badge.principal {
  background: #fff0f0;
  color: #c00;
  border-color: #fdd;
}

.faculty-badge.science {
  background: #f0fff4;
  color: #166534;
  border-color: #b8f0cc;
}

.faculty-badge.commerce {
  background: #fff8ec;
  color: #b36f00;
  border-color: #ffe8bb;
}

.faculty-badge.pt {
  background: #f5f0ff;
  color: #5b21b6;
  border-color: #ddd0f8;
}

/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 1024px) {
  .faculty-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .faculty-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 18px;
  }

  .faculty-tab-btn {
    font-size: 13px;
    padding: 10px 14px;
  }
}

@media (max-width: 480px) {
  .faculty-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .faculty-tab-btn {
    font-size: 12px;
    padding: 9px 10px;
    gap: 4px;
  }

  .faculty-tab-btn i {
    display: none;
  }

  .faculty-img {
    height: 160px;
  }
}