.main {
    padding-top: 100px;
}

.banner-desc-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner-desc-box ul {
    padding: 0 40px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

@media(min-width:768px) and (max-width:1365px) {
    .banner-desc-box ul {
        padding: 0;
        gap: 0px;
    }

    .carousel-item {
        height: 350px;
    }

    .carousel-item>img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

.banner-desc-box ul li {
    width: 260px;
}

.banner-desc-box ul li h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-height: 62px;
    flex: 1;
    margin: 0;
}

.banner-desc-box ul li p {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 120px;
    padding-left: 30px;
    padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box ul li {
        width: 40%;
    }

    .banner-desc-box ul li h3 {
        font-size: 18px;
        min-height: 40px;
    }

    .banner-desc-box ul li p {
        font-size: 16px;
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    .banner-desc-box ul {
        gap: 10px;
        padding: 0;
    }

    .banner-desc-box ul li {
        width: calc(50% - 20px);
    }

    .banner-desc-box ul li h3 {
        font-size: 16px;
        min-height: 30px;
    }

    .banner-desc-box ul li p {
        font-size: 14px;
        min-height: 80px;
    }

    .banner-row-icon img {
        width: 16px !important;
        height: 16px !important;
    }

    .carousel-inner {
        height: 400px;
    }

    .carousel-inner img {
        height: 400px;
    }
}

.banner-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.banner-row-icon {
    width: 20px;
    height: 20px;
    background-color: #C4F3D6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}

.banner-desc-box-title {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.banner-desc-box-content {
    color: #fff;
    font-size: 16px;
}

/* Breadcrumb Navigation Styles */
.breadcrumb-nav {
    padding: 20px 0;
    background-color: #fff;
}

.breadcrumb-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
}

@media(max-width:767px) {
    .breadcrumb-item {
        font-size: 12px;
    }
}

.breadcrumb-item:not(:last-child)::after {
    content: '>';
    margin-left: 10px;
    color: #999;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #222;
}

.breadcrumb-item.active {
    color: #222;
    font-weight: 500;
}

.home-icon {
    display: flex;
    align-items: center;
}

.home-icon img {
    width: 16px;
    height: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
}

.head-box {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.head-box h1 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

@media(min-width:768px) and (max-width:1365px) {
    .head-box h1 {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .head-box h1 {
        font-size: 24px;
    }
}

.head-box p {
    font-size: 18px;
    color: #000;
    text-align: center;
}

@media(min-width:768px) and (max-width:1365px) {
    .head-box p {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .head-box p {
        font-size: 16px;
    }
}

/* Customization Process Section */
.customization-process-section {
    padding: 80px 0;
}

@media(min-width:768px) and (max-width:1365px) {
    .customization-process-section {
        padding: 80px 0 40px;
    }
}

.customization-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.customization-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 60px;
}

/* Tab Navigation */
.tab-navigation {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 60px;
    border-bottom: 1px solid #000;
}

@media(min-width:768px) and (max-width:1365px) {
    .tab-navigation {
        margin-bottom: 0;
    }
}

.tab-item {
    position: relative;
    padding: 30px 60px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    flex: 1;
    max-width: 50%;
}

.tab-item:hover,
.tab-item.active {
    background-color: #fff;
}

.tab-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px 0;
}

.tab-description {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.tab-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #000;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.tab-item.active .tab-underline {
    transform: scaleX(1);
}

/* Tab Content */
.tab-content {
    position: relative;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* Process Timeline Wrapper - 参考about-us.html */
.process-timeline-wrapper {
    position: relative;
}

/* Process Navigation - 参考timeline-swiper的导航点 */
.process-navigation {
    position: absolute;
    top: 130px;
    left: 60px;
    z-index: 10;
}

.process-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.process-dot {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-dot::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E1E1E1;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.process-dot.active::before {
    width: 10px;
    height: 10px;
    background: #FF99D3;
    /* box-shadow: 0 0 0 3px #fff, 0 0 0 4px #222; */
    /* transform: scale(1); */
}



/* Process Line - 参考timeline的连接线 */
.process-line {
    position: absolute;
    top: 5px;
    left: 8px;
    right: 8px;
    height: 1px;
    background: #ddd;
    z-index: 1;
}

/* Process Swiper Container - 参考timeline-swiper */
.process-swiper-container {
    position: relative;
    width: 100%;
}

.process-swiper {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: auto;
}

.process-swiper .swiper-wrapper {
    align-items: stretch;
}

.process-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

.process-content {
    display: flex;
    align-items: center;
    gap: 80px;
    min-height: 500px;
    padding: 120px 60px 60px 60px;
    background: #fff;
    position: relative;
}

.process-text {
    flex: 1;
    max-width: 50%;
}

.process-title {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px 0;
    line-height: 1.2;
}

.process-description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

.process-image {
    flex: 1;
    max-width: 50%;
}

.process-image-placeholder {
    width: 100%;
    height: 350px;
    background: #e5e5e5;
    border-radius: 12px;
}

.process-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Navigation Buttons - 参考timeline的导航按钮 */
.process-nav-buttons {
    position: absolute;
    bottom: 60px;
    left: 60px;
    display: flex;
    gap: 15px;
    z-index: 10;
}

.process-nav-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #F0F0F0;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.process-nav-btn:hover {
    background: #FF99D3;
    color: #fff;
    transform: translateY(-2px);
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
}

.process-nav-btn:hover svg {
    fill: #fff;
}

.process-nav-btn:hover svg path {
    fill: #fff;
    stroke: #fff;
}

.process-nav-btn svg {
    width: 15px;
    height: 15px;
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1366px) {
    .customization-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .tab-item {
        padding: 25px 40px;
    }

    .tab-title {
        font-size: 20px;
    }

    .tab-description {
        font-size: 14px;
    }

    .process-content {
        gap: 40px;
        padding: 40px 0px 40px 0px;
        min-height: 400px;
    }

    .process-title {
        font-size: 22px;
    }

    .process-description {
        font-size: 16px;
    }

    .process-image-placeholder {
        height: 280px;
    }

    .process-navigation {
        top: 70px;
        left: 0px;
    }

    .process-dots {
        gap: 60px;
    }

    .process-nav-buttons {
        bottom: 40px;
        left: 40px;
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .customization-process-section {
        padding: 40px 0;
    }

    .customization-container {
        padding: 0 15px;
    }

    .customization-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .tab-navigation {
        flex-direction: row;
        gap: 0;
    }

    .tab-item {
        padding: 20px;
        max-width: 100%;
    }

    .tab-title {
        font-size: 18px;
    }

    .tab-description {
        font-size: 14px;
    }

    .process-content {
        flex-direction: column;
        gap: 30px;
        padding: 80px 20px 40px 20px;
        min-height: auto;
    }

    .process-text,
    .process-image {
        max-width: 100%;
    }

    .process-title {
        font-size: 24px;
    }

    .process-description {
        font-size: 14px;
    }

    .process-image-placeholder {
        height: 200px;
    }

    .process-navigation {
        top: 30px;
        left: 20px;
        right: 20px;
    }

    .process-dots {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .process-nav-buttons {
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .process-nav-btn {
        width: 40px;
        height: 40px;
    }

    .process-nav-btn svg {
        width: 20px;
        height: 20px;
    }
}

/* Customer Case Section Styles */
.customer-case-section {
    padding: 60px 20px;
    background-color: #F7F7F7;
    /* White background */
    overflow: hidden;
}

@media(min-width:768px) and (max-width:1365px) {
    .customer-case-section {
        padding: 40px 15px 0;
    }
}

.cc-container {
    max-width: 1680px;
    /* Full width for the carousel */
    margin: 0 auto;
    padding: 0;
    /* Adjust padding as needed */
}

.cc-main-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-bottom: 40px;
}

.customer-case-swiper {
    width: 100%;
    /* overflow: hidden; Swiper handles this */
}

.customer-case-swiper .swiper-wrapper {
    display: flex;
    /* Ensure it's a flex container, Swiper usually does this */
    align-items: stretch;
    /* This is key to make all slides in a row have the same height */
}

.cc-slide {
    overflow: hidden;
    /* Ensures content respects border-radius */
    display: flex;
    /* Make the slide itself a flex container */
    flex-direction: column;
    /* Stack its children vertically */
    /* box-shadow: 0 6px 15px rgba(0,0,0,0.07); */
    height: auto;
    /* Important: Override Swiper's potential inline height */
    align-self: stretch;
    /* Ensure the slide stretches to the height of the wrapper's flex line */
}

.cc-image-wrapper {
    width: 100%;
    aspect-ratio: 16 / 10;
    /* Placeholder */
    flex-shrink: 0;
    /* Prevent image wrapper from shrinking */
}

.cc-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cc-testimonial-content {
    padding: 25px;
    flex-grow: 1;
    /* Allows this part to fill remaining space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Pushes customer info to bottom if content is short */
}

.cc-quote {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    /* Allows quote to take up available space within testimonial content */
}

.cc-customer-info {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-top: auto;
    /* Pushes to bottom if testimonial is short */
}

.cc-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.cc-customer-details {
    /* Styles for name and role container */
}

.cc-customer-name {
    font-size: 18px;
    color: #000;
    margin: 0 0 2px 0;
    text-align: center;
    font-weight: 400;
}

.cc-customer-role {
    font-size: 13px;
    color: #555;
    margin: 0;
}

/* Responsive Adjustments for Customer Case */
@media (max-width: 991px) {
    .cc-main-title {
        font-size: 28px;
    }

    /* Swiper slidesPerView will handle column changes in JS */
}

@media (max-width: 767px) {
    .cc-container {
        padding: 0 15px;
    }

    .cc-main-title {
        font-size: 24px;
    }

    .cc-testimonial-content {
        padding: 20px;
    }

    .cc-quote {
        font-size: 14px;
    }

    .cc-customer-name {
        font-size: 15px;
    }

    .cc-avatar {
        width: 45px;
        height: 45px;
    }
}

/* Quote Section */
.quote-section {
    padding: 100px 15px;
    background: #F7F7F7;
}

@media(min-width:768px) and (max-width:1365px) {
    .quote-section {
        padding: 50px 15px;
    }
}

.quote-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.quote-main-title {
    font-size: 32px;
    color: #000;
    padding-bottom: 30px;
    margin: 0;
}

.quote-container p {
    font-size: 18px;
    color: #000;
}

.quote-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/**
 * 等宽按钮样式
 * @author XuZhenxing
 */
.btn-equal-width {
    width: 330px;
    text-align: center;
    display: inline-block;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 响应式设计 - 手机样式 */
@media (max-width: 768px) {
    .btn-equal-width {
        width: 100%;
    }
}

/* 响应式设计 - 平板样式 */
@media (min-width: 768px) and (max-width: 1366px) {
    .btn-equal-width {
        width: 330px;
    }
}

/* 响应式设计 - PC样式 */
@media (min-width: 1366px) {
    .btn-equal-width {
        width: 370px;
    }
}

.btn-custom-primary {
    background: #FF99D3;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    font-weight: 400;
    border-radius: 12px;
}

@media(min-width:768px) and (max-width:1365px) {
    .btn-custom-primary {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .btn-custom-primary {
        font-size: 14px;
    }
}

.btn-custom-primary:hover {
    background: #FF99D3;
    color: #fff;
    border: none;
    font-weight: 700;
    transform: translateY(-2px);
}