@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Quicksand:wght@300..700&display=swap');


:root {
  --primary: #005497;
  --primary-light: #33c3ee;
  --primary-light-2: #7ccbee;
  --primary-dark: #003366;
  --secondary: #233dff;

  --primary-hover: #006abc;
  --primary-light-hover: #90d5f2;
  --primary-transparent: rgba(0, 84, 151, 0.9);

  --white: #ffffff;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-800: #343a40;
  --orange: #f4442e;
  --text-light: var(--white);
  --text-dark: var(--gray-800);
  --text-muted: #6c757d;
  --linear-gradient-1: linear-gradient(to right,
      rgba(0, 74, 173, 0.9),
      rgba(0, 74, 173, 0.25));
  --linear-gradient-2: linear-gradient(to right,
      rgba(222, 163, 34, 0.9),
      rgba(222, 163, 34, 0.25));
  --linear-gradient-3: linear-gradient(to right,
      rgba(29, 50, 86, 0.9),
      rgba(29, 50, 86, 0.25));
  --font-primary: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-secondary: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-slogan: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: var(--font-helvetica);
  line-height: 1.6;
  color: var(--text-dark);
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
button,
input,
textarea,
.section-header,
.section-title,
.section-subtitle,
.slide-title,
.logo-text,
.kpi-number,
.center-total-count,
.counter-value,
.badge-counter {
  font-family: var(--font-helvetica) !important;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 991.8px) {

  html,
  body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
  }

  body {
    position: relative;
    width: 100%;
    height: 100%;
  }

  * {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
}

body {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.boun-mv-section {
  background: #ffffff;
  padding: 5rem 0;
  position: relative;
}

.boun-mv-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  padding: 0 2rem;
}

.boun-mv-values-container {
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  padding: 0 2rem;
}

.boun-mv-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  position: relative;
}

.boun-mv-content .boun-mv-text {
  max-width: none;
}

.boun-mv-content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-0.5px);
  width: 1px;
  height: 100%;
  background: #e5e7eb;
}

.boun-mv-block {
  text-align: center;
}

.boun-mv-subtitle {
  text-align: center;
}

.boun-mv-block {
  margin-bottom: 1.5rem;
}

.boun-mv-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}

.boun-mv-text {
  font-size: 1.08rem;
  color: #374151;
  line-height: 1.7;
  max-width: 38rem;
}

.boun-mv-values {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
}

.boun-mv-values li {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.boun-mv-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: #f5c518;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5rem;
}

.boun-mv-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.boun-mv-visual img {
  width: 100%;
  max-width: 400px;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(28, 69, 139, 0.08);
  height: 100% !important;
}

@media (max-width: 900px) {
  .boun-mv-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .boun-mv-content {
    grid-template-columns: 1fr;
    position: static;
  }

  .boun-mv-content::before {
    display: none;
  }

  .boun-mv-visual {
    justify-content: flex-start;
  }
}

.section-header {
  font-family: 'Poppins', sans-serif;
}

.section-title h2 {
  font-weight: 800;
  font-size: 32px;
}

.section-title p {
  margin-top: .7rem;
  font-size: 20px !important;
  line-height: 1.3 !important;
  color: #1c458b;
  font-weight: 500;
  font-family: Quicksand, sans-serif;
}

.modern-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;

  padding: 0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-left {
  display: flex;
  align-items: center;
}

.header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}

.header-logo h1 {
  margin: 0;
  display: flex;
  align-items: center;
  font-family: Cinzel, serif;
  gap: .7rem;
}

.header-logo img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: .4s;
  width: 95px;
}

.logo-text {
  font-family: var(--font-secondary);
  text-transform: uppercase;
  align-items: center;
  display: flex;
  font-size: 23px;
  line-height: 1.14;
  color: #fff;
  font-weight: 600;
  transition: .4s;
  letter-spacing: 0.5px;
}

.header-right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;

}

.glass-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.glass-btn-item {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, .0784313725);
  transition: .4s;
  border-radius: 12px;
}

.glass-btn-item:hover {
  background: #fff;
  color: #1c458b;
  border-radius: 12px
}

.glass-btn-item.quick-menu {
  font-size: 13px;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
  font-weight: 800;
  min-width: 155px;
  gap: .5rem;
}

.header-nav-bottom {
  padding: 0;
}

a.header-logo {
  padding-top: .6rem;
  transform: scale(.9);
}

.nav-container {
  display: flex;
  justify-content: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  margin-top: .5rem;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: white !important;
  text-decoration: none;
  padding: 10px 18px;
  line-height: normal;
  display: block;
  font-weight: 500;
  font-size: 14px;
  /* border-bottom: 3px solid transparent; */
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: none !important;
  border-radius: 12px;
  font-weight: 700;
}

.nav-link:hover {
  background: #fff !important;
  color: #1c458b !important;
  border-radius: 12px
}

.fixed-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.fixed-header-wrapper.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.fixed-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.fixed-header-left {
  flex: 0 0 auto;
  z-index: 1;
}

.fixed-header-left .home-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1c458b;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.fixed-header-left .home-link:hover {
  background: #f8f9fa;
  color: #0054A8;
}

.fixed-header-left .home-link i {
  font-size: 16px;
}

.fixed-header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.fixed-header-logo img {
  height: 35px;
  width: auto;
}

.button-group {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
  z-index: 1;
}

.button-group li {
  list-style: none;
}


.fast-menu-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1c458b;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 6px;
}

@media (max-width: 768px) {

  .fixed-header-left .home-link span,
  .fast-menu-toggle .text {
    display: none;
  }

  .fixed-header-left .home-link,
  .fast-menu-toggle {
    padding: 8px;
  }

  .fixed-header-logo img {
    height: 28px;
  }
}


.fast-menu-toggle:hover {
  background: rgba(28, 69, 139, 0.1);
  color: #003d7c;
}


.fast-menu-toggle i {
  font-size: 16px;
}

.fast-menu-toggle .text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.scrollmouse-module .text strong {
  font-weight: 800;
  animation: 2s .1s infinite scrollmouse;
}


@media (max-width: 768px) {
  .fast-menu-toggle .text {
    display: none;
  }

  .button-group {
    gap: 15px;
  }

  .fixed-header-container {
    padding: 10px 15px;
  }

  .fixed-header-logo img {
    height: 30px;
  }
}



.sliding-menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: white;
  z-index: 10000;
  transition: right 0.3s ease;
  overflow: hidden;
}

.sliding-menu.active {
  right: 0;
}

.menu-items {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.menu-items::-webkit-scrollbar {
  width: 6px;
}

.menu-items::-webkit-scrollbar-track {
  background: transparent;
}

.menu-items::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.menu-items::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.menu-header {
  background: var(--primary);
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 10;
}

.menu-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}



.menu-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  background: white;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-left: 4px solid transparent;
  position: relative;
  overflow: hidden;
  gap: .5rem;
}

a#closeMenu {
  background: var(--primary);
  color: #fff;
  text-transform: uppercase;
}

a#closeMenu .menu-icon {
  font-size: 3rem;
}



.menu-card:hover .menu-text h4 {
  color: #fff;
}

.menu-card:hover {
  color: #fff;
  background-color: var(--primary);
}

.menu-icon {
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.menu-text {
  flex: 1;
  position: relative;
  z-index: 1;
}

.menu-text h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: color 0.3s ease;
}

.menu-text p {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

.menu-card {
  opacity: 0;
  transform: translateX(30px);
  animation: slideInRight 0.4s ease forwards;
  will-change: transform, opacity;
  animation-fill-mode: both;
}

.menu-card:nth-child(1) {
  animation-delay: 0.1s;
}

.menu-card:nth-child(2) {
  animation-delay: 0.2s;
}

.menu-card:nth-child(3) {
  animation-delay: 0.3s;
}

.menu-card:nth-child(4) {
  animation-delay: 0.4s;
}

.menu-card:nth-child(5) {
  animation-delay: 0.5s;
}

.menu-card:nth-child(6) {
  animation-delay: 0.6s;
}

.menu-card:nth-child(7) {
  animation-delay: 0.7s;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.wow.fadeInLeft {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes scrollmouse {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-5px)
  }
}

.scrollmouse-module .text small {
  font-weight: 300;
  animation: 2s .2s infinite scrollmouse;
}

@media (max-width: 768px) {

  .fast-menu-toggle .text {
    display: none;
  }

  .button-group {
    gap: 15px;
  }

  .fixed-header-container {
    padding: 10px 15px;
  }

  .fixed-header-logo img {
    height: 65px !important;
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 1998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.sliding-menu {
  position: fixed;
  top: 0;
  right: -130px;
  width: 130px;
  height: 100vh;
  background: #f8f9fa;
  z-index: 1999;
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}

.hero-slider {
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  margin-top: 0;
}

.slider-container {
  position: relative;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform-style: preserve-3d;
  will-change: transform;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.video-background video,
.video-background img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  background-size: cover;
  z-index: 1;
  transform-style: flat;
}

/* .video-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: none;
} */

.video-background video:not([src])+img {
  display: block;
}

.video-background video {
  background: url('./images/corporate/bogazici.jpg') center/cover no-repeat;
}

.video-background video::-webkit-media-controls {
  display: none !important;
}

.video-background video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

@media (max-width: 768px) {
  .video-background video {
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: 100vh;
  }
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, rgb(28, 69, 139, .8), rgb(37, 99, 235, .5)); */
  background: linear-gradient(135deg, rgb(0, 0, 0, .8), rgb(0, 0, 0, .5));
  z-index: 10;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.slide-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.content-wrapper {
  color: white;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.hero-badge {
  display: inline-block;
  background: transparent;
  color: white;
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  font-family: var(--font-primary);
  animation: fadeInUp 1s ease 0.5s both;
}

.slide-title {
  font-size: 3.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: -1px;
  animation: fadeInUp 1s ease 0.8s both;
  font-weight: 800;
}

.slide-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  opacity: 0.95;
  font-weight: 300;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 1s ease 1.1s both;
}

.scrollmouse-module {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  animation: fadeInUp 1s ease 1.5s both;
  cursor: pointer;
  transition: all 0.3s ease;
}

.scrollmouse-module:hover {
  transform: translateX(-50%) translateY(-5px);
}

.scrollmouse-module .text {
  color: white;
  text-align: center;
  margin-bottom: 10px;
  font-family: var(--font-primary);
  letter-spacing: 1px;
}

.scrollmouse-module .text strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.scrollmouse-module .text small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.scrollmouse-module .icon {
  opacity: 0.8;
  transition: all 0.3s ease;
  animation: bounce 2s infinite;
}

.scrollmouse-module:hover .icon {
  opacity: 1;
}

.scrollmouse-module .icon img {
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1);
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

@media (max-width: 768px) {
  .header-content {
    padding: 10px 20px;
  }

  .glass-actions {
    gap: 8px;
  }

  .glass-btn-item {
    width: 35px;
    height: 35px;
    font-size: 14px;
    border-radius: 6px;
  }

  .nav-container {
    padding: 0 20px;
  }

  .nav-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-link {
    padding: 12px 15px;
    font-size: 13px;
  }

  .hero-slider {
    height: 60vh;
    min-height: 400px;
  }

  .hero-badge {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
  }

  .slide-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  .slide-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .scrollmouse-module {
    bottom: 20px;
  }

  .scrollmouse-module .text strong {
    font-size: 12px;
  }

  .scrollmouse-module .text small {
    font-size: 10px;
  }

  .scrollmouse-module .icon img {
    width: 20px;
  }
}

@media (max-width: 480px) {
  .header-content {
    padding: 8px 15px;
  }

  .glass-actions {
    gap: 6px;
  }

  .glass-btn-item {
    width: 32px;
    height: 32px;
    font-size: 12px;
    border-radius: 5px;
  }

  .nav-container {
    padding: 0 15px;
  }

  .nav-link {
    padding: 10px 12px;
    font-size: 12px;
  }

  .hero-badge {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
  }

  .slide-title {
    font-size: 1.8rem;
  }

  .slide-subtitle {
    font-size: 0.9rem;
  }

  .content-wrapper {
    padding: 0 15px;
  }

  .scrollmouse-module {
    bottom: 15px;
  }

  .scrollmouse-module .text strong {
    font-size: 11px;
  }

  .scrollmouse-module .text small {
    font-size: 9px;
  }

  .scrollmouse-module .icon img {
    width: 18px;
  }

  .sliding-menu {
    width: 100%;
    right: -100%;
  }

  .menu-card {
    padding: 15px;
    margin-bottom: 12px;
  }

  .menu-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
    margin-right: 12px;
  }

  .menu-text h4 {
    font-size: 15px;
  }

  .menu-text p {
    font-size: 12px;
  }
}

.container {
  margin: auto;
}

.section {
  padding-bottom: 3rem;
}

h2.title {
  text-align: center;
  margin-bottom: 1rem;
  color: var(--secondary);
  position: relative;
  padding-bottom: 1rem;
  font-family: var(--font-primary);
  letter-spacing: -0.5px;
}

h2.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--secondary);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-primary);
  font-weight: 600;
}

