:root {
  --ugm-blue: #005BAA;
  --ugm-blue-dark: #003E74;
  --ugm-yellow: #F5C400;
  --ugm-yellow-dark: #D4A300;
  --heading-color: #1F2937;
  --text-color: #4B5563;
  --border-color: #E5E7EB;
  --bg-light: #F8FAFC;
  --white: #FFFFFF;
}

body {
  font-family: 'Roboto', Arial, sans-serif !important;
  color: var(--text-color);
  background: var(--bg-light);
}

h1, h2, h3, h4, h5, h6,
.heading,
.flc-page-title {
  color: var(--heading-color);
  font-family: 'Roboto', Arial, sans-serif !important;
}

.btn_common,
nav.navbar.bootsnav ul.nav > li > a,
.form-control,
input,
textarea,
select,
button {
  font-family: 'Roboto', Arial, sans-serif !important;
}

p,
.text-muted,
.flc-prose,
.flc-meta-list {
  color: var(--text-color);
}

a:hover,
a:focus,
.color,
.commment li a:hover,
.commment li a:focus,
.pager_nav .pagination > li > a:hover,
.pager_nav .pagination > li > a:focus,
ul.links li a:hover,
ul.links li a:focus,
.profile_text strong,
#review_slider h4,
#text_rotator h1 span,
#history .history_wrap h3 > span,
.number-counters .counters-item i,
.icon_box:nth-child(2n+1) i,
nav.navbar.bootsnav ul.nav > li.dropdown.on > .dropdown-toggle,
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:focus {
  color: var(--ugm-blue) !important;
}

.bg_blue,
.blue,
.btn_common.yellow:after,
.btn_common.btn_border:after,
.search_btn:after,
.widget .tags > li a:hover,
.widget .tags > li a:focus,
.scrollToTop:hover,
.icon_box:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover,
#course_slider .item:hover .btn_common.blue,
.btn_common.white_border:hover,
.btn_common.white_border:focus,
.btn_common.blue:hover,
.btn_common.blue:focus {
  background: var(--ugm-blue) !important;
}

.blue,
.btn_common.yellow:hover,
.btn_common.yellow:focus,
.btn_common.btn_border:hover,
.btn_common.btn_border:focus,
.btn_common.white_border:hover,
.btn_common.white_border:focus,
.search_btn:hover,
.search_btn:focus,
.blog_item:hover .btn_common.btn_border,
nav.navbar.bootsnav.navbar-fixed.no-background .search_btn:hover,
nav.navbar.bootsnav.navbar-fixed.no-background .search_btn:focus {
  border-color: var(--ugm-blue) !important;
}

.yellow,
.btn_common.blue:after,
.btn_common.white_border:after,
.divider-left,
.divider-center,
.scrollToTop,
#search .close,
.widget_search .input-group-addon,
.tparrows,
#course_slider.owl-theme .owl-controls .owl-buttons div:hover,
#course_slider.owl-theme .owl-controls .owl-buttons div:focus,
.owl-theme .owl-controls .owl-page.active span,
.contact_address .address .icon,
ul.social_icon li a:after,
.rating_progress .progress-bar {
  background: var(--ugm-yellow) !important;
}

.yellow {
  border-color: var(--ugm-yellow) !important;
}

.btn_common,
.btn_common:hover,
.btn_common:focus,
.yellow,
.yellow:hover,
.yellow:focus,
.blue,
.blue:hover,
.blue:focus,
.white_border,
.white_border:hover,
.white_border:focus {
  color: var(--white) !important;
}

.form-control:focus,
textarea:focus {
  border-color: var(--ugm-blue);
  box-shadow: 0 0 0 3px rgba(0, 91, 170, 0.12);
}

nav.navbar.bootsnav,
nav.navbar.bootsnav.navbar-sticky,
nav.navbar.bootsnav.navbar-fixed {
  background: var(--ugm-blue-dark) !important;
  border-bottom-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 24px rgba(0, 46, 85, 0.14);
}

nav.navbar.bootsnav .navbar-brand img,
nav.navbar.bootsnav.navbar-fixed.no-background .navbar-brand img {
  width: auto;
  max-width: 92px;
  max-height: 62px;
  object-fit: contain;
}

.flc-navbar-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  max-width: 360px;
  height: auto;
  color: var(--white) !important;
  line-height: 1.2;
}

.flc-navbar-brand img.logo {
  flex-shrink: 0;
}

.flc-navbar-brand span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 240px;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  white-space: normal;
  overflow-wrap: break-word;
}

.push-logo img,
.footer_logo img {
  width: auto;
  max-width: 120px;
  max-height: 96px;
  object-fit: contain;
}

nav.navbar.bootsnav ul.nav > li > a {
  color: rgba(255, 255, 255, 0.9) !important;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus {
  color: var(--ugm-yellow) !important;
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > .dropdown-toggle {
  color: var(--ugm-yellow) !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border-color: var(--border-color);
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  color: var(--heading-color);
}

nav.navbar.bootsnav .navbar-toggle {
  color: var(--white);
}

#menu_bars span,
nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars span {
  background: var(--white) !important;
}

nav.navbar.bootsnav.navbar-fixed.no-background {
  background: var(--ugm-blue-dark) !important;
}

nav.navbar.bootsnav.navbar-fixed.no-background ul.nav > li > a {
  color: rgba(255, 255, 255, 0.9) !important;
}

@media (max-width: 767px) {
  .flc-navbar-brand {
    max-width: calc(100vw - 96px);
    gap: 10px;
  }

  nav.navbar.bootsnav .navbar-brand img,
  nav.navbar.bootsnav.navbar-fixed.no-background .navbar-brand img {
    max-width: 54px;
    max-height: 44px;
  }

  .flc-navbar-brand span {
    max-width: calc(100vw - 160px);
    font-size: 13px;
    line-height: 1.2;
  }
}

footer {
  background: var(--ugm-blue-dark);
}

footer .heading,
footer p,
footer .address,
footer .address a,
footer ul.links li a {
  color: rgba(255, 255, 255, 0.86);
}

footer .heading {
  color: var(--white);
}

.copyright {
  background: #002E55;
}

.copyright,
.copyright p,
.copyright a {
  color: rgba(255, 255, 255, 0.88);
}

.flc-section {
  background: var(--bg-light);
}

.flc-card,
.flc-student-row {
  border-color: var(--border-color);
  background: var(--white);
}

.flc-card {
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.06);
}

.flc-meta-list > li,
.flc-student-row .flc-req {
  border-color: var(--border-color);
}

.flc-meta-list .flc-meta-label {
  color: var(--ugm-blue-dark);
}

.flc-required-star {
  color: #D92D20;
}

::selection {
  background: var(--ugm-yellow);
  color: var(--heading-color);
}

.flc-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(0, 62, 116, 0.95), rgba(0, 91, 170, 0.82)),
    var(--flc-hero-bg-image, url("../video/thumb.jpg")) center/cover no-repeat;
  transition: background-image 280ms ease;
}

@keyframes flc-hero-background-drift {
  from {
    transform: scale(1.035) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.095) translate3d(-0.75%, -0.5%, 0);
  }
}

.flc-hero-row {
  display: flex;
  align-items: center;
}

.flc-eyebrow {
  margin-bottom: 12px;
  color: var(--ugm-yellow) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.flc-hero h1 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
}

.flc-hero-copy {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 18px;
  line-height: 1.75;
}

.flc-hero-actions,
.flc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.flc-hero-slider .owl-controls {
  margin-top: 28px;
  text-align: left;
}

.flc-hero-slider .owl-page span {
  background: rgba(255, 255, 255, 0.45);
}

.flc-hero-slider .owl-page.active span {
  background: var(--ugm-yellow);
}

