/* =========================================================
   04. Who We Are
   ========================================================= */

.who-we-are-section {
  background:
    radial-gradient(
      circle at top right,
      rgba(13, 110, 253, 0.055),
      transparent 27%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.who-we-are-content {
  max-width: 760px;
}

.who-we-are-kicker {
  color: #075be8;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.who-we-are-kicker-line {
  width: 42px;
  height: 2px;
  flex-shrink: 0;
  background: #075be8;
}

.who-we-are-head h2 {
  max-width: 750px;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.who-we-are-title-line {
  width: 57px;
  height: 3px;
  border-radius: 10px;
  background: #ff5a00;
}

.who-we-are-head p {
  max-width: 750px;
  color: #071333;
  font-size: 18px;
  line-height: 1.7;
}

.who-we-are-quote {
  max-width: 760px;
  padding: 19px 24px;
  border: 1px solid #dbe8fb;
  border-radius: 12px;
  background: linear-gradient(
    105deg,
    rgba(239, 246, 255, 0.94),
    rgba(255, 255, 255, 0.95)
  );
}

.who-we-are-quote-icon {
  color: #075be8;
  font-size: 40px;
  line-height: 1;
}

.who-we-are-quote-content {
  min-width: 0;
}

.who-we-are-quote-content p {
  color: #071333;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
  overflow-wrap: break-word;
}

/* Image */

.who-we-are-image-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.who-we-are-image-wrap img {
  width: 100%;
  max-width: 100%;
  max-height: 470px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

/* Value Cards */

.who-we-are-values {
  padding-top: 4px;
}

.who-we-are-card {
  padding: 20px 28px 26px;
  border: 1px solid #dbe8fb;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 26px rgba(17, 40, 80, 0.025);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.who-we-are-card:hover {
  transform: translateY(-4px);
  border-color: #c5dcfa;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.07);
}

.who-we-are-card-icon {
  width: 106px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  border-radius: 50%;
  font-size: 44px;
}

.who-we-are-card-icon-blue {
  color: #075be8;
  background: rgba(13, 110, 253, 0.11);
}

.who-we-are-card-icon-teal {
  color: #008b9c;
  background: rgba(0, 166, 181, 0.09);
}

.who-we-are-card-icon-purple {
  color: #6333ce;
  background: rgba(107, 61, 221, 0.1);
}

.who-we-are-card-icon-orange {
  color: #ff5a00;
  background: rgba(255, 106, 0, 0.1);
}

.who-we-are-card h3 {
  margin: 0 0 13px;
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.who-we-are-card-line {
  width: 48px;
  height: 3px;
  display: block;
  margin: 0 auto 17px;
  border-radius: 20px;
}

.who-we-are-line-blue {
  background: #075be8;
}

.who-we-are-line-teal {
  background: #009aa8;
}

.who-we-are-line-purple {
  background: #6333ce;
}

.who-we-are-line-orange {
  background: #ff5a00;
}

.who-we-are-card p {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  color: #071333;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

/* Stats */

.who-we-are-stats {
  overflow: hidden;
  border: 1px solid #dbe8fb;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
}

.who-we-are-stat {
  min-height: 134px;
  gap: 20px;
  padding: 20px 30px;
  position: relative;
}

.who-we-are-stat::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  width: 1px;
  height: calc(100% - 50px);
  background: #dbe3ef;
}

.who-we-are-stats .col-lg-3:last-child .who-we-are-stat::after {
  display: none;
}

.who-we-are-stat-icon {
  width: 82px;
  min-width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 32px;
}

.who-we-are-stat-blue {
  color: #075be8;
  background: rgba(13, 110, 253, 0.1);
}

.who-we-are-stat-teal {
  color: #008b9c;
  background: rgba(0, 166, 181, 0.09);
}

.who-we-are-stat-purple {
  color: #6333ce;
  background: rgba(107, 61, 221, 0.1);
}

.who-we-are-stat-orange {
  color: #ff5a00;
  background: rgba(255, 106, 0, 0.1);
}

.who-we-are-stat-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.who-we-are-stat-content strong {
  color: #075be8;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.who-we-are-stats .col-lg-3:nth-child(2) .who-we-are-stat-content strong {
  color: #008b9c;
}

.who-we-are-stats .col-lg-3:nth-child(3) .who-we-are-stat-content strong {
  color: #6333ce;
}

.who-we-are-stats .col-lg-3:nth-child(4) .who-we-are-stat-content strong {
  color: #ff5a00;
}

.who-we-are-stat-content span {
  margin-top: 5px;
  color: #071333;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

/* =========================================================
   Who We Are Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .who-we-are-kicker {
    font-size: 14px;
  }

  .who-we-are-head h2 {
    font-size: 32px;
  }

  .who-we-are-head p {
    font-size: 15px;
  }

  .who-we-are-quote {
    padding: 17px 20px;
  }

  .who-we-are-quote-icon {
    font-size: 34px;
  }

  .who-we-are-quote-content p {
    font-size: 14px;
  }

  .who-we-are-image-wrap img {
    max-height: 410px;
  }

  .who-we-are-card {
    padding: 20px 20px 24px;
  }

  .who-we-are-card-icon {
    width: 88px;
    height: 88px;
    font-size: 36px;
  }

  .who-we-are-card h3 {
    font-size: 17px;
  }

  .who-we-are-card p {
    font-size: 14px;
  }

  .who-we-are-stat {
    gap: 14px;
    padding: 18px 20px;
  }

  .who-we-are-stat-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    font-size: 27px;
  }

  .who-we-are-stat-content strong {
    font-size: 28px;
  }

  .who-we-are-stat-content span {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .who-we-are-content {
    max-width: 100%;
  }

  .who-we-are-image-wrap {
    max-width: 680px;
  }

  .who-we-are-image-wrap img {
    max-height: 440px;
  }

  .who-we-are-stat::after {
    display: none;
  }

  .who-we-are-stats .col-sm-6:nth-child(odd) .who-we-are-stat {
    border-right: 1px solid #dbe3ef;
  }

  .who-we-are-stats .col-sm-6:nth-child(-n + 2) .who-we-are-stat {
    border-bottom: 1px solid #dbe3ef;
  }
}

@media (max-width: 767px) {
  .who-we-are-intro {
    --bs-gutter-y: 2rem;
  }

  .who-we-are-kicker {
    font-size: 13px;
  }

  .who-we-are-kicker-line {
    width: 34px;
  }

  .who-we-are-head h2 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }

  .who-we-are-head p {
    font-size: 15px;
    line-height: 1.55;
  }

  .who-we-are-title-line {
    width: 48px;
  }

  .who-we-are-quote {
    gap: 12px !important;
    padding: 16px;
  }

  .who-we-are-quote-icon {
    font-size: 29px;
  }

  .who-we-are-quote-content p {
    font-size: 14px;
    line-height: 1.55;
  }

  .who-we-are-image-wrap {
    max-width: 560px;
  }

  .who-we-are-image-wrap img {
    max-height: 360px;
  }

  .who-we-are-card {
    padding: 20px 18px 24px;
  }

  .who-we-are-card-icon {
    width: 78px;
    height: 78px;
    font-size: 31px;
  }

  .who-we-are-card h3 {
    font-size: 18px;
  }

  .who-we-are-card p {
    font-size: 13px;
  }

  .who-we-are-stat-content strong {
    font-size: 25px;
  }

  .who-we-are-stat-content span {
    font-size: 14px;
  }
   .who-we-are-card h3 {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .who-we-are-card-icon {
    width: 72px;
    height: 72px;
    font-size: 28px;
  }

 

  .who-we-are-image-wrap img {
    max-height: 300px;
  }

  .who-we-are-stats .col-sm-6 .who-we-are-stat {
    min-height: 105px;
    justify-content: flex-start !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dbe3ef;
  }

  .who-we-are-stats .col-sm-6:last-child .who-we-are-stat {
    border-bottom: 0;
  }

  .who-we-are-stat {
    gap: 16px;
    padding: 16px 20px;
  }

  .who-we-are-stat-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 24px;
  }

  .who-we-are-stat-content strong {
    font-size: 24px;
  }

  .who-we-are-stat-content span {
    font-size: 14px;
  }
}

/* base styles */
h2 {
  font-size: 44px !important;
}

@media (max-width: 1599.98px) {
  h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1399.98px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 21px !important;
  }
}

@media (max-width: 374.98px) {
  h2 {
    font-size: 20px !important;
  }
}
