/* About Us content page (contentID=1). Requires tokens from wc-header.css. */

.wc-feature-card {
  height: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: var(--wc-shadow-md);
  background: rgba(255, 255, 255, 0.85);
}

.wc-feature-card .card-body {
  padding: 2rem 1.5rem;
  min-height: 100%;
  text-align: center;
}

.wc-feature-card h3 {
  margin: 0 0 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(1, 16, 32);
}

.wc-feature-card p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgb(85, 85, 85);
}
.wc-about-body .wc-about-page-main {
  color: var(--wc-navy);
  background-color: #f8f9fa;
}

.wc-about-body .wc-about-hero {
  padding: 3.5rem 0 2.25rem;
}

.wc-about-body .wc-about-breadcrumb {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #5f6978;
}

.wc-about-body .wc-about-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.wc-about-body .wc-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22rem;
  gap: 1.5rem;
  align-items: start;
}

.wc-about-body .wc-about-title {
  margin: 0 0 1rem;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.08;
  color: var(--wc-navy);
}

.wc-about-body .wc-about-hero-copy p {
  margin: 0 0 0.95rem;
  color: #3d4756;
}

.wc-about-body .wc-about-hero-aside {
  background: var(--wc-color-deep);
  color: #fff;
  border-radius: 0.625rem;
  padding: 1.5rem;
  box-shadow: var(--wc-shadow-md);
  display: grid;
  gap: 1rem;
}

.wc-about-body .wc-about-hero-aside h2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}

.wc-about-body .wc-about-stats {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  
  column-gap: 0.75rem;
}

.wc-about-body .wc-about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-height: 12rem; 
  
  padding: 3.3rem 1.5625rem 2.625rem;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.wc-about-body .wc-about-stat h3 {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  color: #edb644;
}

.wc-about-body .wc-about-section {
  padding: 1.6rem 0;
}

.wc-about-body .wc-about-section-title {
  margin: 0 0 2.5rem;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #011020;
}

.wc-about-body .wc-about-section-title--light {
  color: #fff;
}

.wc-about-body .wc-about-divider {
  width: 4.25rem;
  height: 0.2rem;
  margin: 0.85rem 0 1rem;
  background: var(--wc-gold);
  border-radius: 999px;
}

.wc-about-body .wc-about-layout-main p:not(.wc-about-breadcrumb):not(.wc-about-lead):not(.wc-about-why-lead):not(.wc-about-commitments-lead):not(.wc-about-vision-quote-text):not(.wc-about-team-desc):not(.wc-about-mission-text):not(.wc-about-page-cta-desc):not(.wc-article-projects-cta-desc):not(.wc-article-banner-text) {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #666;
}

@media (max-width: 767.98px) {
  .wc-about-body .wc-about-layout-main p:not(.wc-about-breadcrumb):not(.wc-about-lead):not(.wc-about-why-lead):not(.wc-about-commitments-lead):not(.wc-about-vision-quote-text):not(.wc-about-team-desc):not(.wc-about-mission-text):not(.wc-about-page-cta-desc):not(.wc-article-projects-cta-desc):not(.wc-article-banner-text):not(.wc-article-card p),
  .wc-about-body .wc-about-section.wc-about-gta p,
  .wc-about-body .wc-about-vision-list li {
    font-size: 0.875rem !important;
  }
}

.wc-about-body .wc-about-layout-main .wc-about-hero .wc-about-stats .wc-about-stat p {
  flex: 0 0 auto;
  margin: 0.5rem 0 0; 
  max-width: 12.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.575;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #93969a;
  font-weight: 300;
}

.wc-about-body .wc-about-section p {
  margin: 0 0 0.8rem;
}

.wc-about-body .wc-about-mission-card {
  margin-top: 0.9rem;
  border: 1px dashed var(--wc-gold);
  border-radius: 0;
  padding: 2.5rem clamp(1.25rem, 4vw, 2.5rem);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  box-shadow: var(--wc-shadow-md);
}

.wc-about-body .wc-about-mission-card p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #2c3E50;
}

.wc-about-body .wc-about-mission-icon {
  flex: 0 0 auto;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: var(--wc-gold);
  line-height: 1;
  margin-top: 0.25rem;
}

