body {
    overflow-x: hidden;
}

@media (max-width: 1024px) {
    html {
        max-width: 100% !important;
    }
}

section {
    font-size: 20px;
    line-height: 1.1;
}


/* Hiding class, making content visible only to screen readers but not visually */
/* "sr" meaning "screen-reader" */
/* https://css-tricks.com/inclusively-hidden/ */
.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


.container {
    position: relative;
    width: 90vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 9px;
    opacity: 0;
}

.animate-me {
    font-size: 25px;
    box-sizing: border-box;
    padding: 5%;
    width: 100%;
    text-align: left;
    perspective: 500px;
    font-family: Figtree;
}

@media (max-width: 1024px) {
    .animate-me {
        font-size: 12px;
        box-sizing: border-box;
        padding: 2%;
        width: 100%;
        text-align: left;
        font-family: Figtree;
    }

    .container {
        position: relative;
        width: 100%;
        height: fit-content;
    }

    #info_part1 p {
        padding-top: 10%;
        font-weight: 580;
        color: #888;
        text-align: left;
        font-style: normal;
        display: block;
        max-width: 85% !important;
        line-height: 1.3;
        font-size: 24px !important;
    }
}

#info_part1 {
    background-color: black;
    padding-bottom: 5%;
    margin-bottom: 3px;
}

#info_part1 p {
    padding-top: 10%;
    font-weight: 600;
    color: #888;
    text-align: left;
    font-style: normal;
    display: block;
    max-width: 65%;
    font-size: 35px;
    line-height: 1.3;
}

body strong {
    color: rgba(226, 226, 226, 0.98);
    font-weight: 650;
}


#info_part2 {
    background-color: black;
    display: flex;
    flex-direction: row;
}

@media (max-width: 1024px) {
    #info_part2 {
        background-color: black;
        display: flex;
        flex-direction: column;
        padding-left: 5%;
    }

    #things_info_part2 p {
        font-weight: 600;
        color: #888;
        text-align: left;
        font-style: normal;
        display: block;
        font-size: 12px !important;
        margin-top: 2%;
        max-width: 85%;
    }

    #things_info_part2 strong {
        font-weight: 600;
        font-size: 24px;
    }


    #statistics_info_part2 {
        display: flex;
        flex-direction: column;
        padding-top: 10%;
        font-size: 22px !important;
        font-weight: 650;
        max-width: 95%;
    }

    .offcanvas {
        max-width: 60% !important;
        max-height: 100vh !important;
    }

}

.info-2-stat-image {
    max-width: 90%;
    align-self: auto;
    /* 设置初始状态 - 隐藏并稍微缩小 */
    opacity: 0;
    transform: scale(0.9) translateY(20px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 当offcanvas打开时的fade in效果 */
.info-2-stat-image.animate {
    opacity: 1;
    transform: scale(1) translateY(0);
}


#red-fish-image {
    max-height: 80%;
    max-width: 45%;
    padding-left: 2%;
    padding-right: 5%;
    margin-top: 0;
    padding-top: 0;
    /* 设置初始状态 - 图片从左侧滑入 */
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 当图片进入视口时的动画效果 */
#red-fish-image.animate {
    opacity: 1;
    transform: translateX(0);
}


/* crolling - triggered */
.scroll-fade {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-fade.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* delay-animation */
.delay-50 {
    transition-delay: 0.05s;
}

.delay-200 {
    transition-delay: 0.2s;
}




#things_info_part2 {
    padding-top: 10%;
    margin-right: 10%;
}

#things_info_part2 p {
    font-weight: 600;
    color: #888;
    text-align: left;
    font-style: normal;
    display: block;
    font-size: 20px;
    margin-top: 2%;
}

#things_info_part2 strong {
    font-weight: 650;
    font-size: 27px;
}


#statistics_info_part2 {
    display: flex;
    flex-direction: column;
    padding-top: 10%;
    font-size: 35px;
    font-weight: 650;
}

.stat {
    margin-bottom: 16%;
}

