/* ==============================
   Business School About Us Page
============================== */

a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

.about-container {
  width: min(100% - 90px, 1580px);
  margin: 0 auto;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #b98212;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-label span {
  width: 42px;
  height: 2px;
  background: #b98212;
}

.section-label.justify-center {
  justify-content: center;
}

.light-label {
  color: #f4b72a;
}

.light-label span {
  background: #f4b72a;
}

/* Hero */

.about-hero {
  padding: 20px 0 20px;
  background:
    radial-gradient(circle at top right, rgba(244, 183, 42, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fd 100%);
  overflow: hidden;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.about-hero-content h1 {
  color: #07162d;
  font-size: 32px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 0 0 24px;
}

.about-hero-content h1 strong {
  color: #c79327;
  display: block;
  font-size:42px;
}

.about-hero-content p {
  color: #465066;
  font-size: 18px;
  line-height: 1.7;
  max-width: 850px;
  margin: 0 0 34px;
}

.about-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.about-primary-btn,
.about-outline-btn,
.about-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  padding: 16px 30px;
  font-size: 15px;
  font-weight: 900;
}

.about-primary-btn {
  background: #07162d;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 22, 45, 0.18);
}

.about-primary-btn:hover {
  background: #f4b72a;
  color: #07162d;
}

.about-outline-btn {
  color: #07162d;
  border: 1px solid rgba(7, 22, 45, 0.22);
}

.about-outline-btn:hover {
  background: #07162d;
  color: #ffffff;
}

.about-hero-image {
  position: relative;
  height: 540px;
  border-radius: 26px;
  overflow: hidden;
  background: #07162d;
  box-shadow: 0 28px 70px rgba(7, 22, 45, 0.16);
}

.about-hero-image img {
  height: 100%;
  object-fit: cover;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 22, 45, 0.92) 100%);
}

.about-floating-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  z-index: 2;
}

.about-floating-card i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #07162d;
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 26px;
}

.about-floating-card h4 {
  color: #07162d;
  font-size: 23px;
  font-weight: 900;
  margin: 0 0 4px;
}

.about-floating-card p {
  color: #465066;
  margin: 0;
}

/* Highlight */

.about-highlight-section {
  margin-top: 0px;
  position: relative;
  z-index: 5;
}

.about-highlight-grid {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(7, 22, 45, 0.08);
  box-shadow: 0 18px 45px rgba(7, 22, 45, 0.10);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.highlight-box {
  text-align: center;
  padding: 30px 20px;
  border-right: 1px solid rgba(7, 22, 45, 0.10);
}

.highlight-box:last-child {
  border-right: none;
}

.highlight-box i {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #07162d;
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 28px;
  margin: 0 auto 15px;
}

.highlight-box h3 {
  color: #07162d;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 5px;
}

.highlight-box p {
  color: #465066;
  margin: 0;
}

/* Overview */

.about-overview-section {
  padding: 20px 0;
  background: #ffffff;
}

.about-overview-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  align-items: center;
}

.about-overview-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(7, 22, 45, 0.14);
}

.about-overview-image img {
/*  height: 560px; */
  object-fit: cover;
}

.about-overview-content h2,
.section-head-center h2,
.ranking-content h2,
.chairman-content h2,
.about-cta-box h2 {
  color: #07162d;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 18px;
}

.about-overview-content h2 strong,
.section-head-center h2 strong,
.ranking-content h2 strong,
.chairman-content h2 strong,
.about-cta-box h2 strong {
  color: #c79327;
}

.about-overview-content p,
.section-head-center p,
.ranking-content p,
.chairman-content p,
.about-cta-box p {
  color: #465066;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.about-point-list {
  margin-top: 26px;
  display: grid;
  gap: 14px;
}

.about-point-list div {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fbfcff;
  border: 1px solid rgba(7, 22, 45, 0.08);
  border-radius: 12px;
  padding: 15px 18px;
  color: #07162d;
  font-weight: 800;
}

.about-point-list i {
  color: #b98212;
}

/* Recognition */

.recognition-section {
  padding: 20px 0;
  background:
    radial-gradient(circle at top right, rgba(244, 183, 42, 0.10), transparent 30%),
    #fbfcff;
}

.section-head-center {
  max-width: 980px;
  margin: 0 auto 46px;
  text-align: center;
}

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.recognition-card {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 45, 0.10);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 14px 40px rgba(7, 22, 45, 0.08);
  transition: 0.3s ease;
}

.recognition-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(7, 22, 45, 0.14);
}

.recognition-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #07162d;
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.recognition-card span {
  color: #b98212;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.recognition-card h3 {
  color: #07162d;
  font-size: 23px;
  font-weight: 900;
  margin: 8px 0 12px;
}

.recognition-card p {
  color: #465066;
  line-height: 1.6;
  margin: 0;
}

/* Rankings */

.ranking-section {
  padding: 20px 0;
  background: #ffffff;
}

.ranking-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: center;
}

.ranking-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.ranking-card {
  background: #07162d;
  color: #ffffff;
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(7, 22, 45, 0.14);
}

.ranking-card h3 {
  color: #f4b72a;
  font-size: 46px;
  font-weight: 900;
  margin: 0 0 8px;
}

.ranking-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

/* Mission Vision */

.mission-vision-section {
  padding: 20px 0;
  background: #fbfcff;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.mv-card {
  border-radius: 26px;
  padding: 40px;
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(7, 22, 45, 0.12);
}

