/* TMU About Page - CSS Variables from Figma */
:root {
  /* Colors - Figma Variables */
  --system-white: #ffffff;
  --system-black: #151515;
  --neutral-neutral-100: #1a1919;
  --neutral-neutral-50: #737373;
  --primary-blue: #1e4f9e;
  --primary-orange: #f48220;

  /* Typography - Figma Variables */
  --heading-56-lora: "Lora", serif;
  --heading-40-lora: "Lora", serif;
  --body-16-regular: "Inter", sans-serif;
  --body-16-medium: "Inter", sans-serif;
  --body-16-semibold: "Inter", sans-serif;
  --title-18-semibold: "Inter", sans-serif;

  /* Font Sizes - Responsive Scale */
  --font-size-56: clamp(32px, 5vw, 56px);
  --font-size-40: clamp(24px, 4vw, 40px);
  --font-size-24: clamp(18px, 2.5vw, 24px);
  --font-size-18: clamp(16px, 2vw, 18px);
  --font-size-16: clamp(14px, 1.5vw, 16px);
  --font-size-14: clamp(12px, 1.25vw, 14px);

  /* Line Heights */
  --line-height-1-2: 1.2;
  --line-height-1-3: 1.3;
  --line-height-1-4: 1.4;
  --line-height-1-5: 1.5;

  /* Layout - Responsive Measurements */
  --container-max-width: 1252px;
  --banner-height: clamp(400px, 50dvh, 600px);
  --content-padding-y: clamp(60px, 8vw, 120px);
  --section-gap: clamp(30px, 5vw, 60px);
  --text-gap: clamp(24px, 4vw, 48px);
  --border-radius-20: 20px;
  --border-radius-15: 15px;
  --border-radius-8: 8px;

  /* Spacing Scale */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;
}

/* Training scales section */
.section-training-scales {
  padding: 120px 0 218px 0;
  background: #ffffff;
}

/* Smooth scrolling for better UX */
html {
  scroll-behavior: smooth;
}

/* Skip to content link for accessibility */
.skip-to-content {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--primary-blue);
  color: white;
  padding: 8px;
  text-decoration: none;
  z-index: 100;
}

.skip-to-content:focus {
  top: 6px;
}

.main {
  overflow: hidden;
}

.main section {
  padding-bottom: 0;
}

.content-wrapper {
  max-width: var(--container-max-width);
  margin: 0 auto;
}

.divider {
  width: 100%;
  height: 1px;
  background: #d4d4d4;
  margin: 120px 0;
}

.training-scales-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  width: 100%;
}

.training-scales-title {
  font-family: "Lora", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: var(--system-black);
  margin: 0;
  white-space: nowrap;
}

.training-scales-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: var(--system-black);
  text-align: right;
  margin: 0;
  white-space: nowrap;
}

.training-scales-highlight {
  color: var(--primary-orange);
}

.training-scales-content {
  position: relative;
  display: grid;
  /* grid-template-columns: max-content; */
  grid-template-rows: max-content;
  /* place-items: start; */
  height: 435px;
}

.training-scales-image {
  grid-area: 1 / 1;
  /* width: 1039px; */
  height: 435px;
  width: calc(100% - 213px);
  margin-left: 213px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.training-scales-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.training-scales-stats {
  grid-area: 1 / 1;
  background: rgba(228, 244, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 24px;
  margin-top: 233px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
  width: fit-content;
  height: fit-content;
  max-width: 650px;
}

.stat-item {
  display: flex;
  gap: 4px;
  align-items: center;
  width: 100%;
  word-break: keep-all;
}

.stat-number {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: var(--primary-orange);
  width: 80px;
}

.stat-label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--system-black);
  /* white-space: nowrap; */
}

.training-scales-logo {
  grid-area: 1 / 1;
  width: 148px;
  height: 148px;
  margin-left: 36px;
  margin-top: 57px;
  position: relative;
  z-index: 3;
}

.welcome-circle {
  width: 148px;
  height: 148px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.logo-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}

.curved-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
}

.curve-letter {
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 17.32px;
  color: rgba(30, 79, 158, 0.9);
  transform-origin: 50px 50px;
  width: fit-content;
  height: fit-content;
}

/* Responsive Design */
@media (max-width: 767px) {
  .training-specialties-grid {
    flex-direction: column;
    gap: 16px;
  }

  .training-item--large,
  .training-item--small {
    width: 100%;
  }

  .training-card__overlay {
    /* top: 20px;
    left: 8px;
    right: 8px;
    padding: 16px; */
  }

  .training-specialties-title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .section-training-scales {
    padding: 36px 0 60px;
  }

  .training-scales-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
  }

  .training-scales-title {
    font-size: 32px;
    letter-spacing: -0.6px;
  }

  .training-scales-subtitle {
    font-size: 16px;
    text-align: left;
    white-space: normal;
  }

  .training-scales-content {
    height: auto;
    min-height: 300px;
  }

  .training-scales-image {
    width: 100%;
    height: 250px;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .training-scales-stats {
    position: relative;
    margin-top: 20px;
    width: 100%;
  }

  .training-scales-logo {
    width: 100px;
    height: 100px;
    margin-left: 20px;
    margin-top: 20px;
  }

  .welcome-circle {
    width: 100px;
    height: 100px;
  }

  .logo-center {
    width: 24px;
    height: 24px;
  }

  .curved-text {
    width: 70px;
    height: 70px;
  }

  .curve-letter {
    font-size: 12px;
    transform-origin: 35px 35px;
  }
}

/* Achievements Section CSS Variables from Figma */
:root {
  --neutral-neutral-10: #f5f5f5;
  --blue-blue-30: #8fa7cf;
  --heading-56-lora: 600;
  --heading-30-lora: 600;
  --body-16-regular: 400;
  --body-14-semibold: 600;
}

/* Achievements Section */
.section-achievements {
  margin-top: 220px;
  position: relative;
  padding: 0;
  background: transparent;
}

/* Faculty Stats Card - Positioned at top */
.faculty-stats-card {
  position: absolute;
  top: -90px;
  left: 18%;
  transform: translateX(-50%);
  background: var(--system-white);
  border-radius: 15px;
  box-shadow: 0px 4px 40px 0px rgba(189, 203, 225, 0.5);
  padding: 36px 72px;
  width: 1253px;
  height: 196px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.faculty-stat-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  height: 92px;
  flex-shrink: 0;
}

.faculty-stat-number {
  font-family: "Lora", sans-serif;
  font-weight: var(--heading-56-lora);
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -1.12px;
  color: var(--primary-orange);
  height: 54px;
}

.faculty-stat-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: var(--system-black);
  text-align: center;
}

.faculty-stat-label p {
  margin: 0;
}

.faculty-stat-divider {
  height: 124px;
  width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #e5e5e5;
}

.faculty-stat-divider img {
  width: 1px;
  height: 124px;
  display: block;
  object-fit: fill;
}

/* Main Achievements Content */
.achievements-content-wrapper {
  background: var(--neutral-neutral-10);
  padding: 200px 0 120px 0;
}

.achievements-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}

.achievements-text-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.achievements-title {
  font-family: "Lora", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: var(--system-black);
  margin: 0;
  white-space: nowrap;
}

