:root {
  --primary: #0B1F3A;
  --secondary: #F7F9FC;
  --accent: #F5B301;
  --accent-2: #FF9F1C;
  --text: #0E1B2A;
  --muted: rgba(14,27,42,.7);
  --border: rgba(11,31,58,.12);
  --shadow: 0 18px 44px rgba(11,31,58,.10);
  --shadow-sm: 0 10px 24px rgba(11,31,58,.10);
}
body {
  font-family: 'Roboto', system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  background: var(--secondary);
  color: var(--text);
  scroll-behavior: smooth;
}
p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  color: var(--text);
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-light {
  background-color: rgba(11,31,58,.04) !important;
}
.topbar {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  padding: .65rem 0;
}
.brand-logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid rgba(245,179,1,.25);
}
.brand-title {
  font-family: 'Poppins', system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--primary);
  line-height: 1.1;
}
.brand-subtitle {
  font-size: .9rem;
  color: rgba(11,31,58,.65);
}
.navbar-custom {
  padding-top: .45rem;
  padding-bottom: .45rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.navbar-custom .navbar-nav {
  gap: 15px;
}
.navbar-custom .nav-link {
  padding: .35rem .75rem;
  font-weight: 600;
  letter-spacing: .01em;
  position: relative;
  color: rgba(255,255,255,.92);
  transition: color .2s ease, background-color .2s ease;
  font-size: 14px;
}
.navbar-custom .nav-link.active,
.navbar-custom .nav-link:hover {
  background: rgba(255,255,255,.10);
  border-radius: .25rem;
  color: #ffffff;
}
.navbar-custom .nav-link::before {
  content: "";
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .15rem;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), rgba(245,179,1,0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  border-radius: 999px;
}
.navbar-custom .nav-link:hover::before,
.navbar-custom .nav-link.active::before {
  transform: scaleX(1);
}
.navbar-custom .nav-link.dropdown-toggle::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  border: 0;
  font-size: .75rem;
  margin-left: .35rem;
  vertical-align: .1em;
  opacity: .9;
}
.navbar-custom .dropdown-menu {
  border-color: var(--border);
  box-shadow: var(--shadow-sm);
  padding: .5rem 0;
  border-radius: .75rem;
}
.navbar-custom .dropdown-item {
  padding: .35rem 1rem;
  font-size: 13px;
  color: rgba(14,27,42,.85);
}
.navbar-custom .dropdown-item:hover {
  background-color: rgba(245,179,1,.14);
  color: var(--text);
}
.dropdown-menu .dropend .dropdown-menu {
  margin-left: .1rem;
  margin-right: .1rem;
}
.btn {
  border-radius: 999px;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(11,31,58,.14);
}
.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  background-color: #0A274A;
  border-color: #0A274A;
}
.btn-accent {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-color: transparent;
  color: #0B1F3A;
  font-weight: 700;
}
.btn-accent:hover {
  color: #0B1F3A;
}
.hero {
  background: linear-gradient(135deg, rgba(11,31,58,.9), rgba(11,31,58,.65)), url('../../image/core/intro.webp') center/cover no-repeat;
  color: #fff;
}
.hero-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}
.hero-carousel .carousel-caption .text-info {
  color: rgba(245,179,1,.95) !important;
  letter-spacing: .12em;
}
.hero-carousel .carousel-caption .lead {
  color: rgba(255,255,255,.78) !important;
}
.hero-carousel .carousel-caption .btn-light {
  background: rgba(255,255,255,.92);
  border-color: rgba(255,255,255,.92);
}
.hero-carousel .carousel-caption .btn-light:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.hero-carousel .carousel-caption .btn-primary {
  box-shadow: 0 16px 44px rgba(11,31,58,.25);
}
.hero-carousel .carousel-caption .btn {
  padding: .7rem 1.25rem;
}
.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  filter: drop-shadow(0 6px 18px rgba(11,31,58,.45));
}
.hero-carousel .hero-overlay {
  background: linear-gradient(0deg, rgba(11,31,58,.72), rgba(11,31,58,.35));
}
.hero-carousel .carousel-caption {
  padding: 50px 1.5rem;
  border-radius: 1rem;
  background: rgba(11,31,58,.28);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 56px rgba(11,31,58,.25);
}
.hero-carousel .carousel-caption .display-4 {
  font-family: 'Poppins', system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
}
.page-hero {
  position: relative;
  background: url('../../image/page-header.jpg') center/cover no-repeat;
  padding: 80px 0;
  color: #fff;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11,31,58,.75), rgba(11,31,58,.45));
}
.page-hero .container {
  position: relative;
  z-index: 1;
}
.page-hero-title {
  font-weight: 800;
  font-size: 2.25rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: white;
}
.page-hero .breadcrumb {
  --bs-breadcrumb-divider: "/";
  margin-bottom: 0;
}
.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
}
.page-hero .breadcrumb-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.page-hero .breadcrumb-item.active {
  color: #ffffff;
}
.has-page-hero section.py-5:first-of-type .container > h1.section-title:first-child {
  display: none;
}
section.py-5 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media (max-width: 767.98px) {
  section.py-5 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .page-hero {
    padding: 64px 0;
  }
  .page-hero-title {
    font-size: 1.75rem;
  }
}
.section-title {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: .6rem;
  background: linear-gradient(90deg, rgba(245,179,1,.95), rgba(245,179,1,0));
  border-radius: 999px;
}
a {
  color: var(--primary);
}
a:hover {
  color: #0A274A;
}
.card-feature {
  border: none;
  box-shadow: var(--shadow-sm);
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.96);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card-feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.feature-card {
  overflow: hidden;
}
.feature-card-inner {
  display: flex;
  height: 100%;
  min-height: 120px;
}
.feature-icon {
  width: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(245,179,1,.20), rgba(245,179,1,.06));
  border-right: 1px solid var(--border);
  color: rgba(245,179,1,.95);
  font-size: 1.6rem;
}
.feature-content {
  flex: 1;
  padding: 1.25rem 1.25rem;
}
.feature-content p {
  margin-bottom: 0;
}
.facility-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem 1.25rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.facility-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.facility-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(245,179,1,.22), rgba(245,179,1,.06));
  border: 1px solid rgba(245,179,1,.22);
  color: rgba(245,179,1,.95);
  font-size: 1.35rem;
  flex: 0 0 auto;
}
.facility-title {
  font-weight: 700;
  color: var(--text);
  line-height: 1.25;
}
.leadership-card {
  overflow: hidden;
}
.leadership-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--border);
}
.leadership-card .card-body {
  padding: 1.25rem 1.25rem 1.4rem;
}
.leadership-card .leader-role {
  font-weight: 700;
  color: rgba(14,27,42,.65);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  margin-top: .25rem;
}
.leadership-card .leader-name {
  font-weight: 700;
  color: var(--text);
  font-size: 1.1rem;
}
.carousel-caption {
  background: rgba(0,0,0,.45);
  border-radius: .5rem;
  padding: .75rem 1rem;
  margin-left: 2rem;  
}
.gallery img {
  object-fit: cover;
  width: 100%;
  height: 220px;
  border-radius: .5rem;
}
.program-card {
  border: none;
  box-shadow: var(--shadow-sm);
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.96);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.program-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.program-banner {
  background: radial-gradient(1200px 300px at 50% 0%, rgba(245,179,1,.35), rgba(11,31,58,.85));
  height: 180px;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}