.mv-card.mission {
  background:
    radial-gradient(circle at right, rgba(244, 183, 42, 0.16), transparent 34%),
    #07162d;
}

.mv-card.vision {
  background:
    radial-gradient(circle at right, rgba(255, 255, 255, 0.12), transparent 34%),
    #0f3e86;
}

.mv-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #f4b72a;
  color: #07162d;
  display: grid;
  place-items: center;
  font-size: 34px;
  margin-bottom: 24px;
}

.mv-card span {
  color: #f4b72a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mv-card h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.18;
  margin: 10px 0 14px;
}

.mv-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin: 0;
}

/* Chairman */

.chairman-section {
  padding: 20px 0;
  background: #ffffff;
}

.chairman-box {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  background:
    radial-gradient(circle at right, rgba(244, 183, 42, 0.16), transparent 34%),
    #07162d;
  color: #ffffff;
  border-radius: 26px;
  overflow: hidden;
}

.chairman-image {
  height: 520px;
}

.chairman-image img {
  height: 100%;
  object-fit: cover;
}

.chairman-content {
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chairman-content h2 {
  color: #ffffff;
}

.chairman-content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  font-style: italic;
}

.chairman-name {
  margin-top: 20px;
}

.chairman-name h4 {
  color: #f4b72a;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 4px;
}

.chairman-name span {
  color: rgba(255, 255, 255, 0.75);
}

/* Team */

.management-team-section {
  padding: 20px 0;
  background:
    radial-gradient(circle at top right, rgba(244, 183, 42, 0.10), transparent 30%),
    #fbfcff;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.team-card {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 45, 0.10);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(7, 22, 45, 0.08);
  transition: 0.3s ease;
}

.team-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(7, 22, 45, 0.14);
}

.team-card img {
  height: 350px;
  object-fit: cover;
}

.team-body {
  padding: 24px;
}

.team-body h3 {
  color: #07162d;
  font-size: 23px;
  font-weight: 900;
  margin: 0 0 5px;
}

.team-body span {
  color: #b98212;
  font-size: 14px;
  font-weight: 900;
}

.team-body p {
  color: #465066;
  line-height: 1.6;
  margin: 12px 0 0;
}

/* Values */

.values-section {
  padding: 20px 0;
  background: #ffffff;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.value-card {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 45, 0.10);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 14px 40px rgba(7, 22, 45, 0.08);
  transition: 0.3s ease;
}

.value-card:hover {
  background: #07162d;
  color: #ffffff;
  transform: translateY(-6px);
}

.value-card i {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #07162d;
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.value-card:hover i {
  background: #ffffff;
  color: #07162d;
}

.value-card h3 {
  color: #07162d;
  font-size: 23px;
  font-weight: 900;
}

.value-card:hover h3 {
  color: #ffffff;
}

.value-card p {
  color: #465066;
  line-height: 1.6;
  margin: 0;
}

.value-card:hover p {
  color: rgba(255, 255, 255, 0.78);
}

/* CTA */

.about-cta-section {
  padding: 20px 0;
  background: #fbfcff;
}

.about-cta-box {
  background:
    radial-gradient(circle at right, rgba(244, 183, 42, 0.16), transparent 34%),
    #07162d;
  color: #ffffff;
  border-radius: 26px;
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.about-cta-box h2 {
  color: #ffffff;
}

.about-cta-box p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 850px;
}

.about-cta-btn {
  background: #f4b72a;
  color: #07162d;
  white-space: nowrap;
}

.about-cta-btn:hover {
  background: #ffffff;
  color: #07162d;
}

/* Responsive */

@media (max-width: 1199px) {
  .about-hero-grid,
  .about-overview-grid,
  .ranking-layout,
  .chairman-box,
  .about-cta-box {
    grid-template-columns: 1fr;
  }

  .about-highlight-grid,
  .recognition-grid,
  .team-grid,
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-overview-image img,
  .chairman-image {
    height: 430px;
  }
}

@media (max-width: 991px) {
  .about-container {
    width: min(100% - 40px, 820px);
  }

  .about-hero,
  .about-overview-section,
  .recognition-section,
  .ranking-section,
  .mission-vision-section,
  .chairman-section,
  .management-team-section,
  .values-section,
  .about-cta-section {
    padding: 65px 0;
  }

  .about-highlight-section {
    margin-top: 0;
  }

  .about-overview-content h2,
  .section-head-center h2,
  .ranking-content h2,
  .chairman-content h2,
  .about-cta-box h2 {
    font-size: 38px;
  }

  .about-hero-image {
    height: 430px;
  }
}

@media (max-width: 767px) {
  .about-highlight-grid,
  .recognition-grid,
  .mission-vision-grid,
  .ranking-card-grid,
  .team-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-content h1,
  .about-overview-content h2,
  .section-head-center h2,
  .ranking-content h2,
  .chairman-content h2,
  .about-cta-box h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }

  .section-label {
    font-size: 12px;
    letter-spacing: 3px;
    gap: 10px;
  }

  .section-label span {
    width: 24px;
  }

  .about-primary-btn,
  .about-outline-btn,
  .about-cta-btn {
    width: 100%;
  }

  .chairman-content,
  .about-cta-box {
    padding: 32px 24px;
  }
}

@media (max-width: 575px) {
  .about-container {
    width: calc(100% - 26px);
  }

  .about-hero-image {
    height: 360px;
    border-radius: 18px;
  }

  .about-floating-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .about-overview-image img,
  .chairman-image {
    height: 330px;
  }

  .mv-card,
  .ranking-card {
    padding: 28px;
  }
}