@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

/* =========================
   GLOBAL
========================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: #101828;
  background: #ffffff;
}

a {
  text-decoration: none;
}

.container {
  /* max-width: 1400px; */
}

/* =========================
   HEADER
========================= */

.main-header {
  background: linear-gradient(110deg, #09c78d 0%, #08bba2 45%, #2874d8 100%);
}

.navbar {
  min-height: 85px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.navbar-brand:hover {
  color: #ffffff;
}

.brand-logo {
  font-size: 38px;
}

.navbar-brand strong {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.navbar-brand span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.nav-link {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  margin-left: 14px;
}

.nav-link i {
  font-size: 10px;
}

.btn-login {
  background: #ffffff;
  color: #09c98c;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.btn-login:hover {
  background: #f5fffb;
  color: #087453;
}

.navbar-toggler {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 25px;
}

/* =========================
   STATS
========================= */

.stats-section {
  padding: 0px 0 35px;
  background: #f8fafc;
}

.stats-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 30px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  box-shadow: 0 7px 30px rgba(16, 24, 40, 0.08);
}

.stat-item {
  flex: 1;

  display: flex;
  align-items: center;
  gap: 18px;

  padding: 10px 25px;

  border-right: 1px solid #e7eaf0;
}

.stat-item:last-child {
  border-right: 0;
}

.stat-icon {
  width: 62px;
  height: 62px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
}

.stat-icon.green {
  background: #e4f8f1;
  color: #10b981;
}

.stat-icon.blue {
  background: #e8f1ff;
  color: #2874d8;
}

.stat-icon.purple {
  background: #f0e9ff;
  color: #7547e8;
}

.stat-icon.orange {
  background: #fff4df;
  color: #f59e0b;
}

.stat-item h3 {
  margin: 0;
  color: #10a87a;
  font-size: 22px;
  font-weight: 700;
}

.stat-item:nth-child(2) h3 {
  color: #2474dc;
}

.stat-item:nth-child(3) h3 {
  color: #7547e8;
}

.stat-item h3.dark-text {
  color: #101828;
  font-size: 19px;
}

.stat-item p {
  margin: 5px 0 0;
  color: #667085;
  font-size: 14px;
}

/* =========================
   FUNDING ORGANISATIONS
========================= */

.funding-organisations-section {
  padding: 80px 0;
  background: #f8fafc;
}

.funding-organisations-intro {
  max-width: 720px;
  margin: 0 auto;
  color: #667085;
  font-size: 16px;
  line-height: 1.6;
}

.funding-organisations-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.funding-organisations-visual {
  position: relative;
  min-height: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

.funding-organisations-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.funding-organisations-visual-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(2, 27, 52, 0) 0%, rgba(2, 27, 52, 0.92) 100%);
}

.funding-organisations-visual-caption h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.funding-organisations-visual-caption p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.funding-organisations-table-wrap {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
  overflow: hidden;
}

.funding-organisations-table {
  margin-bottom: 0;
}

.funding-organisations-table thead th {
  background: #f0fdf8;
  color: #065f46;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #d1fae5;
  padding: 16px 20px;
  white-space: nowrap;
}

.funding-organisations-table tbody td {
  padding: 18px 20px;
  color: #344054;
  font-size: 15px;
  border-bottom: 1px solid #eef2f6;
  vertical-align: middle;
}

.funding-organisations-table tbody tr:last-child td {
  border-bottom: none;
}

.funding-organisations-table tbody tr:hover {
  background: #fafafa;
}

.funding-organisation-cell {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 220px;
}

.funding-organisation-table-logo {
  max-height: 44px;
  max-width: 72px;
  object-fit: contain;
  flex-shrink: 0;
}

.funding-organisation-table-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #ecfdf5;
  color: #059669;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.funding-organisation-table-name {
  font-weight: 600;
  color: #101828;
}

.funding-organisation-link {
  color: #0bb582;
  text-decoration: none;
}

.funding-organisation-link:hover {
  color: #059669;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .funding-organisations-layout {
    grid-template-columns: 1fr;
  }

  .funding-organisations-visual img {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .funding-organisations-table thead {
    display: none;
  }

  .funding-organisations-table tbody tr {
    display: block;
    padding: 16px 18px;
    border-bottom: 1px solid #eef2f6;
  }

  .funding-organisations-table tbody tr:last-child {
    border-bottom: none;
  }

  .funding-organisations-table tbody td {
    display: block;
    padding: 6px 0;
    border-bottom: none;
  }

  .funding-organisations-table tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #667085;
    margin-bottom: 4px;
  }

  .funding-organisations-table tbody td:first-child::before {
    display: none;
  }
}

