@import url('https://swipermanager.com/wp-content/plugins/swiper-manager/assets/css/basic.css');
.swiper-manager-container.swiper-style6 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .swiper-manager-container.swiper-style6 {
            width: 100%;
            height: 100%;
            position: relative;        
            font-family: "SF Pro Text","SF Pro Icons",'Segoe UI', "Helvetica Neue","Helvetica", "Arial", sans-serif;
            --color:#fff;
            --title-font-size: 2em;
            --subtitle-font-size: 1.7em;
            --description-font-size: 1.2em;
            --btn-font-size: 17px;
            --text-align :center;
        }

        .swiper-manager-container.swiper-style6.color-white .slide-content {--color:#fff;}
        .swiper-manager-container.swiper-style6.color-black .slide-content {--color:#000;}
        .swiper-manager-container.swiper-style6.color-gray .slide-content {--color:#999;}

        .swiper-manager-container.swiper-style6.content-align-center .slide-content {--text-align :center; }
        .swiper-manager-container.swiper-style6.content-align-left .slide-content {--text-align :left; }
        .swiper-manager-container.swiper-style6.content-align-right .slide-content {--text-align :right; }

        .swiper-manager-container.swiper-style6.content-align-center .slide-content {padding: 2em 20%;  }
        .swiper-manager-container.swiper-style6.content-align-left .slide-content {padding: 2em 30% 2em 10%;  }
        .swiper-manager-container.swiper-style6.content-align-right .slide-content {padding: 2em 10% 2em 30%;  }
        
        .swiper-manager-container.swiper-style6 .swiper-slide {
            position: relative;
            overflow: hidden;
            min-height: auto; /* 竖向滚动时不需要最小高度 */
            height: 100%; /* 每个slide高度占满容器 */
        }
        
        /* Background Image and Video Styles */
        .swiper-manager-container.swiper-style6 .fixedheight .swiper-slide > div {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        /* Background Image and Video Styles */
        .swiper-manager-container.swiper-style6 .slide-background-img {
            position: relative;
            width: 100%;
            height: 100%; /* 竖向滚动时图片高度占满 */
            display: block;
            object-fit: cover; /* 确保图片覆盖整个区域 */
            z-index: 1;
        }

        .swiper-manager-container.swiper-style6 .fixedheight .slide-background-img {
        height: 100%;
        }
        
        .swiper-manager-container.swiper-style6 .video-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }
        
        .swiper-manager-container.swiper-style6 .video-container iframe,
        .swiper-manager-container.swiper-style6 .video-container video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* Content Container Styles */
        .swiper-manager-container.swiper-style6 .slide-content {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 4;
            color: var(--color);
            padding: 2em 5%;
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            max-width: 100%;
            margin: 0 auto;
            text-align: var(--text-align);
            pointer-events: none;
        }
        
        /* Text Styles */
        .swiper-manager-container.swiper-style6 .slide-title {
            font-size: var(--title-font-size);
            margin-bottom: 1rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
            color: var(--color);
        }
        
        .swiper-manager-container.swiper-style6 .slide-subtitle {
            font-size: var(--subtitle-font-size);
            margin-bottom: 1.5rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
            color: var(--color);
        }
        
        .swiper-manager-container.swiper-style6 .slide-description {
            font-size: var(--description-font-size);
            margin-bottom: 2rem;
            line-height: 1.6;
            text-shadow: 0 1px 2px rgba(0,0,0,0.5);
            color: var(--color);
        }
        
        /* Link Button Styles */
        .swiper-manager-container.swiper-style6 .slide-link {
    display: inline-block;
    padding: 12px 22px;
    background-color: #f5f5f5;
    color: #000;
    font-size:17px;
    text-decoration: none;
    border-radius: 980px;
    font-weight: 400;
    transition: all 0.3s ease;
    align-self: center;
    pointer-events: all;
}
        
        .swiper-manager-container.swiper-style6 .slide-link:hover {
            background-color: white;
            /* transform: translateY(-2px); 
            box-shadow: 0 4px 8px rgba(0,0,0,0.2); */
        }

        .swiper-manager-container.swiper-style6 .slide-btn {
    display: inline-block;
    padding: 12px 22px;
    background-color: #f5f5f5;
    color: #000;
    font-size: var(--link-font-size);
     text-shadow: none;
    line-height: calc(var(--link-font-size) + 6);
    text-decoration: none;
    border-radius: 980px;
    margin:15px;
    transition: all 0.3s ease;
    pointer-events: all;
}

.swiper-manager-container.swiper-style6 .slide-btn:hover {
    background-color: white;
    /* transform: translateY(-2px); 
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); */
}


/* Link Button Styles */
.swiper-manager-container.swiper-style6 .slide-btn-transparent {
    display: inline-block;
    padding: 12px 22px;
     background-color: rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    border: 1px solid white;
    font-size: var(--link-font-size);
    text-shadow: none;
    line-height: calc(var(--link-font-size) +6);
    text-decoration: none;
    border-radius: 980px;
    margin:15px;
    transition: all 0.3s ease;
    pointer-events: all;
}

.swiper-manager-container.swiper-style6 .slide-btn-transparent:hover {
    background-color: white;
    color:#000;
}
        
.swiper-manager-container.swiper-style6.text_animationupdown .swiper-slide-active .slide-title  {
    animation: textAnimation 0.3s ease forwards;
    animation-delay: 0.5s;
}

.swiper-manager-container.swiper-style6.text_animationupdown .swiper-slide-active .slide-subtitle  {
    animation: textAnimation 0.3s ease forwards;
    animation-delay: 0.6s;
}

.swiper-manager-container.swiper-style6.text_animationupdown .swiper-slide-active .slide-description  {
    animation: textAnimation 0.3s ease forwards;
    animation-delay: 0.7s;
}

.swiper-manager-container.swiper-style6.text_animationupdown .swiper-slide-active .slide-link  {
    animation: textAnimation 0.3s ease forwards;
    animation-delay: 0.8s;
}


/* Fade In Animation */
@keyframes textAnimationupdown {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

        
        /* Navigation Button Styles - 竖向滚动时调整为上下位置 */
        .swiper-manager-container.swiper-style6 .swiper-button-prev, 
        .swiper-manager-container.swiper-style6 .swiper-button-next {
            display: block;
            position: absolute;
            left: 50%;
            width: 32px;
            height: 32px;
            margin-left: -16px; /* 水平居中 */
            z-index: 10;
            cursor: pointer;
 
            border-radius: 50%;
            color: white;
            text-align: center;
            line-height: 24px;
            transition: all 0.3s ease;
        }

        .swiper-manager-container.swiper-style6 .swiper-button-next svg,
        .swiper-manager-container.swiper-style6 .swiper-button-prev svg,
        .swiper-manager-container.swiper-style6 .swiper-button-next:after,
        .swiper-manager-container.swiper-style6 .swiper-button-prev:after {
            margin-top:20%;
            height: 60%;
            width: 60%;
            /* 竖向滚动时旋转图标 */
            transform: rotate(90deg);
        }
        
        .swiper-manager-container.swiper-style6 .swiper-button-prev {
            top: 15px; /* 顶部位置 */
        }
        
        .swiper-manager-container.swiper-style6 .swiper-button-next {
            bottom: 120px; /* 底部位置，避开缩略图 */
        }
        
        .swiper-manager-container.swiper-style6 .swiper-button-prev:hover, 
        .swiper-manager-container.swiper-style6 .swiper-button-next:hover {
   
            transform: scale(1);
        }
        
        /* Pagination Indicator Styles */
        .swiper-manager-container.swiper-style6 .swiper-pagination {
            display: block;
            position: absolute;
            right: 15px; /* 右侧位置 */
            left: calc(100% - 15px) !important ;
            top: 50%;
            /* transform: translateY(-50%); */
            text-align: center;
            z-index: 10;
        }

        .swiper-manager-container.swiper-style6 .swiper-pagination-bullet {
            background: rgba(255, 255, 255, 0.5);
            width: 10px;
            height: 10px;
            display: block;
            margin: 8px 0;
        }

        .swiper-manager-container.swiper-style6 .swiper-pagination-bullet-active {
            background: white;
            width: 12px;
            height: 12px;
        }
        
        /* Thumbnail Slider Styles - 竖向滚动 */
        .swiper-manager-container.swiper-style6 .swiper-thumbs-container {
            position: absolute;
            bottom: 15px;
            right: 15px; /* 右侧位置 */
            top: 15px;
            width: 100px;
            z-index: 5;
        }
        
        .swiper-manager-container.swiper-style6 .thumbs-swiper {
            padding: 10px;
            border-radius: 4px;
            width: 100%;
            height: 100%;
        }
        
        .swiper-manager-container.swiper-style6 .thumbs-swiper .swiper-wrapper {
            flex-direction: column;
            justify-content: flex-end;
            height: 100%;
        }
        
        .swiper-manager-container.swiper-style6 .thumbs-swiper .swiper-slide {
            width: 60px !important;
            height: 60px !important;
            margin: 5px 0;
            opacity: 0.6;
            cursor: pointer;
            transition: all 0.3s ease;
            min-height: auto;
            border-radius: 2px;
            overflow: hidden;
        }

        .swiper-manager-container.swiper-style6 .thumbs-swiper .swiper-slide img {
            aspect-ratio: 1/1;
        }
        
        .swiper-manager-container.swiper-style6 .thumbs-swiper .swiper-slide-thumb-active {
            opacity: 1;
            border: 2px solid #fff;
            transform: scale(1.05);
        }
        
        .swiper-manager-container.swiper-style6 .thumbs-swiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .swiper-manager-container.swiper-style6 .thumb-title {
            display: none;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .swiper-manager-container.swiper-style6 {
                height: 400px; /* 移动端高度调整 */
            }
            
            .swiper-manager-container.swiper-style6 .slide-title {
                font-size: 2rem;
            }
            
            /* Mobile 1:1 aspect ratio for background images and videos */
            
            .swiper-manager-container.swiper-style6 img.md-squre,
            .swiper-manager-container.swiper-style6 iframe.md-squre,
            .swiper-manager-container.swiper-style6 video.md-squre {
                width: 100%;
                height: 100%;
                object-fit: cover !important;
            }

            .swiper-manager-container.swiper-style6 iframe.md-squre {border: none;}
            
            
            .swiper-manager-container.swiper-style6 .slide-subtitle {
                font-size: 1.2rem;
            }
            
            .swiper-manager-container.swiper-style6 .swiper-thumbs-container {
                width: 60px;
            }
            
            .swiper-manager-container.swiper-style6 .thumbs-swiper {
                padding: 8px;
            }
            
            .swiper-manager-container.swiper-style6 .thumbs-swiper .swiper-slide {
                width: 40px !important;
                height: 40px;
                margin: 3px 0;
            }
        }