.time-icon {
    background-image: url(../images/history.png);
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 5%;
}

body.light-mode .time-icon {
    filter: invert(1) brightness(0.8);
}

.info-2-stat-image {
    max-width: 90%;
    align-self: auto;
}




/* ---------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .container3d h2 {
        font-size: 1.8em !important;
    }

    #info_part3 {
        padding-bottom: 15%;
        padding-top: 15%;
    }

    .photo-card {
        transform-style: preserve-3d;
        transform-origin: center top;
        transition: transform 1s ease, opacity 0.6s ease;
        backface-visibility: hidden;
        position: relative;
        opacity: 0.95;
        display: flex;
        flex-direction: column !important;
        margin: auto;
        overflow: scroll !important;
        border-radius: 10%;
        margin-top: 3%;
        background-color: black;
        width: 220px !important;
        height: 350px !important;
    }

    .photo-card_img {
        height: auto;
        width: 100% !important;
        margin-right: 5%;
    }

}

#info_part3 {
    padding-bottom: 15%;
}

.container3d {
    perspective: 600px;
    perspective-origin: center top;
}

.container3d h2 {
    font-size: 3em;
    font-family: Figtree;
    font-weight: 720;
    color: #e5e7eb;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 6%;
}

body.light-mode .container3d h2,
body.light-mode .card-content .card-title {
    color: #000000;
}

.photo-card {
    transform-style: preserve-3d;
    transform-origin: center top;
    transition: transform 1s ease, opacity 0.6s ease;
    backface-visibility: hidden;
    position: relative;
    opacity: 0.95;
    max-width: 50%;
    display: flex;
    flex-direction: row;
    margin: auto;
    overflow: hidden;
    border-radius: 10%;
    margin-top: 3%;
    background-color: black;
}

body.light-mode .photo-card {
    background-color: rgb(255, 255, 255);
}

.card-content .card-title {
    color: aliceblue;
}

.card-content .card-subtitle {
    color: #888 !important;
}

.card-content .card-text {
    color: #bdbdbd !important;
}

body.light-mode .card-content .card-text {
    color: #212121 !important;
}


.photo-card_img {
    height: auto;
    width: 35%;
    margin-right: 5%;
}


.card-content {
    margin: auto;
    transition: opacity 0.5s ease 0.3s;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 12%;
    width: 3px;
    height: 88%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
    transform: translateX(-50%);
    transition: opacity 1s ease;
    overflow: hidden;
}

body.light-mode .timeline-line {
    filter: invert(1) brightness(0.8);
}

.controls {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

/* Animation states using Tailwind-compatible approach */
.blinds-closed {
    transform: rotateX(-75deg) translateZ(-200px);
    height: 4px;
    opacity: 0;
    pointer-events: none;
    transition: all 1s ease;
}

/* BAI YE CHUANG opened */
.blinds-open {
    transform: rotateX(0deg) translateZ(0px);
    height: auto;
    opacity: 1;
    pointer-events: auto;
    transition: all 1s ease;
}

.blinds-closed .card-content {
    opacity: 0 !important;
}

.blinds-open .card-content {
    opacity: 1 !important;
}

.timeline-visible .timeline-line {
    opacity: 1 !important;
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    #info_part4 h2 {
        font-size: 1.8em !important;
        font-family: Figtree;
        font-weight: 650 !important;
    }

    .day-card {
        position: absolute;
        right: 0;
        border-radius: 15px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        transform: translateY(-20px);
        display: none;
    }

    .card-main {
        display: flex;
        flex-direction: column !important;
        align-items: center;
        height: 100%;
        padding: 40px;
        gap: 30px;
    }

    .wheel {
        height: 140% !important;
    }

    #info_part4 {
        position: relative;
        height: fit-content;
        padding: 0 10%;
    }


}

#info_part4 h2 {
    font-size: 3em;
    font-family: Figtree;
    font-weight: 720;
    color: #e5e7eb;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 6%;
    padding-bottom: 6%;
}