.achievements-description {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.achievements-description * {
  font-family: "Inter", sans-serif !important;
}

.achievements-intro {
  font-family: "Inter", sans-serif;
  font-weight: var(--body-16-regular);
  font-size: 16px;
  line-height: 1.5;
  color: #151515;
  margin: 0;
  word-break: auto-phrase;
  text-align: justify;
}

.achievements-awards-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.achievements-awards-intro {
  font-family: "Inter", sans-serif;
  font-weight: var(--body-14-semibold);
  font-size: 14px;
  line-height: 1.5;
  color: #151515;
  margin: 0;
  /* white-space: nowrap; */
}

.achievements-layout {
  display: flex;
  gap: 80px;
  align-items: center;
  width: 100%;
}

/* University Images */
.achievements-image {
  width: 424px;
  height: 748px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: white;
}

.achievements-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.achievements-image img:hover {
  transform: scale(1.1);
}

.university-images {
  position: relative;
  width: 100%;
  height: 100%;
}

.university-images img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.university-images img:nth-child(1) {
  width: 444.898px;
  height: 793px;
  left: -72px;
  top: -23px;
}

.university-images img:nth-child(2) {
  width: 530px;
  height: 794px;
  left: -115px;
  top: -23px;
}

.university-images img:nth-child(3) {
  width: 445px;
  height: 793px;
  left: 50%;
  top: -23px;
  transform: translateX(-50%);
  background-position: 36.05% 0%;
  background-size: 267.37% 100%;
}

/* Awards Timeline */
.achievements-timeline {
  flex: 1;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}

.timeline-line-container {
  position: absolute;
  left: 5.5px;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  color: #8fa7cf;
  transition: all 0.3s ease;
}

.timeline-line {
  width: 100%;
  height: 100%;
  background: #8fa7cf;
  position: relative;
  transition: all 0.3s ease;
}

.timeline-line img {
  display: none;
}

.timeline-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.timeline-item {
  padding: 28px 0;
  border-bottom: none;
}

.timeline-content {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  cursor: default;
}

.timeline-content:focus {
  outline: none;
}

.timeline-content:hover {
  .timeline-year,
  .timeline-award {
    color: #1e4f9e;
  }
}

.timeline-dot {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}

.timeline-dot img {
  width: 100%;
  height: 100%;
}

.timeline-year {
  font-family: "Lora", sans-serif;
  font-weight: var(--heading-30-lora);
  font-size: 30px;
  line-height: 1.3;
  color: var(--blue-blue-30);
  width: 80px;
  flex-shrink: 0;
}

.timeline-award {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #151515;
  flex: 1;
  word-break: auto-phrase;
}

/* Responsive Design */
@media (max-width: 767px) {
  .section-achievements {
    /* padding: 60px 0 60px 0; */
  }

  .faculty-stats-card {
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    width: 100%;
    max-width: calc(100vw - 40px);
    margin: 0 auto 40px auto;
    padding: 24px;
    flex-direction: column;
    gap: 24px;
    height: auto;
  }

  .faculty-stat-item {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    height: auto;
  }

  .faculty-stat-number {
    font-size: 40px;
    letter-spacing: -0.8px;
  }

  .faculty-stat-label {
    font-size: 16px;
    text-align: left;
  }

  .faculty-stat-divider {
    width: 100%;
    height: 1px;
    transform: rotate(0deg);
  }

  .faculty-stat-divider img {
    width: 100%;
    height: 1px;
    transform: rotate(90deg);
  }

  .achievements-content-wrapper {
    padding: 153px 20px 60px;
  }

  .achievements-content {
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }

  .achievements-title {
    font-size: 32px;
    letter-spacing: -0.6px;
  }

  .achievements-layout {
    flex-direction: column;
    gap: 32px;
  }

  .achievements-image {
    width: 100%;
    height: 400px;
  }

  .university-images img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    height: 100%;
  }
  .achievements-description,
  .achievements-awards-section {
    gap: 16px;
  }
}

/* Tab Navigation Section */
.section-tabs {
  background: rgba(30, 79, 158, 0.9);
  padding: 10px;
  border-bottom: none;
}

.tabs-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs-navigation {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 1252px;
  max-width: 100%;
  overflow-x: auto;
}

.tab-item {
  background: transparent;
  border: none;
  padding: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: var(--system-white);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-align: center;
  flex-shrink: 0;
}

.tab-item:hover {
  color: var(--primary-orange);
}

.tab-item.active {
  color: var(--primary-orange);
  font-weight: 600;
}

.tab-item:focus {
  outline: 2px solid var(--primary-orange);
  outline-offset: 2px;
  border-radius: 4px;
}

.circular-text {
  position: absolute;
  top: 57px;
  left: 36px;
  width: 148px;
  height: 148px;
  overflow: hidden;
}

.circular-text-bg {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 148px;
  height: 148px;
  animation: spin 20s linear infinite reverse;
}

.circular-text-icon {
  position: absolute;
  top: 38.75%;
  left: 38.75%;
  right: 39.26%;
  bottom: 39.26%;
}

.section-training-specialties {
  background: #fff;
}

.training-specialties-title {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 48px;
  letter-spacing: -0.8px;
}

.training-specialties-grid {
  display: flex;
  gap: 37.5px;
  align-items: stretch;
  justify-content: center;
}

.training-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.training-item--large {
  position: relative;
}

.training-item--small {
  position: relative;
}

.training-card {
  position: relative;
  height: 422px;
  border-radius: 20px;
  overflow: hidden;
}

.training-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.training-card__overlay {
  position: absolute;
  /* top: 52px; */
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(30, 79, 158, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 24px;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(20px);
}

.training-item--active .training-card__overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.training-item--active .training-card__badge {
  display: none;
}

.training-card__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: white;
  margin-bottom: 12px;
}

.training-card__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: calc(100% - 36px);
  overflow-y: auto;
  overflow-x: hidden;
}

.training-card__list ul {
  list-style: revert;
}

.training-card__list li {
  display: list-item;
  align-items: flex-start;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: white;
}

.list-bullet {
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  margin-top: 8px;
}

.training-card__overlay--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 137px;
  background: linear-gradient(180deg, rgba(13, 38, 103, 0) 0%, #0b2465 100%);
  opacity: 0.7;
  border-radius: 0 0 20px 20px;
}

.training-card__badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  /* align-items: center;
  justify-content: center; */
  /* padding: 10px 24px 24px; */
}

.training-card__badge span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: white;
  text-align: justify;
}

/* Hover effects */
.training-item:hover .training-card__img {
  transform: scale(1.05);
}

.training-item--small:hover .training-card__overlay--bottom {
  opacity: 0.9;
}

.section-about__container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.section-about__container-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 601px;
}

.breadcrumb {
  font-weight: 400;
}

@media (min-width: 1460px) and (max-width: 1600px) {
  .training-item--small {
    width: 350px;
  }
  .training-item--large {
    width: 600px;
  }
}
/* Responsive Design for Breadcrumb and Tabs */
@media (max-width: 767px) {
  .section-tabs {
    padding: 10px;
  }

  .tabs-wrapper {
    justify-content: flex-start;
  }

  .tabs-navigation {
    gap: 32px;
    width: auto;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 20px;
  }

  .tabs-navigation::-webkit-scrollbar {
    display: none;
  }

  .tab-item {
    padding: 8px;
    font-size: 14px;
    min-width: max-content;
    font-weight: 600;
  }
}