/* =========================
   STEPS SECTION
========================= */

.steps-section {
  padding: 80px 0 80px;
  background: #ffffff;
}

/* Heading */
.section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.section-heading span {
  display: inline-block;
  color: #08a879;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.section-heading h2 {
  font-size: 38px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 20px;
}

.heading-line {
  width: 74px;
  height: 4px;
  border-radius: 20px;
  background: #0bb582;
  margin: auto;
}

/* ==========================
   HERO SECTION
========================== */

.hero-section {
  position: relative;
  width: 100%;
  min-height: 440px;
  background-image: url("../images/hero-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-attachment: fixed;
}

/* Dark overlay */

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
        90deg,
        rgba(2, 27, 52, 0.95) 0%,
        rgba(2, 27, 52, 0.78) 35%,
        rgba(2, 27, 52, 0.30) 75%,
        rgba(2, 27, 52, 0.10) 100%
    ); */
    z-index: 1;
}

/* =========================
   CURVED BOTTOM
========================= */

.hero-section::after {
    content: "";
    position: absolute;
    left: -5%;
    bottom: -1px;
    width: 110%;
    height: 95px;
    background: #f8fafc;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: 3;
}
/* ==========================
   DARK OVERLAY
========================== */

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(2, 27, 52, 0.92) 0%,
    rgba(2, 27, 52, 0.7) 30%,
    rgba(2, 27, 52, 0.25) 65%,
    rgba(2, 27, 52, 0.05) 100%
  );
}

/* ==========================
   CONTAINER
========================== */

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  min-height: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0px 0px;
}

/* ==========================
   CONTENT
========================== */

.hero-content {
  max-width: 650px;
  color: #ffffff;
}

/* ==========================
   HEADING
========================== */

.hero-content h1 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 22px;
  letter-spacing: -1px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* ==========================
   DESCRIPTION
========================== */

