@media (max-width: 767px) {
    .carousel-item {
        height: 200px;
    }

    .carousel-item img {
        height: 200px;
        object-fit: cover;
    }

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


    .banner-desc-box-title {
        font-size: 16px;
        font-weight: 700;
        color: #FFFFFF;
        text-align: left;
        font-family: SailecBold;
    }

    .banner-desc-box-content {
        font-size: 13px;
        color: #FFFFF5;
        text-align: left;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 10px;
        margin: auto;
        border-bottom: 1px solid #DFE4EA;
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .product-box {
        display: flex;
        align-items: start;
        width: 100%;
        max-width: 1300px;
        margin: 30px auto;
        flex-direction: column;
    }

    .product-class-list {
        width: 100%;
        position: relative;
    }

    .product-list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        /*padding: 0 0 0 50px;*/
    }

    .product-list-box {
        flex: 1;
        margin-top: 20px;
    }

    .product-class-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .product-class-item h2 {
        color: #000000;
        font-size: 1rem;
        display: inline;
        margin: 0;
    }

    .product-class-item:hover {
        background-color: #0034AD;
        cursor: pointer;
        border-radius: 99px;
        color: #FFFFFF;
    }

    .product-class-item-active {
        background-color: #0034AD;
        cursor: pointer;
        border-radius: 99px;
        color: #FFFFFF;
    }

    .product-class-item-active h2 {
        color: #FFFFFF;
    }

    .product-class-item:hover h2 {
        color: #FFFFFF;
    }

    .product-class-item img {
        width: 23px;
        height: auto;
    }

    .product-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-img {
        width: 100%;
        height: 150px;
        border: 1px solid #c4c4c4;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-img a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        /*transition: opacity 0.5s ease-in-out;*/
        position: absolute;
        background-color: white;
    }

    /*.product-img img:first-child:hover {*/
    /*    opacity: 0;*/
    /*}*/
    /*.product-img img:last-child {*/
    /*    display: none;*/
    /*    opacity: 0;*/
    /*}*/
    .product-title {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        padding: 5px 0;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .product-title a {
        color: #000000;
    }

    .product-title h3 {
        font-size: 16px;
        margin: 0;
        color: #000000;
    }

    .show-class-title {
        border: 1px solid #b2b2b2;
        border-radius: 6px;
        background: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 10px;
    }

    .mobile-nav {
        position: absolute;
        background: #ffffff;
        z-index: 1000;
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        top: 48px;
        /*下左右添加圆角*/
        border-radius: 0 0 10px 10px;
    }

    .product-class-ul {
        list-style: none;
        padding: 0;
        margin: 10px 0 0 0;
        width: 100%;
    }

    .product-class-ul li {
        height: 35px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-class-ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-class-ul-active {
        background-color: #0034AD;
        cursor: pointer;
        border-radius: 99px;
        color: #FFFFFF;
    }

    .product-class-ul-active h2 {
        color: #FFFFFF !important;
    }

    .product-class-ul h2 {
        color: #000000;
        font-size: 16px;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }


    .banner-desc-box-title {
        font-size: 28px;
        font-weight: 700;
        color: #FFFFFF;
        text-align: left;
        font-family: SailecBold;
    }

    .banner-desc-box-content {
        font-size: 14px;
        color: #FFFFF5;
        text-align: left;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 15px;
        margin: auto;
        border-bottom: 1px solid #DFE4EA;
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .product-box {
        display: flex;
        align-items: start;
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
    }

    .product-class-list {
        width: 220px;
    }

    .product-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 0 0 10px;
    }

    .product-list-box {
        flex: 1;
    }

    .product-class-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .product-class-item h2 {
        color: #000000;
        font-size: 1rem;
        display: inline;
        margin: 0;
    }

    .product-class-item:hover {
        background-color: #0034AD;
        cursor: pointer;
        border-radius: 99px;
        color: #FFFFFF;
    }

    .product-class-item-active {
        background-color: #0034AD;
        cursor: pointer;
        border-radius: 99px;
        color: #FFFFFF;
    }

    .product-class-item-active h2 {
        color: #FFFFFF;
    }

    .product-class-item:hover h2 {
        color: #FFFFFF;
    }

    .product-class-item img {
        width: 23px;
        height: auto;
    }

    .product-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-img {
        width: 100%;
        height: 180px;
        border: 1px solid #c4c4c4;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .product-img a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 12px;
        /*transition: opacity 0.5s ease-in-out;*/
        position: absolute;
        background-color: white;
    }

    /*.product-img img:first-child:hover {*/
    /*    opacity: 0;*/
    /*}*/
    /*.product-img img:last-child {*/
    /*    display: none;*/
    /*    opacity: 0;*/
    /*}*/
    .product-title {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        padding: 5px 0;
        width: 150px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: auto;
    }

    .product-title a {
        color: #000000;
    }

    .product-title h3 {
        font-size: 16px;
        margin: 0;
        color: #000000;
    }
}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 10%;
        width: 100%;
        max-width: 830px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }


    .banner-desc-box-title {
        font-size: 32px;
        font-weight: 700;
        color: #FFFFFF;
        text-align: center;
        font-family: SailecBold;
    }

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

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
        border-bottom: 1px solid #DFE4EA;
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .product-box {
        display: flex;
        align-items: start;
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
    }

    .product-class-list {
        width: 260px;
    }

    .product-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 0 0 50px;
    }

    .product-list-box {
        flex: 1;
    }

    .product-class-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .product-class-item h2 {
        color: #000000;
        font-size: 1rem;
        display: inline;
        margin: 0;
    }

    .product-class-item:hover {
        background-color: #0034AD;
        cursor: pointer;
        border-radius: 99px;
        color: #FFFFFF;
    }

    .product-class-item-active {
        background-color: #0034AD;
        cursor: pointer;
        border-radius: 99px;
        color: #FFFFFF;
    }

    .product-class-item-active h2 {
        color: #FFFFFF;
    }

    .product-class-item:hover h2 {
        color: #FFFFFF;
    }

    .product-class-item img {
        width: 23px;
        height: auto;
    }

    .product-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-img {
        width: 226px;
        height: 226px;
        border: 1px solid #c4c4c4;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-img a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        /*transition: opacity 0.5s ease-in-out;*/
        position: absolute;
        background-color: white;
    }

    /*.product-img img:first-child:hover {*/
    /*    opacity: 0;*/
    /*}*/
    /*.product-img img:last-child {*/
    /*    display: none;*/
    /*    opacity: 0;*/
    /*}*/
    .product-title {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        padding: 5px 0;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .product-title a {
        color: #000000;
    }

    .product-title h3 {
        font-size: 16px;
        margin: 0;
        color: #000000;
    }
}