canvas {
  width: 100% !important;
  height: auto !important;
}

.title {
  color: #292d34;
  text-align: center;
}

[data-aos] {
  opacity: 0;
  transition-property: all;
}

[data-aos].aos-animate {
  opacity: 1;
}

.contact-info p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.contact-info p strong {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.15rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.contact-info p i {
  color: #90cdf4;
  margin-right: 0.75rem;
  width: 18px;
  text-align: center;
  font-size: 1rem;
}

.contact-info a {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-info a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.quick-access {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.quick-access h6 {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 1rem;
}

.quick-access .btn {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  margin: 0.25rem;
  text-decoration: none;
  display: inline-block;
}

.quick-access .btn-outline-primary {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
}

.quick-access .btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.copyright {
  background: linear-gradient(135deg, #1a365d 0%, #0f1419 100%);
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 2rem 0;
  margin-top: 3rem;
  font-size: 0.9rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2) !important;
}

.copyright::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.copyright a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.copyright a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  footer {
    padding: 2rem 0 0;
  }

  .top-footer {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .top-footer .image {
    margin-bottom: 0;
    width: 100%;
    max-width: 300px;
  }

  .footer-btns {
    justify-content: center;
    gap: 1rem;
  }

  .footer-btns .icon {
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }

  footer h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  footer .list-unstyled li {
    margin-bottom: 0.5rem;
  }

  .quick-access {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .quick-access .d-flex {
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
  }

  .quick-access .btn {
    text-align: center;
  }

  footer .border-top {
    text-align: center;
  }

  footer .border-top .d-flex {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .copyright {
    padding: 1.5rem 0;
  }

  .copyright .row {
    text-align: center;
  }

  .copyright .col-md-6 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  footer .container {
    padding: 0 1rem;
  }

  footer h5 {
    font-size: 0.95rem;
  }

  footer .list-unstyled a {
    font-size: 0.9rem;
  }

  .contact-info p {
    font-size: 0.9rem;
  }

  .quick-access .btn {
    font-size: 0.7rem;
    padding: 0.4rem 0.8rem;
  }
}

.fixed-header-wrapper.active {
  border-bottom: 5px solid #1c458b;
}

.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #1c458b, #10b981);
  z-index: 1002;
  transition: width 0.1s ease-out;
  transform-origin: left;
  will-change: width;
}

.fixed-header-wrapper.active .scroll-progress-bar {
  top: 100%;
}

.fixed-header-logo img {
  height: 100px;
}

.fixed-header-logo {
  top: 50%;
}

.stats-section {
  background: url(./images/pattern/gradient.jpg);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.stats-section .section-title>* {
  color: #fff;
}

.stat-card-number {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin: 1rem 0 0.5rem;
  line-height: 1;
  font-family: var(--font-secondary);
  transition: all 0.3s ease;
}

.stat-card-label {
  text-align: center;
  font-family: var(--font-primary);
}

@keyframes fadeIconIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(30px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}


@keyframes countUp {
  from {
    opacity: 0.3;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count-up {
  animation: countUp 0.5s ease-out forwards;
}


.academic-structure {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}

.academic-structure .section-title {
  color: var(--primary);
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.chart-title {
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: var(--font-secondary);
}

.line-chart-section {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.line-chart-header {
  margin-bottom: 2rem;
  text-align: center;
}

.line-chart-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0;
  font-family: var(--font-secondary);
  margin-bottom: 0.5rem;
}

.line-chart-subtitle {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 400;
  max-width: 32rem;
  margin: 0 auto;
  line-height: 1.5;
}

.line-chart-container {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.005);
}

.chart-axes-labels {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.axis-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem .75rem;
  background: #fcfcfc;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  font-size: 0.65rem;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.axis-label i {
  color: #1c458b;
  font-size: 0.875rem;
}

.chart-insights {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #f4f4f447;
  margin-bottom: .5rem;
  border: 1px solid #f4f4f4a3;
}

.insights-title {
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.insights-text {
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}

.academic-program-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
}

.academic-program-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

@media (min-width: 1200px) {
  .programs-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .programs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.program-type-card {
  background: white;
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  border-radius: 16px;
  padding: 40px 24px;
  overflow: hidden;
}

.program-type-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.program-type-card:hover::before {
  transform: scaleX(1);
}

.program-type-card:hover {
  border-color: #e2e8f0;
}

.program-type-card.lisans {
  --accent-color: #10b981;
}

.program-type-card.yuksek-lisans {
  --accent-color: #f59e0b;
}

.program-type-card.doktora {
  --accent-color: #8b5cf6;
}

.program-type-card.summary {
  --accent-color: #64748b;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
}

.program-icon-large {
  width: 5rem;
  height: 5rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 2rem;
  color: white;
  background: var(--accent-color);
  position: relative;
  transition: all 0.4s ease;
}

.program-icon-large::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: inherit;
  opacity: 0.2;
  filter: blur(16px);
  transform: scale(1.2);
  transition: all 0.4s ease;
}

.program-count-large {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-family: var(--font-secondary);
  background: linear-gradient(135deg, #1e293b, #475569);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.program-type-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
  font-family: var(--font-secondary);
}

.program-type-desc {
  font-size: 0.975rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

.program-stats-mini {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background: rgba(100, 116, 139, 0.05);
  border-radius: 0.75rem;
  border: 1px solid rgba(100, 116, 139, 0.1);
  flex-wrap: wrap;
}

.mini-stat {
  text-align: center;
  flex: 1;
}

.mini-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  font-family: var(--font-secondary);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.mini-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


.academic-personal-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.academic-personal-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(28, 69, 139, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.dual-donut-section {
  margin-bottom: 4rem;
  position: relative;
}

.donut-container-dual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  position: relative;
}

.dual-donut-chart-wrapper {
  position: relative;
  width: 600px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#dualDonutChart {
  width: 100%;
  height: 100%;
}

#dualDonutChart .highcharts-title {
  text-align: center !important;
}

#dualDonutChart .highcharts-title>span {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  transform: translateX(0) !important;
}

.donut-center-stats {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  pointer-events: none;
}

.center-total-count {
  font-size: 3rem;
  font-weight: 700;
  color: #1c458b;
  font-family: 'Fragment Mono', monospace;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.center-total-label {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.center-ratio-breakdown {
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.ratio-academic {
  color: #1c458b;
}

.ratio-admin {
  color: #10b981;
}

.ratio-divider {
  color: #94a3b8;
}

.floating-kpi-badges {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: auto;
  min-width: 120px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.floating-badge:hover {
  transform: translateY(-6px) scale(1.03);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
}

.floating-badge.academic-staff {
  bottom: 8%;
  left: -8%;
  animation: float 4s ease-in-out infinite 2.4s, fadeInBadge 0.8s ease-out 1.2s both
}

.floating-badge.admin-staff {
  bottom: 5%;
  left: -5%;
  animation: float 4s ease-in-out infinite 0.8s, fadeInBadge 0.8s ease-out 0.8s both;
}

.floating-badge.professor-staff {
  top: -8%;
  right: -8%;
  animation: float 4s ease-in-out infinite, fadeInBadge 0.8s ease-out 0.6s both;
}

.floating-kpi-badges .badge-label.title {
  position: absolute;
  font-size: 1rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
}

.floating-kpi-badges .badge-label.title {
  top: -20%;
  right: -25%;
}

.donut-container-dual {
  padding-top: 2rem;
}

.floating-badge.associate-staff {
  bottom: 28%;
  right: -24%;
  animation: float 4s ease-in-out infinite 1.6s, fadeInBadge 0.8s ease-out 1.0s both;
}

.floating-badge.assistant-staff {
  top: 78%;
  right: -23%;
  animation: float 4s ease-in-out infinite 3.2s, fadeInBadge 0.8s ease-out 1.4s both;
}

.badge-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 1.25rem;
  color: white;
  transition: all 0.3s ease;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.academic-staff .badge-icon {
  background: linear-gradient(135deg, #1c458b 0%, #2563eb 50%, #3b82f6 100%);
}

.admin-staff .badge-icon {
  background: linear-gradient(135deg, #10b981 0%, #14b8a6 50%, #06b6d4 100%);
}

.professor-staff .badge-icon {
  background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 50%, #a855f7 100%);
}

.associate-staff .badge-icon {
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #f97316 100%);
}

.assistant-staff .badge-icon {
  background: linear-gradient(135deg, #ea580c 0%, #f97316 50%, #ffb642 100%);
}

.floating-badge:hover .badge-icon {
  transform: scale(1.1);
}

.badge-counter {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  font-family: 'Fragment Mono', monospace;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.badge-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


@media (max-width: 991px) {
  .stats-section {
    padding: 4rem 0;
  }

  .stat-card {
    padding: 1.5rem 1rem;
  }

  .stat-card-number {
    font-size: 2.5rem;
  }

  .stat-card-label {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .stats-section {
    padding: 3rem 0;
  }

  .stat-card {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575px) {

  .stat-card-number {
    font-size: 2rem;
  }

  .stat-card-label {
    font-size: 0.9rem;
  }
}


.badge-label {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 500;
}

.kpi-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1c458b 0%, #2563eb 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.kpi-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
  font-family: 'Fragment Mono', monospace;
  line-height: 1;
}

.kpi-label {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {

  .kpi-number {
    font-size: 2rem;
  }

  .kpi-icon {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {

  .story-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .kpi-number {
    font-size: 1.75rem;
  }
}


@keyframes floatWave {

  0%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }

  25% {
    transform: translateY(-20px) rotate(90deg) scale(1.05);
  }

  50% {
    transform: translateY(-40px) rotate(180deg) scale(0.98);
  }

  75% {
    transform: translateY(-20px) rotate(270deg) scale(1.02);
  }
}

@keyframes gradientShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 2rem;
}


.section-header .section-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.section-header .section-subtitle {
  color: #64748b;
  font-weight: 400;
  max-width: 40rem;
  margin: 0 auto;
  line-height: 1.6;
  font-family: Quicksand, sans-serif;
  font-size: 17px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@keyframes fadeInBackground {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}



.academic-excellence-section {
  padding: 5rem 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.academic-excellence-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='m36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
}

.excellence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 900px) {
  .excellence-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .student-overview-card,
  .programs-radial-card,
  .program-types-card {
    order: 0;
  }

  .program-types-card {
    order: 2;
  }
}

.student-overview-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.card-header-excellence {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 2rem;
}

.card-title-excellence {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0;
  font-family: var(--font-secondary);
}

.card-subtitle-excellence {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
  letter-spacing: 0.5px;
}

.dual-counters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.counter-item {
  text-align: center;
  flex: 1;
}

.counter-value {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1c458b;
  font-family: 'Fragment Mono', 'Monaco', 'Consolas', monospace;
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}

.counter-label {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.donut-container {
  height: 300px;
  position: relative;
  margin-top: 1rem;
  border-radius: 18px;
  overflow: hidden;
}

.programs-radial-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.radial-chart-container {
  height: 300px;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 18px;
  overflow: hidden;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.program-types-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.program-types-legend,
.academic-personnel-legend {
  margin-top: 1.5rem;
}

.student-distribution-legend {
  margin-top: 0.5rem;
}

.legend-item-program {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  background: #f4f4f48c;
  margin-bottom: .5rem;
}

.legend-item-program:hover {
  filter: brightness(1.02);
}

.legend-color {
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
  font-weight: bold;
}

.legend-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.legend-label {
  font-weight: 600;
  color: #1c458b;
  font-size: 0.875rem;
  margin-bottom: 0.125rem;
}

.legend-count {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 500;
}

.stat-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 8px #1c458b11;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}

.stat-card:hover {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 4px 16px #1c458b22;
  transform:scale(1.025);
}

.stat-card-icon {
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 35px;
  margin: auto;
  border-radius: 50%;
}

.stat-card-number {
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 0.2em;
  font-family: 'Montserrat', 'Poppins', Arial, sans-serif;
}

.stat-card-label {
  font-size: 0.95em;
  font-weight: 400;
  color: #e5e7eb;
  letter-spacing: 0.3px;
}

.research-story-section {
  padding: 5rem 0;
  background: #1c458b;
  color: white;
  position: relative;
  overflow: hidden;
}

.research-story-section .section-subtitle {
  color: #f3f3f3;
}

.research-story-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(https://mediastore.cc.bogazici.edu.tr/web/template/bogazici/images/duyurugradient.jpg);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.research-story-container {
  position: relative;
  z-index: 2;
}

.research-timeline {
  position: sticky;
  top: 100px;
  margin: 2rem 0;
}

.timeline-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1rem 0 2rem;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.timeline-wrapper::-webkit-scrollbar {
  height: 8px;
}

.timeline-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.timeline-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 181, 121, 0.9);
  border-radius: 4px;
  transition: background 0.3s ease;
}

.timeline-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 181, 121, 1);
}

.timeline-content {
  display: flex;
  gap: 2rem;
  min-width: max-content;
  padding: 0 1rem;
}

.year-column {
  min-width: 500px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
}

.year-column:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.year-header {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.year-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-family: var(--font-secondary);
}

.budget-chart-container {
  height: 250px;
  position: relative;
  margin-bottom: 1rem;
}

.currency-toggle {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.currency-btn {
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.currency-btn.active {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}

.currency-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.value-badges {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.research-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pagination-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pagination-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.pagination-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.pagination-btn i {
  font-size: 0.75rem;
}

.pagination-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.pagination-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pagination-numbers {
  display: flex;
  gap: 0.75rem;
}

.pagination-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 3.5rem;
}

.pagination-number:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.pagination-number.active {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.pagination-number .number {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.pagination-number .year {
  font-weight: 700;
  font-size: .76rem;
  opacity: 1;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.legend-color {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.legend-color i {
  color: white;
  font-size: 1.1rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.legend-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.legend-label {
  font-weight: 600;
  color: #1c458b;
  font-size: 0.95rem;
  line-height: 1.3;
}

.legend-count {
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 500;
}

@media (max-width: 768px) {
  .chart-legend {
    margin-top: 1.5rem;
    padding: 1rem;
  }

  .legend-color {
    width: 35px;
    height: 35px;
    margin-right: 0.75rem;
  }

  .legend-color i {
    font-size: 1rem;
  }

  .legend-label {
    font-size: 0.9rem;
  }

  .legend-count {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .chart-legend {
    margin-top: 1rem;
    padding: 0.75rem;
  }

  .legend-color {
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
  }

  .legend-color i {
    font-size: 0.9rem;
  }

  .legend-label {
    font-size: 0.85rem;
  }

  .legend-count {
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {


  .academic-efficiency,
  .academic-program-section,
  .academic-personal-section {
    padding: 2rem 0;
  }

  .line-chart-container {
    height: 250px;
  }

  .programs-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .program-type-card {
    padding: 1.5rem 1rem;
  }

}

@media (max-width: 480px) {
  .line-chart-title {
    font-size: 1.4rem;
  }

  .line-chart-container {
    height: 300px;
  }

  .program-count-large {
    font-size: 2.2rem;
  }

  .program-type-card {
    padding: 25px 15px;
  }

  .program-icon-large {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .axis-label {
    padding: 6px 12px;
    font-size: 12px;
  }

  .academic-personal-section {
    padding: 3rem 0;
  }
}

@media (max-width: 480px) {

  .academic-excellence-section {
    padding: 3rem 0;
  }

  .excellence-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .student-overview-card,
  .programs-radial-card {
    padding: 1.5rem;
  }

  .card-title-excellence {
    font-size: 1.125rem;
  }

  .card-subtitle-excellence {
    font-size: 0.8rem;
  }

  .dual-counters {
    margin-bottom: 1.5rem;
  }

  .counter-value {
    font-size: 2rem;
  }

  .counter-label {
    font-size: 0.75rem;
  }

  .donut-container,
  .radial-chart-container {
    /* height: 250px; */
  }

  .research-story-section {
    padding: 3rem 0;
  }

  .research-timeline {
    position: static;
    top: auto;
    padding: 1rem 0;
    margin: 1rem 0;
  }

  .timeline-wrapper {
    padding: 0.5rem 0 1rem;
  }

  .timeline-content {
    gap: 1rem;
    padding: 0 0.5rem;
  }

  .year-column {
    min-width: 280px;
    padding: 1.25rem;
  }

  .year-title {
    font-size: 1.25rem;
  }

  .currency-toggle {
    margin-bottom: 0.75rem;
  }

  .currency-btn {
    padding: 0.375rem 0.75rem;
    font-size: 0.625rem;
  }

  .research-pagination {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
    padding: 1.5rem;
  }

  .pagination-btn {
    padding: 0.625rem 1.25rem;
    font-size: 0.75rem;
  }

  .pagination-indicator {
    gap: 0.75rem;
  }

  .pagination-numbers {
    gap: 0.5rem;
  }

  .pagination-number {
    min-width: 3rem;
    padding: 0.625rem;
  }

  .pagination-number .number {
    font-size: 1rem;
  }
}

.chart-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1c458b;
  margin: 0;
  line-height: 1.3;
}

.legend-info {
  font-size: 0.75rem;
  color: #64748b;
  margin: 0;
}


.legend-color {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


@media (max-width: 768px) {

  .chart-title {
    font-size: 1rem;
  }

  .legend-color {
    width: 14px;
    height: 14px;
  }

}

.campus-data-flow-section {
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  min-height: 500vh;
}

.research-slider-section {
  background: linear-gradient(135deg, rgba(0, 163, 122, 0.03) 0%, #ffffff 50%, rgba(28, 69, 139, 0.02) 100%);
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  .research-slider-section {
    animation: dynamicShift 12s infinite alternate;
  }
}

@keyframes dynamicShift {
  0% {
    background: radial-gradient(200% 100% at 50% -20%, rgba(0, 163, 122, 0.05) 0%, #ffffff 40%);
  }

  33% {
    background: radial-gradient(200% 100% at 30% -10%, rgba(0, 136, 210, 0.03) 0%, #ffffff 45%);
  }

  66% {
    background: radial-gradient(200% 100% at 70% -15%, rgba(123, 97, 255, 0.04) 0%, #ffffff 42%);
  }

  100% {
    background: radial-gradient(200% 100% at 50% -25%, rgba(245, 161, 18, 0.03) 0%, #ffffff 38%);
  }
}

.kpi-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--accent, #1e293b);
  background: white;
  text-align: center;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
  transition: transform 0.3s ease;
  border-radius: 16px;
  padding: 40px 30px;
  overflow: hidden;
}

.kpi-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: currentColor;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  pointer-events: none;
}

.kpi-card:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.kpi-card:hover::after {
  opacity: 0.08;
  transform: scale(1.05);
}

.kpi-card .kpi-icon {
  background: var(--accent);
  width: 5rem;
  height: 5rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 2rem;
  color: white;
  position: relative;
  transition: all 0.4s ease;
}

.kpi-card:hover .kpi-icon {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.kpi-card .kpi-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 0.5rem;
  font-family: 'Courier New', monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.5px;
  line-height: 1;
}

.kpi-card .kpi-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

.research-stats-grid {
  margin-bottom: 40px;
  position: relative;
}

.research-slider-container {
  background: #ffffff;
  backdrop-filter: blur(20px);
  border-radius: 28px;
  overflow: hidden;
  margin: 60px auto 40px;
  position: relative;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

@keyframes gradientFlow {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.research-navigation {
  position: relative;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 1rem 2rem;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.chart-visualization:has(#undergraduateChart),
.chart-visualization:has(#graduateChart) {
  height: 300px;
}

.research-navigation:hover::before {
  opacity: 1;
  top: -45px;
}

.research-slider-section .research-navigation {
  opacity: 1;
  visibility: visible;
}

.research-navigation .scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.research-navigation .scroll-indicator>span {
  color: #64748b;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.research-navigation .scroll-dots {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.research-navigation .scroll-dot {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 179, 143, 0.1);
  border: 2px solid rgba(0, 179, 143, 0.3);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.research-navigation .scroll-dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #00B38F;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.research-navigation .scroll-dot .dot-label {
  font-size: 0.7rem;
  color: #64748b;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease;
}

.research-navigation .scroll-dot.active {
  background: rgba(0, 179, 143, 0.2);
  border-color: #00B38F;
  box-shadow: 0 0 20px rgba(0, 179, 143, 0.3);
}

.research-navigation .scroll-dot.active::before {
  transform: translate(-50%, -50%) scale(1);
  display: none;
}

.highcharts-credits{
  display: none!important;
}

.research-navigation .scroll-dot.active .dot-label {
  opacity: 1;
  transform: translateY(0);
  color: #00B38F;
}

.research-navigation .scroll-dot:hover:not(.active) {
  background: rgba(0, 179, 143, 0.15);
  border-color: rgba(0, 179, 143, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 179, 143, 0.2);
}

.research-navigation .scroll-dot.active:hover {
  background: rgba(0, 179, 143, 0.2);
  border-color: #00B38F;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 179, 143, 0.3);
}

.slider-content {
  position: relative;
  min-height: 650px;
  border-radius: 16px;
}

.slide {
  display: none;
  padding: 3.5rem 4rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.slide-header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  padding: 0 2rem;
}

.slide-header h3 {
  background: linear-gradient(135deg, #1e293b, #334155);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1e293b;
  font-family: var(--font-secondary);
}

.slide-header p {
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: #64748b;
  font-weight: 500;
  font-size: 0.75rem;
  opacity: 0.9;
  margin-top: 0.25rem;
}

.slide-chart {
  height: 500px;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}

.currency-toggle {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}

.currency-btn {
  padding: 0.5rem 1rem;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 20px;
  color: #64748b;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.currency-btn.active {
  background: #00B38F;
  border-color: #00B38F;
  color: white;
}

.currency-btn:hover:not(.active) {
  background: #e2e8f0;
  border-color: #94a3b8;
}



@media (max-width: 768px) {
  .research-slider-section {
    padding: 80px 0 100px;
  }

  .research-stats-grid {
    margin-bottom: 60px;
  }

  .research-navigation {
    bottom: 20px;
    padding: 1rem 2rem;
    border-radius: 50px;
  }

  .research-navigation::before {
    font-size: 0.7rem;
    padding: 0.4rem 0.8rem;
  }

  .research-navigation .scroll-indicator>span {
    font-size: 0.8rem;
  }

  .research-navigation .scroll-dots {
    gap: 1rem;
  }

  .research-navigation .scroll-dot {
    width: 55px;
    height: 55px;
  }

  .research-navigation .scroll-dot .dot-label {
    font-size: 0.65rem;
  }

  .slider-content {
    min-height: 550px;
  }

  .slide {
    padding: 2.5rem 2rem;
  }

  .slide-chart {
    height: 400px;
    padding: 1rem;
  }

  .slide-header h3 {
    font-size: 1.8rem;
  }

  .slide-header p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {

  .kpi-card {
    padding: 1.5rem 1rem;
  }

  .kpi-card .kpi-number {
    font-size: 2rem;
  }
}

.story-canvas {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10;
}

.story-content {
  width: 100%;
  max-width: 1400px;
  /* height: 90vh; */
  position: relative;
  padding: 6rem 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.story-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.story-left.active {
  opacity: 1;
  transform: translateX(0);
}

.story-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.story-right.active {
  opacity: 1;
  transform: translateX(0);
}

.story-steps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.story-step {
  height: 100vh;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.story-step.active {
  background: rgba(255, 255, 255, 0.02);
}

.story-number {
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 900;
  color: #ffffff;
  font-family: 'Courier New', monospace;
  line-height: 0.8;
  margin-bottom: 1rem;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.story-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.story-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  max-width: 500px;
  line-height: 1.4;
}

.story-visual {
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.6s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.canvas-bg-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background: radial-gradient(circle at center, var(--effect-color, #3b82f6) 0%, transparent 70%);
  transition: all 1s ease;
}

.canvas-bg-effect.active {
  opacity: 0.2;
}

@media (max-width: 768px) {
  .campus-data-flow-section {
    min-height: 600vh;
  }

  .story-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 3rem;
    padding: 0 20px;
    height: auto;
    min-height: 90vh;
  }

  .story-number {
    font-size: clamp(3rem, 15vw, 6rem);
  }

  .story-title {
    font-size: clamp(1.5rem, 8vw, 2.5rem);
  }

  .story-subtitle {
    font-size: 1rem;
    max-width: 100%;
  }

  .story-visual {
    height: 50vh;
  }

  .story-left,
  .story-right {
    text-align: center;
  }

  .story-left {
    align-items: center;
  }
}




.header-content {
  flex: 1;
}

.header-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  color: white;
}






@keyframes counterGlow {
  0% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }

  50% {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  }

  100% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
}



@media (max-width: 768px) {
  .academic-program-section {
    padding: 3rem 0;
  }

  .programs-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .program-type-card {
    padding: 2rem 1.5rem;
    border-radius: 1.25rem;
  }

  .program-icon-large {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .program-count-large {
    font-size: 2.5rem;
  }

  .program-type-title {
    font-size: 1.25rem;
  }

  .program-type-desc {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }

  .program-stats-mini {
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .mini-value {
    font-size: 1.25rem;
  }

  .mini-label {
    font-size: 0.675rem;
  }
}

@media (max-width: 480px) {
  .academic-program-section {
    padding: 2rem 0;
  }

  .program-type-card {
    padding: 1.5rem;
  }

  .program-icon-large {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.25rem;
  }

  .program-count-large {
    font-size: 2.25rem;
  }

  .program-type-title {
    font-size: 1.125rem;
  }

  .program-stats-mini {
    padding: 0.5rem;
    gap: 0.5rem;
  }

  .mini-value {
    font-size: 1.125rem;
  }

  .mini-label {
    font-size: 0.6rem;
  }
}

.academic-comprehensive-section {
  padding: 5rem 0;
  position: relative;
}



.academic-comprehensive-section .chart-title {
  font-size: 1.2rem;
  color: #64748b;
  margin-bottom: 24px;
  text-align: center;
}

.area-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
}

.area-metrics-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  backdrop-filter: blur(10px);
}

.area-metrics-value {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.area-metrics-label {
  color: rgba(255, 255, 255, 0.8);
}

.chart-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1c458b;
  margin: 0;
  line-height: 1.3;
  flex: 1;
}

.badge-label {
  font-size: 0.75rem;
  opacity: 0.9;
  margin-top: 0.25rem;
}

.chart-visualization {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highcharts-container {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 400px;
}


@media (max-width: 768px) {
  .dual-donut-chart-wrapper {
    width: 300px;
    height: 300px;
  }

  .donut-container-dual {
    min-height: 400px;
  }

  .center-total-count {
    font-size: 2rem;
  }

  .center-total-label {
    font-size: 0.75rem;
  }

  .center-ratio-breakdown {
    font-size: 0.7rem;
    gap: 0.25rem;
  }

  .floating-badge {
    min-width: 100px;
    padding: 0.75rem;
  }

  .floating-badge.academic-staff,
  .floating-badge.admin-staff,
  .floating-badge.professor-staff,
  .floating-badge.associate-staff,
  .floating-badge.assistant-staff {
    position: static;
    animation: none;
    margin: 0.5rem;
  }

  .floating-kpi-badges {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .floating-badge {
    min-width: auto;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 1rem;
  }

  .badge-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    flex-shrink: 0;
  }

  .badge-counter {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .badge-label {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}

@media (max-width: 480px) {
  .dual-donut-chart-wrapper {
    width: 250px;
    height: 250px;
  }

  .donut-container-dual {
    min-height: 350px;
  }

  .center-total-count {
    font-size: 1.75rem;
  }

  .center-total-label {
    font-size: 0.7rem;
  }

  .floating-kpi-badges {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .floating-badge {
    min-width: auto;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 1rem;
  }

  .badge-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    flex-shrink: 0;
  }

  .badge-counter {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .badge-label {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}




.legend-color {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.legend-color i {
  color: white;
  font-size: 1.1rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.legend-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.legend-label {
  font-weight: 600;
  color: #1c458b;
  font-size: 0.95rem;
  line-height: 1.3;
}

.legend-count {
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 500;
}


@media (max-width: 768px) {
  .chart-legend {
    margin-top: 1.5rem;
    padding: 1rem;
  }

  .legend-color {
    width: 35px;
    height: 35px;
    margin-right: 0.75rem;
  }

  .legend-color i {
    font-size: 1rem;
  }

  .legend-label {
    font-size: 0.9rem;
  }

  .legend-count {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .chart-legend {
    margin-top: 1rem;
    padding: 0.75rem;
  }

  .legend-color {
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
  }

  .legend-color i {
    font-size: 0.9rem;
  }

  .legend-label {
    font-size: 0.85rem;
  }

  .legend-count {
    font-size: 0.75rem;
  }
}

.scholarship-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.scholarship-toggle-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.scholarship-toggle-btn {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.scholarship-toggle-btn.active {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.scholarship-toggle-btn i {
  margin-right: 0.5rem;
}

.scholarship-chart-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scholarship-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.scholarship-stats-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all .3s ease;
}

.scholarship-stats-value {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.scholarship-stats-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.sports-heatmap-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sports-heatmap-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}

.dormitory-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.dormitory-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

.dormitory-stats-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  backdrop-filter: blur(10px);
}

.dormitory-stats-icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}

.dormitory-stats-icon i {
  margin-right: 0.5rem;
}

.dormitory-stats-value {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 900;
}

.dormitory-stats-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

.dormitory-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.dormitory-panel {
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 1rem;
  backdrop-filter: blur(10px);
}

.dormitory-chart-header {
  text-align: center;
  margin-bottom: 1rem;
}

.dormitory-chart-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: bold;
}

.dormitory-chart-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.dormitory-chart-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.dormitory-gender-stats {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.dormitory-gender-box {
  border-radius: 8px;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 90px;
}

.dormitory-gender-box-female {
  background: rgba(236, 72, 153, 0.15);
}

.dormitory-gender-box-male {
  background: rgba(59, 130, 246, 0.15);
}

.dormitory-gender-title {
  font-weight: bold;
  font-size: 1.1rem;
}

.dormitory-gender-title-female {
  color: #ec4899;
}

.dormitory-gender-title-male {
  color: #3b82f6;
}

.dormitory-gender-stat {
  color: #fff;
  font-size: 0.95rem;
  margin-top: 0.2rem;
}

.dormitory-gender-occupancy {
  color: #fff;
  font-size: 0.85rem;
  opacity: 0.7;
}

.dormitory-details-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}

.dormitory-details-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dormitory-gender-detail {
  padding: 1rem;
  border-radius: 0.8rem;
  border-left: 4px solid;
}

.dormitory-gender-detail-female {
  background: rgba(236, 72, 153, 0.2);
  border-left-color: #ec4899;
}

.dormitory-gender-detail-male {
  background: rgba(59, 130, 246, 0.2);
}

.dormitory-gender-detail-amenities {
  background: rgba(245, 158, 11, 0.2);
}

.dormitory-gender-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.dormitory-gender-detail-title {
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.dormitory-gender-detail-title-female {
  color: #ec4899;
}

.dormitory-gender-detail-title-male {
  color: #3b82f6;
}

.dormitory-gender-detail-title-amenities {
  color: #f59e0b;
  margin-bottom: 0.5rem;
}

.dormitory-gender-detail-title i {
  margin-right: 0.5rem;
}

.dormitory-gender-detail-percent {
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

.dormitory-gender-detail-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  font-size: 0.85rem;
}

.dormitory-gender-detail-stat {
  color: rgba(255, 255, 255, 0.7);
}

.dormitory-gender-detail-value {
  color: white;
  font-weight: bold;
}

.dormitory-amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
  font-size: 0.8rem;
}

.dormitory-amenity-item {
  color: rgba(255, 255, 255, 0.8);
}

.dormitory-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  backdrop-filter: blur(5px);
}

.dormitory-modal-content {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 1rem;
  padding: 2rem;
  max-width: 500px;
  width: 90%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.dormitory-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.dormitory-modal-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.dormitory-modal-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.dormitory-modal-title-female {
  color: #ec4899;
}

.dormitory-modal-title-male {
  color: #3b82f6;
}

.dormitory-modal-title i {
  margin-right: 0.5rem;
}

.dormitory-modal-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.dormitory-modal-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.dormitory-modal-stat-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 0.5rem;
}

.dormitory-modal-stat-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.dormitory-modal-stat-value {
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
}

.dormitory-modal-features {
  margin-bottom: 1.5rem;
}

.dormitory-modal-features-title {
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  margin-bottom: 1rem;
}

.dormitory-modal-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.dormitory-modal-feature {
  color: rgba(255, 255, 255, 0.8);
}

.dormitory-modal-info-female {
  background: rgba(236, 72, 153, 0.2);
  padding: 1rem;
  border-radius: 0.5rem;
  border-left: 4px solid #ec4899;
}

.dormitory-modal-info-male {
  background: rgba(59, 130, 246, 0.2);
  padding: 1rem;
  border-radius: 0.5rem;
  border-left: 4px solid #3b82f6;
}

.dormitory-modal-info-title {
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.dormitory-modal-info-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

footer img.absolute-logo {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 350px;
  z-index: 222;
}

footer {
  position: relative !important;
  overflow: visible;
}

footer .copyright .container {
  padding: 0;
}

footer h5.text-primary {
  color: #fff !important;
}

footer .list-unstyled li:hover {
  padding-left: 1rem;
}

footer .text-muted {
  color: #f2f2f2 !important;
}

.campus-areas-section,
.scholarship-section,
.sports-section,
.dormitory-section {
  position: relative;
  overflow: hidden;
}

.campus-areas-section {
  color: white;
}

.scholarship-section {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
}

.sports-section {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
}

.dormitory-section {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: white;
}

.campus-area-header,
.scholarship-header,
.sports-header,
.dormitory-header {}

.campus-area-number,
.scholarship-number,
.sports-number,
.dormitory-number {
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 900;
  color: #ffffff;
  font-family: 'Courier New', monospace;
  line-height: 0.8;
  margin-bottom: 1rem;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  border: 0;
}

.campus-area-title,
.scholarship-title,
.sports-title,
.dormitory-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.campus-area-subtitle,
.scholarship-subtitle,
.sports-subtitle,
.dormitory-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  line-height: 1.4;
  margin-left: 0;
}

.area-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
  transition: all 0.3s ease;
}

.campus-areas-section .container,
.scholarship-section .container,
.sports-section .container,
.dormitory-section .container {
  width: 100%;
  max-width: 1400px;
  /* height: 90vh; */
  position: relative;
  padding: 6rem 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}


.canvas-bg-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background: radial-gradient(circle at center, var(--effect-color, #1a2234) 0%, transparent 70%);
  transition: all 1s ease;
}

.campus-areas-section,
.scholarship-section,
.sports-section,
.dormitory-section {
  background: rgba(15, 23, 42, 0.95) !important;
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.campus-area-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  height: 100%;
}

.campus-area-number {
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 900;
  color: #ffffff;
  font-family: 'Courier New', monospace;
  line-height: 0.8;
  margin-bottom: 1rem;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  border: 0;
}


.area-metrics-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all .3s ease;
}

.area-metrics-card:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.area-metrics-value {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  color: white;
}

.area-metrics-label {
  font-size: 1rem;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.8);
}


.scholarship-content {
  max-width: 1200px;
  margin: 0 auto;
}

.scholarship-toggle-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.scholarship-toggle-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  padding: 0.8rem 1.5rem;
  border-radius: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.scholarship-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.scholarship-toggle-btn.active {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.scholarship-chart-container {
  /* background: linear-gradient(135deg, rgba(0, 50, 80, 0.8) 0%, rgba(0, 80, 120, 0.9) 100%);  */
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.scholarship-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.scholarship-stats-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  backdrop-filter: blur(10px);
}

.scholarship-stats-card:hover {
  background: rgba(255, 255, 255, 0.2);
}

.scholarship-stats-value {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.scholarship-stats-label {
  font-size: 1rem;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.8);
}

.sports-content {
  max-width: 1400px;
  margin: 0 auto;
}

.sports-heatmap-container {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 1rem;
  backdrop-filter: blur(10px);

}

.heatmap-table .th-style-1 {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: bold;
}

.heatmap-table .th-style-2 {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  text-align: center;
  font-weight: bold
}

.heatmap-table .heatmap-icon-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
}

.heatmap-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  overflow: hidden;
}

.heatmap-table .heatmap-icon {
  font-size: 1.1rem;
  margin-right: 0.3rem;
}

.heatmap-table .heatmap-img {
  width: 18px;
  height: 18px;
  margin-right: 0.3rem;
  vertical-align: middle;
}

.heatmap-campus-cell {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  font-size: 0.9rem;
}

.heatmap-campus-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.heatmap-campus-image {
  width: 32px;
  height: 32px;
  border-radius: 0.4rem;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.heatmap-data-cell {
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.heatmap-data-cell:hover {
  transform: scale(1.05);
  z-index: 10;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

.heatmap-cell-empty {
  background: rgba(255, 255, 255, 0.05);
}

.heatmap-cell-intensity-1 {
  background: rgba(245, 158, 11, 0.2);
}

.heatmap-cell-intensity-2 {
  background: rgba(245, 158, 11, 0.4);
}

.heatmap-cell-intensity-3 {
  background: rgba(245, 158, 11, 0.6);
}

.heatmap-cell-intensity-4 {
  background: rgba(245, 158, 11, 0.8);
}

.heatmap-cell-intensity-5 {
  background: rgba(245, 158, 11, 1);
}

.heatmap-cell-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}

.heatmap-mini-icon {
  font-size: 0.8rem;
  margin-right: 0.2rem;
}

.heatmap-mini-img {
  width: 12px;
  height: 12px;
  margin-right: 0.2rem;
  vertical-align: middle;
}

.sports-heatmap-card {
  width: 100%;
}

.sports-heatmap-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  color: white;
}

.dormitory-content {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}

.dormitory-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

.dormitory-stats-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all .2s ease;
}

.dormitory-stats-card:hover {
  background: rgba(255, 255, 255, 0.2);
}

.dormitory-stats-icon {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.dormitory-stats-value {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  color: white;
}

.dormitory-stats-label {
  font-size: 1rem;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.8);
}

.dormitory-panel {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  backdrop-filter: blur(10px);
}

.dormitory-chart-header {
  text-align: center;
}

.dormitory-chart-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
}

.dormitory-chart-subtitle {
  font-size: 0.9rem;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.7);
}

.dormitory-chart-container {
  height: 250px;
  margin-bottom: 2rem;
}

.dormitory-gender-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.dormitory-gender-box {
  border-radius: 8px;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 90px;
}

.dormitory-gender-box-female {
  background: rgba(236, 72, 153, 0.15);
}

.dormitory-gender-box-male {
  background: rgba(59, 130, 246, 0.15);
}

.dormitory-gender-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}

.dormitory-gender-title-female {
  color: #ec4899;
}

.dormitory-gender-title-male {
  color: #3b82f6;
}

.dormitory-gender-stat {
  color: #fff;
  font-size: 0.95rem;
  margin-top: 0.2rem;
}

.dormitory-gender-occupancy {
  font-weight: 600;
  color: white;
}

.dormitory-details-title {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  color: white;
}

.dormitory-details-container {
  display: flex;
  flex-direction: column;
}

.dormitory-gender-detail {
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dormitory-gender-detail-female {
  background: rgba(236, 72, 153, 0.2);
}

.dormitory-gender-detail-male {
  background: rgba(59, 130, 246, 0.2);
}

.dormitory-gender-detail-amenities {
  background: rgba(245, 158, 11, 0.2);
}

.dormitory-gender-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.dormitory-gender-detail-title {
  font-weight: 700;
  color: white;
}

.dormitory-gender-detail-title-female {
  color: #ec4899;
}

.dormitory-gender-detail-title-male {
  color: #3b82f6;
}

.dormitory-gender-detail-title-amenities {
  color: #f59e0b;
  margin-bottom: 0.5rem;
}

.dormitory-gender-detail-percent {
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
}

.dormitory-gender-detail-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  font-size: 0.85rem;
}

.dormitory-gender-detail-stat {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.dormitory-gender-detail-value {
  color: white;
  font-weight: 600;
}

.dormitory-amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.dormitory-amenity-item {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  text-align: center;
}

@media (max-width: 768px) {

  .campus-area-number,
  .scholarship-number,
  .sports-number,
  .dormitory-number {
    font-size: 2.5rem;
    padding: 0.8rem 1.5rem;
  }

  .campus-area-title,
  .scholarship-title,
  .sports-title,
  .dormitory-title {
    font-size: 1.8rem;
  }

  .area-metrics-grid,
  .scholarship-stats-grid,
  .dormitory-stats-grid {
    grid-template-columns: 1fr;
  }

  .dormitory-content-grid {
    grid-template-columns: 1fr;
  }

  .dormitory-gender-stats {
    grid-template-columns: 1fr;
  }

  .scholarship-toggle-container {
    flex-direction: column;
    align-items: center;
  }

  .dormitory-amenities-grid {
    grid-template-columns: 1fr;
  }
}

footer .border-top a:has(svg.fa-twitter) {
  background-image: url('https://sayilarla.bogazici.edu.tr/assets/images/twitter.svg') !important;
  background-size: 50%;
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-position: center;
}

footer .border-top a svg.fa-twitter {
  opacity: 0 !important
}

.research-timeline .year-title {
  font-size: 2rem;
}

section.research-slider-section {
  background: #fafcfd !important
}

/* 
.campus-areas-section,
.scholarship-section,
.sports-section,
.dormitory-section {
  background: linear-gradient(rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.95)), url(https://sayilarla.bogazici.edu.tr/assets/images/bogazici_banner.jpg) !important;
  background-size: cover !important;
  background-repat: no-repeat !important
} */

.sdg-impact-card {}

.sdg-card-header {
  text-align: center;
  margin-bottom: 40px;
}

.sdg-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f2f2f2;
  margin: 0;
}

.sdg-rankings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.sdg-ranking-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 8px #1c458b11;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}

.sdg-ranking-item:hover {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 4px 16px #1c458b22;
  transform: scale(1.025) !important;
}

.sdg-ranking-number {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1;
}

.sdg-red {
  color: #e74c3c;
}

.sdg-orange {
  color: #f75e00;
}

.sdg-yellow {
  color: #f4bc0a;
}

.sdg-green {
  color: #27ae60;
}

.sdg-blue {
  color: #3498db;
}

.sdg-ranking-label {
  font-size: 14px;
  color: #e5e7eb;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .sdg-impact-card {
    padding: 30px 20px;
  }

  .sdg-card-title {
    font-size: 24px;
  }

  .sdg-rankings-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .sdg-ranking-number {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .sdg-rankings-grid {
    grid-template-columns: 1fr;
  }
}




.tech-section {
  background: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}


.tech-section .container {
  position: relative;
  z-index: 2;
}

.tech-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.tech-stats-grid {
  margin-top: 40px;
}

.tech-stat-card {
  background: #f1f1f185;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.tech-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.tech-stat-card:hover::before {}

.tech-stat-card:hover {}

.tech-stat-card .stat-number {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1c458b;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1.1;
  color: #444;
  margin-bottom: 0.2em;
  font-family: 'Montserrat', 'Poppins', Arial, sans-serif;
}

.tech-stat-card .stat-label {
  font-size: 0.95em;
  font-weight: 400;
  color: #444;
  letter-spacing: 0.3px;

}

@media (max-width: 992px) {
  .tech-section {
    padding: 60px 0;
  }

  .tech-section .section-title {
    font-size: 32px;
  }

  .tech-stat-card {
    padding: 30px 20px;
  }

  .tech-stat-card .stat-number {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .tech-section {
    padding: 50px 0;
  }

  .tech-section .section-title {
    font-size: 28px;
  }

  .tech-section .section-subtitle {
    font-size: 16px;
  }

  .tech-stat-card {
    padding: 25px 15px;
  }

  .tech-stat-card .stat-number {
    font-size: 36px;
  }

  .tech-stat-card .stat-label {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .tech-section .section-title {
    font-size: 24px;
  }

  .tech-stat-card .stat-number {
    font-size: 32px;
  }
}

.awards-section {
  background: #f8f8f8;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.scholarship-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.scholarship-section .container {
  grid-template-columns: 1fr 2fr;
}

.dormitory-capacity-chart-container {
  /* background: rgba(255, 255, 255, 0.1); */
  border-radius: 16px;
  padding: 20px;
  margin: 20px 0;
  backdrop-filter: blur(10px);
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
}

.dormitory-legend {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.dormitory-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dormitory-legend-color {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.dormitory-legend-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .dormitory-capacity-chart-container {
    padding: 15px;
  }

  .dormitory-legend {
    gap: 20px;
  }

  .dormitory-legend-label {
    font-size: 13px;
  }
}

.dormitory-section .container,
.campus-areas-section .container {
  grid-template-columns: 1fr 2fr;
}

.campus-areas-section h5 {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-bottom: 1rem;
}

.research-chart-item {
  padding: 3.5rem 4rem;
}

.research-chart-item .chart-header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  padding: 0 2rem;
}

.research-chart-item .chart-header h3 {
  background: linear-gradient(135deg, #1e293b, #334155);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1e293b;
  font-family: var(--font-secondary);
}

.research-chart-item p {
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: #64748b;
  font-weight: 500;
  font-size: 0.75rem;
  opacity: 0.9;
  margin-top: 0.25rem;
}

.section-title {
  font-size: 2rem !important;
}

.program-stats-mini {
  padding: .5rem
}


/* .campus-areas-section {
  background: linear-gradient(rgba(0, 84, 151, 0.7), rgba(0, 84, 151, 0.5)), 
              url('https://sayilarla.bogazici.edu.tr/assets/images/bg-patterns/bogazici-doga.jpg') !important;
}

.scholarship-section {
  background: linear-gradient(rgba(52, 58, 64, 0.7), rgba(73, 80, 87, 0.5)), 
              url('https://sayilarla.bogazici.edu.tr/assets/images/bg-patterns/kutuphane.jpg') !important;
}

.sports-section {
  background: linear-gradient(rgba(0, 51, 102, 0.7), rgba(0, 74, 173, 0.5)), 
              url('https://sayilarla.bogazici.edu.tr/assets/images/bg-patterns/bogazici-spor-ucaksavar.jpg') !important;
}

.dormitory-section {
  background: linear-gradient(rgba(29, 50, 86, 0.7), rgba(52, 73, 94, 0.5)), 
              url('https://sayilarla.bogazici.edu.tr/assets/images/bg-patterns/bogazici-yurt.png') !important;
} */

.campus-areas-section,
.scholarship-section,
.sports-section,
.dormitory-section {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {

  .campus-areas-section,
  .scholarship-section,
  .sports-section,
  .dormitory-section {
    background-attachment: scroll !important;
  }
}

.academic-excellence-section {
  background: #1e4097 !important;
}

.academic-excellence-section .student-overview-card,
.academic-excellence-section .programs-radial-card,
.academic-excellence-section .program-types-card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}


.academic-excellence-section p.section-subtitle {
  color: #ffff !important;
}

.academic-excellence-section .legend-item-program {
  background: #ffffffdb;
}

.academic-excellence-section .program-types-card,
.academic-excellence-section .programs-radial-card,
.academic-excellence-section .student-overview-card {
  background: #f2f2f2 !important;
}

.academic-excellence-section .section-title {
  color: white;
}

/* .campus-areas-section::before,
.scholarship-section::before,
.sports-section::before,
.dormitory-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  background-attachment: inherit;
  filter: blur(3px);
  z-index: -1;
}

.campus-areas-section .container,
.scholarship-section .container,
.sports-section .container,
.dormitory-section .container {
  position: relative;
  z-index: 1;
}

.campus-areas-section,
.scholarship-section,
.sports-section,
.dormitory-section {
  position: relative;
  overflow: hidden;
} */

.container.aos-init.aos-animate {}

section#scholarship-section,
.campus-areas-section {
  background: url('https://sayilarla.bogazici.edu.tr/assets/images/pattern/gradient.jpg') !important;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

section#sports-section,
.dormitory-section {
  background: white !important;
}

.canvas-bg-effect.active {
  opacity: 0 !important;
}

.sports-number {
  color: #444 !important;
}

h2.sports-title,
.sports-heatmap-title,
p.sports-subtitle {
  color: #444;
}

.sports-heatmap-container {
  background: #f1f1f185;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.heatmap-campus-cell {
  color: #333;
}

.heatmap-icon-container {}

.heatmap-table th.th-style-2,
.heatmap-table .th-style-1 {
  color: #444;
  background: rgba(0, 0, 0, 0.08)
}

.heatmap-data-cell,
.heatmap-table .th-style-1 {
  color: #444;
}

.heatmap-data-cell,
.heatmap-table .th-style-2,
.heatmap-table .th-style-1,
.heatmap-campus-cell {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table.heatmap-table,
.heatmap-campus-cell {
  background: rgba(0, 0, 0, 0.05);
}

.heatmap-data-cell:hover {
  transform: none !important;
  cursor: default;
}

.dormitory-stats-card {
  background: #f1f1f185 !important;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.dormitory-stats-icon,
.dormitory-stats-value,
.dormitory-stats-label,
.dormitory-title {
  color: #444;
}

p.dormitory-subtitle {
  color: #444;
}

.iframe-btn-wrapper {
  margin: auto;
  max-width: 200px;
  overflow: hidden;
  border-radius: 5px;
  height: 56px;
  animation: fadeInUp 1s ease 0.9s both;
}

.scroll-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1c458b 0%, #0054A8 100%);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(28, 69, 139, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
}

.scroll-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top-btn:hover {
  background: linear-gradient(135deg, #0054A8 0%, #1c458b 100%);
  box-shadow: 0 6px 20px rgba(28, 69, 139, 0.4);
  transform: translateY(-3px);
}

.scroll-to-top-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(28, 69, 139, 0.3);
}

.scroll-to-top-btn i {
  transition: transform 0.3s ease;
}

.scroll-to-top-btn:hover i {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .scroll-to-top-btn {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
  }
}

.academic-personal-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.academic-program-section {
  background: #f8f9fa;
  padding: 80px 0;
}


.glass-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.glass-btn-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  /* backdrop-filter: blur(10px); */
  border: 1px solid rgba(0, 37, 120, 0.15);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 37, 120, 0.08);
}

.glass-btn-item.download-btn {
  /* background: linear-gradient(135deg, #035DAB 0%, #106eb4 100%); */
  border-color: transparent;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.glass-btn-item.download-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.glass-btn-item.download-btn:hover {
  background: linear-gradient(135deg, #0270c7 0%, #1982d1 100%);
  box-shadow: 0 6px 20px rgba(3, 93, 171, 0.3);
  color: #ffffff;
}

.glass-btn-item.download-btn:hover::before {
  left: 100%;
}

.glass-btn-item.download-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.glass-btn-item.download-btn:hover i {
  transform: translateY(2px);
  animation: downloadPulse 0.6s ease-in-out;
}

@keyframes downloadPulse {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }
}

.glass-btn-item .btn-text {
  font-size: 13px;
  letter-spacing: 0.5px;
}

.glass-btn-item i {
  font-size: 14px;
}

.glass-btn-item.quick-menu i {
  font-size: 16px;
}

@media (max-width: 768px) {
  .glass-actions {
    gap: 8px;
  }

  .glass-btn-item {
    padding: 8px 14px;
    font-size: 12px;
  }

  .glass-btn-item .btn-text {
    display: none;
  }

  .glass-btn-item i {
    font-size: 16px;
    margin: 0;
  }

  .glass-btn-item.download-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

@media (max-width: 1000px) {
  .floating-badge {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
    top: 0 !important;
    left: 0 !important;
  }

  .floating-kpi-badges {
    position: relative;
    height: auto;
    display: flex;
    gap: .7rem;
  }

  .dual-donut-chart-wrapper {
    display: block;
  }

  .badge-label.title {
    display: none;
  }
}

@media (max-width: 1000px) {
  .dual-donut-chart-wrapper {
    height: auto !important;
  }
}

.scholarship-content {
  width: 100%;
}

.scholarship-stats-grid {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 992px) {

  .academic-personal-section,
  .academic-program-section,
  .tech-section,
  .awards-section {
    padding: 2rem 0;
  }

  .floating-kpi-badges {
    gap: .7rem;
    display: grid;
    grid-template-columns: auto auto;
  }

  .donut-container-dual {
    padding-top: 0;
  }

  .floating-badge {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .header-left {
    transform: scale(.8);
  }

  .header-content {
    padding: 0;
    margin-left: -2rem;
  }

  ul.nav-menu {
    display: none;
  }

  ul.nav-menu {
    display: none;
  }

  .section-header {
    padding: 0 1rem;
  }

  .section-header .section-title {
    font-size: 1.5rem !important;
  }

  .stats-section .row,
  .tech-section .row {
    padding: 1.5rem;
  }

  .stat-card-number {
    font-size: 2rem !important;
  }

  .stats-section .row.mt-5 {
    margin-top: 0 !important;
  }

  .chart-legend {
    margin-top: 0;
  }

  .academic-program-section .container {
    padding: 0 2rem !important;
  }

  .research-chart-item {
    padding: 1rem .6rem;
  }

  .research-slider-section {
    padding: 3rem 0;
  }

  .year-column {
    max-width: 90vw !important;
    width: 90vw;
    padding: 0 1rem;
  }

  .research-timeline .year-title {
    font-size: 1.5rem;
  }

  .scholarship-section .container {
    grid-template-columns: 1fr;
  }

  .dual-donut-section {
    margin-bottom: 2rem;
  }

  .dual-donut-chart-wrapper {
    width: 100%;
  }

  canvas {
    max-width: 280px !important;
    max-height: 500px !important;
    width: 100% !important;
    height: auto !important;
    height: 300px !important;
  }

  .scholarship-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .scholarship-stats-value {
    font-size: 1.3rem;
  }

  .campus-areas-section .container,
  .scholarship-section .container,
  .sports-section .container,
  .dormitory-section .container {
    padding: 0 2rem
  }

  .scholarship-stats-value,
  .dormitory-stats-value,
  .area-metrics-value {
    font-size: 1.3rem;
  }

  .campus-areas-section .container,
  .scholarship-section .container,
  .sports-section .container,
  .dormitory-section .container {
    padding: 1rem 2rem
  }

  .dormitory-section .container,
  .campus-areas-section .container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .area-metrics-grid,
  .scholarship-stats-grid,
  .dormitory-stats-grid {

    grid-template-columns: 1fr 1fr;
  }

  .dormitory-stats-icon {
    flex-direction: column;
    gap: .5rem;
    margin-bottom: .5rem
  }

  .scholarship-stats-value,
  .dormitory-stats-value {
    font-size: 1.3rem;
  }

  .campus-areas-section .container,
  .scholarship-section .container,
  .sports-section .container,
  .dormitory-section .container {
    padding: 1rem 2rem
  }

  .dormitory-section .container,
  .campus-areas-section .container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .area-metrics-grid,
  .scholarship-stats-grid,
  .dormitory-stats-grid {
    grid-template-columns: 1f;
  }

  .dormitory-stats-icon {
    flex-direction: column;
    gap: .5rem;
    margin-bottom: .5rem
  }

  .sports-section .container {
    grid-template-columns: 1fr;
  }

  .sports-heatmap-container {
    overflow-x: auto;
    padding: .5rem;
    margin-bottom: 2rem;
  }

  .sports-heatmap-container .heatmap-table th,
  .sports-heatmap-container .heatmap-table td {
    font-size: 0.85rem;
    padding: 0.75rem;
  }

  .sports-heatmap-container .heatmap-campus-content {
    gap: 0.3rem;
  }


  footer .border-top .text-muted {
    display: none;
  }

  footer .border-top .d-flex.justify-content-end.align-items-center {
    justify-content: center;
    flex-direction: row;
    justify-content: space-between !important;
  }

  .sports-content {
    max-width: 100vw;
    overflow: auto;
  }

  .sports-number {
    order: 2;
  }

  .sports-header {
    display: flex;
    flex-direction: column;
  }

  p.sports-subtitle {
    order: 3;
  }

  .sports-heatmap-container {
    margin-right: 3rem;
  }

  .sports-heatmap-container th.th-style-2:last-child {
    padding-right: 2rem;
  }

  .sports-heatmap-title {
    text-align: left;
    padding-left: 1rem;
    padding-top: .5rem;
  }

  .sports-section .container {
    gap: 2rem;
  }

  .sports-number {
    display: none;
  }
}

/* --- */

footer {
  width: 100%;
  min-height: 700px;
  background-color: #173d6f;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  position: relative;
}

footer .absolute-logo {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 350px;
  z-index: 1;
}

footer .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.1;
  z-index: 0;
}

footer .footer-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

footer .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.1;
  z-index: 0;
}

footer .footer-wrapper {
  padding-top: 5%;
}



.foot-top-row {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.footer-right-button-group,
footer .application-links,
footer .footer-wrapper .container .footer-mid .footer-mid-right .footer-right-button-group {
  display: flex;
  align-items: center;
  gap: 2rem;
}


footer .footer-wrapper .container .footer-top-buttons .buttons-left {
  gap: .5rem;
}

.foot-top-row .mobil-portal-links {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.qr-links {
  display: flex;
  gap: 1rem;
}

footer .application-links .link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 2px solid #fff;
  width: 170px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  font-family: Quicksand, sans-serif;
  transition: 0.4s;
}

.bukampus .first-content2 .bu-campus-slider .item .absolute-bukampus-body .application-links .link img,
footer .application-links .link img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-text-col {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

footer .application-links .link .small-title {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

footer .application-links .link .big-tite {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.social-links a {
  font-size: 20px;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background 0.4s linear;
}

.social-links .icon {
  font-size: 18px;
  color: currentColor;
  display: inline-flex;
  line-height: 1;
}

.social-links a i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.footer-wrapper .social-links a img {
  width: 40%;
  height: 40%;
  margin: auto;
  filter: brightness(0) invert(1);
}


footer .footer-wrapper .container {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  padding-top: 50px;
  position: relative;
}


footer .footer-wrapper .container .footer-mid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 65% 35%;
}

footer .footer-wrapper .container .footer-mid .footer-mid-left .footer-mid-left-links {
  display: flex;
  gap: 15px;
}

footer .footer-wrapper .container .footer-mid .footer-mid-left .footer-mid-left-links .link-box {
  flex: 1 1 calc(33.3333333333% - 30px);
  display: flex;
  flex-direction: column;
  min-height: 450px;
}


footer .footer-wrapper .container .footer-mid .footer-mid-left .footer-mid-left-links .link-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

footer .footer-wrapper .container .footer-mid .footer-mid-left .footer-mid-left-links .link-box-links {
  display: flex;
  flex-direction: column;
}

footer .footer-wrapper .container .footer-mid .footer-mid-left .footer-mid-left-links .link-box-links a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  transition: 0.4s;
  margin-bottom: .5rem;
  position: relative;
  padding-left: 1.3rem;
}

footer .footer-wrapper .container .footer-mid .footer-mid-left .footer-mid-left-links .link-box-links a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(124, 203, 238, 0.7);
  opacity: 1;
  transition: 0.4s;
}

footer a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

footer .footer-wrapper .container .footer-mid .footer-mid-right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: start;
  align-items: start;
  font-family: Quicksand, sans-serif;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

.small-links {
  display: flex;
  flex-direction: column;
  align-items: end;
  /* padding-left: 1rem; */
  padding-top: 0;
  padding-bottom: 2rem;
}

.small-links .title {
  text-align: right;
  font-size: .9rem;
  color: rgba(255, 255, 255, 0.914);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: -moz-max-content;
  width: max-content;
}

.small-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}

.small-link .icon {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.icon {
  font-size: 18px;
  color: currentColor;
  display: inline-flex;
  line-height: 1;
}


.small-link .link-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
}

.small-link:nth-child(2) .icon,
.small-link:nth-child(3) .icon {
  font-size: 4rem;
}

.small-link:nth-child(2) .icon,
.small-link:nth-child(3) .icon {
  font-size: 3.5rem;
}

.small-link .icon {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.small-link strong {
  font-size: .9rem;
  color: rgba(255, 255, 255, 0.6);
}

.small-link .link-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
}

.container.fixed-header-container .button-group,
.module-breadcrumb-container .breadcrumb .main,
.small-links .link-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.small-links .link-row a {
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: .75rem 1.2rem;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  transition: 0.4s;
}

footer .footer-wrapper .container .footer-top-buttons {
  transform: translateY(15px);
}

footer .footer-wrapper .container .footer-top-buttons {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
}

footer-right-button-group,
footer .application-links,
footer .footer-wrapper .container .footer-mid .footer-mid-right .footer-right-button-group,
footer .footer-wrapper .container .footer-top-buttons .buttons-left {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.module-brand-academy-section .bg-brand-academy .container .bg-brand-links,
footer .footer-wrapper .container .footer-top-buttons .buttons-right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.footer-right-button-group a,
footer .footer-wrapper .container .footer-top-buttons .buttons-left .button-link {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 1.1rem;
  height: 60px;
  border-radius: 20px;
  color: #fff;
  background-color: rgba(15, 42, 77, 0.619);
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-family: Quicksand, sans-serif !important;
  transition: 0.4s;
}

.footer-right-button-group,
footer .application-links,
footer .footer-wrapper .container .footer-mid .footer-mid-right .footer-right-button-group,
footer .footer-wrapper .container .footer-top-buttons .buttons-left {
  display: flex;
  align-items: center;
  gap: .5rem;
}


footer .application-links .link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 2px solid #fff;
  width: 170px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  font-family: Quicksand, sans-serif;
  transition: 0.4s;
}



.foot-top-row .mobil-portal-links .big-link {
  display: flex;
  align-items: center;
  font-size: 20px;
  gap: .5rem;
  color: #fff
}


.application-links {
  display: flex;
  flex-direction: column;
}



footer .footer-wrapper .container .footer-mid {
  margin-top: 40px;
}

footer svg.svg-inline--fa.fa-headset,
footer svg.svg-inline--fa.fa-phone {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.5);
}

footer .application-links {
  flex-direction: row;
}

@media (min-width: 992px) {
  footer .footer-wrapper {
    padding-top: 110px;
  }
}

.small-link:nth-child(2) .icon,
.small-link:nth-child(3) .icon {
  font-size: 4rem;
}

.small-link:nth-child(2) .link-text {
  font-size: 3rem;
  font-family: 'Bebas Neue', sans-serif;
  opacity: 0.9;
}

.small-link:nth-child(3) .link-text {
  font-size: 4rem;
  font-family: "Bebas Neue", serif;
  opacity: 0.9;
  letter-spacing: -0.5px;
}

.small-link:nth-child(3) .link-text {
  font-size: 2.5rem;
  font-family: "Bebas Neue", serif;
  opacity: 0.9;
  letter-spacing: -0.5px;
}

.small-link .link-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
}

.small-link .link-text small {
  font-weight: 300 !important;
  font-size: 1.3rem !important;
  color: #ff5d5d;
  letter-spacing: 2px;
}


.small-link:nth-child(2) .link-text {
  font-size: 2.5rem;
  font-family: 'Bebas Neue', sans-serif;
  opacity: 0.9;
}

.small-link .link-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .85rem;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
  font-family: 'Quicksand', sans-serif
}

.small-link {
  margin-bottom: .5rem
}

.small-links {
  padding-left: 1rem;
  padding-top: 0;
  padding-bottom: 2rem;
}



.big-link strong {
  font-family: 'Poppins', sans-serif;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1450px;
  }
}

footer .footer-bottom {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  height: 100px;
  background-color: rgba(10, 28, 51, 0.5803921569);
  z-index: 1;
}

footer .footer-bottom .copyright-text {
  font-size: 13px;
  font-family: Quicksand, sans-serif;
  color: rgba(124, 203, 238, 0.4196078431);
}

.mobil-portalsocial-links a:hover .fab.fa-facebook-f,
footer .social-links a:hover:first-child {
  background: linear-gradient(to bottom right, #3b5998, #8b9dc3);
}

.mobil-portalsocial-links a:hover .fab.fa-facebook-f:hover,
footer .social-links a:hover:first-child:hover {
  background: linear-gradient(to bottom right, #8b9dc3, #3b5998);
}

.mobil-portalsocial-links a:hover .fa-brands.fa-x-twitter,
footer .social-links a:hover:nth-child(2) {
  background: linear-gradient(to bottom right, #040709, #081216);
}

.mobil-portalsocial-links a:hover .fa-brands.fa-x-twitter:hover,
footer .social-links a:hover:nth-child(2):hover {
  background: linear-gradient(to bottom right, #0b202b, #474f53);
}

.mobil-portalsocial-links a:hover .fab.fa-youtube,
footer .social-links a:hover:nth-child(5) {
  background: linear-gradient(to bottom right, red, rgb(240, 117, 117));
}

.mobil-portalsocial-links a:hover .fab.fa-youtube:hover,
footer .social-links a:hover:nth-child(5):hover {
  background: linear-gradient(to bottom right, rgb(238, 56, 56), rgb(248, 75, 75));
}

.mobil-portalsocial-links a:hover .fab.fa-linkedin-in,
footer .social-links a:hover:nth-child(4) {
  background: linear-gradient(to bottom right, #007bb5, #35729b);
}

.mobil-portalsocial-links a:hover .fab.fa-linkedin-in:hover,
footer .social-links a:hover:nth-child(4):hover {
  background: linear-gradient(to bottom right, #35729b, #007bb5);
}

.mobil-portalsocial-links a:hover .fab.fa-linkedin-in,
footer .social-links a:hover:nth-child(6) {
  background: linear-gradient(to bottom right, #3b5998, #8b9dc3);
}

.mobil-portalsocial-links a:hover .fab.fa-linkedin-in:hover,
footer .social-links a:hover:nth-child(6):hover {
  background: linear-gradient(to bottom right, #8b9dc3, #3b5998);
}

.mobil-portalsocial-links a:hover .fas.fa-headset:hover,
footer .social-links a:hover:nth-child(3):hover {
  background: linear-gradient(to bottom right, #3498db, #e74c3c);
}

@media (min-width:992px) and (max-width:1200px) {
  footer .application-links {
    flex-direction: column !important;
    margin-top: -3rem
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  footer .footer-wrapper .container .footer-mid {
    grid-template-columns: 1fr;
  }

  .foot-top-row {
    flex-direction: column;
    gap: 1rem;
    padding-top: 2.5rem;
  }

  footer .application-links {
    flex-direction: column !important;
    margin-top: 0;
    align-items: baseline;
  }

  footer .footer-wrapper .container .footer-mid {
    margin-top: 165px;
  }

  footer .footer-bottom .copyright-text {
    font-size: .8rem
  }
}


@media (min-width: 576px) and (max-width: 768px) {
  footer .footer-wrapper .container .footer-mid {
    grid-template-columns: 1fr;
  }

  .foot-top-row {
    flex-direction: column;
    gap: 1rem;
    padding-top: 2.5rem;
  }

  footer .application-links {
    flex-direction: column !important;
    margin-top: 0;
    align-items: baseline;
  }

  footer .footer-wrapper .container .footer-mid {
    margin-top: 165px;
  }

  footer .footer-bottom .copyright-text {
    font-size: .8rem
  }

  footer .footer-wrapper .container {
    max-width: 95%;
    margin: auto;
  }
}



@media (max-width: 576px) {
  footer .footer-wrapper .container .footer-mid {
    grid-template-columns: 1fr;
  }

  .foot-top-row {
    flex-direction: column;
    gap: 1rem;
    padding-top: 3.5rem;
  }

  footer .application-links {
    align-items: center !important;
    flex-direction: column !important;
    margin-top: 0;
    align-items: baseline;
  }

  footer .footer-wrapper .container .footer-mid {
    margin-top: 165px;
  }

  footer .footer-bottom .copyright-text {
    font-size: .8rem
  }

  footer .footer-wrapper .container {
    max-width: 95%;
    margin: auto;
  }

  footer .footer-wrapper .container .footer-mid .footer-mid-left .footer-mid-left-links {
    flex-direction: column;
    width: 100%;
  }

  footer .footer-wrapper .container .footer-mid .footer-mid-left .footer-mid-left-links .link-box {
    flex: 1;
    min-height: auto;
  }

  .small-links {
    padding: 0
  }

  .footer-wrapper .container .footer-top-buttons .buttons-right,
  footer .footer-wrapper .container .footer-top-buttons,
  .footer-right-button-group {
    flex-wrap: wrap;
    margin: 0;
  }

  .social-links {
    justify-content: center;
  }

  footer .footer-wrapper .container .footer-mid {
    margin-top: 200px
  }

  footer .footer-wrapper .container .footer-top-buttons .buttons-right {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    width: 100%;
    flex-wrap: wrap;
  }

  footer .footer-wrapper .container .footer-top-buttons .buttons-left {
    gap: 1rem;
    width: 100%;
  }

  footer .footer-wrapper .container .footer-top-buttons .buttons-left .button-link {
    border-radius: 12px;
    flex: 1;
    font-size: 10px;
  }

  .footer-right-button-group {
    gap: 1rem;
    flex-wrap: wrap;
    flex: 1;
  }

  .footer-right-button-group a {
    font-size: 10px;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex: 1;
    min-width: 200px;
    min-height: 50px !important;
    height: 50px;
  }

  .small-links {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 2rem;
    border-radius: 20px;
    width: 100%;
    margin-top: 2rem;
  }

  .small-link {
    flex-direction: column !important;
  }

  .small-links .title {
    margin-bottom: 1.2rem;
  }

  footer .footer-wrapper .container .footer-mid .footer-mid-right {
    width: 100%
  }

  footer .footer-wrapper .container .footer-mid .footer-mid-left .footer-mid-left-links .link-box {
    display: flex;
    flex-direction: column;
    background-color: rgba(19, 50, 90, 0.5);
    border-radius: 20px;
    padding: 1rem;
    width: 500px !important;
    max-width: 100% !important;
    min-width: 250px !important;
  }


  .footer-mid-left {
    left: 0;
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .glass-actions {
    flex-wrap: wrap;
  }
}

/* ---- */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f0f2f5;
  margin: 0;
  color: #212529;
}

.page-container.detail-page {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
}

.page-container.detail-page .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.page-container.detail-page .breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-container.detail-page .breadcrumb li {
  display: inline;
  color: #6c757d;
}

.page-container.detail-page .breadcrumb li+li::before {
  content: '>';
  padding: 0 8px;
}

.page-container.detail-page .breadcrumb a {
  color: #0d5a9b;
  text-decoration: none;
}

.page-container.detail-page .breadcrumb a:hover {
  text-decoration: underline;
}

.page-container.detail-page .breadcrumb .fa-home {
  margin-right: 5px;
}

.page-container.detail-page .utility-buttons a {
  color: #6c757d;
  margin-left: 15px;
  font-size: 1rem;
}

.page-container.detail-page .utility-buttons a.back-button {
  background-color: #e9ecef;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.page-container.detail-page .main-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.page-container.detail-page .sidebar {
  flex: 0 0 280px;
  background-color: var(--card-bg);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.page-container.detail-page .sidebar-header {
  background-color: #003366;
  color: white;
  padding: 15px 20px;
  font-weight: 600;
}

.page-container.detail-page .sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-container.detail-page .sidebar-menu li a {
  display: block;
  padding: 12px 20px;
  color: #212529;
  text-decoration: none;
  border-bottom: 1px solid #dee2e6;
  transition: background-color 0.2s;
}

.page-container.detail-page .sidebar-menu li a:hover {
  background-color: #f0f2f5;
}

.page-container.detail-page .sidebar-menu li.active>a {
  background-color: #0d5a9b;
  color: white;
  font-weight: 500;
}

.page-container.detail-page .sidebar-menu .submenu {
  list-style: none;
  padding: 0;
}

.page-container.detail-page .sidebar-menu .submenu li a {
  border-bottom: none;
  padding: 8px 15px;
  font-size: 0.9rem;
}

.page-container.detail-page .content-area {
  flex: 1;
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.page-container.detail-page .content-header h1 {
  margin: 0 0 25px 0;
  font-size: 1.8rem;
}

@media (max-width: 992px) {
  .page-container.detail-page .main-wrapper {
      flex-direction: column;
  }

  .page-container.detail-page .sidebar {
      flex: 0 0 auto;
      width: 100%;
      margin-bottom: 20px;
  }
}

.page-container.detail-page .sidebar-menu .submenu a {
  padding-left: 20px;
}


.sidebar-menu .submenu a {
  padding-left: 20px;
}

/* .modern-header {
  width: 100%;
  min-height: 150px;
  background-color: #1c458b;
  position: relative;
}

.header-content {
  border: 0;
} */

.header-container:has(+ .detail-page) {
  background-color: #003366; 
  color: white;
}

.header-container:has(+ .detail-page) a {
  color: #ffffff;
}

.floating-kpi-badges .floating-badge .badge-label {
  max-width: 100px;
}