.hero-content p {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* ==========================
   BUTTONS
========================== */

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  height: 48px;
  padding: 0 22px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Apply Button */

.btn-primary {
  background: linear-gradient(110deg, #09c78d 0%, #08bba2 45%, #2874d8 100%);
  color: #ffffff;
  border: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover {
  background: linear-gradient(110deg, #2874d8 0%, #08bba2 45%, #09c78d  100%);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Learn More */

.btn-outline {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
}

.btn-outline:hover {
  background: #ffffff;
  color: #17283a;
  transform: translateY(-2px);
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 991px) {
  .hero-section {
    min-height: 450px;
  }

  .hero-container {
    min-height: 450px;
    padding: 40px 30px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: 500px;
    background-position: center;
  }

  .hero-container {
    min-height: 500px;
    align-items: center;
    padding: 40px 20px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 34px;

    line-height: 1.2;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-content p br {
    display: none;
  }

  .hero-buttons {
    flex-wrap: wrap;
  }

  .btn {
    min-width: 145px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    min-height: 520px;
  }

  .hero-container {
    min-height: 520px;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-buttons {
    flex-direction: column;

    align-items: flex-start;
  }

  .btn {
    width: 160px;
  }
}

/* =========================
   STEPS WRAPPER
========================= */

.steps-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.step-column {
  width: 24%;
}

/* =========================
   STEP CARD
========================= */

.step-card {
  position: relative;
  min-height: 290px;
  background: #ffffff;
  border-radius: 12px;
  padding: 90px 35px 35px;
  text-align: center;
  border-top: 4px solid transparent;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
  transition: all 0.3s ease;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.13);
}

/* Border colors */

.step-green {
  border-top-color: #10b981;
}

.step-blue {
  border-top-color: #2874d8;
}

.step-purple {
  border-top-color: #7547e8;
}

.step-orange {
  border-top-color: #f59e0b;
}

/* =========================
   ICON
========================= */

.step-icon-wrapper {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 9px solid #ffffff;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.1);
  font-size: 42px;
}

.green-bg {
  background: #ddf8ed;
  color: #10b981;
}

.blue-bg {
  background: #e3eeff;
  color: #2874d8;
}

.purple-bg {
  background: #eee7ff;
  color: #7547e8;
}

.orange-bg {
  background: #fff2d9;
  color: #f59e0b;
}

/* =========================
   STEP NUMBER
========================= */

.step-number {
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.green-number {
  background: #10b981;
}

.blue-number {
  background: #2874d8;
}

.purple-number {
  background: #7547e8;
}

.orange-number {
  background: #f59e0b;
}

/* =========================
   STEP CONTENT
========================= */

.step-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.step-card p {
  color: #667085;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/* =========================
   CONNECTORS
========================= */

.connector {
  width: 6%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connector::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-top: 4px dotted #c8cdd6;
}

.connector span {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
}

.green-connector span {
  background: #10b981;
}

.blue-connector span {
  background: #2874d8;
}

.purple-connector span {
  background: #7547e8;
}

/* =========================
   CTA
========================= */

.apply-cta {
  margin-top: 60px;
  min-height: 165px;
  border: 1px solid #bce7da;
  border-radius: 13px;
  background: linear-gradient(90deg, #f0fcf8, #ffffff);
  display: flex;
  align-items: center;
  padding: 25px 45px;
  overflow: hidden;
}

.cta-image {
  width: 230px;
}

.graduation-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #e1f8ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #09c590;
  font-size: 55px;
}

.cta-content {
  flex: 1;
}

.cta-content h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}

.cta-content p {
  color: #667085;
  line-height: 1.7;
  margin: 0;
}

.cta-button i {
  margin-right: 8px;
}

/* =========================
   FOOTER
========================= */

.footer {
  background: #0c1823;
  color: #ffffff;
  padding: 55px 0;
}

.footer h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.footer h5 {
  font-size: 16px;
  margin-bottom: 20px;
}

.footer p {
  color: #aeb9c5;
  font-size: 14px;
  line-height: 1.8;
}

.footer ul {
  padding: 0;
  list-style: none;
}

.footer li {
  margin-bottom: 10px;
}

.footer a {
  color: #aeb9c5;
  font-size: 14px;
}

.footer a:hover {
  color: #10b981;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199px) {
  .nav-link {
    margin-left: 10px;
    font-size: 13px;
  }

  .step-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    padding: 20px 0;
  }

  .nav-link {
    margin: 7px 0;
  }

  .btn-login {
    display: inline-block;
    margin-top: 10px;
  }

  .stats-box {
    flex-wrap: wrap;
  }

  .stat-item {
    width: 50%;
    flex: auto;
    margin-bottom: 15px;
  }

  .step-column {
    width: 100%;
  }

  .steps-wrapper {
    flex-direction: column;
    gap: 55px;
  }

  .connector {
    display: none;
  }

  .step-card {
    max-width: 500px;
    margin: auto;
  }

  .apply-cta {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 20px;
  }

  .cta-image {
    width: 100%;
  }

  .cta-content {
    width: 100%;
    flex: auto;
  }
}

@media (max-width: 575px) {
  .stats-box {
    padding: 20px;
  }

  .stat-item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e7eaf0;
    padding: 15px 5px;
  }

  .stat-item:last-child {
    border-bottom: 0;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .steps-section {
    padding: 50px 0;
  }

  .apply-cta {
    padding: 30px 20px;
  }

  .cta-content h3 {
    font-size: 22px;
  }

  .cta-button {
    width: 100%;
  }

 
}

#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.custom-loader {
  width: 50px;
  height: 50px;
  display: grid;
  border: 3px solid #0000;
  border-radius: 50%;
  border-color: #e66055 #0000;
  animation: s6 1s infinite linear;
}

.custom-loader:before,
.custom-loader:after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}

#loader .pWait {
  margin-left: 16px;
  color: #4a4949;
}

.custom-loader:before {
  border-color: #556ee6 #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.custom-loader:after {
  margin: 8px;
}

@keyframes s6 {
  to {
    transform: rotate(1turn);
  }
}

.bottom-left {
  padding: 13px 30px;
  text-align: center;
}

.bottom-left h3 {
  letter-spacing: 2px;
  font-size: 22px;
  margin-bottom: 40px;
  color: #323232;
  font-weight: 800;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  font-size: 15px;
  color: #323232 !important;
}
/**/

/* =========================
   ABOUT SECTION
========================= */

.about-section {
    width: 100%;
    padding: 80px 0 0px;
    background: #ffffff;
}

.about-container {
    width: calc(100% - 94px);
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
}


/* =========================
   LEFT CONTENT
========================= */

.about-content {
    padding-top: 10px;
}

.about-label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #09c98c;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.about-content h2 {
    /* color: #09c98c; */
    font-size: 45px;
    line-height: 1.12;
    font-weight: 700;
    margin-bottom: 28px;
}

.about-description {
    max-width: 620px;
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 30px;
}


/* =========================
   CHECK LIST
========================= */

.about-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 40px;
    max-width: 650px;
    margin-bottom: 58px;
}

.list-column {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #454545;
    font-size: 15px;
}

.list-item i {
    color: #09c98c;
    font-size: 17px;
    flex-shrink: 0;
}


/* =========================
   ACTION AREA
========================= */

.about-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}


