﻿#aboutUs{
    margin-bottom: 50px;
    padding:0px 100px;
    max-height: 2006px;
}

.free-gradient-bg {
    position: absolute;
    margin-top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: linear-gradient(18deg, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 0) 51%, rgba(252, 175, 23, 0.18) 100%);
    z-index: -13;
    pointer-events: none;
}

.aboutus-hero {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 1440px;
    margin: 82px auto 0 auto; 
    padding: 38px 24px;
}

.map-bg {
    position: absolute;
    top: 0;
    left: -20px;
    width: 770px;
    height: auto;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.aboutus-content-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2; 
}

.waves-aboutus {
    z-index: -10;
    position: absolute;
    display: flex;
    justify-content: center; 
    align-items: center;
    left: 0;
}

.aboutus-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 48px;
    max-width: 1440px;
    margin: 0 auto;
}


.aboutus-text {
    flex: 1;
    min-width: 320px;
}

    .aboutus-text h2 {
        font-family: SFPro-Bold;
        font-size: 22px;
        letter-spacing: -0.5px;
        color: #000;
        background: #FCC731;
        width: 285px;
        padding: 0 8px;
        margin-bottom: 24px;
    }

    .aboutus-text p {
        font-family: SFPro-Regular;
        font-size: 17px;
        color: #000000;
        line-height: 1.6;
        max-width: 700px;
    }

.aboutus-image {
    flex-shrink: 0;
    position: relative;
}

    .aboutus-image img {
        width: 500px;
        height: auto;
        position: relative;
        z-index: 2;
    }

.align-items-start {
    margin-left: -117px;
}

.divaboutus-info {
    position: absolute;
    margin-top: 72px;
    margin-left: 590px;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.aboutus-info-title {
    font-family: SFPro-Bold;
    font-size: 28px;
    letter-spacing: -0.75px;
    line-height: 0.533;
    color: #000000;
    white-space:nowrap;
}

.aboutus-info{
    font-family:SFPro-Medium;
    font-size:13px;
    letter-spacing:0.3px;
    line-height:1.429;
    color:#000000;
}

.aboutus-phone-blob {
    position: relative;
    z-index: 1;
}
    .aboutus-phone {
        width: auto;
        height: 400px;
    }

.aboutus-desc {
    display: flex;
    flex-direction: column;
    margin-left: -315px; 
    margin-top: 101px;
    z-index: 3;
    width: 400px;
}

.aboutus-p2{
    font-family:SFPro-SemiBold;
    font-size:19px;
    letter-spacing:0px;
    line-height:1.125;
    color:#000000;
}

.aboutus-p3, .aboutus-p4 {
    font-family: SFPro-Regular;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 1.286;
    color: #000000;
}

.aboutus-bottom {
    align-items: center;
    position: relative;
    max-width: 1214px;
    display: flex;
    margin: 0 auto;
}

.divaboutus-footer {
    border-radius: 20px;
    height: 228px;
    background-color: rgba(210, 210, 210, 0.1);
    padding: 16px 24px;
    margin-bottom:80px;
    margin-top:64px;
}

.aboutus-footer-title {
    font-family: SFPro-SemiBold;
    font-size: 24px;
    letter-spacing: -0.3px;
    line-height: 1.5;
    color: #000000;
}

.aboutus-footer-info {
    font-family: SFPro-Regular;
    font-size: 18px;
    letter-spacing: -0.22px;
    line-height: 1.556;
    color: #515151;
    margin:0;
}

.timeline-container-manual {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
    padding: 40px;
}

.timeline-item {
    position: relative;
    width: 25%;
    text-align: center;
}

.timeline-year {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 4px;
    font-family: SFPro-Heavy
}

.timeline-location {
    font-size: 18px;
    font-family:SFPro-Regular;
}

/* Universal line style */
.line {
    height: 5px;
    background: linear-gradient(to right, #FFFFFF 5%, #D3D3D3 30%, #FBB421 100%);
    border-radius: 5px;
    position: absolute;
}


/* 2012: right, down, right */
.line-right-2012 {
    width: 108px;
    height: 4px;
    background: linear-gradient(to right, #FFFFFF 5%, #D3D3D3 30%, #FBB421 100%);
    border-radius: 5px;
    position: absolute;
    position: absolute;
    left: 158px;
    top: 15px;
}

.line-down-2012 {
    width: 5px;
    height: 62px;
    position: absolute;
    right: 4px;
    top: 17px;
    background: linear-gradient(to top, #FFFFFF 5%, #D3D3D3 30%, #FBB421 100%);
}

.line-right2-2012 {
    width: 154px;
    height: 5px;
    top: 72px;
    right: -137px;
    position: absolute;
}

/* 2013: up, right */
.line-up-2013 {
    width: 218px;
    height: 5px;
    top: -98px;
    left: 132px;
    position: absolute;
    background: linear-gradient(to left, #FFFFFF 5%, #D3D3D3 30%, #FBB421 100%);
}

.line-right-2013 {
    width: 5px;
    height: 101px;
    bottom: 179px;
    left: 132px;
    background: linear-gradient(to top, #FFFFFF 5%, #D3D3D3 30%, #FBB421 100%);
}

/* 2017: right, down, right */
.line-right-2017 {
    width: 162px;
    height: 5px;
    top: 14px;
    left: 165px;
}

.line-down-2017 {
    width: 5px;
    height: 58px;
    top: 17px;
    background: linear-gradient(to top, #FFFFFF 5%, #D3D3D3 30%, #FBB421 100%);
    left: 322px;
}

.line-right2-2017 {
    width: 53px;
    height: 5px;
    top: 69px;
    right: -101px;
}

/* 2022: flat only */
.line-flat-2022 {
    width: 100px;
    height: 5px;
    top: 24px;
    left: -100px;
}



@media (max-width: 1440px) {
    .aboutus-bottom {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        gap: 32px;
        margin: 0 auto;
        max-width: 1100px;
        transform-origin: top center;
        transform: scale(0.9);
    }

    .aboutus-desc {
        max-width: 400px;
        flex-shrink: 0; 
    }

    .aboutus-phone-blob,
    .divaboutus-info {
        flex-shrink: 0; 
    }

    .divaboutus-info {
        margin-left: 200px;
    }
}


.timeline-hk {
    position: absolute;
    top: 205px;
    left: 276px;
    text-align:center;
}

.timeline-sg {
    top: -10px;
    position: absolute;
    left: 558px;
    text-align: center;
}

.timeline-my {
    position: absolute;
    top: 81px;
    left: 1054px;
    text-align: center;
}

.divTimeline {
    text-align: center;
    margin: auto;
    margin-bottom: 20%;
    margin-top: 10%;
    max-width: 1054px;
}

.timeline-founded {
    position: absolute;
    top: 106px;
    left: -76px;
}

.timeline-country{
    font-family: SFPro-Bold;
    letter-spacing:-0.29px;
    color: #000000;
    margin-bottom:0px;
}

.timeline-explain{
    margin-bottom: 0px;
    line-height:1.2;
    font-family: SFPro-Regular;
}

.timeline-my .timeline-explain {
    width: 120px;
}

@media (max-width: 767.98px) {
    .d-md-block {
        display: none !important;
    }

    .d-md-none {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }
}