/* style32.css - Based on ncloudstyle.css with swiper-style32 prefix */
.swiper-manager-container.swiper-style32 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.swiper-manager-container.swiper-style32 {
    width: 100%;
    font-family: 'Inter', system-ui, sans-serif;
    background-color: #ffffff;
    color: #1D1D1F;
    line-height: 1.5;
}

.swiper-manager-container.swiper-style32 .main-swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: visible;    
    display: flex;
    flex-direction: column;
}

.swiper-manager-container[class^="swiper-style"] .slide-content, .swiper-manager-container[class*=" swiper-style"] .slide-content {
    /* padding: 2rem 10%; */
    position: relative;
    z-index: 2;
}

/* Tab Navigation */
.swiper-manager-container.swiper-style32 .sticker-nav {
    background-color: #ffffff;
    width: 100%;
    z-index: 50;
    padding: 1rem 0;
    overflow-x: auto;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
}

.swiper-manager-container.swiper-style32 .sticker-nav-content {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: auto;
    -ms-overflow-style: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.swiper-manager-container.swiper-style32 .sticker-nav-content::-webkit-scrollbar {
    height: 8px;
}

.swiper-manager-container.swiper-style32 .sticker-nav-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.swiper-manager-container.swiper-style32 .sticker-nav-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.swiper-manager-container.swiper-style32 .sticker-nav-content::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.swiper-manager-container.swiper-style32 .sticker-nav-list {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 100%;
    margin: 0 auto;
    gap: 5px;
    padding: 0;
}

.swiper-manager-container.swiper-style32 .sticker-nav-item {
    flex: 0 0 auto;
    text-align: center;
    min-width: auto;
}

.swiper-manager-container.swiper-style32 .sticker-nav-link {
    font-size: 1.125rem;
    font-weight: 500;
    color: #1D1D1F;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 0.75rem 1.5rem;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}

.swiper-manager-container.swiper-style32 .sticker-nav-link:hover,
.swiper-manager-container.swiper-style32 .sticker-nav-link.active {
    color: #03C75A;
    font-weight: bold;
    border-bottom-color: #03C75A;
    background-color: rgba(3, 199, 90, 0.05);
}

/* Main Content */
.swiper-manager-container.swiper-style32 .main-content {
    padding: 3rem;
    margin-left: 0;
    min-height: auto;
}

.swiper-manager-container.swiper-style32 .content-section {
    margin-bottom: 5rem;
    scroll-margin-top: 150px;
}

.swiper-manager-container.swiper-style32 .section-title {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.swiper-manager-container.swiper-style32 .section-card {
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-bottom: 1.5rem;
}

/* Slider Styles for Tab Functionality */
.swiper-manager-container.swiper-style32 .swiper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: visible;
    display: block;
}

/* Ensure proper container layout */
.swiper-manager-container.swiper-style32 {
    position: relative;
    display: block;
    overflow: visible;
    min-height: 100vh;
}

.swiper-manager-container.swiper-style32 .swiper-slide {
    
    width: 100% !important;
    height: auto;
    min-height: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    
    margin-bottom: 5rem;
    scroll-margin-top: 150px;
}

/* All slides are visible by default */
.swiper-manager-container.swiper-style32 .swiper-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

/* Content Styles for Slides */
.swiper-manager-container.swiper-style32 .slide-title {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #1D1D1F;
}

.swiper-manager-container.swiper-style32 .slide-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #4B5563;
}

.swiper-manager-container.swiper-style32 .slide-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    line-height: 1.7;
    color: #6B7280;
}

.swiper-manager-container.swiper-style32 .slide-link {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #03C75A;
    color: white;
    text-decoration: none;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.swiper-manager-container.swiper-style32 .slide-link:hover {
    background-color: #02B550;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(3, 199, 90, 0.3);
}

