.page-template-page-about .site-main {
    background-color: #F8EFEC;
}
#about-teck-huat {
    background-color: #122D28;
}
#about-teck-huat::before {
    content: '';
    display: block;
    position: absolute;
    width: 30vw;
    height: 65vw;
    top: -100px;
    left: 12%;
    background-image: url(/wp-content/uploads/2025/04/word-teckhuat-portait.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
	opacity: 0.3;
}
#about-teck-huat .section-title h3 {
    font-size: 44px;
    line-height: 55px;
}
#managing-director {
    padding: 30px 0;
}
#managing-director::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #122D28;
    background-size: 100%;
    background-position: center top;
    width: 100%;
    height: 50%;
}
#managing-director .section-title p {
    color: var(--primary-white);
}
.portrait-card.pc-content h4 {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: #A78C59;
}
.portrait-card.pc-content h4 {
    font-size: 30px;
    line-height: 42px;
}
#legacy {
    padding: 70px 0;
}
.legacy .tab-content {
    padding-top: 70px;
}
#sculpting-timeless .bg-image {
    z-index: 0;
}
#sculpting-timeless .container {
    z-index: 1;
}
.legacy-nav::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #BCA288;
    top: 5px;
    left: 0;
}
.legacy-nav .legacy-nav-item {
    padding-top: 30px;
    border: none;
    background: none;
    box-shadow: none;
    color: #D6BFAB;
    font-family: var(--font-jost);
    font-weight: var(--fw-medium);
    font-size: 50px;
    line-height: 62px;
    display: block;
    margin: auto;
}
.legacy-nav .legacy-nav-item.swiper-slide-active {
    color: #000;
}
.legacy-nav .legacy-nav-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #BCA288;
}