.wc-about-body .wc-about-layout-main section.wc-about-commitments p.wc-about-commitments-lead {
  margin: 0.3rem 0 1.7rem;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  color: #011020;
}

.wc-about-body .wc-about-commitments {
  padding-top: 0.4rem;
}

.wc-about-body .wc-about-commitments-list {
  display: grid;
  gap: 1.6rem;
}

.wc-about-body .wc-about-commitment-item {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
}

.wc-about-body .wc-about-commitment-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 999px;
  background: var(--wc-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  padding: 1.25rem;
  object-fit: contain;
}

.wc-about-body .wc-about-commitment-item h3 {
  margin: 0 0 0.2rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #011020;
}

.wc-about-body .wc-about-commitment-item p {
  margin: 0;
}

.wc-about-body .wc-about-vision-list {
  margin: 0.3rem 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.wc-about-body .wc-about-vision-list li {
  display: flex;
  gap: 0.6rem;
  color: #3d4756;
}

.wc-about-body .wc-about-vision-list li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  margin-top: 0.48rem;
  background: var(--wc-gold);
  flex: 0 0 0.45rem;
}

.wc-about-body .wc-about-vision-quote {
  margin: 2.5rem 0;
  padding: 40px !important;
  background: #fff;
  box-shadow: var(--wc-shadow-md);
  display: flex;
  align-items: flex-start;
  gap: clamp(1.25rem, 4vw, 2rem);
  border: none;
  border-radius: 0;
}

.wc-about-body .wc-about-vision-quote-icon {
  flex: 0 0 auto;
  width: 4rem;
  height: auto;
}

.wc-about-body .wc-about-section p.wc-about-vision-quote-text {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #333;
}

.wc-about-body .wc-about-vision-list {
  margin: 0.5rem 0 0.8rem 1rem;
  padding: 0;
  list-style-type: none !important;
}

.wc-about-body .wc-about-vision-list li {
  display: flex;
  align-items: flex-start;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #666;
  margin-bottom: 0.15rem;
  padding-left: 0;
}

.wc-about-body .wc-about-vision-list li::before {
  content: "";
  flex: 0 0 auto;
  margin-top: 0.65rem;
  margin-right: 0.3rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}

.wc-about-body .wc-about-why {
  background: linear-gradient(180deg, rgba(10, 18, 30, 0.6) 0%, rgba(10, 18, 30, 0.6) 100%), url("/img/about/about-why-bg.jpg") center / cover no-repeat;
  color: #fff;
  margin: 1rem 0;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

@media (max-width: 991.98px) {
  .wc-about-body .wc-about-why {
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .wc-about-body .wc-about-why {
    padding-bottom: 40px;
    padding-left: 12px; 
    padding-right: 12px;
  }
}

.wc-about-body .wc-about-section.wc-about-why h2.wc-about-section-title {
  text-align: center;
  margin-bottom: 0;
  font-size: clamp(1.75rem, 4vw, 36px);
}

.wc-about-body .wc-about-section.wc-about-why p.wc-about-why-lead {
  color: #fff;
  margin: 0.9rem 0 25px;
  font-weight: 300;
}

.wc-about-body .wc-about-why .row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
}

@media (max-width: 767.98px) {
  .wc-about-body .wc-about-why .row {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px;
  }
}

.wc-about-body .wc-about-why .wc-feature-card .card-body {
  padding: 38px 25px;
}

.wc-about-body .wc-about-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.wc-about-body .wc-about-why-card {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  padding: 0.95rem;
  backdrop-filter: blur(1px);
}

.wc-about-body .wc-about-why-card h3 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
}

.wc-about-body .wc-about-why-card p {
  margin: 0;
  color: #e2e9f4;
}

.wc-about-body .wc-about-team {
  padding-top: 2rem;
}

.wc-about-body .wc-about-team-lead {
  margin-bottom: 0.7rem;
}

.wc-about-body .wc-about-team-list {
  margin: 40px 0;
  display: grid;
  gap: 16px;
}

.wc-about-body .wc-about-team-card {
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: var(--wc-shadow-md);
  padding: 40px 2.5rem;
  display: flex;
  flex-direction: column;
}