.flc-hero-subtitle {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.flc-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.flc-hero-trust .fa {
  color: var(--ugm-yellow);
  margin-right: 5px;
}

.flc-hero-panel {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 32px 64px rgba(0, 46, 85, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
}

.flc-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.flc-panel-label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flc-panel-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.flc-panel-badge--open {
  background: rgba(245, 196, 0, 0.2);
  color: var(--ugm-yellow);
  border: 1px solid rgba(245, 196, 0, 0.35);
}

.flc-panel-badge--closed {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.flc-panel-count {
  display: block;
  color: var(--ugm-yellow);
  font-size: 72px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.flc-panel-count-label {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.flc-hero-panel p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px;
  line-height: 1.7;
}

.flc-panel-batch {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
}

.flc-panel-batch-name {
  color: var(--white) !important;
  font-size: 15px;
  font-weight: 700;
}

.flc-panel-batch-deadline {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 12px;
}

.flc-panel-batch-deadline .fa {
  margin-right: 4px;
}

.flc-panel-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.flc-panel-empty {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px;
  font-style: italic;
}

.flc-hero-panel a.flc-panel-cta {
  color: var(--heading-color) !important;
  font-weight: 700;
}

.flc-public-section {
  padding: 88px 0;
  background: var(--white);
}

.flc-section-muted {
  background: var(--bg-light);
}

.flc-public-section h2,
.flc-cta h2 {
  margin-top: 0;
  color: var(--heading-color);
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
}

.flc-public-section p {
  font-size: 16px;
  line-height: 1.8;
}

.flc-section-heading {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.flc-section-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--ugm-blue) !important;
  font-weight: 800;
}

.flc-stats-section {
  padding: 34px 0;
  background: #1E2D41;
}

.flc-stat-heading {
  margin-bottom: 22px;
  text-align: center;
}

.flc-stat-heading h2 {
  margin: 0;
  color: var(--white);
  font-size: 28px;
  font-weight: 800;
}

.flc-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.flc-stat-card {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.flc-stat-card strong {
  display: block;
  min-height: 1em;
  color: var(--ugm-yellow);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.flc-stat-label {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.flc-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.flc-timeline-step,
.flc-document-card,
.flc-faq-item {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(31, 41, 55, 0.06);
}

.flc-timeline-step {
  position: relative;
  min-height: 220px;
  padding: 22px;
}

.flc-timeline-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--ugm-blue);
  color: var(--white);
  font-weight: 800;
}

.flc-timeline-step h3,
.flc-document-card h3 {
  margin: 0 0 10px;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.flc-timeline-step p,
.flc-document-card p {
  margin: 0;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.7;
}

.flc-announcement-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.flc-announcement-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.32fr);
  overflow: hidden;
  border: 1px solid rgba(30, 45, 65, 0.1);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(30, 45, 65, 0.12);
}

.flc-announcement-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 38px;
  min-width: 0;
  padding: 46px 42px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(145deg, #1e2d41 0%, #173c61 100%);
}

.flc-announcement-intro::after {
  position: absolute;
  right: -58px;
  bottom: -78px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: '';
}

.flc-announcement-intro > * {
  position: relative;
  z-index: 1;
}

.flc-announcement-intro .flc-eyebrow {
  color: #f5c400;
}

.flc-announcement-intro h2 {
  max-width: 420px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
}

.flc-announcement-lead {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 16px;
  line-height: 1.75;
}

.flc-announcement-official {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.flc-announcement-official-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(245, 196, 0, 0.18);
  color: #f5c400;
  font-size: 19px;
}

.flc-announcement-official strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.4;
}

.flc-announcement-official p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 12px;
  line-height: 1.55;
}

.flc-announcement-board {
  min-width: 0;
  padding: 38px;
}

.flc-announcement-board-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8edf3;
}

.flc-announcement-board-header > div > span {
  display: block;
  margin-bottom: 7px;
  color: #607087;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.flc-announcement-board-header h3 {
  margin: 0;
  color: #1e2d41;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.flc-announcement-count {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid rgba(23, 60, 97, 0.12);
  border-radius: 999px;
  background: #f3f7fb;
  color: #173c61;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.flc-announcement-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.flc-announcement {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  border: 1px solid #e3e9f0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(30, 45, 65, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.flc-announcement:hover,
.flc-announcement:focus-visible {
  border-color: rgba(23, 60, 97, 0.36);
  box-shadow: 0 14px 28px rgba(30, 45, 65, 0.1);
  transform: translateY(-2px);
}

.flc-announcement:focus-visible {
  outline: 3px solid rgba(0, 91, 170, 0.2);
  outline-offset: 3px;
}

.flc-announcement-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #eef4f9;
  color: #173c61;
  font-size: 17px;
}

.flc-announcement-content {
  min-width: 0;
}

.flc-announcement-label {
  display: block;
  margin-bottom: 5px;
  color: #607087;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flc-announcement-content h3 {
  margin: 0 0 7px;
  color: #1e2d41;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.flc-announcement-content p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #68778b;
  font-size: 13px;
  line-height: 1.5;
}

.flc-announcement-content p i {
  color: #8b98a9;
}

.flc-announcement-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #173c61;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.flc-announcement-action i {
  transition: transform 0.2s ease;
}

.flc-announcement:hover .flc-announcement-action i,
.flc-announcement:focus-visible .flc-announcement-action i {
  transform: translateX(3px);
}

.flc-contact-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.flc-contact-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.34fr);
  overflow: hidden;
  border: 1px solid rgba(30, 45, 65, 0.11);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(30, 45, 65, 0.11);
}

.flc-contact-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  padding: 32px 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(23, 60, 97, 0.09), transparent 36%),
    linear-gradient(145deg, #f8fafc 0%, #edf3f8 100%);
}

.flc-contact-intro h2 {
  margin: 0 0 12px;
  color: #1e2d41;
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.15;
}

.flc-contact-lead {
  max-width: 460px;
  margin: 0;
  color: #617086;
  font-size: 14px;
  line-height: 1.65;
}

.flc-contact-service {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(145deg, #1e2d41 0%, #173c61 100%);
  box-shadow: 0 14px 28px rgba(30, 45, 65, 0.16);
}

.flc-contact-service > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(245, 196, 0, 0.17);
  color: #f5c400;
  font-size: 16px;
}

.flc-contact-service strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
}

.flc-contact-service p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 11px;
  line-height: 1.55;
}

.flc-contact-panel {
  min-width: 0;
  padding: 30px;
}

.flc-contact-panel-heading {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8edf3;
}

.flc-contact-panel-heading > span {
  display: block;
  margin-bottom: 7px;
  color: #607087;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.flc-contact-panel-heading h3 {
  margin: 0;
  color: #1e2d41;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.flc-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.flc-document-grid {
  display: flex;
  flex-wrap: wrap;
}

.flc-document-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 24px;
}

.flc-document-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 250px;
  padding: 24px;
}

.flc-document-card span {
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(0, 91, 170, 0.1);
  color: var(--ugm-blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.flc-document-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--ugm-blue) !important;
  font-weight: 800;
}

.flc-faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.flc-faq-item {
  overflow: hidden;
  margin-bottom: 12px;
}

.flc-faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: var(--white);
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 800;
  text-align: left;
}

.flc-faq-item button:focus-visible {
  outline: 3px solid rgba(0, 91, 170, 0.2);
  outline-offset: -3px;
}

.flc-faq-item button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.flc-faq-item button i {
  color: var(--ugm-blue);
  transition: transform 0.2s ease;
}

.flc-faq-panel {
  padding: 0 20px 20px;
}

.flc-faq-panel p {
  margin: 0;
  font-size: 15px;
}

