.wp-aboutus-container {
    width: 100%;
}

.img-aboutus {
    width: 100%;
    position: relative;
}
.img-aboutus img {
    width: 100%;
}

.wp-nanda-text {
    width: 45%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.wp-nanda-text img {
    width: 100%;
}
.wp-aboutus-info {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    /* background-color: yellow; */
}


.wp-vision {
    width: 100%;
    
}
.vistion-title {
    width: 100%;
    text-align: center;
}
.vision-respons {
    width: 100%;
    margin-top: 20px;
    display: flex;
    background-color: #FAF9E9;
}
.vision-respons-left, .vision-respons-right {
    width: 50%;
}
.wp-vision-respons {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    /* background-color: yellow; */
}
.vision1 {
    width: 100%;
    text-align: center;
}
.vision2 {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.vision3 {
    width: 100%;
}
/* core value */
.wp-core-value {
    width: 100%;
    margin-top: 70px;
    /* background-color: yellow; */
}
.core-value-section {
    width: 100%;
    margin-top: 20px;
    display: flex;
    /* background-color: aqua; */
}
.core-value-left {
    width: 50%;
    /* background-color: aqua; */
}
.core-value-left-area {
    /* width: 80%; */
    margin: 0 auto;
    position: relative;
    /* background-color: yellow; */
    width: 400px;
    height: 380px;
}
.img-top {
    width: 258px;
    position: absolute;
    top: 12px;
    left: 65px;
    cursor: pointer;
}
.img-left {
    width: 227px;
    position: absolute;
    bottom: 20px;
    left: -9px;
    cursor: pointer;
}
.img-right {
    width: 227px;
    position: absolute;
    bottom: 20px;
    right: 5px;
    cursor: pointer;
}
.img-center {
    width: 112px;
    position: absolute;
    top: 120px;
    left: 139px;
}
.core-value-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;    
    /* background-color: lightgreen; */
}
.core-value-right-area {
    width: 90%;
    margin: 0 auto;
    padding: 25px;
    border-radius: 5px;
    background-color: #FAF9E9;
}
.core-value-right-title {
    width: 100%;
}
.core-value-right-text {
    width: 100%;
    margin-top: 7px;
    /* background-color: lightcoral; */
}

.nanda-story {
    width: 100%;
    margin-top: 20px;
}

.wp-info2 {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}
.info2-title {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
.info2-img {
    width: 100%;
    /* img {
        width: 100%;
    } */
}
.info2-img img {
    width: 100%;
}

.prod-list-title {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
}

.about-product-list {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-product-slider {
    float: left;
    width: 90%;
    
}
.about-product-info-box {
    float: left;
    width: 95%;
    min-height: 380px;
    margin: 25px 10px;
    cursor: pointer;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
}
.about-product-info-box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-prod-desc {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    /* background-color: yellow; */
}
.about-prod-name {
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 18px;
    color: #069347;
    /* background-color: aqua; */
}

/* history */
.wp-nanda-history {
    width: 100%;
    margin-top: 50px;
    background-color: #f5f5f5;
}
.nanda-history-area {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    /* background-color: yellow; */
}
.wp-history-content {
    width: 100%;
    display: flex;
}
.history-left {
    width: 32%;
    
}
.history-left img {
    width: 100%;
}
.history-right {
    width: 68%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* background-color: yellow; */
}
.history-title {
    width: 100%;
    
}
.history-year {
    width: 100%;
    
}
.history-text {
    width: 100%;
    
}

.wp-history-timeline {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
    border-top: 2px solid #ccc;
    /* background-color: yellow; */
}

.timeline-item {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    color: #888;
    
}

.timeline-item::before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item.active {
    color: #000;  
}

.timeline-item.active::before {
    background-color: #000;
}


@media screen and (max-width: 768px) {
    .vision-respons {
        flex-direction: column;
    }
    .vision-respons-left, .vision-respons-right {
        width: 100%;
    }

    .core-value-section {
        flex-direction: column;
    }
    .core-value-left, .core-value-right {
        width: 100%;
        
    }

    /* history */
    .history-title {
        font-size: 20px;
    }
    .history-year {
        font-size: 35px;
    }
    .history-text {
        font-size: 14px;
    }
    
    .timeline-item {
        font-size: 12px;
    }
    .timeline-item::before {
        width: 20px;
        height: 20px;
    }
}



