.banner-container {
    padding-top: 12vw; 
}

/* #region -----筆電動畫區塊樣式----- */
/* - 左文字欄 - */
.text-content-column {
    width: 25%;
}

/*  中間圖片區塊  */
.visual-content-column {
    width: 50%;
    position: relative;
}

.image-showcase {
    overflow: visible; /* 允許內容超出容器顯示 */
    aspect-ratio: 10/9; 
    margin-top: 7rem;
    position: relative; 
    width: 100%;
}

.background-image {
    position: absolute;
    left: 50%;
    top: 0;
    width: 160%; /* 讓鍵盤超出主容器 */
    height: 100%;
    transform: translateX(-50%);
    object-fit: contain;
}

.point-one-mask {
    left: 9.5%;
    top: 18%;
    width: 80%;
    height: 56%;
}
.point-two-mask {
    left: 0%;
    top: 77%;
    width: 18%;
    height: 5%;
}
.point-three-mask {
    left: 17%;
    top: 77%;
    width: 31%;
    height: 5.5%;
}
.point-four-mask {
    left: 66%;
    top: 78%;
    width: 30%;
    height: 5%;
}

#num1{
    left: 48%;
    top: 50%;
    height: 5%;
    width: 5%;
}
#num2{
    left: 40%;
    top: 9%;
    height: 70%;
    /* width: 50%; */
}
#num3{
    left: 50%;
    top: 10%;
    height: 64%;
    /* width: 24%; */
}
#num4{
    left: 42%;
    top: 10%;
    height: 64%;
    /* width: 24%; */
}

.floating-feature-block.on-right .feature-icon{
    margin-top: 1rem;
}


.floating-feature-block.on-right .discover-button{
    margin-top: 1.5rem;
}

/*  晶片區標題  */
.feature-title{
    width: auto ;
    padding-right: 2rem;
}

/*  進度條  */
.progress-indicator{
    width: min(27rem, 100%);  
    margin-top: 6vw;
    margin-bottom: 1rem;
}
.progress-bar {
    transform: translateX(164%);  /* 初始位置在最右邊 */
}

.progress-bar.active-1 {
    transform: translateX(-164%);  /* 移動到第一個點的位置 */
}

.progress-bar.active-2 {
    transform: translateX(-55.33%);  /* 移動到第二個點的位置 */
}

.progress-bar.active-3 {
    transform: translateX(55.33%);  /* 移動到第三個點的位置 */
}

.progress-bar.active-4 {
    transform: translateX(164%);
}

/*  右側說明項目區塊  */
.integration-points-sidebar {
    width: 25%;
}
/* #endregion */