.program-code {
  font-weight: 800;
  font-size: 4rem;
  color: #fff;
  letter-spacing: .02em;
}
.hero-carousel .carousel-item {
  height: 80vh;
  min-height: 420px;
  position: relative;
}
.hero-carousel .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-carousel .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(36,72,86,.55), rgba(36,72,86,.35));
}
.hero-carousel .carousel-caption {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  max-width: 720px;
  margin-right: 80px;
}
@media (max-width: 991.98px) {
  .hero-carousel .carousel-caption {
    margin-right: 1rem;
    max-width: calc(100% - 2rem);
  }
}
.footer-cta {
  background: linear-gradient(90deg, rgba(245,179,1,.9), rgba(255,159,28,.9));
}
.footer-links {
  background: var(--primary);
  color: rgba(255,255,255,.78);
  border-top: 1px solid rgba(255,255,255,.10);
}
.footer-links .text-primary {
  color: rgba(245,179,1,.92) !important;
}
.footer-links .bi {
  opacity: .95;
}
.footer-title {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(245,179,1,.55);
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
.footer-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-list li {
  display: flex;
  align-items: center;
}
.footer-list li + li {
  margin-top: .5rem;
}
.footer-list a {
  text-decoration: none;
  color: rgba(255,255,255,.82);
}
.footer-list a:hover {
  color: #ffffff;
}
.footer-icon { }
.footer-bottom {
  background: rgba(0,0,0,.18);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.10);
}
.about-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.about-list li + li {
  margin-top: .35rem;
}
.profile-card {
  border: none;
  box-shadow: var(--shadow-sm);
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.96);
}
.profile-img {
  width: 100%;
  height: auto;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}
.gallery img {
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: var(--shadow-sm);
}
.gallery img:hover {
  transform: scale(1.03);
  box-shadow: var(--shadow);
}
.gdm-gallery-item {
  display: block;
}
.gdm-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.82);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.gdm-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.gdm-lightbox-img {
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0,0,0,.55);
  background: #ffffff;
}
.gdm-lightbox-close,
.gdm-lightbox-prev,
.gdm-lightbox-next {
  position: absolute;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.16);
  color: #ffffff;
  transition: transform .15s ease, background-color .15s ease;
}
.gdm-lightbox-close:hover,
.gdm-lightbox-prev:hover,
.gdm-lightbox-next:hover {
  background: rgba(255,255,255,.24);
}
.gdm-lightbox-close:hover {
  transform: translateY(-1px);
}
.gdm-lightbox-prev:hover,
.gdm-lightbox-next:hover {
  transform: translateY(calc(-50% - 1px));
}
.gdm-lightbox-close {
  top: 16px;
  right: 16px;
}
.gdm-lightbox-prev {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.gdm-lightbox-next {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.gdm-lightbox-open {
  overflow: hidden;
}
.gdm-updates-card {
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.gdm-updates-header {
  background: var(--primary);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: .85rem 1rem;
}
.gdm-updates-list {
  max-height: 420px;
  overflow: auto;
}
@media (max-width: 575.98px) {
  .gallery img {
    height: 160px;
  }
  .gdm-updates-list {
    max-height: 320px;
  }
}