.flc-contact-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-content: start;
  gap: 12px;
  min-width: 0;
  min-height: 150px;
  padding: 15px;
  border: 1px solid #e3e9f0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(30, 45, 65, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.flc-contact-card:hover {
  border-color: rgba(23, 60, 97, 0.3);
  box-shadow: 0 13px 26px rgba(30, 45, 65, 0.09);
  transform: translateY(-2px);
}

.flc-contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #eef4f9;
  color: #173c61;
  font-size: 17px;
}

.flc-contact-card-content {
  min-width: 0;
}

.flc-contact-card-content > span {
  display: block;
  margin-bottom: 6px;
  color: #607087;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.flc-contact-card-content strong {
  display: block;
  color: #1e2d41;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.flc-contact-action {
  display: inline-flex;
  grid-column: 2;
  align-items: center;
  align-self: end;
  justify-self: start;
  gap: 8px;
  margin-top: auto;
  color: #173c61;
  font-size: 11px;
  font-weight: 800;
}

.flc-contact-action i {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.flc-contact-action:hover,
.flc-contact-action:focus-visible {
  color: #005baa !important;
}

.flc-contact-action:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(0, 91, 170, 0.2);
  outline-offset: 4px;
}

.flc-contact-action:hover i,
.flc-contact-action:focus-visible i {
  transform: translateX(3px);
}

.flc-feature-grid {
  margin-top: 24px;
}

.flc-feature,
.flc-program-card,
.flc-gallery-card,
.flc-news-card,
.flc-empty-state,
.flc-placeholder-tile,
.flc-testimonial {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--white);
}

.flc-feature {
  min-height: 150px;
  padding: 20px;
}

.flc-feature strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ugm-blue-dark);
  font-size: 16px;
}

.flc-feature span {
  color: var(--text-color);
  line-height: 1.6;
}

.flc-program-grid {
  display: flex;
  flex-wrap: wrap;
}

.flc-program-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 30px;
}

.flc-program-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 26px;
  box-shadow: 0 14px 32px rgba(31, 41, 55, 0.07);
}

/* Collapsible body — truncate description / benefit / requirements. */
.flc-program-bodybox {
  position: relative;
}

.flc-program-body {
  max-height: 14em;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.flc-program-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3em;
  background: linear-gradient(to top, var(--white), rgba(255, 255, 255, 0));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Program cards never expand in place — the teaser stays faded once truncated. */
.flc-program-card.is-truncated .flc-program-fade {
  opacity: 1;
}

.flc-program-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  margin-top: 12px;
  padding: 0;
  background: none;
  border: 0;
  color: var(--ugm-blue);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: color 0.2s ease;
}

.flc-program-more[hidden] {
  display: none;
}

.flc-program-more:hover {
  color: var(--ugm-blue-dark);
}

.flc-program-more .flc-more-icon {
  transition: transform 0.2s ease;
}

.flc-program-more:hover .flc-more-icon {
  transform: translateX(3px);
}

/* ==========================================================================
   Program detail dialog — "Selengkapnya" opens this instead of expanding the
   card in place. Namespaced `flc-dialog` so it never collides with the
   `flc-modal` used by the registration page (custom.css).
   ========================================================================== */
.flc-dialog[hidden] {
  display: none;
}

.flc-dialog {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.flc-dialog__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 20, 40, 0.55);
}

.flc-dialog__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 88vh;
  border-radius: 16px 16px 0 0;
  background: var(--white);
  box-shadow: 0 -10px 44px rgba(0, 0, 0, 0.28);
}

.flc-dialog__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border-color);
}

.flc-dialog__title {
  margin: 0;
  color: var(--heading-color);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.flc-dialog__close {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--text-color);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.flc-dialog__close:hover,
.flc-dialog__close:focus-visible {
  background: var(--bg-light);
  color: var(--heading-color);
}

.flc-dialog__body {
  padding: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.flc-dialog__body:focus {
  outline: none;
}

.flc-dialog__body h4 {
  margin: 22px 0 8px;
  color: var(--heading-color);
  font-size: 15px;
  font-weight: 800;
}

.flc-dialog__meta {
  display: inline-block;
  margin: 0 0 14px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--bg-light);
  color: var(--ugm-blue-dark);
  font-size: 12px;
  font-weight: 700;
}

.flc-dialog__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 11px 22px;
  border-radius: 999px;
  background: var(--ugm-blue);
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.flc-dialog__cta:hover,
.flc-dialog__cta:focus {
  background: var(--ugm-blue-dark);
  color: var(--white) !important;
  text-decoration: none;
}

body.flc-dialog-open {
  overflow: hidden;
}

/* Desktop: centre it as a regular dialog. */
@media (min-width: 768px) {
  .flc-dialog {
    align-items: center;
    padding: 24px;
  }

  .flc-dialog__panel {
    max-width: 640px;
    max-height: 82vh;
    border-radius: 16px;
  }

  .flc-dialog__head {
    padding: 20px 24px;
  }

  .flc-dialog__title {
    font-size: 21px;
  }

  .flc-dialog__body {
    padding: 24px;
  }
}

/* Pin the call-to-action to the bottom so footers align across the row. */
.flc-program-card .flc-card-link,
.flc-program-card .flc-card-note--footer {
  margin-top: auto;
}

.flc-program-card .flc-card-note--footer {
  align-self: flex-start;
}

.flc-program-card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.flc-program-card h3 {
  margin: 0;
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 800;
}

.flc-program-card-header span,
.flc-card-note {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(245, 196, 0, 0.18);
  color: var(--ugm-blue-dark);
  font-size: 12px;
  font-weight: 700;
}

.flc-program-card h4 {
  margin: 20px 0 8px;
  color: var(--ugm-blue-dark);
  font-size: 15px;
  font-weight: 800;
}

.flc-card-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--ugm-blue) !important;
  font-weight: 800;
}

.flc-empty-state,
.flc-placeholder-tile {
  padding: 28px;
  color: var(--text-color);
  text-align: center;
}

.flc-placeholder-tile {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ugm-blue-dark);
  font-weight: 800;
}

.flc-gallery-card {
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(31, 41, 55, 0.07);
}

.flc-gallery-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.flc-gallery-card h3 {
  margin: 0;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
}

.flc-gallery-card h3 {
  padding: 18px;
}

/* ===== Home news: featured row + equal-height 3-column grid ===== */

.flc-news-featured {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--white);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(31, 41, 55, 0.07);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.flc-news-featured:hover,
.flc-news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(31, 41, 55, 0.14);
}

.flc-news-featured-media {
  flex: 0 0 56%;
  max-width: 56%;
}

.flc-news-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}

.flc-news-featured-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.flc-news-featured-body h3 {
  margin: 0 0 12px;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

/* Grid */
.flc-news-grid {
  display: flex;
  flex-wrap: wrap;
}

.flc-news-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 30px;
}

.flc-news-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(31, 41, 55, 0.07);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.flc-news-card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.flc-news-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 18px;
}

