/* About Us Page Styles */
.about-us {
  width: 100%;
}

.page_0.about_us {
  width: calc(100% - 2.4rem);
  min-height: calc(100vh - 4rem);
  position: relative;
  background-image: url('../images/about-us/p1_bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.2rem;
}

.who-we-are-section {
  width: 100%;
  max-width: 14rem;
  margin: 0 auto;
}

.who-we-are-content {
  text-align: center;
  color: var(--text-gray);
}

.who-we-are-title {
  font-size: var(--font-size-60);
  color: var(--text-gray);
  margin-bottom: 0.35rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.26rem;
}

.who-we-are-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.65rem;
  height: 0.07rem;
  background-color: var(--lightblue-color);
}

.who-we-are-text {
  font-size: var(--font-size-26);
  line-height: 1.8;
  color: var(--text-gray);
}

.who-we-are-text p {
  margin:0 0 0.46rem;
}

@media (max-width: 768px) {
  .page_0.about_us {
    width: 95%;
    min-height: auto;
    padding: 1.6rem 0;
    margin: 0 auto;
    background-size: cover;
  }

  .who-we-are-section {
    max-width: 100%;
  }

  .who-we-are-title {
    font-size: var(--font-size-40);
    margin-bottom: 0.4rem;
  }

  .who-we-are-title::after {
    width: 1.5rem;
    height: 0.06rem;
  }

  .who-we-are-text {
    font-size: var(--font-size-20);
    line-height: 1.6;
    margin-top: 0.6rem;
  }

  .who-we-are-text p {
    margin: 0 0 0.3rem;
  }
}

/* Page 1 - Mission, Vision, Values Section */
.page_1.about_us {
  position: relative;
  background-image: url('../images/about-us/p2_bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.mission-vision-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
}

.mission-vision-left {
  padding: 1.06rem 1.2rem ;
  height: 100%;
 
  width: calc(50% - 2.4rem);
}

.accent-line {
  width: 1.65rem;
  height: 0.07rem;
  background-color: var(--lightblue-color);
  margin-bottom: 0.33rem;
}

.left-description {
  font-size: var(--font-size-40);
  line-height: 1.8;
  color: #ffffff;
  font-family: 'OpenSans-Regular';
}
.mission-vision-right-item{border-bottom: 1px solid #fff;}
.mission-vision-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
 
  border-left: 1px solid #fff;
}

.vision-section {
  color: #ffffff;
  padding: 1.02rem 1.23rem;
}
.vision-section:nth-child(1){border-bottom: 1px solid #fff;}
.section-title {
  font-size: var(--font-size-40);
  color: #ffffff;
  margin-bottom: 0.3rem;
  font-family: 'OpenSans-Regular';
  letter-spacing: 0.02rem;
}

.section-description {
  font-size: var(--font-size-26);
  font-weight: bold;
  line-height: 1.6;
  color: #ffffff;
  font-family: 'OpenSans-Bold';
}


@media (max-width: 768px) {
  .page_1.about_us {
    min-height: auto;
    padding: 1.4rem 2.5%;
    width:95%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background: url(/data/tms/website/html/images/about-us/p2_bg_m.jpg
    );
  }

  .mission-vision-container {
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
    padding: 0 0.3rem;
  }

  .mission-vision-left {
    width: 100%;
    padding: 0;
  }

  .accent-line {
    height: 0.06rem;
    margin-bottom: 0.4rem;
  }

  .left-description {
    font-size: var(--font-size-40);
    line-height: 1.2;
  }

  .mission-vision-right {
    border-left: none;
    padding-left: 0;
  }

  .mission-vision-right-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .vision-section {
    padding-left: 0;
    padding: 0.6rem 0;
    border-top: none;
  }
  .vision-section:nth-child(1){
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .section-title {
    font-size: var(--font-size-40);
    margin-bottom: 0.2rem;
  }

  .section-description {
    font-size: var(--font-size-24);
    line-height: 1.5;
  }

  .decorative-line-left {
    left: 0.3rem;
  }

  .decorative-line-right {
    display: none;
  }
}

/* Page 2 - Brand Story Section */
.page_2.about_us {
  position: relative;
  background-image: url('../images/about-us/p3_bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
  min-height: calc(100vh - 4rem);
  padding: 2rem 1.2rem;
}

.brand-story-section {
  width: 100%;
  max-width: 14rem;
  position: relative;
  z-index: 2;
}

.brand-story-content {
  color: #ffffff;
}

.brand-story-title {
  font-size: var(--font-size-60);
  color: #ffffff;
  margin-bottom: 0.35rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.26rem;
  font-family: 'OpenSans-Regular';
}

.brand-story-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.65rem;
  height: 0.07rem;
  background-color: var(--lightblue-color);
}

.brand-story-text {
  font-size: var(--font-size-26);
  line-height: 1.8;
  color: #ffffff;
  margin-top: 0.6rem;
  font-family: 'OpenSans-Regular';
}

.brand-story-text p {
  margin: 0;
}


@media (max-width: 768px) {
  .brand-story-text p br{display: none;}
  .page_2.about_us {
    width: 95%;
    min-height: auto;
    padding: 1.6rem 2.5%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
  }

  .brand-story-section {
    max-width: 100%;
    padding: 0 0.3rem;
  }

  .brand-story-title {
    font-size: var(--font-size-40);
    margin-bottom: 0.4rem;
  }

  .brand-story-title::after {
    width: 1.5rem;
    height: 0.06rem;
  }

  .brand-story-text {
    font-size: var(--font-size-20);
    line-height: 1.6;
    margin-top: 0.6rem;
  }

  .brand-story-text p {
    margin: 0;
  }
}