.main .section-banner {
  height: 600px;
  padding-bottom: 0;
  position: relative;
}

.main .section-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.main .section-banner__overlay-1 {
  background: linear-gradient(
          180deg,
          rgba(4, 66, 200, 0) 35.17%,
          rgba(4, 66, 200, 0.45) 100%
  );
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}

.main .section-banner__overlay-2 {
  background: linear-gradient(
          258.24deg,
          rgba(1, 94, 200, 0.45) 14.67%,
          rgba(4, 66, 200, 0.2) 65.96%
  );
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}

.main .section-banner__main {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 749px) {
  .main .section-banner__main {
    width: 100%;
    padding: 0 32px;
  }
}

.main .section-banner__main .section-banner__sub {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 749px) {
  .main .section-banner__main .section-banner__sub {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.main .section-banner__main .section-banner__title {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.2;
  font-family: Lora, sans-serif;
  text-align: center;
  margin-bottom: 56px;
  word-break: normal;
}

@media (max-width: 749px) {
  .main .section-banner__main .section-banner__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.main .section-banner__main .section-banner__button {
  max-width: 184px;
  width: 100%;
  min-width: auto;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 749px) {
  .main .section-banner__main .section-banner__button {
    font-size: 1rem;
    max-width: 155px;
  }
}

.main .section-banner__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: upDown 2s ease-in-out infinite;
  animation: upDown 2s ease-in-out infinite;
}

.section-about__container-right {
  flex: 1;
}

@media (max-width: 1440px) {
  .section-about__container-left {
    max-width: unset;
    flex: 1;
  }
}
@media (max-width: 1200px) {
  .training-specialties-grid {
    /* flex-wrap: wrap; */
    gap: 20px;
  }

  .training-item--large {
    width: 100%;
    max-width: 577px;
  }

  .training-item--small {
    width: calc(50% - 10px);
    min-width: 280px;
  }
}

/* About Banner Section - Exact Figma Match */
.about-banner {
  position: relative;
  width: 100%;
  height: var(--banner-height);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("http://localhost:3845/assets/8df106a4fc9cd265d16254ce515686f148fefba6.png");
  background-size: 100% 144.96%;
  background-position: 0% 29.98%;
  background-repeat: no-repeat;
}

.about-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
          180deg,
          rgba(4, 66, 200, 0) 35.167%,
          rgba(4, 66, 200, 0.45) 100%
  );
}

.about-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: var(--system-white);
  width: 394px;
}

.about-banner__subtitle {
  font-family: var(--body-16-regular);
  font-size: var(--font-size-24);
  font-weight: 400;
  line-height: var(--line-height-1-3);
  letter-spacing: 4.8px;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 4px 20px;
  margin: 0;
  text-transform: uppercase;
}

.about-banner__title {
  font-family: var(--heading-56-lora);
  font-size: var(--font-size-56);
  font-weight: 600;
  line-height: var(--line-height-1-2);
  text-shadow: rgba(0, 0, 0, 0.5) 0px 4px 30px;
  margin: 0;
  text-align: center;
}

.about-banner__actions {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 40px 40px 0 0;
}

/* About Content Section - Exact Figma Match */
.section-about-content {
  padding: var(--content-padding-y) 0;
}

.about-content {
  display: flex;
  gap: var(--section-gap);
  align-items: flex-start;
}

.about-content__text {
  flex: 1;
  max-width: 601px;
  display: flex;
  flex-direction: column;
  gap: var(--text-gap);
}

.about-content__heading {
  font-family: var(--heading-40-lora);
  font-size: var(--font-size-40);
  font-weight: 600;
  line-height: var(--line-height-1-2);
  letter-spacing: -0.8px;
  color: var(--neutral-neutral-100);
  margin: 0;
  height: 86px;
}

.about-content__heading .highlight {
  color: var(--primary-orange);
}

.about-content__description {
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.about-content__description * {
  font-family: "Inter", sans-serif !important;
}

.about-content__description.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  display: block;
}

.about-content__description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.about-content__description.expanded::after {
  opacity: 0;
}

.about-content__description p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: var(--line-height-1-5);
  color: var(--system-black);
  margin: 0;
  text-align: justify;
  word-break: auto-phrase;
}

.section-about__img-main {
  width: 100%;
  height: 619px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
}

.section-about__media {
  width: 100%;
  display: block;
}

.section-about__img-student-sub {
  position: absolute;
  bottom: 54px;
  right: -66px;
  width: 310px;
  height: 346px;
  object-fit: cover;
  border-radius: 20px;
  border: 10px solid #fff !important;
}

@media (max-width: 1672px) {
  .section-about__img-logo_about {
    right: -158px !important;
    bottom: -15px !important;
  }
}

@media (max-width: 1272px) {
  .section-about__img-main {
    height: 550px;
  }
}
/* Section About Mobile Responsive */
@media (max-width: 768px) {
  .section-about {
    padding: 60px 0;
  }

  .section-about .col-lg-5,
  .section-about .col-lg-6 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .section-about .main__title {
    font-size: 24px;
    line-height: 1.3;
    /* margin-bottom: 24px; */
    text-align: left;
  }

  .about-content__description {
    /* margin-bottom: 32px; */
    margin-top: 0;
  }

  .about-content__description p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left;
  }

  .see-more-btn {
    font-size: 14px;
  }

  /* .section-about__img-main {
    width: 100%;
    max-width: 350px;
    height: 280px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
  } */

  .section-about__img-logo_about {
    display: none;
  }
  .training-slide .training-card__overlay {
    bottom: 30px !important;
    left: 12px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .section-about {
    padding: 40px 0;
  }

  .section-about .main__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about-content__description p {
    font-size: 14px;
  }

  .section-about__img-logo_about {
    display: none;
  }
}

/* Section Admissions Mobile Slider */
.admissions-mobile-slider {
  display: none;
}

.admissions-desktop {
  display: block;
}

.slider__item {
  flex: 1;
}

.training-card__overlay {
  /* height: 354px; */
  /* overflow-y: auto; */
}