.flc-news-card-body h3 {
  margin: 0 0 10px;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  /* Title truncated to a single line (full text shown via the title tooltip). */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Shared bits */
.flc-news-meta {
  margin-bottom: 8px;
  color: var(--ugm-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.flc-news-desc {
  margin: 0;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.7;
  /* Truncate to 2 lines for uniform card heights. */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flc-news-desc--lg {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  font-size: 15px;
}

.flc-news-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--ugm-blue);
  font-size: 13px;
  font-weight: 800;
}

/* Pin the "read more" to the bottom of grid cards so footers align. */
.flc-news-card .flc-news-readmore {
  margin-top: auto;
  padding-top: 14px;
}

@media (max-width: 767px) {
  .flc-news-featured {
    flex-direction: column;
  }

  .flc-news-featured-media {
    flex-basis: auto;
    max-width: 100%;
  }

  .flc-news-featured-media img {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .flc-news-featured-body {
    padding: 22px;
  }

  .flc-news-featured-body h3 {
    font-size: 20px;
  }

  /* Mobile (xs): card becomes 2 columns — thumbnail left, short text right.
     Cards without a thumbnail simply keep the text full-width. */
  .flc-news-card {
    flex-direction: row;
    align-items: flex-start;
  }

  .flc-news-card-media {
    flex: 0 0 38%;
    max-width: 38%;
  }

  /* Proportional thumbnail (no full-height stretch). */
  .flc-news-card-media img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .flc-news-card-body {
    flex: 1 1 auto;
    min-width: 0; /* allow the clamped text to shrink instead of overflowing */
    padding: 14px;
  }

  .flc-news-card-body h3 {
    font-size: 16px;
    /* Stays single-line (ellipsis) via the base rule. */
  }

  .flc-news-card-body .flc-news-desc {
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

/* ===== Header user menu (avatar dropdown) ===== */

.flc-user-menu {
  position: relative;
}

nav.navbar.bootsnav ul.nav > li.flc-user-menu > a.flc-user-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flc-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--border-color);
}

.flc-user-name {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flc-user-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 240px;
  padding: 6px 0;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(31, 41, 55, 0.16);
  text-align: left;
}

.flc-user-menu.open .flc-user-dropdown {
  display: block;
}

.flc-user-head {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-color);
}

.flc-user-head strong {
  display: block;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 800;
}

.flc-user-head span {
  display: block;
  margin-top: 2px;
  color: var(--text-color);
  font-size: 12px;
  word-break: break-all;
}

.flc-user-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 16px;
  border: 0;
  background: none;
  color: var(--text-color) !important;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  transition: background 0.2s ease, color 0.2s ease;
}

.flc-user-item:hover,
.flc-user-item:focus {
  background: var(--bg-light);
  color: var(--ugm-blue) !important;
  text-decoration: none;
}

.flc-user-logout,
.flc-user-logout:hover,
.flc-user-logout:focus {
  color: #c0392b !important;
}

/* On mobile the dropdown lives inside the collapsed menu, so let it flow. */
@media (max-width: 991px) {
  .flc-user-dropdown {
    position: static;
    min-width: 0;
    margin-top: 6px;
    box-shadow: none;
  }

  .flc-user-name {
    max-width: none;
  }
}

/* ===== Gallery / Documentation ===== */

.flc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #dce5ee;
  border-left: 1px solid #dce5ee;
  background: #ffffff;
}

.flc-gallery-grid > [class*="col-"] {
  display: flex;
  float: none;
  width: auto;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.flc-gallery-album {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 0;
  border-right: 1px solid #dce5ee;
  border-bottom: 1px solid #dce5ee;
  border-radius: 0;
  background: var(--white);
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.22s ease, box-shadow 0.22s ease;
}

.flc-gallery-album:hover {
  z-index: 2;
  background: #f7fafc;
  box-shadow: 0 16px 36px rgba(23, 60, 97, 0.16);
}

.flc-gallery-album:focus-visible {
  z-index: 3;
  outline: 3px solid rgba(0, 91, 170, 0.3);
  outline-offset: -3px;
}

.flc-gallery-album-media {
  position: relative;
  overflow: hidden;
  background: var(--bg-light);
}

.flc-gallery-album-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(23, 60, 97, 0);
  content: '';
  pointer-events: none;
  transition: background-color 0.25s ease;
}

.flc-gallery-album:hover .flc-gallery-album-media::before,
.flc-gallery-album:focus-visible .flc-gallery-album-media::before {
  background: rgba(23, 60, 97, 0.18);
}

.flc-gallery-album-media--video::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 26, 49, 0.5) 100%);
  content: '';
  pointer-events: none;
}

.flc-gallery-album-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.flc-gallery-album:hover .flc-gallery-album-media img,
.flc-gallery-album:focus-visible .flc-gallery-album-media img {
  transform: scale(1.06);
}

.flc-gallery-album-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  color: var(--text-muted, #9aa3af);
  font-size: 32px;
}

.flc-gallery-album-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.flc-gallery-media-type {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(30, 45, 65, 0.86);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.flc-gallery-album-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 42px;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.34));
  transform: translate(-50%, -50%);
  transition: color 0.22s ease, transform 0.22s ease;
}

.flc-gallery-album:hover .flc-gallery-album-play,
.flc-gallery-album:focus-visible .flc-gallery-album-play {
  color: var(--ugm-yellow);
  transform: translate(-50%, -50%) scale(1.12);
}

.flc-gallery-album-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 16px 18px;
  transition: background-color 0.22s ease;
}

.flc-gallery-album-body h3 {
  margin: 4px 0 0;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flc-gallery-album-category {
  margin-bottom: 6px;
  color: #607087;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flc-gallery-album-title {
  display: -webkit-box;
  overflow: hidden;
  color: #1e2d41;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.flc-gallery-album-external {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 11px;
  color: #173c61;
  font-size: 11px;
  font-weight: 800;
}

.flc-media-modal {
  padding-right: 0 !important;
}

.flc-media-modal .modal-dialog {
  width: auto;
  max-width: 920px;
  margin: 30px auto;
  padding: 0 15px;
}

.flc-media-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 25, 48, 0.36);
}

.flc-media-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #1e2d41 0%, #173c61 100%);
}

.flc-media-modal-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--ugm-yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flc-media-modal-header .modal-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.35;
}

.flc-media-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 16px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.flc-media-modal-close:hover,
.flc-media-modal-close:focus-visible {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.16);
  outline: none;
}

.flc-media-modal .modal-body {
  padding: 18px;
}

.flc-media-modal-frame {
  overflow: hidden;
  border-radius: 10px;
  background: #0b1724;
  aspect-ratio: 16 / 9;
}

.flc-media-modal-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.flc-media-modal-source {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: #173c61;
  font-size: 12px;
  font-weight: 800;
}

.flc-gallery-album-date {
  margin-top: 6px;
  color: var(--text-color);
  font-size: 13px;
}

/* Album detail */
.flc-album-header {
  margin-bottom: 28px;
}

.flc-album-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  color: var(--ugm-blue);
  font-weight: 700;
  font-size: 14px;
}

.flc-album-header h1 {
  margin: 0 0 10px;
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 800;
}

.flc-album-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 12px;
  color: var(--ugm-blue);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.flc-album-meta span {
  position: relative;
}

.flc-album-meta span + span::before {
  content: "•";
  margin-right: 16px;
  color: var(--border-color);
}

.flc-album-desc {
  max-width: 760px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.8;
}

.flc-album-subtitle {
  margin: 28px 0 16px;
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
}

.flc-album-video {
  position: relative;
  margin-bottom: 24px;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}

.flc-album-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.flc-album-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.flc-album-photo {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.flc-album-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.flc-album-photo:hover img {
  transform: scale(1.05);
}

.flc-pagination {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .flc-album-photos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575px) {
  .flc-album-photos {
    grid-template-columns: repeat(2, 1fr);
  }

  .flc-album-header h1 {
    font-size: 24px;
  }
}

.flc-page-header {
  padding: 145px 0 40px;
  background:
    linear-gradient(110deg, rgba(0, 62, 116, 0.96), rgba(0, 91, 170, 0.84)),
    url("../video/thumb.jpg") center/cover no-repeat;
}

/* Clear the floated breadcrumb so the header never collapses onto content. */
.flc-page-header .page-content::after {
  content: "";
  display: table;
  clear: both;
}

.flc-page-header .page-content h1 {
  margin-bottom: 12px;
}

.flc-page-header .page-content h1 {
  color: var(--white);
  font-weight: 800;
}

.flc-page-header .page-content p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84) !important;
}