/* Hero Section */
.hero-section-product {
    background-color: #fff;
    padding: 60px 0;
}

.hsp-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.hsp-content {
    flex: 1;
}

.hsp-title {
    font-size: 32px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hsp-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hsp-button {
    display: inline-block;
    background-color: #FB7306;
    /* 主题红色 */
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

@media (max-width: 767px) {
    .hsp-button {
        padding: 5px 10px;
        font-size: 13px;
    }
}

.hsp-button:hover {
    background-color: #E96800;
    /* 深一点的红色 */
    color: #fff;
}

.hsp-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
}

.hsp-image img {
    max-width: 100%;
    border-radius: 8px;
}

.work-box {
    width: 100%;
    max-width: 1300px;
    margin: 50px auto 50px;
}

.work-title {
    font-size: 32px;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    text-align: center;
}

.work-title h2 {
    padding-bottom: 50px;
}

.work-subtitle {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.work-list-box {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: 50px;
}

.work-list-box-left {
    width: 100%;
    min-width: 50%;
}

.work-list-box-left h2 {
    font-size: 28px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .work-list-box-left h2 {
        text-align: center;
    }
}

.work-list-box-nav {
    width: 100%;
    min-width: 50%;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.work-list-box-nav-item {
    /*border-left: 2px #e9e9e9 solid;*/
    color: #848484;
    /* height: 35px; */
    padding: 5px 0 0 10px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
}

.work-list-box-nav-item h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: SailecBold;
    margin: 0;
}

.work-list-box-nav-item-active h4 {
    font-family: SailecBold;
    color: #000000;
}

.work-list-box-nav-item-line {
    width: 2px;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    left: 0;
    top: 0;
}

.work-list-box-nav-item-line-active {
    background: linear-gradient(to bottom, #0033A1 50%, #e9e9e9 50%);
    background-size: 100% 200%;
    animation: changeColor 5s forwards;
}


.work-list {
    overflow: hidden;
}

.work-item-title {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    color: #FFFFFF;
    /*//添加一个渐变背景色，从透明到黑色*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    width: 100%;
}

.work-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1365px) {
    .work-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
        padding: 0 15px;
    }

    .work-title {
        font-size: 24px;
        font-family: SailecBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        text-align: center;
    }

    .work-subtitle {
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .work-list-box {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .work-list-box-nav {
        width: 100%;
        min-width: 290px;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .work-list-box-nav-item {
        /*border-left: 2px #e9e9e9 solid;*/
        color: #848484;
        padding: 5px 0 0 10px;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        cursor: pointer;
        position: relative;
    }

    .work-list-box-nav-item h4 {
        color: #848484;
        font-size: 16px;
        margin: 0;
    }

    .work-list-box-nav-item-active h4 {
        font-family: SailecBold;
        color: #000000;
    }

    .work-list-box-nav-item-line {
        width: 2px;
        height: 100%;
        background: #e9e9e9;
        position: absolute;
        left: 0;
        top: 0;
    }

    .work-list-box-nav-item-line-active {
        background: linear-gradient(to bottom, #0033A1 50%, #e9e9e9 50%);
        background-size: 100% 200%;
        animation: changeColor 5s forwards;
    }


    .work-list {
        overflow: hidden;
    }

    .work-item-title {
        position: absolute;
        bottom: 0px;
        padding: 10px;
        color: #FFFFFF;
        /*//添加一个渐变背景色，从透明到黑色*/
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        width: 100%;
    }

    .work-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .work-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0px;
    }

    .work-title {
        font-size: 24px;
        font-family: SailecBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        text-align: center;
        padding: 0 10px;
    }

    .work-subtitle {
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        padding: 0 10px;
    }

    .work-list-box {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 0 10px;
    }

    .work-list-box-nav {
        width: 100%;
        display: flex;
        gap: 20px;
        flex-direction: column;
        padding: 0 10px;
    }

    .work-list-box-nav-item {
        /*border-left: 2px #e9e9e9 solid;*/
        color: #848484;
        padding: 5px 0 0 10px;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        cursor: pointer;
        position: relative;
    }

    .work-list-box-nav-item h4 {
        color: #848484;
        font-size: 16px;
        margin: 0;
    }

    .work-list-box-nav-item-active h4 {
        font-family: SailecBold;
        color: #000000;
    }

    .work-list-box-nav-item-line {
        width: 2px;
        height: 100%;
        background: #e9e9e9;
        position: absolute;
        left: 0;
        top: 0;
    }

    .work-list-box-nav-item-line-active {
        background: linear-gradient(to bottom, #0033A1 50%, #e9e9e9 50%);
        background-size: 100% 200%;
        animation: changeColor 5s forwards;
    }


    .work-list {
        overflow: hidden;
        width: 100%;
        margin-top: 20px;
    }

    .work-item-title {
        position: absolute;
        bottom: 0px;
        padding: 20px;
        color: #FFFFFF;
        /*//添加一个渐变背景色，从透明到黑色*/
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        width: 100%;
    }

    .work-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.bg-f7f7f7 {
    background-color: #f7f7f7;
}

.remove-margin-15 {
    margin: 0 -15px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

@keyframes changeColor {
    0% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0 0;
    }
}

.work-item {
    border-radius: 12px;
}

.work-list-box-nav-item-content p {
    display: none;
    margin: 0;
}

.work-list-box-nav-item-active p {
    display: block;
}

.work-list-box-nav-item::before {
    content: '+';
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}

.work-list-box-nav-item-active::before {
    content: '-';
}

/* Process Section Styles */
.process-section {
    padding: 100px 0;
    background-color: #fff;
}

.process-section .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

/* Process Header */
.process-header {
    text-align: center;
    margin-bottom: 80px;
}

.process-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.process-title {
    font-size: 32px;
    line-height: 1.2;
    color: #222;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.process-description {
    font-size: 18px;
    line-height: 1.6;
    color: #808080;
    margin: 0 auto;
}

/* Process Grid */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.process-item {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 12px;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #e6e6e6;
}

.process-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.process-icon svg {
    color: #333;
    transition: all 0.3s ease;
}

.process-icon img {
    width: 38px;
}


.process-step {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
}

.process-text {
    font-size: 16px;
    line-height: 1.6;
    color: #575757;
    margin: 0;
}

/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) {
    .process-section {
        padding: 80px 0;
    }

    .process-header {
        margin-bottom: 60px;
    }

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

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

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .process-item {
        padding: 30px 25px;
    }

    .process-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

    .process-icon svg {
        width: 32px;
        height: 32px;
    }

    .process-step {
        font-size: 18px;
        margin-bottom: 12px;
    }

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

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

    .process-section .container {
        padding: 0 15px;
    }

    .process-header {
        margin-bottom: 50px;
    }

    .process-subtitle {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .process-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

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

    .process-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .process-item {
        padding: 25px 20px;
        text-align: center;
    }

    .process-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto 20px;
    }

    .process-icon svg {
        width: 28px;
        height: 28px;
    }

    .process-step {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .process-text {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* --- Start: How It's Made Section --- */
.how-its-made-section {
    padding: 80px 0;
    background-color: #f9fafb;
    /* Light gray background */
    overflow: hidden;
    /* Prevent arrow overflow issues */
}

.how-its-made-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    /* Center title, subtitle, cta */
}

.how-its-made-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #212529;
}

.how-its-made-subtitle {
    font-size: 16px;
    color: #7c7c7c;
    margin-bottom: 50px;
    /* Space before slider */
}

.how-its-made-slider {
    width: 100%;
    /* Full width within container */
    position: relative;
    /* Needed for absolute positioning of arrows */
    /* Optional: Add negative margins if you want slider to bleed slightly outside container padding */
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    /* width: calc(100% + 40px); */
}

.how-its-made-slider .swiper-slide {
    /* Swiper handles width based on slidesPerView */
    /* background-color: #eee; */
    /* Optional: background for slides */
    height: auto;
    /* Adjust height automatically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-its-made-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    /* Fixed height for consistency, adjust as needed */
    object-fit: cover;
    border-radius: 8px;
    /* Optional rounded corners */
}

/* Custom Navigation Arrows */
.how-its-made-button-prev,
.how-its-made-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    /* 保持或调整大小 */
    height: 44px;
    /* 保持或调整大小 */
    background-color: transparent;
    /* 透明背景 */
    border: 1px solid #828282;
    /* 白色边框 */
    border-radius: 12px;
    /* 移除圆角 */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s;
    color: #828282;
    /* 设置 SVG 默认颜色为白色 */
}

.how-its-made-button-prev:hover,
.how-its-made-button-next:hover {
    background-color: rgba(255, 255, 255, 1);
    /* 悬停时轻微背景变化 */
    color: #000;
    border: 1px solid #fff;
    /* 悬停时 SVG 颜色保持白色，可按需修改 */
}

/* 调整 SVG 样式 */
.how-its-made-button-prev svg,
.how-its-made-button-next svg {
    width: 30px;
    /* 控制 SVG 图标大小 */
    height: 30px;
    /* 控制 SVG 图标大小 */
}

.how-its-made-button-prev {
    left: 15px;
    /* 保持或调整位置 */
}

.how-its-made-button-next {
    right: 15px;
    /* 保持或调整位置 */
}

/* 确保右箭头 SVG 方向正确 */
.how-its-made-button-next svg {
    transform: scaleX(-1);
    /* 水平翻转右箭头 */
}

/* Hide arrows if swiper is disabled or has no overflow */
.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

/* Optional: Hide completely when disabled */
/*
.swiper-button-disabled {
    display: none;
}
*/

.how-its-made-cta {
    margin-top: 50px;
    /* Space after slider */
    font-size: 18px;
    font-weight: 700;
    color: #333;
    /*添加字间距*/
    letter-spacing: 0.05em;
}

.how-its-made-cta:hover {
    color: #333;
}

.how-its-made-cta span {
    overflow: hidden;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:767px) {
    .how-its-made-cta span {
        height: 40px;
    }
}

/* --- How It's Made Tablet Adjustments --- */
@media (max-width: 991px) {
    .how-its-made-section {
        padding: 60px 0;
    }

    .how-its-made-title {
        font-size: 28px;
    }

    .how-its-made-subtitle {
        margin-bottom: 40px;
    }

    .how-its-made-slider .swiper-slide img {
        height: 350px;
        /* Adjust height */
    }

    .how-its-made-button-prev {
        left: 5px;
    }

    .how-its-made-button-next {
        right: 5px;
    }

    .how-its-made-cta {
        margin-top: 40px;
        font-size: 17px;
    }

    /* 移除平板图片样式 */
    /*
    .how-its-made-button-prev img,
    .how-its-made-button-next img {
        width: 18px;
        height: 18px;
    }
    */
    /* 调整平板 SVG 样式 */
    .how-its-made-button-prev svg,
    .how-its-made-button-next svg {
        width: 18px;
        height: 18px;
    }
}

/* --- How It's Made Mobile Adjustments --- */
@media (max-width: 767px) {
    .how-its-made-section {
        padding: 40px 0;
    }

    .how-its-made-title {
        font-size: 24px;
    }

    .how-its-made-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .how-its-made-slider .swiper-slide img {
        height: 280px;
        /* Adjust height */
    }

    /* Adjust arrow size and position for mobile */
    .how-its-made-button-prev,
    .how-its-made-button-next {
        width: 36px;
        /* 保持或调整大小 */
        height: 36px;
        /* 保持或调整大小 */
        border-width: 1px;
        /* 可以调整边框粗细 */
    }

    .how-its-made-button-prev {
        left: 10px;
        /* 保持或调整位置 */
    }

    .how-its-made-button-next {
        right: 10px;
        /* 保持或调整位置 */
    }

    /* 移除移动端图片样式 */
    /*
    .how-its-made-button-prev img,
    .how-its-made-button-next img {
        width: 16px;
        height: 16px;
    }
    */
    /* 调整移动端 SVG 样式 */
    .how-its-made-button-prev svg,
    .how-its-made-button-next svg {
        width: 16px;
        height: 16px;
    }

    .how-its-made-cta {
        margin-top: 30px;
        font-size: 16px;
        padding: 0 10px;
    }
}

/* --- End: How It's Made Section --- */

/* CTA Section - Product Page */
.cta-section-product {
    padding: 80px 0;
    text-align: center;
}

.ctasp-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

.ctasp-title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.ctasp-description {
    font-size: 18px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

.ctasp-button {
    display: inline-block;
    background-color: #FB7306;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 24px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.ctasp-button:hover {
    background-color: #E96800;
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .ctasp-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .ctasp-description {
        font-size: 15px;
    }

    .ctasp-button {
        padding: 12px 25px;
        font-size: 15px;
    }

    .ctasp-title {
        font-size: 28px;
    }
}

/* How We Manage Your Project Section */
.project-management-section {
    padding: 80px 0;
}

.pm-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

.pm-header {
    text-align: center;
    margin-bottom: 50px;
}

.pm-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
}

.pm-subtitle {
    font-size: 16px;
    color: #555;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
}

.pm-process-wrapper {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

.pm-process-swiper {
    margin-bottom: 0;
    overflow: hidden;
}

.pm-process-step {
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    padding-bottom: 20px;
    top: 50%;
}

.pm-process-step .step-number {
    font-size: 24px;
    color: #333;
}

.pm-process-step .step-name {
    font-size: 16px;
    color: #333;
    text-wrap-mode: nowrap;
}

.pm-process-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.pm-process-pagination {
    position: relative !important;
    max-width: 1300px;
    margin: 0 auto !important;
    height: 1px !important;
    background: #e0e0e0 !important;
    overflow: hidden;
}

.pm-process-progressbar-fill {
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: left;
}

.pm-process-prev,
.pm-process-next {
    color: #000;
    top: 35%;
    /* transition: all 0.3s ease; */
    width: 44px;
    height: 44px;
    margin-top: -22px;
}

.pm-process-prev:hover,
.pm-process-next:hover {
    background-color: rgba(230, 230, 230, 0.5);
    border-radius: 50%;
}

.arrow-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.pm-process-prev {
    left: -40px;
}

.pm-process-next {
    right: -40px;
}

.pm-process-prev::after,
.pm-process-next::after {
    font-size: 20px;
    font-weight: bold;
}

.pm-content-swiper {
    margin-top: 50px;
}

.pm-content-slide {
    display: flex;
    gap: 50px;
    align-items: center;
}

.pm-content-image {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
}

.pm-content-image img {
    width: 100%;
    display: block;
}

.pm-content-text {
    flex: 1;
}

.pm-content-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.pm-content-description {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 1200px) {
    .pm-process-wrapper {
        padding: 0 30px;
    }

    .pm-process-prev {
        left: 0;
    }

    .pm-process-next {
        right: 0;
    }
}

@media (max-width: 991px) {
    .pm-content-slide {
        flex-direction: row;
        text-align: center;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .pm-content-slide {
        flex-direction: column;
    }

    .project-management-section {
        padding: 40px 0;
    }

    .pm-title {
        font-size: 28px;
    }

    .pm-process-wrapper {
        padding: 0 15px;
    }

    .pm-process-prev,
    .pm-process-next {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pm-process-prev {
        left: 0;
    }

    .pm-process-next {
        right: 0;
    }

    .pm-content-title {
        font-size: 20px;
    }
}

.fully-customized {
    text-align: center;
    padding: 50px 0px;
}

.fully-customized__title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.fully-customized__description {
    max-width: 1000px;
    margin: 0 auto 30px;
    color: #000;
}

.fully-customized__view-more {
    background-color: #e9ecef;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 40px;
    color: #000;
}

.fully-customized__view-more:hover {
    background-color: #d9d9d9;
    color: #000;
}

.fully-customized__content {
    display: flex;
    gap: 20px;
    align-items: stretch;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 50px;
    background: #f6f6f6;
}

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

@media (max-width: 767px) {
    .fully-customized__content {
        padding: 20px;
    }

    .fully-customized__content {
        flex-direction: column;
    }
}

.fully-customized__options-container {
    display: flex;
    flex-direction: column;
}

.fully-customized__options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    flex-grow: 1;
}

@media (max-width: 767px) {
    .fully-customized__options {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

.fully-customized__options::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, and Opera */
}

.fully-customized-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    width: 120px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media (min-width: 768px) and (max-width: 1365px) {
    .fully-customized-option{
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .fully-customized-option {
        width: 100%;
    }
}

.fully-customized-option:hover {
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
}

.fully-customized-option.active-thumbnail {
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
}

.fully-customized-option img {
    width: 48px;
    height: 48px;
}

.options-arrow {
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}

.options-arrow img {
    height: 20px;
    width: 20px;
}

.options-arrow.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.options-arrow-up img {
    transform: rotate(180deg);
}

.fully-customized__image-swiper {
    flex: 1;
    overflow: hidden;
}

.fully-customized__image-swiper img {
    width: 100%;
    border-radius: 12px;
}

.fully-customized__image-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    padding-bottom: 20px;
    font-family: SailecBold;
}

.fully-customized__image-description {
    font-size: 16px;
    color: #6c757d;
    text-align: left;
}

.contact-us-section {
    padding: 80px 0;
}

.contact-us-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.contact-us-content {
    text-align: left;
    width: 50%;
}


.contact-us-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: SailecBold;
}

.contact-us-description {
    font-size: 16px;
    color: #000;
}

.contact-us-form {
    margin-top: 40px;
    flex: 1;
}

@media (min-width: 768px) and (max-width: 1365px) {
    .contact-us-section {
        padding: 20px 0;
    }

    .contact-us-container {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .contact-us-section {
        padding: 0;
    }

    .contact-us-container {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }

    .contact-us-content {
        width: 100%;
    }

    .contact-us-form {
        margin: 0;
    }
}

.bg-F3F5F6 {
    background: #F3F5F6;
}

.faq-box {
    width: 100%;
    max-width: 1300px;
    margin: 50px auto 0px;
    padding-bottom: 50px;
}


.faq-title {
    font-size: 24px;
    font-family: SailecBold;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 40px 0;
}

.faq-title h2 {
    font-size: 24px;
    font-family: SailecBold;
    width: 100%;
    max-width: 1300px;
}

.faq-item {
    border-radius: 8px;
    background: #ffffff;
    margin: 20px 0;
    padding: 20px;
}

.faq-item-title {
    font-size: 18px;
    /*font-weight: 700;*/
    color: #000000;
    position: relative;
    cursor: pointer;
    font-family: SailecBold;
}

.faq-item-title h3 {
    font-size: 18px;
}

.faq-item-title img {
    width: 20px;
    height: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.faq-item-content {
    margin-top: 20px;
    color: #7a7a7a;
    font-size: 16px;
}

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

    .faq-item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .faq-box {
        padding: 0 15px 50px;
    }

    .faq-title {
        padding: 40px 0 0px;
    }

    .faq-item:last-child {
        margin-bottom: 0;
    }

    .faq-item-title img {
        right: -10px;
    }
}