@media (max-width: 767px) {
  .admissions-desktop {
    display: none;
  }

  .admissions-mobile-slider {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .mobile-slides-container {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 300%;
  }

  .mobile-slide {
    width: 33.333%;
    flex-shrink: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .mobile-slide .admission-card {
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }

  .mobile-slide .admission-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile-slide .admission-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30, 79, 158, 0.95);
    color: white;
    padding: 20px;
    backdrop-filter: blur(10px);
  }

  .mobile-slide .admission-card__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: white;
  }

  .mobile-slide .degree-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
  }

  .mobile-slide .degree-list li {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 4px;
    padding-left: 12px;
    position: relative;
  }

  .mobile-slide .degree-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: white;
  }

  .mobile-slide .admission-card__badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(244, 130, 32, 0.95);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-slide .admission-card__overlay--bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(transparent, rgba(30, 79, 158, 0.8));
  }

  /* Mobile Slider Navigation */
  .mobile-slider-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 0 20px;
  }

  .slider-btn {
    background: rgba(30, 79, 158, 0.9);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
  }

  .slider-btn:hover {
    background: rgba(30, 79, 158, 1);
  }

  .slider-btn:disabled {
    background: rgba(30, 79, 158, 0.4);
    cursor: not-allowed;
  }

  .slider-dots {
    display: flex;
    gap: 8px;
  }

  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(30, 79, 158, 0.3);
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .dot.active {
    background: rgba(30, 79, 158, 0.9);
  }
  .achievements-text-section {
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .achievements-text-section {
    width: 100%;
  }

  .achievements-awards-intro {
    word-break: auto-phrase;
    text-wrap: auto;
  }

  .mobile-slide .admission-card {
    height: 300px;
  }

  .mobile-slide .admission-card__overlay {
    padding: 15px;
  }

  .mobile-slide .admission-card__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .mobile-slide .degree-list li {
    font-size: 11px;
  }

  .mobile-slide .admission-card__badge {
    font-size: 12px;
    padding: 6px 12px;
    bottom: 15px;
    left: 15px;
  }

  .mobile-slider-nav {
    padding: 0 10px;
  }

  .slider-btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

/* Legacy mobile styles - keeping for backward compatibility */
@media (max-width: 768px) {
  .section-about__img-main {
    width: 100%;
    height: 80vw;
  }
}

@media (max-width: 749px) {
  .section-about__img-sub {
    width: 35%;
    height: auto;
  }
}

.see-more-btn {
  font-family: var(--body-16-medium);
  font-size: var(--font-size-16);
  font-weight: 500;
  line-height: var(--line-height-1-5);
  color: rgba(30, 79, 158, 0.9);
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: justify;
  white-space: nowrap;
}

.about-content__media {
  position: relative;
  flex-shrink: 0;
  width: 591px;
  height: 619px;
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  place-items: start;
}

.about-content__image-main {
  grid-area: 1 / 1;
  width: 525px;
  height: 619px;
  border-radius: var(--border-radius-20);
  overflow: hidden;
  margin: 0;
}

.about-content__image-main img {
  width: 1200px;
  height: 653px;
  margin-left: -348px;
  margin-top: -34px;
  background: rgba(30, 79, 158, 0.05);
  object-fit: cover;
}

.about-content__image-secondary {
  grid-area: 1 / 1;
  width: 310px;
  height: 346px;
  border-radius: var(--border-radius-20);
  overflow: hidden;
  border: 10px solid var(--system-white);
  margin-left: 281px;
  margin-top: 219px;
}

.section-about__img-logo_about {
  position: absolute;
  z-index: 10;
  right: -200px;
  bottom: 40px;
  transform: translateX(-50%);
  max-width: 159px;
}

.section-about__img-logo_about .wrapper {
  position: relative;
}

.training-scales-section-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  color: #fff;
  background: rgba(228, 244, 255, 0.8);
  backdrop-filter: blur(20px);
}

.welcome-spin-container {
  position: relative;
  width: 159px;
  height: 159px;
  background-size: contain;
}

.welcome-spin-container__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.welcome-spin-container__text {
  position: absolute;
  animation: spin 20s linear infinite reverse;
}

.section-admissions .admission-card__overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  color: #fff;
  background: rgba(30, 79, 158, 0.9);
  backdrop-filter: blur(30px);
}

.section-admissions .admission-card__overlay--bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(13, 38, 103, 0), #0b2465);
}

.mb-12 {
  margin-bottom: 48px;
}

.main__title {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: Lora, sans-serif;
  margin-bottom: 0;
  word-break: auto-phrase;
}

@media (max-width: 749px) {
  .main__title {
    font-size: 1.71rem;
    margin-bottom: 0rem;
  }
}

.main__title_right {
  font-size: 18px;
  font-weight: 600;
  font-family: Lora, sans-serif;
  margin-bottom: 0;
}

@media (max-width: 749px) {
  .main__title_right {
    font-size: 1.71rem;
  }
}

.degree-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.degree-list li {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  font-weight: 400;
  padding-left: 1rem;
}

.degree-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 1rem;
}

.section-admissions .admission-card--featured {
  height: 100%;
}

.section-admissions
.admissions-slider
.admissions-slide--featured
.admission-card {
  height: 422px;
}

.section-admissions .admission-card--featured .admission-card__img {
  height: 100%;
}

.section-admissions .admission-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -o-object-position: right;
  object-position: center;
}

.about-content__image-secondary img {
  width: 519px;
  height: 346px;
  margin-left: -127px;
  object-fit: cover;
}

/* Training Section - Exact Figma Match */
.training-section {
  padding: 0;
  border-top: 1px solid #e5e5e5;
}

.section-title {
  font-family: var(--heading-40-lora);
  font-size: var(--font-size-40);
  font-weight: 600;
  line-height: var(--line-height-1-2);
  color: var(--system-black);
  margin: 120px 0 96px 0;
  height: 48px;
}

.training-content {
  height: 422px;
  margin-bottom: 216px;
}

.training-placeholder {
  padding: 20px;
  background: #f8f9fa;
  border-radius: var(--border-radius-8);
  text-align: center;
  color: var(--neutral-neutral-50);
}

/* Training Scales Section - Exact Figma Match */
.scales-section {
  padding: 0;
}

.scales-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  margin-bottom: 96px;
}

.scales-subtitle {
  font-family: var(--body-16-regular);
  font-size: var(--font-size-16);
  font-weight: 400;
  line-height: var(--line-height-1-5);
  color: var(--system-black);
  margin: 0;
  width: 509px;
  height: 25px;
  margin-top: 11.5px;
}

.scales-content {
  display: flex;
  gap: 60px;
  align-items: center;
  height: 435px;
}

.scales-stats {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding: 24px;
  width: 401px;
  height: 147px;
  margin-top: 329px;
}

.stat-item {
  display: flex;
  gap: 4px;
  align-items: center;
  /* height: 25px; */
  line-height: 24px;
}

.section-about__tab-dropdown {
  display: flex;
  position: fixed;
  z-index: 10;
  top: 276px;
  left: 16px;
  gap: 16px;
}

.section-about__tab-dropdown.open {
  display: flex;
}

.section-about__button-dropdown {
  display: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 99px;
  background: rgba(30, 142, 200, 0.9);
  backdrop-filter: blur(2px);
}

.section-about__content-dropdown {
  display: none;
  flex-direction: column;
  width: 279px;
  border-radius: 20px;
  background: rgba(30, 142, 200, 0.9);
  backdrop-filter: blur(8px);
  padding: 20px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

.section-about__content-dropdown.open {
  display: flex;
}

.section-about__content-dropdown p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding: 12px 0;
  margin: 0;
}

/* ============ ENHANCED RESPONSIVE DESIGN ============ */