.flc-page-header .page-content .page_nav {
  color: var(--text-color);
}

#blog .blog_item {
  margin-bottom: 34px;
}

.flc-news-search {
  padding: 18px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--white);
}

.flc-news-search .form-control {
  height: 46px;
  border-color: var(--border-color);
  box-shadow: none;
}

.flc-news-search .btn_common {
  min-width: 92px;
  height: 46px;
  border-radius: 0 6px 6px 0;
}

.flc-search-reset {
  display: inline-block;
  margin-top: 10px;
  color: var(--ugm-blue) !important;
  font-size: 13px;
  font-weight: 800;
}

.flc-news-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--white);
}

.flc-news-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 6px;
  color: var(--ugm-blue-dark) !important;
  font-size: 14px;
  font-weight: 800;
}

.flc-news-tabs a.active,
.flc-news-tabs a:hover,
.flc-news-tabs a:focus {
  background: var(--ugm-blue);
  color: var(--white) !important;
}

/* --- News toolbar: tabs + search on one row ------------------------------- */
.flc-news-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}

/* In the toolbar the search sits inline, not in its own boxed panel. */
.flc-news-toolbar .flc-news-search {
  flex: 1 1 240px;
  max-width: 340px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.flc-news-searchinfo {
  margin: 0 0 22px;
  color: var(--text-color);
  font-size: 14px;
}

.flc-news-searchinfo .flc-search-reset {
  margin-left: 8px;
  font-size: 13px;
}

/* --- News list of article cards ------------------------------------------- */
.flc-news-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.flc-article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(31, 41, 55, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.flc-article:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 91, 170, 0.25);
  box-shadow: 0 18px 40px rgba(31, 41, 55, 0.12);
}

.flc-article__media {
  display: block;
  overflow: hidden;
}

.flc-article__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.flc-article:hover .flc-article__media img {
  transform: scale(1.04);
}

.flc-article__body {
  padding: 22px 24px 24px;
}

.flc-article__badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(245, 196, 0, 0.18);
  color: var(--ugm-blue-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flc-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  text-transform: none;
  font-weight: 600;
}

.flc-article__meta li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-color);
  font-size: 13px;
  line-height: 1;
}

.flc-article__meta li i {
  color: var(--ugm-blue);
  font-size: 15px;
}

.flc-article__title {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}

.flc-article__title a {
  color: var(--heading-color);
}

.flc-article__title a:hover,
.flc-article__title a:focus {
  color: var(--ugm-blue) !important;
}

.flc-article__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 18px;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.75;
}

/* --- Outline pill button with sliding arrow ------------------------------- */
.flc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1.5px solid var(--ugm-blue);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.flc-btn i {
  transition: transform 0.2s ease;
}

.flc-btn--outline {
  background: transparent;
  color: var(--ugm-blue);
}

.flc-btn--outline:hover,
.flc-btn--outline:focus {
  background: var(--ugm-blue);
  color: var(--white) !important;
  border-color: var(--ugm-blue);
  box-shadow: 0 8px 18px rgba(0, 91, 170, 0.25);
}

.flc-btn:hover i,
.flc-btn:focus i {
  transform: translateX(3px);
}

@media (max-width: 575px) {
  .flc-news-toolbar .flc-news-search {
    flex-basis: 100%;
    max-width: none;
  }

  .flc-article__body {
    padding: 18px 18px 20px;
  }

  .flc-article__title {
    font-size: 18px;
  }
}

#blog .blog_item h2,
#blog .blog_item h3,
#blog .widget h3 {
  color: var(--heading-color);
  font-weight: 800;
}

#blog .blog_item h2 {
  margin-top: 0;
}

#blog .blog_item h3 a,
#blog .blog_newest .post_title {
  color: var(--heading-color);
}

#blog .blog_item h3 a:hover,
#blog .blog_newest .post_title:hover {
  color: var(--ugm-blue) !important;
}

#blog .blog_item .image {
  overflow: hidden;
  border-radius: 8px;
}

#blog .blog_item .image img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.flc-external-news {
  padding: 24px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--white);
}

.flc-external-news .image {
  margin: -24px -24px 22px;
  border-radius: 8px 8px 0 0 !important;
}

.flc-external-news .image img {
  aspect-ratio: 16 / 9 !important;
}

.flc-source-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(245, 196, 0, 0.18);
  color: var(--ugm-blue-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

#blog ul.comment li a > i {
  color: var(--ugm-blue);
}

/* --- News list: proportional typography & rhythm -------------------------- */
#blog .blog_item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}

#blog .blog_item .image {
  margin-bottom: 20px;
}

#blog .blog_item h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

#blog .blog_item h3 a {
  line-height: inherit;
}

#blog .blog_item ul.comment {
  margin: 0 0 14px;
  line-height: 1;
}

#blog .blog_item ul.comment li {
  margin-left: 18px;
}

#blog .blog_item ul.comment li:first-child {
  margin-left: 0;
}

#blog .blog_item ul.comment li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1;
  color: var(--text-color);
}

#blog ul.comment li a > i {
  margin-right: 0;
  font-size: 15px;
}

#blog .blog_item p {
  margin: 0 0 18px;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.75;
}

/* Tame the theme's large margin-top on the read-more button. */
#blog .blog_item .btn_common.margin10 {
  margin-top: 4px;
}

/* External-news items are self-contained cards: keep the card's symmetric
   padding and the gap between cards (the frame replaces the list divider). */
#blog .blog_item.flc-external-news {
  padding-bottom: 24px;
}

/* The detail page is a single article, not a list — no divider or extra gap. */
#blog .blog_item.flc-news-detail {
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: 0;
}

#blog .btn_border {
  border-color: var(--ugm-blue);
  color: var(--ugm-blue);
}

#blog .btn_border:hover,
#blog .btn_border:focus,
#blog .blog_item:hover .btn_common.btn_border {
  border-color: var(--ugm-blue);
  background: var(--ugm-blue);
  color: var(--white) !important;
}

#blog .sidebar .widget {
  margin-bottom: 30px;
  padding: 24px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--white);
}

#blog .blog_newest {
  border-color: var(--border-color);
  border-radius: 8px;
}

#blog .blog_newest .post_img {
  overflow: hidden;
  border-radius: 6px;
  background: var(--bg-light);
}

#blog .blog_newest .post_img img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}

#blog .blog_newest .link {
  color: var(--text-color);
}

#blog .pager_nav .pagination > .active > a,
#blog .pager_nav .pagination > .active > span {
  background: var(--ugm-blue);
  color: var(--white);
}

.flc-news-detail {
  padding-bottom: 24px;
}

/* --- News detail: proportional article header ----------------------------- */
#blog .flc-news-detail .image {
  margin-bottom: 24px;
}

#blog .flc-news-detail h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
}

/* Date/author row sits close under the title, then a divider before the body. */
#blog .flc-news-detail ul.comment {
  margin: 0 0 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.flc-news-excerpt {
  margin: 0 0 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--ugm-yellow);
  border-radius: 0 6px 6px 0;
  background: var(--bg-light);
  color: var(--heading-color);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
}

@media (max-width: 575px) {
  #blog .flc-news-detail h2 {
    font-size: 24px;
  }
}

/* One-row testimonial carousel (Owl Carousel v1). */
.flc-testimonial-carousel .flc-testimonial-slide {
  height: 100%;
  padding: 6px 12px 22px;
}

.flc-testimonial-carousel .owl-controls {
  margin-top: 18px;
  text-align: center;
}

