﻿/*Header section*/
.about-section {
    background: url(../images/Products/background1.png) no-repeat center center;
    background-size: cover;
    color: white;
    height: 397px;
    position: relative;
    margin-top: 78px;
}

.about-header-content {
    max-width: 1086px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31px;
}

.breadcrumb {
    font-size: 14px;
    color: #E9E9E9;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.80);
    margin-bottom: 26px;
    position: static;
}

.keyword-container {
    display: flex;
    justify-content: flex-start;
    gap: 9px;
    margin-top: 8px;
}


.keyword {
    background-color: transparent;
    border: 1px solid #88BEE2;
    border-radius: 15px;
    padding: 2px 14px 2px 14px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #C8E9FF;
    margin-bottom: 54px;
}

.semi-title {
    font-size: 20px;
    font-weight: 700;
    color: white;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.breadcrumb-highlight {
    color: white;
}

.about-title {
    font-size: 68px;
    font-weight: 900;
    margin-bottom: 13px;
    color: white;
    line-height: 1;
    text-shadow: 0 0 6px rgba(0,0,0,0.41);
}

.about-description {
    font-size: 16px;
    font-weight: 400;
    max-width: 1086px;
    margin: 0;
    margin-left: -4px;
    line-height: 1.6;
    color: #EFEFEF;
}

.about-highlight {
    color: white;
    font-weight: 800;
}


/*Diagram section*/
.diagram-section {
    background: url(../images/Products/background1-2.png) no-repeat center center;
    background-size: cover;
    height: 1447px;
    position: relative;
    margin-top:0px;
}

.diagram-wrapper {
    max-width: 1086px;
    margin: 0 auto;
    padding: 0 20px 50px 20px;
}

.diagram-title-container {
    text-align: center;
    margin-top:47px;
    margin-bottom:50px;
}

    
.diagram-title {
        font-size: 18px;
        font-weight: 700;
        color: black;
        margin-bottom:9px;
    }

.diagram-underline-wrapper {
    position: relative;
    width: 1088px;
    height: 2px;
    background-color: #DCDCDC;
    margin: 9px auto 30px auto;
}

.diagram-gradient-bar-1 {
    position: absolute;
    top: 0;
    left: 48%;
    transform:translateX(-50%);
    width: 503px;
    height: 2px;
    background: linear-gradient(to right, #213C9B, #54A7EE);
    pointer-events: none;
}

.diagram-gradient-bar-2 {
    position: absolute;
    top: 0;
    left: 48%;
    transform: translateX(-50%);
    width: 318px;
    height: 2px;
    background: linear-gradient(to right, #213C9B, #54A7EE);
    pointer-events: none;
}