/* Large Screens */
@media (max-width: 1199.98px) {
  .training-specialties-grid {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .training-card {
    width: 600px;
  }

  .training-item--large,
  .training-item--small {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .faculty-stats-card {
    padding: 24px 40px;
    flex-wrap: wrap;
    gap: 20px;
    height: auto;
  }

  .training-scales-content {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 30px;
  }

  .training-scales-image {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }

  .training-scales-stats {
    position: relative;
    margin-top: 0;
    width: 100%;
    max-width: unset;
  }
}

/* Medium Screens */
@media (max-width: 991.98px) {
  .section-about .row {
    flex-direction: column;
  }

  .section-about .col-lg-6 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .about-text-content {
    text-align: center;
  }

  /* .main__title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
  } */

  .training-specialties-title {
    font-size: 2.5rem;
    /* text-align: center; */
  }

  .training-scales-header {
    flex-direction: column;
    align-items: start;
    text-align: left;
    gap: 1rem;
  }

  .faculty-stats-card {
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    margin: 0 auto 2rem auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .faculty-stat-divider {
    display: none;
  }

  .achievements-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .achievements-image {
    width: 100%;
  }

  .tabs-navigation {
    gap: 40px;
    justify-content: center;
  }

  .tab-item {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .training-card {
    width: 100%;
  }
}
/* Small Screens */
@media (max-width: 767.98px) {
  .stat-number {
    min-width: 55px;
  }
  .section-about {
    padding: 60px 0;
  }
  .achievements-intro {
    text-align: left;
  }
  .section-about .col-lg-6,
  .section-about .col-md-12 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .section-training-scales {
    padding: 36px 0 60px;
  }

  .about-text-content {
    text-align: left;
  }

  .section-about .main__title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: left;
  }

  .about-content__description p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }

  /* .section-about__img-main {
    width: 100%;
    max-width: 350px;
    height: 280px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
  } */

  .section-about__img-logo_about {
    display: none;
  }

  .training-specialties-grid {
    flex-direction: column;
    gap: 16px;
  }

  .training-item--large,
  .training-item--small {
    width: 100%;
  }

  .training-card__overlay {
    /* top: 20px;
    left: 8px;
    right: 8px;
    padding: 16px; */
  }

  .training-specialties-title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .faculty-stats-card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 20px;
  }

  .faculty-stat-item {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

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

  .section-training-scales {
    padding: 36px 0 60px;
  }

  .training-scales-content {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 20px;
  }

  .training-scales-image {
    width: 100%;
    height: 250px;
    margin-left: 0;
    margin-bottom: 20px;
    order: 1;
  }

  .training-scales-stats {
    position: relative;
    margin-top: 0;
    width: 100%;
    order: 3;
  }

  .section-about__img-logo_about_training_scales {
    position: static;
    width: 100px;
    height: 100px;
    margin: 20px auto;
    order: 2;
  }

  .tabs-wrapper {
    justify-content: flex-start;
  }

  .tabs-navigation {
    gap: 24px;
    width: auto;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 16px;
    justify-content: flex-start;
  }

  .tabs-navigation::-webkit-scrollbar {
    display: none;
  }

  .tab-item {
    padding: 6px 8px;
    font-size: 14px;
    min-width: max-content;
    font-weight: 600;
  }
}

/* Extra Small Screens */
@media (max-width: 575.98px) {
  .section-about {
    padding: 50px 0;
  }

  .section-about .main__title {
    font-size: 24px;
  }

  .about-content__description p {
    font-size: 14px;
  }

  /* .section-about__img-main {
    max-width: 320px;
    height: 240px;
  } */

  .section-about__img-logo_about {
    display: none;
  }

  .training-specialties-title {
    font-size: 1.75rem;
  }

  .training-scales-title {
    font-size: 1.75rem;
  }

  .achievements-title {
    font-size: 1.75rem;
  }

  .tabs-navigation {
    gap: 16px;
    padding: 0 12px;
  }

  .tab-item {
    font-size: 13px;
    padding: 4px 6px;
  }
}

/* Very Small Screens */
@media (max-width: 480px) {
  .section-about {
    padding: 60px 0 40px 0;
  }

  .section-about .main__title {
    font-size: 24px;
  }

  .about-content__description p {
    font-size: 14px;
  }

  .training-specialties-title,
  .training-scales-title,
  .achievements-title {
    font-size: 1.5rem;
  }

  .faculty-stat-item {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

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

/* ============ TMU ABOUT SECTION - RESPONSIVE ============ */

/* Section TMU About */
.section-tmu-about {
  padding: var(--content-padding-y) 0;
  background: var(--system-white);
  position: relative;
  overflow: hidden;
}

.tmu-about-content {
  display: flex;
  gap: clamp(40px, 6vw, 80px);
  align-items: flex-start;
  min-height: 600px;
}

/* Text Content */
.tmu-about-text {
  flex: 1;
  max-width: 601px;
  display: flex;
  flex-direction: column;
  gap: var(--text-gap);
  position: relative;
  z-index: 2;
}

.tmu-about-header {
  margin-bottom: clamp(24px, 4vw, 48px);
}

.tmu-about-title {
  font-family: var(--heading-40-lora);
  font-size: clamp(28px, 4.5vw, 40px);
  font-weight: 600;
  line-height: var(--line-height-1-2);
  letter-spacing: -0.8px;
  color: var(--neutral-neutral-100);
  margin: 0;
  text-align: left;
}

.tmu-about-title .highlight {
  color: var(--primary-orange);
  position: relative;
}

.tmu-about-title .highlight::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
          90deg,
          var(--primary-orange) 0%,
          rgba(244, 130, 32, 0.3) 100%
  );
  border-radius: 2px;
}

/* Description Content */
.tmu-about-description {
  position: relative;
}

.description-content {
  position: relative;
  overflow: hidden;
  max-height: 400px;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.description-content.expanded {
  max-height: none;
  overflow: visible;
}

.intro-paragraph {
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 500;
  line-height: var(--line-height-1-5);
  color: var(--primary-blue);
  margin: 0 0 24px 0;
  position: relative;
  padding-left: 20px;
}

.intro-paragraph::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 60%;
  background: var(--primary-orange);
  border-radius: 2px;
}

.description-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  transform: translateY(20px);
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.description-details.show {
  opacity: 1;
  transform: translateY(0);
  max-height: 1000px;
  padding-top: 20px;
}

.description-details p {
  font-family: "Inter", sans-serif;
  font-size: var(--font-size-16);
  font-weight: 400;
  line-height: var(--line-height-1-5);
  color: var(--system-black);
  margin: 0;
  text-align: justify;
  word-break: auto-phrase;
}

/* Training Stats List */
.training-stats {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(30, 79, 158, 0.05);
  border-radius: var(--border-radius-8);
  padding: 20px 24px;
  position: relative;
}

.training-stats::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--primary-blue);
  border-radius: 0 4px 4px 0;
}

.training-stats li {
  font-family: "Inter", sans-serif;
  font-size: var(--font-size-16);
  font-weight: 500;
  line-height: var(--line-height-1-4);
  color: var(--system-black);
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.training-stats li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--primary-orange);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

/* Excellence Highlight */
.excellence-highlight {
  background: linear-gradient(
          135deg,
          rgba(244, 130, 32, 0.1) 0%,
          rgba(30, 79, 158, 0.1) 100%
  );
  border-radius: var(--border-radius-15);
  padding: 24px;
  border: 1px solid rgba(244, 130, 32, 0.2);
  position: relative;
  overflow: hidden;
}