body.light-mode #info_part4 h2 {
    color: #000000;
}

#info_part4 {
    position: relative;
    min-height: 100vh;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}

body.light-mode #info_part4 {
    background-color: #eaeaea;
}

/* 主容器 */
.main-container {
    width: 100%;
    max-width: 1200px;
    height: 80vh;
    position: relative;
    display: flex;
}

/* 左侧卡片显示区域 */
.cards-area {
    flex: 1;
    position: relative;
    margin-right: 120px;
    height: 100%;
}

/* 卡片基础样式 - 所有卡片初始隐藏 */
.day-card {
    position: absolute;
    right: 0;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(-20px);
    display: none;
    /* 默认隐藏 */
}

body.light-mode .day-card {
    background-color: #ffffff;
}

/* 卡片内容容器 - 使用flex水平布局 */
.card-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 40px;
    gap: 30px;
}

/* 文字内容区域 */
.text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.light-mode .day-description {
    color: #1a1a1a;
}

/* 图片内容区域 */
.image-content {
    flex: 0 0 200px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

/* 图片样式 */
.day-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.day-image:hover {
    transform: scale(1.05);
}

/* 标题样式 */
.day-title {
    font-size: 3.5em;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #f7e288 0%, #fb5204 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

/* 描述文字样式 */
.day-description {
    font-size: 1.2em;
    line-height: 1.6;
    color: #d0d0d0;
    font-weight: 500;
}

/* ========== 状态控制类 ========== */

/* 激活状态 - 大卡片，显示所有内容 */
.day-card.active {
    display: block;
    opacity: 1;
    transform: translateY(-50%);
    width: 100%;
    height: 400px;
    top: 50%;
    z-index: 3;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.day-card.active .card-content {
    opacity: 0;
    animation: contentFadeIn 1s ease 0.3s forwards;
}

.day-card.active .text-content {
    display: flex;
    /* 显示文字 */
}

.day-card.active .image-content {
    display: block;
    /* 显示图片 */
}

/* 非激活状态 - 小预览卡片，只显示图片和标题 */
.day-card.inactive {
    display: block;
    opacity: 1;
    transform: translateY(0);
    width: 350px;
    height: 120px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.day-card.inactive .card-content {
    padding: 15px;
    gap: 15px;
    opacity: 0;
    animation: previewFadeIn 0.6s ease 0.2s forwards;
}

.day-card.inactive .text-content {
    display: flex;
    /* 只显示标题 */
}

.day-card.inactive .day-title {
    font-size: 1.8em;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
}

.day-card.inactive .day-description {
    display: none;
    /* 隐藏描述文字 */
}

.day-card.inactive .image-content {
    flex: 0 0 60px;
    height: 60px;
}

/* 位置控制类 */
.day-card.prev {
    top: 50px;
    animation: slideInFromTop 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.day-card.next {
    bottom: 50px;
    animation: slideInFromBottom 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* 隐藏状态 */
.day-card.hidden {
    display: none;
}

/* 动画关键帧 */
@keyframes contentFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes previewFadeIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromTop {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromBottom {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 右侧滚轮区域 */
.wheel-area {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 400px;
}

/* 透明半圆滚轮 */
.wheel {
    width: 60px;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    border-radius: 100px 0 0 100px;
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    right: 0;
    cursor: pointer;
}

body.light-mode .wheel {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 98, 63, 0.406);
    border-right: none;
}

/* 滚轮刻度 */
.wheel-marks {
    position: absolute;
    width: 110%;
    height: 100%;
}

.wheel-mark {
    position: absolute;
    right: 8px;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 100%;
}

body.light-mode .wheel-mark {
    background-color: #ff5bce;
}

.wheel-mark.active {
    background: #fb5204;
    width: 20px;
    box-shadow: 0 0 15px rgba(251, 82, 4, 0.6);
}

body.light-mode .wheel-mark.active {
    background: #fb5204;
    width: 20px;
    box-shadow: 0 0 15px rgba(251, 82, 4, 0.6);
}


/* 滚轮标签 */
.wheel-labels {
    position: absolute;
    left: 0;
    width: 35px;
    height: 100%;
    top: 0;
    margin-right: 5%;
}

.wheel-label {
    position: absolute;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    text-align: right;
    width: 100%;
    padding-right: 5px;
}

body.light-mode .wheel-label {
    color: #000000;
}

.wheel-label.active {
    color: #fb5204;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(251, 82, 4, 0.4);
}

body.light-mode .wheel-label.active {
    color: #fb5204;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(251, 82, 4, 0.4);
}

/* media-query ai-generated */
@media (max-width: 768px) {
    .cards-area {
        margin-right: 100px;
    }

    .day-card.active .card-content {
        flex-direction: column;
        gap: 20px;
    }

    .day-card.active .image-content {
        flex: 0 0 150px;
        height: 150px;
        width: 100%;
    }

    .day-card.active .day-title {
        font-size: 2.5em;
    }

    .day-card.inactive .image-content {
        flex: 0 0 50px;
        height: 50px;
    }

    .wheel-area {
        width: 80px;
        height: 300px;
    }

    .wheel {
        width: 50px;
    }

    .wheel-labels {
        width: 25px;
    }

    .wheel-label {
        font-size: 12px;
    }
}

/* emphasize on font */
strong {
    color: rgba(226, 226, 226, 0.98);
    font-weight: 650;
}

/* -----------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
    .flex-container {
        display: flex;
        flex-direction: column !important;
        align-items: center;
        gap: 40px;
        opacity: 0;
        transition: opacity 0.5s ease-out;
        padding: 5%;
        height: fit-content !important;
    }

    #info_part5 {
        height: fit-content !important;
        padding: 5%;
    }

}

#info_part5 {
    height: 100vh;
    background: #262626;
    position: relative;
}

/* 内部滚动区域 */
.inner-scroll-area {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* 滚动内容容器 */
.scroll-content {
    height: 400vh;
    position: relative;
}

/* 固定在视口的动画容器 */
.animation-viewport {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* 舞狮视频容器 */
.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300vw;
    height: 300vh;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.1s ease-out;
}

.lion-dance-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

/* Flex布局 - 最终状态 */
.flex-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.flex-video {
    flex-shrink: 0;
    width: 320px;
    height: auto;
    position: relative;
    background: #2c2c2c;
    border-radius: 15px;
    border: 8px solid #1a1a1a;
    overflow: hidden;
}

.flex-video-content {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.flex-video-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-description {
    flex: 1;
    color: white;
    font-size: 18px;
    line-height: 1.6;
    max-width: 500px;
}

.flex-description h2 {
    margin-bottom: 15px;
    font-size: 42px;
    background: linear-gradient(160deg, rgb(214, 162, 78), #ff5b3e, rgba(255, 0, 0, 0.8), rgba(219, 95, 132, 0.914));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.flex-description p {
    margin-bottom: 15px;
    font-size: 21px;
    color: #ccc;
}

.inner-scroll-area::-webkit-scrollbar {
    display: none;
}

.inner-scroll-area {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* -----------------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 1024px) {

    #info_part6 h2 {
        font-size: 1.8em !important;
        font-family: Figtree;
        font-weight: 650 !important;

    }

    .tab-item {
        opacity: 0;
    }

    .tab-switcher {
        margin: 0 !important;
        width: 100% !important;
    }

    .text-justify {
        opacity: 0;
    }

}

#info_part6 {
    padding-top: 7%;
    padding-bottom: 7%;
    background-color: #1a1a1a;
}

body.light-mode #info_part6 {
    background-color: #ececec;
}

#info_part6 h2 {
    font-size: 3em;
    font-family: Figtree;
    font-weight: 620;
    color: #e5e7eb;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 2%;
}

body.light-mode #info_part6 h2 {
    color: #000000;
}

.tab-switcher {
    display: flex;
    list-style: none;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    margin: auto;
    width: 50%;
    background: #212121;
}

body.light-mode .tab-switcher {
    background: #bbbbbb;
}

body.light-mode .tab-item {
    color: #1a1a1a;
}

.tab-item {
    flex: 1;
    text-align: center;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 5px;
    color: #d0d0d0;
    /* 移除背景色，让滑块透过 */
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
}

/* 活跃标签样式 - 只改颜色 */
.tab-item.active {
    color: rgb(255, 255, 255);
    /* 移除background，使用滑块 */
}

/* 滑动的背景指示器 */
.tab-switcher::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% / 4 - 3.75px);
    height: calc(100% - 10px);
    background: linear-gradient(135deg, #fea862 0%, #fa226a 100%);
    border-radius: 5px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

/* 滑块位置 - 通过transform控制 */
.tab-switcher[data-active="0"]::before {
    transform: translateX(0%);
}

.tab-switcher[data-active="1"]::before {
    transform: translateX(100%);
}

.tab-switcher[data-active="2"]::before {
    transform: translateX(200%);
}

.tab-switcher[data-active="3"]::before {
    transform: translateX(300%);
}

/* 内容区域 */
.content-area {
    border-radius: 8px;
    padding: 30px;
    height: fit-content;
    width: 70%;
    padding-bottom: 5%;
    margin: auto;
}

.tab-content {
    display: none;
    color: #e5e7eb;
}

.tab-content.active {
    display: block;
    /* 关键：触发淡入动画 */
    animation: fadeIn 0.5s ease-in-out;
}

.tab-content h3 {
    text-align: right;
    font-size: 2em;
    line-height: 1.05;
    margin: 2% 1%;
    font-weight: 650;
    letter-spacing: -0.015em;
    background: linear-gradient(135deg, #f7e288 0%, #fb5204 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.tab-content p {
    text-align: left;
}

body.light-mode .tab-content p {
    color: #1a1a1a;
}

.info6-content-image {
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 15px;
}


/* CSS动画关键帧定义 */
@keyframes fadeIn {

    /* 动画开始状态 (0%) */
    from {
        opacity: 0;
        /* 完全透明 */
        transform: translateY(20px);
        /* 向下偏移20px */
    }

    /* 动画结束状态 (100%) */
    to {
        opacity: 1;
        /* 完全不透明 */
        transform: translateY(0);
        /* 回到原位 */
    }
}


/* ---------------------------------------------------------------------------------------------------------------------------------- */

.card-info7 {
    width: 420px !important;
    max-height: 534px;
}

#info_part7 {
    overflow: hidden !important;
}

#info_part7-main {
    padding-left: 450px !important;
    gap: 7%;
    padding-top: 7%;
    padding-bottom: 7%;
}

#info_part7 p {
    font-size: 17px;
    line-height: 1.4705882353;
    font-weight: 600;
    letter-spacing: -0.022em;
    text-align: right;
}

#info_part7 h2 {
    font-size: 2.8em;
    font-weight: 650;
    letter-spacing: 0.022em;
    text-align: left;
    margin-left: 5%;
    background: linear-gradient(135deg, #71b8fa 0%, #fc8bc9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    max-width: 80%;
}

.info7-fisrtCard-small h6 {
    text-align: left;
    margin-left: 5%;
    font-size: 21px;
    line-height: 1.1904761905;
    font-weight: 600;
    margin-top: 25%;
    letter-spacing: .011em;
}

body.light-mode .info7-fisrtCard-small h6 {
    color: aliceblue !important;
}



#info7-hero-card {
    background-color: #252525;
    border-radius: 5%;
}

.img-info7 {
    width: 100%;
    height: auto;
    margin: auto;
}

/* 隐藏滚动条但保持功能 */
#info_part7::-webkit-scrollbar {
    display: none;
}

#info_part7 {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (max-width: 1024px) {
    .card-info7 {
        width: 200px !important;
        max-height: 534px;
    }

    #info_part7 h2 {
        font-size: 1.3em;
    }

    .info7-fisrtCard-small {
        display: flex;
        flex-direction: column !important;
    }
}