/* About Us Section */
.about {
  position: relative;
  padding: 120px 0;
  background-color: #00478e;
  color: #ffffff;
  overflow: hidden;
}

.about-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.about-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about .section-label,
.about .section-title,
.about .section-description {
  color: #ffffff;
}

.about-features {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 24px;
}

.feature-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.feature-text {
  font-size: 20px;
  font-weight: 500;
}

.about-visual {
  display: flex;
  justify-content: flex-end;
}

.experience-badge {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: linear-gradient(
    208deg,
    rgba(0, 167, 225, 1) 3%,
    rgba(0, 70, 141, 1) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.badge-content {
  position: relative;
  text-align: center;
  z-index: 1;
}

.about .badge-number {
  font-family: "SomarSans", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.21em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
}

.badge-text {
  font-family: "SomarSans", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.21em;
  text-align: center;
  color: #ffffff;
}