.excellence-highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
          90deg,
          var(--primary-orange) 0%,
          var(--primary-blue) 100%
  );
}

.excellence-title {
  font-family: var(--heading-40-lora);
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 600;
  line-height: var(--line-height-1-3);
  color: var(--primary-blue);
  margin: 0 0 12px 0;
}

.excellence-highlight p {
  font-weight: 500;
  color: var(--neutral-neutral-100);
  margin: 0;
}

/* Expand Button */
.expand-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid var(--primary-blue);
  border-radius: 25px;
  padding: 12px 24px;
  font-family: "Inter", sans-serif;
  font-size: var(--font-size-16);
  font-weight: 500;
  color: var(--primary-blue);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 24px;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
}

.expand-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--primary-blue);
  transition: left 0.3s ease;
  z-index: 1;
}

.expand-btn:hover::before {
  left: 0;
}

.expand-btn:hover {
  color: var(--system-white);
  border-color: var(--primary-blue);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30, 79, 158, 0.2);
}

.expand-btn:hover .btn-text,
.expand-btn:hover .btn-icon {
  position: relative;
  z-index: 2;
}

.btn-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.expand-btn[aria-expanded="true"] .btn-icon {
  transform: rotate(180deg);
}

.expand-btn:focus {
  outline: 2px solid var(--primary-orange);
  outline-offset: 2px;
}

/* Media Content */
.tmu-about-media {
  flex: 0 0 auto;
  width: clamp(400px, 45vw, 591px);
  position: relative;
}

.media-container {
  position: relative;
  width: 100%;
  height: 619px;
  display: grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  place-items: start;
}