/* Arrows overlap the section heading — hide them; drag/swipe + dots remain. */
.flc-testimonial-carousel .owl-controls .owl-buttons {
  display: none;
}

.flc-testimonial-carousel .owl-controls .owl-page span {
  background: var(--ugm-blue);
}

.flc-testimonial {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 28px;
  color: var(--heading-color);
  font-size: 14px;
  line-height: 1.7;
  background: var(--white);
  box-shadow: 0 14px 32px rgba(31, 41, 55, 0.07);
}

.flc-testimonial-quote {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--ugm-blue);
  opacity: 0.85;
}

.flc-testimonial-stars {
  display: inline-flex;
  gap: 2px;
  margin-bottom: 14px;
  color: var(--ugm-yellow);
}

.flc-testimonial-quotewrap {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.flc-testimonial-bodybox {
  position: relative;
}

.flc-testimonial-body {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--heading-color);
  font-size: 14px;
  line-height: 1.7;
  /* Collapsed to ~5 lines; expanded via JS by animating max-height. */
  max-height: 8.6em;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

/* Fade hint at the bottom while the text is collapsed & clipped. */
.flc-testimonial-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.6em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--white) 88%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.flc-testimonial-quotewrap.is-truncated:not(.is-expanded) .flc-testimonial-fade {
  opacity: 1;
}

.flc-testimonial-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  margin-top: 12px;
  padding: 0;
  background: none;
  border: 0;
  color: var(--ugm-blue);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s ease;
}

.flc-testimonial-more[hidden] {
  display: none;
}

.flc-testimonial-more:hover,
.flc-testimonial-more:focus-visible {
  color: var(--ugm-blue-dark);
}

.flc-testimonial-more .flc-less-text {
  display: none;
}

.flc-testimonial-quotewrap.is-expanded .flc-testimonial-more .flc-more-text {
  display: none;
}

.flc-testimonial-quotewrap.is-expanded .flc-testimonial-more .flc-less-text {
  display: inline;
}

.flc-more-icon {
  transition: transform 0.25s ease;
}

.flc-testimonial-quotewrap.is-expanded .flc-more-icon {
  transform: rotate(180deg);
}

.flc-testimonial-user {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
}

.flc-testimonial-name {
  display: block;
  color: var(--ugm-blue-dark);
  font-weight: 800;
}

.flc-testimonial-program {
  display: block;
  margin-top: 2px;
  color: var(--text-color);
  font-size: 14px;
}

.flc-cta {
  padding: 72px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--ugm-blue-dark), var(--ugm-blue));
}

.flc-cta h2,
.flc-cta p {
  color: var(--white) !important;
}

.flc-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84) !important;
}

.flc-cta-actions {
  justify-content: flex-end;
  padding-top: 12px;
}

