.elementor-8226 .elementor-element.elementor-element-e8d7ec9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-be4e6c1 *//* 強制修正底部導覽列對齊 */
.ft-navbar .ft-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
    margin: 0;
    padding: 10px 0; /* 增加上下間距 */
}

.ft-navbar .ft-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px; /* 根據需求調整文字大小 */
    color: inherit;
}

.ft-navbar .ft-link img {
    width: 25px;   /* 設定你理想的圖標寬度 */
    height: 25px;  /* 設定你理想的圖標高度 */
    margin-bottom: 4px; /* 圖標與文字的間距 */
}/* End custom CSS */