.main-image-wrapper {
  grid-area: 1 / 1;
  width: 525px;
  height: 619px;
  border-radius: var(--border-radius-20);
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main-image-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.main-image {
  width: 120%;
  height: 106%;
  margin-left: -348px;
  margin-top: -34px;
  background: rgba(30, 79, 158, 0.05);
  object-fit: cover;
  transition: transform 0.3s ease;
}

.main-image-wrapper:hover .main-image {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
          45deg,
          rgba(30, 79, 158, 0.1) 0%,
          rgba(244, 130, 32, 0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main-image-wrapper:hover .image-overlay {
  opacity: 1;
}

.secondary-image-wrapper {
  grid-area: 1 / 1;
  width: 310px;
  height: 346px;
  border-radius: var(--border-radius-20);
  overflow: hidden;
  border: 10px solid var(--system-white);
  margin-left: 281px;
  margin-top: 219px;
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.secondary-image-wrapper:hover {
  transform: translateY(-4px) scale(1.02);
}

.secondary-image {
  width: 160%;
  height: 100%;
  margin-left: -127px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.secondary-image-wrapper:hover .secondary-image {
  transform: scale(1.1);
}

/* Logo Animation */
.logo-animation-wrapper {
  grid-area: 1 / 1;
  width: 140px;
  height: 140px;
  margin-left: -20px;
  margin-top: 60px;
  z-index: 3;
  position: relative;
}

.rotating-logo {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(30, 79, 158, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-circle {
  position: absolute;
  width: 120px;
  height: 120px;
  animation: spin 15s linear infinite;
  opacity: 0.8;
}

.logo-center {
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 2;
  filter: drop-shadow(0 2px 8px rgba(30, 79, 158, 0.3));
}

/* Animations */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

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

@keyframes shimmer {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

/* ============ RESPONSIVE DESIGN ============ */

/* Large Tablets & Small Desktops */
@media (max-width: 1199.98px) {
  .tmu-about-content {
    gap: 40px;
  }

  .tmu-about-media {
    width: 480px;
  }

  .media-container {
    height: 500px;
  }

  .main-image-wrapper {
    width: 420px;
    height: 500px;
  }

  .secondary-image-wrapper {
    width: 260px;
    height: 280px;
    margin-left: 220px;
    margin-top: 200px;
  }

  .logo-animation-wrapper {
    width: 120px;
    height: 120px;
    margin-left: -10px;
    margin-top: 40px;
  }

  .quality-badge {
    width: 100px;
    height: 100px;
    margin-left: 360px;
    margin-top: 380px;
  }
}

/* Tablets */
@media (max-width: 991.98px) {
  .section-tmu-about {
    padding: 60px 0;
  }

  .tmu-about-content {
    flex-direction: column;
    gap: 50px;
    min-height: auto;
  }

  .tmu-about-text {
    max-width: 100%;
    order: 1;
  }

  .tmu-about-title {
    text-align: center;
    margin-bottom: 32px;
  }

  .tmu-about-media {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    order: 2;
  }

  .media-container {
    height: 450px;
    transform: scale(0.85);
    transform-origin: center;
  }

  .main-image-wrapper {
    width: 380px;
    height: 450px;
    margin: 0 auto;
  }

  .secondary-image-wrapper {
    width: 240px;
    height: 260px;
    margin-left: 200px;
    margin-top: 170px;
  }

  .logo-animation-wrapper {
    margin-left: 0;
    margin-top: 30px;
  }

  .quality-badge {
    width: 90px;
    height: 90px;
    margin-left: 300px;
    margin-top: 340px;
  }

  .training-stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .training-stats li {
    flex: 1;
    min-width: 250px;
  }
}

/* Mobile Large */
@media (max-width: 767.98px) {
  .section-tmu-about {
    padding: 50px 0;
  }

  .tmu-about-content {
    gap: 40px;
  }

  .tmu-about-title {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 1.3;
    margin-bottom: 24px;
  }

  .tmu-about-title .highlight::after {
    height: 2px;
    bottom: -2px;
  }

  .intro-paragraph {
    font-size: 16px;
    padding-left: 16px;
    margin-bottom: 20px;
  }

  .intro-paragraph::before {
    width: 3px;
    top: 6px;
  }

  .description-details p {
    font-size: 14px;
  }

  .training-stats {
    flex-direction: column;
    padding: 16px 20px;
  }

  .training-stats li {
    min-width: auto;
    font-size: 14px;
  }

  .excellence-highlight {
    padding: 20px;
  }

  .excellence-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .expand-btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 20px;
  }

  .tmu-about-media {
    max-width: 100%;
  }

  .media-container {
    height: 350px;
    transform: scale(0.7);
    margin: -50px auto;
  }

  .main-image-wrapper {
    width: 300px;
    height: 350px;
  }

  .main-image {
    margin-left: -280px;
    margin-top: -20px;
  }

  .secondary-image-wrapper {
    width: 180px;
    height: 200px;
    margin-left: 140px;
    margin-top: 130px;
    border-width: 6px;
  }

  .secondary-image {
    margin-left: -100px;
  }

  .logo-animation-wrapper {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    margin-top: 20px;
  }

  .logo-circle {
    width: 85px;
    height: 85px;
  }

  .logo-center {
    width: 36px;
    height: 36px;
  }

  .quality-badge {
    width: 75px;
    height: 75px;
    margin-left: 220px;
    margin-top: 260px;
  }
  .section-about__container-left {
    gap: 24px;
  }
  .main .section-achievements {
    margin-top: 160px;
    padding: 0;
  }
  .achievements-content-wrapper {
    padding: 153px 0 60px;
  }
}

/* Mobile Small */
@media (max-width: 575.98px) {
  .section-tmu-about {
    padding: 40px 0;
  }

  .tmu-about-content {
    gap: 30px;
  }

  .tmu-about-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .intro-paragraph {
    font-size: 15px;
    padding-left: 12px;
    margin-bottom: 16px;
  }

  .description-details p {
    font-size: 13px;
    line-height: 1.6;
  }

  .training-stats {
    padding: 14px 16px;
    gap: 10px;
  }

  .training-stats li {
    font-size: 13px;
    padding-left: 16px;
  }

  .training-stats li::before {
    width: 6px;
    height: 6px;
  }

  .excellence-highlight {
    padding: 16px;
  }

  .excellence-title {
    font-size: 16px;
  }

  .expand-btn {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 20px;
  }

  .media-container {
    height: 280px;
    transform: scale(0.6);
    margin: -60px auto;
  }

  .main-image-wrapper {
    width: 250px;
    height: 280px;
  }

  .secondary-image-wrapper {
    width: 140px;
    height: 160px;
    margin-left: 110px;
    margin-top: 100px;
    border-width: 4px;
  }

  .logo-animation-wrapper {
    width: 80px;
    height: 80px;
    margin-left: 20px;
    margin-top: 15px;
  }

  .logo-circle {
    width: 65px;
    height: 65px;
  }

  .logo-center {
    width: 28px;
    height: 28px;
  }

  .quality-badge {
    width: 60px;
    height: 60px;
    margin-left: 180px;
    margin-top: 210px;
  }

  .badge-text {
    font-size: 12px;
  }
}

/* Extra Small Screens */
@media (max-width: 400px) {
  .tmu-about-title {
    font-size: 20px;
  }

  .intro-paragraph {
    font-size: 14px;
  }

  .description-details p {
    font-size: 12px;
  }

  .training-stats li {
    font-size: 12px;
  }

  .media-container {
    transform: scale(0.5);
    margin: -80px auto;
  }

  .quality-badge {
    width: 50px;
    height: 50px;
  }

  .badge-text {
    font-size: 10px;
  }
}

/* Enhanced Interactive Elements */
.training-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.training-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(30, 79, 158, 0.2);
}

.faculty-stat-item {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.faculty-stat-item:hover {
  transform: scale(1.05);
}

.see-more-btn:hover {
  color: var(--primary-orange);
  /* text-decoration: underline; */
}

/* Improved Button and Link States */
.tab-item:focus-visible {
  outline: 2px solid var(--primary-orange);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .section-about__media {
    display: block;
    width: 100%;
  }

  .section-about__img-main {
    width: 90%;
    height: 359px;
  }

  .section-about__img-student-sub {
    position: absolute;
    width: 180px;
    height: 200px;
    right: -10px;
    bottom: 31px;
  }

  .section-about__container {
    display: flex;
    gap: 24px;
  }

  .section-about__container-right {
    width: 100%;
  }

  .divider,
  .training-scales-subtitle,
  .circular-text,
  .achievements-image {
    display: none;
  }

  .section-training-specialties {
    margin-top: 60px;
  }

  .training-specialties-title,
  .training-scales-title {
    text-align: left;
    width: 100%;
  }

  .training-scales-image {
    width: 100%;
    height: 435px;
  }

  .training-scales-content {
    position: relative;
    display: block;
  }

  .training-scales-stats {
    max-width: 322px;
    position: absolute;
    bottom: 12px;
    right: 12px;
    left: 12px;
    gap: 8px;
  }

  .training-scales-stats .stat-item .stat-number,
  .training-scales-stats .stat-item .stat-label {
    font-size: 14px;
    gap: 8.85px;
  }

  .training-scales-stats .stat-item .stat-number {
    min-width: 55px;
  }

  .stat-item {
    gap: 8px;
  }

  .stat-number {
    width: auto;
  }

  .training-scales-stats {
    padding: 16px;
  }

  .faculty-stats-wrapper .slider-dots {
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 2;
  }

  .achievements-intro,
  .achievements-awards-intro,
  .timeline-award {
    font-size: 14px;
  }

  .timeline-year {
    font-size: 20px;
    width: unset;
  }

  .timeline-item {
    padding: 12px 0;
  }

  .timeline-line-container {
    left: 5px;
  }
  .timeline-content {
    align-items: center;
    gap: 12px;
  }

  .training-slide .training-card {
    height: 350px;
  }

  .training-slide .training-card__overlay {
    /* padding: 16px; */
  }

  .training-specialties-mobile-slider .prev-btn {
    left: -18px;
  }

  .training-specialties-mobile-slider .next-btn {
    right: -18px;
  }

  .training-specialties-mobile-slider .slider-btn {
    width: 36px;
    height: 36px;
  }

  .training-specialties-mobile-slider .slider-btn svg {
    width: 16px;
    height: 16px;
  }
}

/* ============ FACULTY STATS MOBILE SLIDER ============ */

/* Responsive visibility classes */
.desktop-only {
  display: flex;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}

/* Faculty stats wrapper */
.faculty-stats-wrapper {
  position: relative;
}

/* Mobile slider container */
.faculty-stats-mobile-slider {
  position: absolute;
  width: 343px;
  z-index: 2;
  top: -80px;
  background: var(--system-white);
  border-radius: var(--border-radius-20);
  box-shadow: 0 4px 40px 0 #bdcbe180;
  padding: 32px 20px 24px;
  margin: 0 16px;
  overflow: hidden;
}

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

/* Faculty stats slider */
.faculty-stats-slider {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 200%; /* 2 slides * 100% */
  will-change: transform;
}

.faculty-stats-slider.sliding {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.faculty-stat-slide {
  width: 50%; /* Each slide takes 1/2 of the container */
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  min-height: 120px;
  justify-content: center;
}

.faculty-stat-slide__item {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.faculty-stat-slide .faculty-stat-number {
  font-family: var(--heading-40-lora);
  font-size: clamp(36px, 8vw, 48px);
  font-weight: 700;
  color: var(--primary-blue);
  line-height: var(--line-height-1-2);
  margin-bottom: 8px;
}

.faculty-stat-slide .faculty-stat-label {
  font-family: var(--body-16-medium);
  font-size: var(--font-size-16);
  font-weight: 500;
  color: var(--neutral-neutral-100);
  line-height: var(--line-height-1-4);
}

.faculty-stat-slide .faculty-stat-label p {
  margin: 0;
  max-width: 200px;
}

.faculty-stat-label,
.faculty-stat-label p {
  width: 100%;
}

/* Navigation buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: var(--system-white);
  color: var(--primary-blue);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 10;
}

.slider-btn:hover {
  background: var(--primary-blue);
  color: var(--system-white);
  transform: translateY(-50%) scale(1.05);
}

.slider-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.slider-btn:focus {
  outline: 2px solid rgba(30, 79, 158, 0.9);
  outline-offset: 2px;
}

.prev-btn {
  left: -22px;
}

.next-btn {
  right: -22px;
}

.slider-btn svg {
  width: 20px;
  height: 20px;
}

/* Dots indicator */
.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.faculty-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #1e4f9e;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.faculty-slider-dot:hover {
  background: rgba(30, 79, 158, 0.6);
  transform: scale(1.2);
}

.faculty-slider-dot.active {
  background: var(--primary-blue);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.faculty-slider-dot:focus {
  outline: 2px solid rgba(30, 79, 158, 0.9);
  outline-offset: 2px;
}

/* Touch feedback */
.faculty-stats-slider:active .faculty-stat-slide {
  transition: transform 0.1s ease;
}

.faculty-stat-slide__stroke {
  display: none;
}

/* ============ TRAINING SPECIALTIES MOBILE SLIDER ============ */

/* Training specialties mobile slider container */
.training-specialties-mobile-slider {
  position: relative;
  overflow: hidden;
}

.training-specialties-mobile-slider .slider-container {
  position: relative;
  width: 100%;
}

/* Training specialties slider */
.training-specialties-slider {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 300%; /* 3 slides * 100% */
  will-change: transform;
}

.training-specialties-slider.sliding {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual training slide */
.training-slide {
  height: 422px;
  width: 33.333%; /* Each slide takes 1/3 of the container */
  flex-shrink: 0;
}

.training-slide .training-card {
  position: relative;
  border-radius: var(--border-radius-20);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.training-slide .training-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.training-slide .training-card__overlay {
  display: none;
  position: absolute;
  width: calc(100% - 24px);
  max-height: 354px;
  bottom: 12px;
  left: 12px;
  background: rgba(30, 79, 158, 0.9);
  flex-direction: column;
  padding: 24px;
  color: white;
}

.training-slide .training-card__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 4vw, 22px);
  font-weight: 600;
  color: white;
  margin-bottom: 12px;
  line-height: var(--line-height-1-3);
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #eaf1ff;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #ebf0fc;
}

.training-slide .training-card__list,
.training-slide .training-card__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  word-break: auto-phrase;
  max-height: calc(100% - 36px);
  overflow-y: auto;
}

.training-slide .training-card__list li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  gap: 8px;
  align-items: flex-start;
}

.training-slide .training-card__list li svg {
  margin-top: 2px;
  flex-shrink: 0;
}

.training-slide .training-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(30, 79, 158, 0.9);
  color: white;
  /* padding: 6px 12px; */
  padding-bottom: 12px;
  border-radius: var(--border-radius-15);
  font-family: var(--body-16-semibold);
  font-size: var(--font-size-14);
  font-weight: 600;
  z-index: 2;
  width: calc(100% - 48px);
  text-align: left;
}

/* Training specialties navigation buttons */
.training-specialties-mobile-slider .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: var(--system-white);
  color: var(--primary-blue);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 10;
}

.training-specialties-mobile-slider .slider-btn:hover {
  background: var(--primary-blue);
  color: var(--system-white);
  transform: translateY(-50%) scale(1.05);
}

.training-specialties-mobile-slider .slider-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.training-specialties-mobile-slider .slider-btn:focus {
  outline: 2px solid rgba(30, 79, 158, 0.9);
  outline-offset: 2px;
}

.training-specialties-mobile-slider .prev-btn {
  left: -22px;
}

.training-specialties-mobile-slider .next-btn {
  right: -22px;
}

.training-specialties-mobile-slider .slider-btn svg {
  width: 20px;
  height: 20px;
}

/* Training specialties dots indicator */
.training-specialties-mobile-slider .slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.training-specialties-mobile-slider .training-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #1e4f9e;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.training-specialties-mobile-slider .training-slider-dot:hover {
  background: rgba(30, 79, 158, 0.6);
  transform: scale(1.2);
}

.training-specialties-mobile-slider .training-slider-dot.active {
  background: var(--primary-blue);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.training-specialties-mobile-slider .training-slider-dot:focus {
  outline: 2px solid rgba(30, 79, 158, 0.9);
  outline-offset: 2px;
}

/* Training specialties touch feedback */
.training-specialties-slider:active .training-slide {
  transition: transform 0.1s ease;
}
/* ============ END TRAINING SPECIALTIES MOBILE SLIDER ============ */

.faculty-stat-item.professor {
  width: 176px;
  height: 124px;
  align-items: flex-start;
}

.faculty-stat-item.doctorate {
  width: 92px;
  height: 124px;
  align-items: flex-start;
}

.faculty-stat-item.master {
  width: 102px;
  height: 124px;
  align-items: flex-start;
}

.faculty-stat-item.international {
  width: 111px;
  height: 124px;
  align-items: flex-start;
}

.faculty-stat-label {
  text-align: left;
  word-break: auto-phrase;
}

@media (min-width: 1281px) and (max-width: 1440px) {
  .training-scales-image {
    /* width: 100%; */
  }

  .faculty-stats-card {
    width: calc(100% - 160px);
    padding-inline: 24px;
    left: 10%;
  }
}
@media (max-width: 1600px) {
  .section-about__img-student-sub {
    right: 0;
  }
  .section-about__img-logo_about {
    right: -130px !important;
  }
}
@media (max-width: 1207px) {
  .section-about__img-logo_about {
    right: -115px !important;
  }
}
/* Extra small screens adjustments */
@media (min-width: 769px) and (max-width: 1280px) {
  .section-about__container {
    /* flex-direction: column; */
  }

  .divider {
    margin: 60px 0 60px 80px;
  }

  .faculty-stats-card {
    left: calc(80px + 16px);
    max-width: calc(100% - 160px);
  }

  .achievements-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .stat-item {
    line-height: 21px;
  }
  .section-about__img-student-sub {
    position: absolute;
    width: 180px;
    height: 200px;
    right: -10px;
    bottom: 31px;
  }
  .section-about__container-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .faculty-stat-slide__stroke {
    display: block;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
  }

  .training-card__overlay {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .faculty-stats-mobile-slider {
    margin: 0 12px;
    padding: 24px 16px 20px;
  }

  .faculty-stat-slide {
    flex: 1;
    padding: 0 8px;
    min-height: 100px;
  }

  .faculty-stat-slide .faculty-stat-label {
    text-align: center;
    word-break: auto-phrase;
  }

  .faculty-stat-slide .faculty-stat-number {
    font-size: 30px;
    color: #f48220;
  }

  .prev-btn {
    left: -18px;
  }

  .next-btn {
    right: -18px;
  }

  .slider-btn {
    width: 36px;
    height: 36px;
  }

  .slider-btn svg {
    width: 16px;
    height: 16px;
  }

  .section-tabs {
    display: none;
  }

  .section-about__button-dropdown {
    display: flex;
  }

  .faculty-stat-label.doctorate,
  .faculty-stat-label.master,
  .faculty-stat-label.international {
    display: flex;
    justify-content: center;
  }

  .faculty-stat-label.doctorate p,
  .faculty-stat-label.master p,
  .faculty-stat-label.international p {
    width: 80px;
  }

  .main .section-banner,
  .main .section-banner__overlay-1,
  .main .section-banner__overlay-2 {
    height: 300px;
  }

  .training-slide .training-card__badge {
    top: unset;
    right: unset;
    bottom: 12px;
    background: unset;
  }
}