/* Small Award */

.award-small {
    position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    min-width: 189px;
    padding: 0 22px 0 22px;
    background: #faf8f1;
    border: 1px solid #dedbd1;
    border-radius: 5px;
    color: #09c98c;
    font-size: 15px;
    font-weight: 500;
    margin-left: 30px;
}

.award-small-icon {
    position: absolute;
    left: -38px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #09c98c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 3px solid #ffffff;
}


/* =========================
   RIGHT IMAGE AREA
========================= */

.about-images {
    position: relative;
    height: 585px;
    width: 100%;
}


/* =========================
   LARGE STUDENT IMAGE
========================= */

.students-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 53%;
    height: 460px;
    border-radius: 5px;
    overflow: hidden;
}

.students-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.students-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(
360deg, rgba(2, 27, 52, 0.95) 0%, rgba(2, 27, 52, 0.78) 35%, rgba(2, 27, 52, 0.30) 75%, rgba(2, 27, 52, 0.10) 100%);
}

.graduate-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(2, 27, 52, 0.95) 0%, rgba(2, 27, 52, 0.78) 35%, rgba(2, 27, 52, 0.30) 75%, rgba(2, 27, 52, 0.10) 100%);
    opacity: 0.9;
}


/* =========================
   GRADUATE IMAGE
========================= */

.graduate-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 43%;
    height: 383px;
    border-radius: 5px;
    overflow: hidden;
}

.graduate-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* =========================
   AWARD CARD
========================= */

.award-card {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 180px;
    border-radius: 5px;
    /* background: #09c98c; */
    color: #ffffff;
    padding: 28px 28px;
    display: flex;
    gap: 18px;
    background: linear-gradient(110deg, #09c78d 0%, #08bba2 45%, #2874d8 100%);
}

.award-card-icon {
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #ffffff;
    color: #00886f;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 34px;
}

.award-card-content h3 {
    font-size: 48px;
    line-height: .9;
    margin: 0 0 7px;
    font-weight: 700;
}

.award-card-content > span {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

.award-card-content p {
    margin: 0;
    max-width: 250px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {

    .about-container {
        gap: 35px;
    }

    .about-content h2 {
        font-size: 45px;
    }

    .about-images {
        height: 530px;
    }

    .students-image {
        height: 420px;
    }

    .graduate-image {
        height: 330px;
    }

}


@media (max-width: 991px) {

    .about-container {
        width: calc(100% - 50px);

        grid-template-columns: 1fr;

        gap: 50px;
    }

    .about-content h2 {
        font-size: 46px;
    }

    .about-description {
        max-width: 700px;
    }

    .about-images {
        height: 580px;

        max-width: 700px;

        margin: 0 auto;
    }

    .students-image {
        width: 58%;
    }

    .graduate-image,
    .award-card {
        width: 42%;
    }

}


@media (max-width: 767px) {

    .about-section {
        padding: 50px 0;
    }

    .about-container {
        width: calc(100% - 30px);
    }

    .about-content h2 {
        font-size: 38px;
    }

    .about-description {
        font-size: 15px;
    }

    .about-list {
        grid-template-columns: 1fr;

        gap: 15px;

        margin-bottom: 40px;
    }

    .about-actions {
        flex-wrap: wrap;
        gap: 25px;
    }

    .about-images {
        height: 500px;
    }

    .students-image {
        width: 62%;
        height: 360px;
    }

    .graduate-image {
        width: 42%;
        height: 260px;
    }

    .award-card {
        width: 42%;
        height: 215px;
        padding: 20px;
        gap: 10px;
    }

    .award-card-icon {
        width: 48px;
        height: 48px;
        font-size: 25px;
    }

    .award-card-content h3 {
        font-size: 35px;
    }

    .award-card-content > span {
        font-size: 13px;
    }

    .award-card-content p {
        font-size: 12px;
    }
}


@media (max-width: 575px) {

    .about-content h2 {
        font-size: 32px;
    }

    .about-label {
        font-size: 16px;
    }

    .about-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .award-small {
        margin-left: 25px;
    }

    .about-images {
        height: auto;

        display: flex;
        flex-direction: column;

        gap: 15px;
    }

    .students-image,
    .graduate-image,
    .award-card {
        position: relative;

        left: auto;
        right: auto;
        top: auto;
        bottom: auto;

        width: 100%;
    }

    .students-image {
        height: 400px;
    }

    .graduate-image {
        height: 320px;
    }

    .award-card {
        height: auto;
        min-height: 190px;
    }
}