/* Misiom about-one — adapted for IT WEBHUT (light pro-agency block after dark hero) */

.about-one {
  background-color: #f7f7f8;
  color: #18191c;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .about-one {
    padding: 70px 0;
  }
}

.about-one .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 1300px) {
  .about-one .container {
    max-width: 1440px;
  }
}

.about-one .col-xl-8 {
  width: 68.1%;
}

@media (max-width: 1299px) {
 
}

.about-one .col-xl-4 {
  width: 31.9%;
}

@media (max-width: 1299px) {
 
}

.about-one .sec-title--row {
  display: grid;
  grid-gap: 12px 40px;
  grid-template-columns: auto 1fr;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .about-one .sec-title--row {
    grid-template-columns: 1fr;
  }
}

.about-one .sec-title__top {
  margin-bottom: 0;
}

.about-one .sec-title__top__box {
  background: #fff;
  border: 1px solid #e8e8ec;
}

.about-one .sec-title__top__box::before {
  color: var(--theme);
}

.about-one .sec-title__tagline {
  color: #5c5e66;
}

.about-one .sec-title__title {
  font-family: var(--font_teko);
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 600;
  line-height: 1.12;
  color: #18191c;
  text-transform: uppercase;
  margin: 0;
}

.about-one__content {
  margin-top: -8px;
}

@media (min-width: 1400px) {
  .about-one__content {
    padding-right: 32px;
  }
}

.about-one__text {
  margin-bottom: 36px;
  font-family: var(--font_kanit);
  font-size: 17px;
  color: #5c5e66;
  font-weight: 400;
  line-height: 1.75;
  max-width: 820px;
}

.about-one__row {
  --bs-gutter-x: 48px;
}

.about-one__col-1 {
  flex: 0 0 auto;
  width: 62.6%;
}

.about-one__col-2 {
  flex: 0 0 auto;
  width: 37.4%;
}

@media (max-width: 991px) {
  .about-one__col-1,
  .about-one__col-2 {
    width: 100%;
  }
}

.about-one__progress {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 8px;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--theme);
}

@media (max-width: 575px) {
  .about-one__progress {
    flex-direction: column;
    align-items: center;
  }
}

.about-one__progress__text-box {
  padding: 34px 0 56px 36px;
}

@media (max-width: 575px) {
  .about-one__progress__text-box {
    padding: 28px 24px 12px;
    text-align: center;
  }
}

.about-one__progress__text {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
  text-transform: uppercase;
}

.about-one__progress__box {
  align-self: flex-end;
  padding-right: 8px;
}

.about-one__progress__box .bar-wrap:nth-child(1) .bar {
  background-color: var(--itwh-brand-dark, #373894);
}

.about-one__progress__box .bar-wrap:nth-child(2) .bar {
  background-color: var(--itwh-brand-light, #624ceb);
}

.about-one__progress__box .bar-wrap:nth-child(3) .bar {
  background-color: #a894f8;
}

.about-one__funfact {
  display: flex;
  gap: 20px 64px;
  align-items: center;
  padding: 48px 36px;
  border-radius: 20px;
  background-color: #18191c;
}

@media (max-width: 575px) {
  .about-one__funfact {
    flex-direction: column;
    text-align: center;
  }
}

.about-one__funfact__count {
  margin: 0;
  font-family: var(--font_teko);
  font-size: clamp(52px, 6vw, 70px);
  line-height: 1;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.about-one__funfact__count .itwh-stat-count {
  color: var(--theme);
}

.about-one__funfact__title {
  position: relative;
  margin: 0;
  font-family: var(--font_kanit);
  font-size: 16px;
  color: #9ca3af;
  font-weight: 400;
  line-height: 1.65;
}

.about-one__funfact__title::before {
  content: "";
  width: 1px;
  height: 100%;
  min-height: 60px;
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px) {
  .about-one__funfact__title::before {
    display: none;
  }
}

.about-one__info__title {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--theme);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-one__list {
  list-style: none;
  padding: 0 0 16px;
  margin: 0 0 28px;
  border-bottom: 1px solid #e1e2e7;
}

.about-one__list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-family: var(--font_kanit);
  font-size: 15px;
  color: #18191c;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 12px;
}

.about-one__list__icon {
  width: 18px;
  height: 18px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  font-size: 9px;
  color: #fff;
  border-radius: 50%;
  background-color: var(--theme);
}

.about-one__client {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.about-one__client__image {
  display: flex;
  align-items: center;
}

.about-one__client__image img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.about-one__client__image img:not(:first-child) {
  margin-left: -12px;
}

.about-one__client__text {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #5c5e66;
}

.about-one__image {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 480px;
}

@media (max-width: 1299px) {
  .about-one__image {
    max-width: 480px;
    min-height: 400px;
    margin-top: 40px;
  }
}

.about-one__image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  border-radius: inherit;
}

.about-one__cta-wrap {
  margin-top: 28px;
}

.about-one__cta-btn {
  opacity: 1 !important;
  visibility: visible !important;
}

.about-one__cta-btn .text {
  font-size: 15px;
  padding: 16px 32px 13px;
}

/* Growth bars */
.bars {
  display: flex;
  gap: 0;
  align-items: flex-end;
}

.bar-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.bar {
  height: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: rgba(24, 25, 28, 0.2);
  transition: height 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.bar-wrap:not(:last-child) .bar::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.bar__label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease 0.6s;
}

.bar.animated .bar__label {
  opacity: 1;
}
