.about-hero {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
  background: #000;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-floating-img {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 374px;
  height: 272px;
  z-index: 10;
  border-radius: 4px;
  overflow: hidden;
}

.hero-floating-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}

.page-spacing {
  height: 180px;
  width: 100%;
}

.glance-section {
  width: 100%;
  box-sizing: border-box;
  background: url("../assets/images/about/section_bg.webp") 0px / 1920px auto
    no-repeat;
}

.glance-container {
  width: 1398px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  padding-bottom: 80px;
}

.glance-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.glance-heading {
  color: #131d45;
  font-family: "Merriweather", serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 48px 0;
}

.glance-text {
  color: #515050;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.glance-img {
  width: 578px;
  height: 578px;
  flex-shrink: 0;
  margin-top: 10px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.glance-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cards-row {
  width: 1398px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}

.info-card {
  width: 446px;
  height: 547px;
  padding: 35px 48px;
  box-sizing: border-box;
  border: 1px solid rgba(38, 38, 38, 0.5);
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-radius: 8px;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 30px;
}

.card-icon-wrapper {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.card-icon-wrapper img {
  filter: grayscale(100%);
}

.card-title {
  color: #262626;
  font-family: "Merriweather";
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.card-text {
  width: 100%; /* Fill available space */
  color: #525252;
  font-family: "Merriweather";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.journey-section {
  width: 100%;
  height: auto;
  min-height: 1650px;
  position: relative;
  padding-bottom: 23px;
}

.journey-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/about/journey_bg.webp") 0px 0px / 100% auto
    no-repeat;
  filter: grayscale(100%);
  opacity: 0.05;
  z-index: -1;
}

.journey-container {
  width: 1398px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
  position: relative;
}

.journey-heading {
  color: #131d45;
  font-family: "Merriweather", serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 100px 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 200px;
  width: 1px;
  bottom: -50px;
  background: #ccc;
  transform: translateX(-50%);
  z-index: -2;
}

.timeline-container {
  position: relative;
  width: 100%;
  margin-top: 60px;
  z-index: 1;
}

.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}

.timeline-item.left {
  flex-direction: row-reverse;
}

.timeline-spacer {
  width: 50%;
}

.timeline-content-wrapper {
  position: relative;
}

.timeline-circle {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fdfdfd;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item.right .timeline-circle {
  right: -48px;
}

.timeline-item.left .timeline-circle {
  left: -48px;
}

.timeline-circle img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
}

.timeline-card {
  width: 523px;
  padding: 24px 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: left;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}

.timeline-year {
  color: #212121;
  font-family: "Merriweather";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.timeline-title {
  color: #212121;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.timeline-desc {
  width: 447px;
  color: #515050;
  font-family: "Merriweather";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.strategy-summary {
  color: #515050;
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  max-width: 800px;
  margin: 107px auto 0;
  position: relative;
  z-index: 10;
}

.pillars-section {
  width: 100%;
  box-sizing: border-box;
  background: url("../assets/images/about/strategy_bg.webp") lightgray 50% /
    cover no-repeat;
  padding: 0px 0 150px 0;
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.95);
}

.pillars-container {
  width: 1398px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pillars-heading {
  color: #131d45;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 24px 0;
}

.pillars-summary {
  width: 904px;
  color: #515050;
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 auto 80px;
}

.pillars-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.pillar-card {
  width: 442px;
  height: 428px;
  padding: 60px 48px;
  border: 1px dashed rgba(31, 33, 94, 0.5);
  border-radius: 8px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  box-sizing: border-box;
}

.pillar-icon-wrapper {
  width: 94px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid #979696a4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  flex-shrink: 0;
}

.pillar-icon-wrapper img {
  width: 71px;
  height: 71px;
  aspect-ratio: 1/1;
  object-fit: contain;
  filter: grayscale(100%);
}

.pillar-title {
  color: #212121;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 24px 0;
}

.pillar-text {
  width: 100%;
  max-width: 100%;
  color: #515050;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  overflow-wrap: break-word;
}

@media (max-width: 1440px) {
  .hero-content,
  .glance-container,
  .cards-row,
  .journey-container,
  .pillars-container {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1024px) {
  .hero-content,
  .glance-container,
  .cards-row,
  .journey-container,
  .pillars-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-floating-img {
    width: 280px;
    height: 200px;
    bottom: -50px;
  }

  .glance-container {
    flex-direction: column;
    gap: 40px;
  }

  .glance-img {
    width: 100%;
    height: 400px;
  }

  .cards-row {
    flex-direction: column;
    gap: 30px;
  }

  .info-card {
    width: 100%;
    height: auto;
  }

  .pillars-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero-floating-img {
    display: none;
  }

  .page-spacing {
    height: 60px;
  }

  .glance-section {
    background-size: cover;
    background-position: center;
  }
  .glance-heading {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .glance-text {
    font-size: 15px;
  }
  .glance-img {
    height: 300px;
  }

  .card-title {
    font-size: 22px;
  }

  .journey-heading {
    font-size: 26px;
    margin-bottom: 60px;
  }

  .timeline-line {
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    z-index: -2;
    background: #ccc;
  }

  .timeline-item,
  .timeline-item.left {
    flex-direction: column;
    align-items: center; /* Center items */
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
    width: 100%;
  }

  .timeline-spacer {
    display: none;
  }

  .timeline-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .timeline-card {
    width: 90%;
    padding: 60px 30px 30px;
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    background: #fff;
  }

  .timeline-year {
    font-size: 18px;
  }
  .timeline-title {
    font-size: 16px;
  }
  .timeline-desc {
    width: 100%;
    font-size: 15px;
  }

  .timeline-circle,
  .timeline-item.right .timeline-circle,
  .timeline-item.left .timeline-circle {
    left: 50% !important;
    right: auto !important;
    top: 0; /* Align with top of wrapper */
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    z-index: 5;
    background: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .timeline-circle img {
    width: 32px;
    height: 32px;
  }

  .timeline-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pillars-grid {
    flex-direction: column;
  }

  .pillar-card {
    width: 100%;
    height: auto;
    padding: 40px 30px;
  }

  .pillars-heading {
    font-size: 26px;
  }

  .pillars-summary {
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .strategy-summary {
    font-size: 16px;
    line-height: 32px;
    margin: 10px;
  }
}

@media (max-width: 480px) {
  .hero-title,
  .glance-heading,
  .journey-heading,
  .pillars-heading {
    font-size: 22px;
  }
  .glance-text,
  .timeline-desc,
  .pillars-summary,
  .strategy-summary,
  .pillar-text,
  .card-text {
    font-size: 12px;
  }
  .card-title,
  .timeline-year,
  .pillar-title {
    font-size: 18px;
  }
  .pillars-container,
  .glance-container,
  .cards-row,
  .journey-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pillar-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
