/* Extracted from about-us.php head style block 1 */
:root {
      --about-primary: #0f4c81;
      --about-secondary: #167a78;
      --about-highlight: #ef8f34;
      --about-text: #24374a;
      --about-soft: #e8f0f8;
    }

    body {
      font-family: "Source Sans 3", sans-serif;
      color: var(--about-text);
      background: linear-gradient(180deg, #f7fbff 0%, #edf4fa 100%);
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-family: "Manrope", sans-serif;
    }

    .about-hero {
      position: relative;
      overflow: hidden;
      background: radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 35%), linear-gradient(128deg, #0c3d66 0%, #125d9d 50%, #147877 100%);
      color: #fff;
      padding: 70px 0 56px;
    }

    .about-hero::before,
    .about-hero::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
    }

    .about-hero::before {
      width: 280px;
      height: 280px;
      right: -100px;
      top: -90px;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 70%);
    }

    .about-hero::after {
      width: 330px;
      height: 330px;
      left: -120px;
      bottom: -170px;
      background: radial-gradient(circle, rgba(239, 143, 52, 0.35) 0%, rgba(239, 143, 52, 0) 72%);
    }

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

    .about-breadcrumb-wrap {
      display: inline-flex;
      align-items: center;
      padding: 7px 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(4px);
      margin-bottom: 14px;
    }

    .about-breadcrumb {
      margin: 0;
    }

    .about-breadcrumb .breadcrumb-item,
    .about-breadcrumb .breadcrumb-item a {
      color: rgba(255, 255, 255, 0.92);
      font-weight: 600;
      font-size: 0.92rem;
      text-decoration: none;
    }

    .about-breadcrumb .breadcrumb-item a:hover {
      color: #fff;
      text-decoration: underline;
    }

    .about-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
      color: rgba(255, 255, 255, 0.72);
    }

    .about-breadcrumb .breadcrumb-item.active {
      color: #ffd19a;
      font-weight: 700;
    }

    .about-hero h1 {
      font-weight: 800;
      margin-bottom: 10px;
    }

    .about-hero-subtext {
      max-width: 760px;
      margin: 0 auto;
      font-size: 1.05rem;
      line-height: 1.75;
      opacity: 0.95;
    }

    .about-stats {
      margin-top: 28px;
      row-gap: 14px;
    }

    .stat-chip {
      min-width: 170px;
      padding: 14px 18px;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.13);
      border: 1px solid rgba(255, 255, 255, 0.28);
      box-shadow: 0 10px 20px rgba(4, 25, 45, 0.14);
    }

    .stat-chip h3 {
      margin: 0;
      color: #fff !important;
      font-weight: 800;
      font-size: 1.7rem;
    }

    .stat-chip p {
      margin: 4px 0 0;
      font-size: 0.95rem;
      font-weight: 600;
      opacity: 0.95;
    }

    .about-story {
      padding: 66px 0;
    }

    .section-title {
      font-weight: 800;
      color: #0b416f;
      margin-bottom: 14px;
    }

    .story-copy p {
      color: #334c63;
      line-height: 1.8;
      margin-bottom: 14px;
    }

    .story-image-wrap {
      background: #fff;
      border-radius: 18px;
      border: 1px solid #dce8f3;
      box-shadow: 0 14px 30px rgba(15, 59, 97, 0.12);
      padding: 14px;
    }

    .story-image-wrap img {
      width: 100%;
      border-radius: 12px;
    }

    .director-section,
    .mission-section {
      padding: 66px 0;
    }

    .director-section {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(242, 248, 253, 0.8) 100%);
      border-top: 1px solid #d7e4f0;
      border-bottom: 1px solid #d7e4f0;
    }

    .director-card {
      background: #fff;
      border: 1px solid #dbe8f3;
      border-radius: 18px;
      padding: 24px;
      box-shadow: 0 12px 28px rgba(15, 59, 97, 0.1);
    }

    .director-photo {
      border-radius: 14px;
      border: 1px solid #d8e5f1;
      box-shadow: 0 10px 24px rgba(12, 46, 78, 0.18);
    }

    .director-quote {
      margin: 0;
      color: #314a61;
      line-height: 1.75;
    }

    .director-quote i {
      color: #1b7b8b !important;
    }

    .mission-card {
      border: 1px solid #dce7f1;
      border-radius: 16px;
      box-shadow: 0 10px 24px rgba(16, 45, 73, 0.1);
      transition: transform 0.24s ease, box-shadow 0.24s ease;
      overflow: hidden;
    }

    .mission-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 14px 30px rgba(16, 45, 73, 0.16);
    }

    .mission-card .card-header {
      background: linear-gradient(90deg, #0d4a80 0%, #1a787d 100%) !important;
      color: #fff;
      font-weight: 700;
      padding: 12px 18px;
    }

    .mission-card .card-body {
      padding: 20px 18px;
    }

    .mission-card p {
      margin: 0;
      color: #344f66;
      line-height: 1.75;
    }

    @media (max-width: 991px) {
      .about-hero {
        padding: 60px 0 50px;
      }

      .about-hero h1 {
        font-size: 2rem;
      }

      .stat-chip {
        min-width: 150px;
      }
    }

    @media (max-width: 767px) {
      .about-hero {
        padding: 52px 0 46px;
      }

      .about-hero h1 {
        font-size: 1.7rem;
      }

      .about-hero-subtext {
        font-size: 0.98rem;
      }

      .about-breadcrumb-wrap {
        padding: 6px 12px;
      }

      .about-breadcrumb .breadcrumb-item,
      .about-breadcrumb .breadcrumb-item a {
        font-size: 0.84rem;
      }

      .about-story,
      .director-section,
      .mission-section {
        padding: 54px 0;
      }

      .director-card {
        padding: 18px;
      }

      .stat-chip {
        width: 100%;
        max-width: 280px;
      }
    }