@media (max-width: 991px) {
  .flc-hero-row {
    display: block;
  }

  .flc-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flc-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flc-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flc-announcement-shell {
    grid-template-columns: 1fr;
  }

  .flc-announcement-intro {
    min-height: auto;
  }

  .flc-contact-shell {
    grid-template-columns: 1fr;
  }

  .flc-hero-panel {
    margin-top: 36px;
  }

  .flc-cta-actions {
    justify-content: flex-start;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .flc-hero {
    min-height: auto;
    padding: 118px 0 56px;
  }

  .flc-timeline,
  .flc-contact-grid {
    grid-template-columns: 1fr;
  }

  .flc-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flc-gallery-grid {
    grid-template-columns: 1fr;
  }

  .flc-stat-card {
    min-height: auto;
  }

  .flc-timeline-step,
  .flc-document-card {
    min-height: auto;
  }

  .flc-contact-shell {
    border-radius: 16px;
  }

  .flc-contact-intro,
  .flc-contact-panel {
    padding: 22px 18px;
  }

  .flc-contact-intro {
    gap: 20px;
  }

  .flc-contact-card {
    min-height: auto;
  }

  .flc-announcement {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
  }

  .flc-announcement-shell {
    border-radius: 16px;
  }

  .flc-announcement-intro,
  .flc-announcement-board {
    padding: 28px 24px;
  }

  .flc-announcement-intro {
    gap: 28px;
  }

  .flc-announcement-board-header {
    flex-direction: column;
    gap: 14px;
  }

  .flc-announcement-icon {
    width: 42px;
    height: 42px;
  }

  .flc-announcement-action {
    grid-column: 2;
    justify-self: start;
  }

  .flc-hero h1 {
    font-size: 38px;
  }

  .flc-hero-copy,
  .flc-public-section p {
    font-size: 15px;
  }

  .flc-public-section {
    padding: 56px 0;
  }

  .flc-public-section h2,
  .flc-cta h2 {
    font-size: 28px;
  }

  .flc-program-card-header {
    display: block;
  }

  .flc-program-card-header span {
    margin-top: 12px;
  }

  .flc-news-tabs {
    display: flex;
  }

  .flc-news-tabs a {
    flex: 1 1 140px;
    justify-content: center;
  }
}

/* ===========================================================================
   Landing page refresh
   Compact editorial layout with purposeful imagery and stronger hierarchy.
   ========================================================================== */
.flc-hero {
  position: relative;
  min-height: 590px;
  isolation: isolate;
  overflow: hidden;
  padding: 126px 0 64px;
  background: var(--ugm-blue-dark);
}

.flc-hero::before,
.flc-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.flc-hero::before {
  z-index: -2;
  background: var(--flc-hero-bg-image, url("../video/thumb.jpg")) center/cover no-repeat;
  transform: scale(1.035);
  animation: flc-hero-background-drift 16s ease-in-out infinite alternate;
  transition: background-image 280ms ease;
  will-change: transform;
}

.flc-hero::after {
  position: absolute;
  z-index: -1;
  background:
    linear-gradient(105deg,
      rgba(30, 45, 65, 0.98) 0%,
      rgba(23, 60, 97, 0.94) 32%,
      rgba(23, 60, 97, 0.74) 55%,
      rgba(23, 60, 97, 0.3) 77%,
      rgba(23, 60, 97, 0.06) 100%),
    linear-gradient(0deg, rgba(30, 45, 65, 0.26), transparent 48%);
}

.flc-hero .container {
  position: relative;
  z-index: 1;
}

.flc-hero h1 {
  max-width: 700px;
  margin-bottom: 14px;
  font-size: clamp(42px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.flc-hero-subtitle {
  margin-bottom: 10px;
  font-size: 19px;
}

.flc-hero-copy {
  max-width: 600px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.65;
}

.flc-hero-actions .btn_common {
  min-height: 46px;
  padding: 12px 20px;
}

.flc-hero-trust {
  gap: 8px 18px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 650;
}

.flc-hero-panel {
  max-width: 410px;
  margin-left: auto;
  padding: 26px;
  border-radius: 18px;
  background: rgba(30, 45, 65, 0.72);
  box-shadow: 0 24px 54px rgba(0, 24, 47, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.flc-panel-header {
  margin-bottom: 16px;
}

.flc-panel-count {
  font-size: 56px;
}

.flc-panel-count-label {
  margin-bottom: 10px;
}

.flc-hero-panel p,
.flc-panel-batch {
  margin-bottom: 16px;
}

.flc-hero-slider .owl-controls {
  margin-top: 18px;
}

.flc-public-section {
  padding: 66px 0;
}

.flc-public-section h2,
.flc-cta h2 {
  font-size: 32px;
  letter-spacing: -0.025em;
}

.flc-public-section p {
  line-height: 1.7;
}

.flc-section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.flc-section-heading .flc-eyebrow,
.flc-stat-heading .flc-eyebrow {
  margin-bottom: 8px;
}

.flc-public-section.flc-stats-section {
  margin-top: -1px;
  padding: 0 0 34px;
  background: linear-gradient(135deg, #1e2d41 0%, #173c61 100%);
}

.flc-stat-shell {
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.flc-stat-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.flc-stat-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.flc-stat-summary {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 380px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  text-align: left;
}

.flc-stat-summary i {
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--ugm-yellow);
}

.flc-stat-grid {
  gap: 12px;
}

.flc-stat-card {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.flc-stat-card:hover {
  border-color: rgba(245, 196, 0, 0.3);
  background: rgba(255, 255, 255, 0.085);
  transform: translateY(-1px);
}

.flc-stat-card-index {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 10px !important;
  font-weight: 800;
  line-height: 1 !important;
  letter-spacing: 0.12em;
}

.flc-stat-card strong {
  font-size: 34px;
  letter-spacing: -0.03em;
}

.flc-stat-label {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.45;
}

.flc-about-section {
  background: linear-gradient(180deg, #fff 0%, #f9fbfd 100%);
}

.flc-about-row {
  display: flex;
  align-items: center;
}

.flc-about-visual {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: var(--bg-light);
  box-shadow: 0 20px 46px rgba(0, 62, 116, 0.16);
}

.flc-about-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 38, 72, 0.65), transparent 52%);
  content: "";
  pointer-events: none;
}

.flc-about-photo-grid {
  display: grid;
  grid-template-rows: repeat(2, 195px);
  grid-template-columns: minmax(0, 1.7fr) minmax(110px, 0.85fr);
  gap: 4px;
  height: 390px;
  background: #fff;
}

.flc-about-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flc-about-photo-grid .flc-about-photo-primary {
  grid-row: 1 / 3;
}

.flc-about-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(0, 38, 72, 0.72);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.flc-about-visual figcaption span,
.flc-about-visual figcaption strong {
  display: block;
}

.flc-about-visual figcaption span {
  margin-bottom: 4px;
  color: var(--ugm-yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.flc-about-visual figcaption strong {
  font-size: 16px;
  line-height: 1.4;
}

.flc-about-copy {
  padding-left: 44px;
}

.flc-about-copy > p:not(.flc-eyebrow) {
  max-width: 700px;
}

.flc-feature-grid {
  display: flex;
  margin-top: 20px;
}

.flc-feature-grid > [class*="col-"] {
  display: flex;
}

.flc-feature {
  position: relative;
  width: 100%;
  min-height: 156px;
  padding: 18px;
  border: 1px solid #dce5ee;
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 26px rgba(30, 45, 65, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.flc-feature:hover {
  border-color: rgba(23, 60, 97, 0.32);
  box-shadow: 0 16px 34px rgba(30, 45, 65, 0.1);
  transform: translateY(-2px);
}

.flc-feature-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #eaf1f7;
  color: #173c61 !important;
  font-size: 11px !important;
  font-weight: 800;
  line-height: 1 !important;
  letter-spacing: 0.08em;
}

.flc-feature strong {
  margin-bottom: 6px;
  color: #1e2d41;
  font-size: 15px;
  line-height: 1.35;
}

.flc-feature-description {
  display: block;
  color: #617086 !important;
  font-size: 13px;
  line-height: 1.6 !important;
}

.flc-timeline {
  gap: 12px;
}

.flc-timeline-step {
  min-height: 190px;
  padding: 18px;
  border-radius: 12px;
}

.flc-timeline-step span {
  width: 38px;
  height: 38px;
  margin-bottom: 13px;
}

.flc-document-card,
.flc-faq-item {
  border-radius: 12px;
}

.flc-program-grid > [class*="col-"],
.flc-news-grid > [class*="col-"] {
  margin-bottom: 22px;
}

.flc-program-card {
  overflow: hidden;
  padding: 0;
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(31, 41, 55, 0.09);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.flc-program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(31, 41, 55, 0.14);
}

.flc-program-media {
  position: relative;
  height: 184px;
  overflow: hidden;
  background: var(--ugm-blue-dark);
}

.flc-program-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 38, 72, 0.66), transparent 58%);
  content: "";
}

.flc-program-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.flc-program-card:hover .flc-program-media img {
  transform: scale(1.025);
}

.flc-program-media > span {
  position: absolute;
  bottom: 14px;
  left: 18px;
  z-index: 1;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(0, 38, 72, 0.72);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.flc-program-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px;
}

.flc-program-card-header {
  gap: 8px;
  margin-bottom: 12px;
}

.flc-program-card h3 {
  font-size: 20px;
  line-height: 1.3;
}

.flc-program-body {
  max-height: 12em;
}

.flc-program-card h4 {
  margin-top: 16px;
}

.flc-program-card .flc-prose,
.flc-program-card .flc-prose p,
.flc-program-card .flc-prose li {
  font-size: 14px;
  line-height: 1.6;
}

.flc-program-card .flc-card-link {
  align-self: flex-start;
  margin-top: 18px;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--ugm-yellow);
}

.flc-program-note {
  max-width: 920px;
  margin: 2px auto 0;
  padding: 14px 16px;
  border-left: 3px solid var(--ugm-yellow);
  border-radius: 0 10px 10px 0;
  background: rgba(0, 62, 116, 0.06);
  color: var(--ugm-blue-dark);
  font-size: 13px !important;
  font-style: italic;
  line-height: 1.65 !important;
  text-align: left;
}

.flc-news-card,
.flc-testimonial {
  border-radius: 12px;
}

.flc-news-card-body,
.flc-gallery-album-body {
  padding: 16px;
}

.flc-news-card-media {
  min-height: 176px;
  background: var(--bg-light);
}

.flc-news-card-media img {
  height: 176px;
}

.flc-testimonial {
  padding: 22px;
}

.flc-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 54px 0;
  background:
    linear-gradient(90deg, rgba(0, 38, 72, 0.98), rgba(0, 62, 116, 0.86)),
    var(--flc-cta-bg-image) center 44%/cover no-repeat;
}

.flc-cta::after {
  position: absolute;
  top: -130px;
  right: 6%;
  z-index: -1;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.flc-cta h2 {
  margin-bottom: 8px;
}

.flc-cta .row {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .flc-hero {
    padding-top: 116px;
  }

  .flc-hero::before {
    background-position: 64% center;
  }

  .flc-hero-panel {
    max-width: none;
    margin-top: 28px;
    margin-left: 0;
  }

  .flc-about-row,
  .flc-cta .row {
    display: block;
  }

  .flc-about-copy {
    padding-top: 32px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .flc-hero {
    padding: 100px 0 42px;
  }

  .flc-hero::before {
    background-position: 67% center;
  }

  .flc-hero::after {
    background:
      linear-gradient(110deg,
        rgba(30, 45, 65, 0.98) 0%,
        rgba(23, 60, 97, 0.92) 48%,
        rgba(23, 60, 97, 0.64) 78%,
        rgba(23, 60, 97, 0.36) 100%),
      linear-gradient(0deg, rgba(30, 45, 65, 0.34), transparent 55%);
  }

  .flc-hero .container {
    width: 100%;
  }

  .flc-hero-row > [class*="col-"] {
    width: 100%;
    min-width: 0;
  }

  .flc-hero-slider,
  .flc-hero-slider .owl-wrapper-outer {
    width: 100%;
    max-width: 100%;
  }

  .flc-hero h1 {
    font-size: clamp(32px, 9.5vw, 38px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .flc-hero-subtitle {
    font-size: 17px;
    line-height: 1.45;
  }

  .flc-hero-copy {
    margin-bottom: 20px;
    line-height: 1.65;
  }

  .flc-hero-actions .btn_common {
    flex: 1 1 100%;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .flc-hero-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .flc-hero-slider .owl-controls {
    margin-top: 16px;
  }

  .flc-hero-panel {
    margin-top: 24px;
    padding: 20px;
  }

  .flc-panel-header {
    flex-wrap: wrap;
    gap: 10px;
  }

  .flc-panel-count {
    font-size: 48px;
  }

  .flc-public-section {
    padding: 48px 0;
  }

  .flc-public-section.flc-stats-section {
    padding: 0 0 28px;
  }

  .flc-stat-shell {
    padding: 20px 0 0;
    border-radius: 0;
  }

  .flc-stat-heading {
    display: block;
    margin-bottom: 18px;
    padding-bottom: 17px;
  }

  .flc-stat-summary {
    max-width: 520px;
    margin-top: 12px;
  }

  .flc-public-section h2,
  .flc-cta h2 {
    font-size: 27px;
  }

  .flc-about-visual,
  .flc-about-photo-grid {
    min-height: 320px;
    height: 320px;
  }

  .flc-about-photo-grid {
    grid-template-rows: repeat(2, 160px);
    grid-template-columns: minmax(0, 1.55fr) minmax(90px, 0.8fr);
  }

  .flc-feature-grid {
    display: block;
  }

  .flc-feature-grid > [class*="col-"] {
    margin-bottom: 12px;
  }

  .flc-feature {
    min-height: auto;
  }

  .flc-program-media {
    height: 168px;
  }

  .flc-program-note {
    padding: 12px 14px;
    font-size: 12px !important;
  }

  .flc-news-card-media {
    min-height: 0;
  }

  .flc-news-card-media img {
    height: auto;
  }

  .flc-cta {
    padding: 44px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flc-hero::before {
    animation: none;
    transform: none;
  }

  .flc-hero .animated {
    animation: none !important;
    transition: none !important;
  }

  .flc-announcement,
  .flc-announcement-action i,
  .flc-feature,
  .flc-stat-card,
  .flc-gallery-album,
  .flc-gallery-album-media img,
  .flc-contact-card,
  .flc-contact-action i {
    transition: none;
  }

  .flc-announcement:hover,
  .flc-announcement:focus-visible,
  .flc-announcement:hover .flc-announcement-action i,
  .flc-announcement:focus-visible .flc-announcement-action i,
  .flc-feature:hover,
  .flc-stat-card:hover,
  .flc-gallery-album:hover,
  .flc-gallery-album:hover .flc-gallery-album-media img,
  .flc-gallery-album:focus-visible .flc-gallery-album-media img,
  .flc-contact-card:hover,
  .flc-contact-action:hover i,
  .flc-contact-action:focus-visible i {
    transform: none;
  }
}

@media (max-width: 479px) {
  .flc-hero {
    padding: 92px 0 36px;
  }

  .flc-stat-grid {
    grid-template-columns: 1fr;
  }

  .flc-stat-shell {
    padding: 18px 0 0;
  }

  .flc-stat-card {
    min-height: 104px;
  }

  .flc-media-modal .modal-dialog {
    margin: 12px auto;
    padding: 0 10px;
  }

  .flc-media-modal-header {
    gap: 14px;
    padding: 15px 16px;
  }

  .flc-media-modal-header .modal-title {
    font-size: 15px;
  }

  .flc-media-modal .modal-body {
    padding: 10px;
  }

  .flc-hero::before {
    background-position: 70% center;
  }

  .flc-hero h1 {
    margin-bottom: 12px;
  }

  .flc-hero-subtitle {
    font-size: 16px;
  }

  .flc-hero-actions {
    gap: 10px;
  }

  .flc-hero-actions .btn_common {
    min-height: 44px;
    padding: 11px 16px;
  }

  .flc-hero-panel {
    padding: 18px;
    border-radius: 14px;
  }
}

/* ---------------------------------------------------------------------------
   Rich text (.flc-prose)
   Rendered from the TinyMCE WYSIWYG editor. The vendor template resets
   `ul { list-style: none }` globally, which strips bullets/numbers from
   editor content. Restore browser-default list rendering so the public
   output matches what authors see inside the editor. These rules live in
   brand.css (loaded on every frontend page) so the homepage and other
   pages that don't include custom.css still get correct list styling.
--------------------------------------------------------------------------- */
.flc-prose ul,
.flc-prose ol {
  margin: 0 0 16px;
  padding-left: 40px;
}

.flc-prose ul {
  list-style: disc outside;
}

.flc-prose ul ul {
  list-style-type: circle;
}

.flc-prose ul ul ul {
  list-style-type: square;
}

.flc-prose ol {
  list-style: decimal outside;
}

.flc-prose li {
  margin-bottom: 4px;
}

.flc-prose ul ul,
.flc-prose ul ol,
.flc-prose ol ol,
.flc-prose ol ul {
  margin-bottom: 0;
}

.flc-prose img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Frontend typography — unify all text to Google "Inter".
   Icon fonts (FontAwesome, edua-icons) are intentionally NOT targeted here,
   so their glyphs keep rendering correctly.
   ========================================================================== */
:root {
  --flc-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif;
}

body,
h1, h2, h3, h4, h5, h6,
p, a, li, blockquote, label, strong, em, small,
button, input, textarea, select, .form-control,
.btn, .btn_common,
/* theme selectors that hard-code museo_slab / Source Sans / Roboto */
#rev_slider h1, #rev_slider_full h1, #rev_slider_video h1, #text_rotator h1,
.page_header .page-content h1, .aboutus h4, .events h4, .items > li > a,
.shopping_box h4, .shop_tab .tabs li, .pushmenu .push_nav > li > a > span,
#about .priorty .about-post h4, .icon_box h4, .contact_address .address h4,
.number-counters .counters-item strong, #parallax h1,
.reviews .review_left strong, nav.bootsnav .megamenu-content .title,
ol, ul,
nav.navbar.bootsnav ul.nav > li > a,
nav.navbar.bootsnav.navbar-fixed.no-background ul.nav > li > a {
  font-family: var(--flc-font-sans) !important;
}

/* ==========================================================================
   Header layout — vertically centre the brand and nav links on desktop.
   The theme lays the navbar out with floats, so an uneven brand/link height
   leaves the links stuck to the top. Switch the top row to flexbox so
   everything centres regardless of height.

   Breakpoint note: the theme collapses the menu into a hamburger at <= 992px
   (tablets included), so the inline flex menu must only apply from 993px up —
   otherwise it fights the collapse and the menu bleeds onto tablet screens.
   ========================================================================== */
@media (min-width: 993px) {
  nav.navbar.bootsnav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 16px;
  }

  nav.navbar.bootsnav .navbar-header {
    float: none;
    display: flex;
    align-items: center;
    margin: 0;
    flex: 0 0 auto;
  }

  nav.navbar.bootsnav .navbar-collapse {
    float: none;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    width: auto;
    padding: 0;
  }

  nav.navbar.bootsnav ul.nav.navbar-right {
    float: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
  }

  nav.navbar.bootsnav ul.nav > li {
    display: flex;
    align-items: center;
  }

  /* Center the label within the row; the row height comes from the brand. */
  nav.navbar.bootsnav ul.nav > li > a {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 82px;
  }
}

/* ==========================================================================
   Collapsed header (tablet + mobile, <= 992px): put the hamburger toggle on
   the RIGHT next to a left-aligned brand. The theme floats it left with a
   negative-margin hack, which is what pushed the button to the wrong side.
   ========================================================================== */
@media (max-width: 992px) {
  nav.navbar.bootsnav .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: none;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Brand first (left), toggle last (right) regardless of DOM order. */
  nav.navbar.bootsnav .navbar-brand {
    order: 1;
  }

  nav.navbar.bootsnav .navbar-toggle {
    order: 2;
    float: none;
    margin: 0;
  }
}