.wc-about-body .wc-about-team-card-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.35rem;
}

.wc-about-body .wc-about-team-icon {
  width: 2.5rem;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.wc-about-body .wc-about-team-card h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--wc-navy);
}

.wc-about-body .wc-about-section.wc-about-team .wc-about-team-card p {
  margin: 0;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .wc-about-body .wc-about-team-card h3 {
    font-size: 1.125rem;
  }
  .wc-about-body .wc-about-section.wc-about-team .wc-about-team-card p {
    font-size: 0.875rem;
  }
}

.wc-about-body .wc-about-gta {
  padding-top: 2rem;
}

.wc-about-body .wc-about-gta-label {
  font-weight: 600;
  color: #011020;
}

.wc-about-body .wc-about-page-cta {
  padding: 0.75rem 0 0;
}

.wc-about-body .wc-about-page-cta-card {
  background: var(--wc-color-deep);
  color: #fff;
  border-radius: 0;
  padding: 40px;
}

.wc-about-body .wc-about-page-cta-card h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}

.wc-about-body .wc-about-page-cta-desc {
  margin: 1.65rem 0 2.7rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #fff;
  max-width: 55rem;
}

.wc-about-body .wc-about-page-cta-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 4rem;
}

.wc-about-body .wc-about-page-cta-link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
  color: #fff;
}

.wc-about-body .wc-about-page-cta-icon-wrapper {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: var(--wc-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wc-about-body .wc-about-page-cta-icon-wrapper img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}

.wc-about-body .wc-about-page-cta-text {
  font-size: 1rem;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .wc-about-body .wc-about-page-cta-card {
    padding: 40px 20px;
  }
  .wc-about-body .wc-about-page-cta-card h2 {
    font-size: 1.5rem;
  }
  .wc-about-body .wc-about-page-cta-desc {
    font-size: 0.875rem;
    margin: 1.65rem 0 2rem;
  }
  .wc-about-body .wc-about-page-cta-links {
    gap: 0.8rem;
  }
  .wc-about-body .wc-about-page-cta-text {
    font-size: 0.875rem;
  }
}

@media (max-width: 991.98px) {
  .wc-about-body .wc-about-hero-grid {
    grid-template-columns: 1fr;
  }

  .wc-about-body .wc-about-page-cta-links {
    grid-template-columns: 1fr;
  }

  .wc-about-body .wc-about-section-title {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
  
  .wc-about-body .wc-about-layout-main section.wc-about-commitments p.wc-about-commitments-lead {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .wc-about-body .wc-about-stats {
    grid-template-columns: 1fr;
    margin-top: 2.28rem;
    row-gap: 0.6rem;
  }

  .wc-about-body .wc-about-stat {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    padding: 1.4375rem 1.25rem;
    text-align: left;
    gap: 1.2rem;
  }

  .wc-about-body .wc-about-stat h3 {
    width: auto;
    flex: 0 0 8.5rem;
    text-align: left;
  }

  .wc-about-body
    .wc-about-layout-main
    .wc-about-hero
    .wc-about-stats
    .wc-about-stat
    p {
    margin: 0;
    max-width: none;
    min-width: 0;
    text-align: left;
    flex: 1 1 auto;
    align-self: center;
    min-height: 2.75625rem;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  .wc-about-body .wc-about-hero {
    padding: 2.6rem 0 1.4rem;
  }

  .wc-about-body .wc-about-breadcrumb {
    display: none;
  }

  .wc-about-body .wc-about-title {
    font-size: 2rem;
  }

  .wc-about-body .wc-about-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
  }

  .wc-about-body .wc-about-stats {
    margin-top: 2.64rem;
    row-gap: 0.6rem;
  }

  .wc-about-body .wc-about-stat {
    min-height: 0;
    padding: 1.4375rem 0.9rem;
  }

  .wc-about-body .wc-about-stat h3 {
    font-size: 2.5rem;
  }

  .wc-about-body .wc-about-lead {
    font-size: 1.25rem;
  }

  .wc-about-body .wc-about-why-grid {
    grid-template-columns: 1fr;
  }

  .wc-about-body .wc-about-commitment-item {
    grid-template-columns: 3.75rem minmax(0, 1fr);
  }

  .wc-about-body .wc-about-commitment-icon {
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.625rem;
  }

  .wc-about-body .wc-about-team-card {
    grid-template-columns: 1fr;
  }

  .wc-about-body .wc-about-page-cta-card h2 {
    font-size: 1.6rem;
  }
}

.wc-about-body .wc-about-page {
  padding: clamp(4rem, 6vw, 6rem) 0 0;
}

.wc-article-page .wc-about-page {
  padding-bottom: 0;
}

.wc-article-page .wc-about-title {
  font-size: 48px !important;
  line-height: 1.3 !important;
}

@media (max-width: 1180px) {
  .wc-article-page .wc-about-title {
    font-size: 40px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 600px) {
  .wc-article-page .wc-about-title {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }
}

.wc-about-body .wc-about-layout-main {
  padding-bottom: 100px;
}

.wc-article-page .wc-about-layout-main {
  padding-bottom: 0 !important;
}

.wc-about-body .wc-about-layout-side {
  padding-bottom: 100px;
}

.wc-about-body .wc-about-layout {
  display: block;
}

.wc-about-body .wc-about-layout-main {
  min-width: 0;
}

.wc-about-body .wc-about-layout-side {
  display: none;
}

.wc-about-body .wc-about-hero {
  padding: 0 0 2rem;
}

.wc-about-body .wc-about-lead {
  margin: 1.3225rem 0 0;
  max-width: 55rem;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #011020;
}

.wc-about-body .wc-about-hero-text {
  margin-top: 1.38rem;
}

.wc-about-body .wc-about-hero-text p {
  margin: 0;
}

.wc-about-body .wc-about-hero-text p + p {
  margin-top: 0.95rem;
}

.wc-about-body .wc-about-breadcrumb {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
}

.wc-about-body .wc-about-breadcrumb a {
  color: #999;
  text-decoration: none;
}

.wc-about-body .wc-about-breadcrumb a:hover,
.wc-about-body .wc-about-breadcrumb a:focus-visible {
  text-decoration: underline;
}

.wc-about-body .wc-about-breadcrumb span {
  color: var(--wc-gold);
  text-decoration: underline;
  font-weight: 500;
}

.wc-about-body .wc-about-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 0.96;
  color: #011020;
}

.wc-about-body .wc-about-side-nav,
.wc-about-body .wc-about-side-consultation {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 25px;
}

.wc-about-body .wc-about-side-nav {
  background: #1a4271;
  color: #dbe3f2;
}

.wc-about-body .wc-about-side-nav h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 40.32px;
}

.wc-about-body .wc-about-side-nav h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--wc-gold);
  margin-top: 8px;
}

