/* ── About Us Page ─────────────────────────────────────────── */

.page-template-page-about-us-php .navbar.scrolled {
  background: linear-gradient(135deg, #3b0066 0%, #0e3d91 60%, #1fb6a6 100%) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  height: 70px;
}

.about-page {
  font-family: inherit;
  color: #0d1b2a;
}

.about-section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px;
}

.about-section-heading {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 28px 0;
  color: #0d1b2a;
}

/* ── Hero ─────────────────────────────────────────────────── */
.about-hero {
  background: linear-gradient(120deg, #2d0b6b 0%, #5b21b6 35%, #9333ea 65%, #d946a8 85%, #f472b6 100%);
  padding: 150px 40px 70px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.about-hero__inner {
  max-width: 780px;
  margin: 0 auto 64px;
  position: relative;
  z-index: 1;
}

.about-hero__heading {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 28px;
  line-height: 1.15;
}

.about-hero__desc {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
  margin: 0 0 40px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero__btn {
  display: inline-block;
  background: #2dd4bf;
  color: #0d1b2a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 4px;
  transition: background 0.2s;
}

.about-hero__btn:hover {
  background: #14b8a6;
}

/* Stats bar */
.about-hero__stats {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.25);
  position: relative;
  z-index: 1;
}

.about-stat {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-stat__icon {
  width: 54px;
  height: 54px;
  object-fit: contain;
  opacity: 0.9;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}

.about-stat__icon--svg {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: none;
}

.about-stat__icon--svg svg {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}

.about-stat__text {
  text-align: left;
}

.about-stat__number {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.about-stat__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-top: 6px;
}

/* ── Journey / Timeline ───────────────────────────────────── */
.about-journey {
  background: #f8f9fb;
}

.about-journey__sub {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #444;
  margin: 0 0 56px;
}

.about-timeline__scroll-wrap {
  position: relative;
}

.about-timeline__scroll-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(248,249,251,0) 0%, #f8f9fb 100%);
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s;
}

.about-timeline__scroll-wrap--end::after {
  opacity: 0;
}

.about-timeline {
  position: relative;
  padding: 20px 8px 20px 0;
  max-height: 520px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.about-timeline::-webkit-scrollbar {
  width: 4px;
}

.about-timeline::-webkit-scrollbar-track {
  background: #e8eaf0;
  border-radius: 4px;
}

.about-timeline::-webkit-scrollbar-thumb {
  background: #6d28d9;
  border-radius: 4px;
}

.about-timeline::-webkit-scrollbar-thumb:hover {
  background: #5b21b6;
}

.about-timeline__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e2e8f0;
  transform: translateX(-50%);
}

.about-timeline__item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.about-timeline__item--left {
  flex-direction: row;
  justify-content: flex-end;
  padding-right: calc(50% + 32px);
}

.about-timeline__item--right {
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: calc(50% + 32px);
}

.about-timeline__dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #6d28d9;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #6d28d9;
  margin-top: 6px;
}

.about-timeline__card {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 10px;
  padding: 20px 24px;
  max-width: 380px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.about-timeline__year {
  font-size: 22px;
  font-weight: 700;
  color: #6d28d9;
  margin-bottom: 6px;
}

.about-timeline__title {
  font-size: 16px;
  font-weight: 600;
  color: #0d1b2a;
  margin-bottom: 6px;
}

.about-timeline__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ── Testimonials ─────────────────────────────────────────── */
.about-testimonials {
  background: #fff;
}

.about-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: stretch;
}

.about-testimonial-card {
  border: 1px solid #e8eaf0;
  border-radius: 10px;
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.about-testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 60px;
  color: #e8eaf0;
  line-height: 1;
  font-family: Georgia, serif;
}

.about-testimonial-card__quote {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 16px;
  flex: 1;
}

.about-testimonial-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.about-testimonial-card__author {
  font-size: 14px;
  font-weight: 600;
  color: #0d1b2a;
}

.about-testimonial-card__logo {
  height: 22px;
  width: auto;
  object-fit: contain;
}

.about-testimonial-card__company {
  font-size: 13px;
  color: #888;
}

/* ── Awards ───────────────────────────────────────────────── */
.about-awards {
  background: #f8f9fb;
}

.about-awards__sub {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin: 0 0 40px;
}

.about-awards__track-wrap {
  position: relative;
  overflow: hidden;
  padding: 8px 48px;
  background: #f8f9fb;
}

.about-awards__track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  background: #f8f9fb;
}

.about-award-card {
  flex: 0 0 160px;
  text-align: center;
  background: transparent;
}

.about-award-card__img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto 12px;
  display: block;
  mix-blend-mode: multiply;
}

.about-award-card__title {
  font-size: 13px;
  color: #444;
  line-height: 1.4;
  margin: 0;
}

.about-awards__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  z-index: 2;
  transition: opacity 0.25s, box-shadow 0.2s;
}

.about-awards__arrow:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}

.about-awards__arrow--prev { left: 4px; }
.about-awards__arrow--next { right: 4px; }

/* ── Location ─────────────────────────────────────────────── */
.about-location {
  background: #f0f2f5;
}

.about-location .about-section-inner {
  max-width: 820px;
}

.about-offices {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
  justify-content: center;
}

.about-office {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  max-width: 760px;
  width: 100%;
}

.about-office__name {
  font-size: 18px;
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 14px;
}

.about-office__map {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 16px;
}

.about-office__map iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}

.about-office__address {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  font-style: normal;
  margin: 0;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .about-hero__stats { gap: 40px; }
}

@media (max-width: 767px) {
  .about-section-inner { padding: 56px 20px; }

  .about-hero { padding: 64px 20px 48px; }
  .about-hero__heading { font-size: 32px; }
  .about-hero__stats { gap: 28px; flex-direction: column; align-items: center; padding-left: 0; }
  .about-stat { gap: 14px; }

  .about-timeline__line { left: 20px; }
  .about-timeline__item--left,
  .about-timeline__item--right {
    flex-direction: column;
    padding: 0 0 0 52px;
    justify-content: flex-start;
  }
  .about-timeline__dot { left: 20px; }

  .about-testimonials__grid { grid-template-columns: 1fr; }

  .about-awards__arrow { display: none; }

  .about-section-heading { font-size: 26px; }
}