.wc-about-body .wc-about-side-nav ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}

.wc-about-body .wc-about-side-nav a {
  color: #dbe3f2;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 13.6px;
  font-weight: 300;
  line-height: 24.48px;
  display: inline-block;
}

.wc-about-body .wc-about-side-nav a:hover,
.wc-about-body .wc-about-side-nav a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--wc-gold);
}

.wc-about-body .wc-about-side-consultation {
  margin-top: 20px;
  background: #e7b643;
  color: #011020;
  text-align: center;
}

.wc-about-body .wc-about-side-consultation h2 {
  margin: 0;
  color: #0f3768;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.8px;
}

.wc-about-body .wc-about-side-consultation p {
  margin: 9px auto 15px;
  color: #0f1825;
  max-width: 261px;
  font-family: "Poppins", sans-serif;
  font-size: 13.6px;
  font-weight: 300;
  line-height: 19.04px;
}

.wc-about-body .wc-about-side-consultation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #1a4271;
  width: 255px;
  height: 49.59px;
  line-height: 49.59px;
  padding: 0;
  margin: 0 auto;
}

.wc-about-body .wc-about-side-consultation a:hover,
.wc-about-body .wc-about-side-consultation a:focus-visible {
  background: #16375f;
}

@media (min-width: 1200px) {
  .wc-about-body .wc-about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 305px;
    gap: 60px;
    align-items: start;
  }

  .wc-about-body .wc-about-layout-side {
    display: block;
    position: sticky;
    top: 20px;
  }
}
