.printing-methods {
        display: flex;
        justify-content: space-around;
        padding: 20px;
    }
    .method {
        background-color: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align: center;
        width: 30%;
        border-radius: 8px;
    }
    .method img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .method h3 {
        color: #e63946;
    }
    .method p {
        font-size: 1.1em;
    }
    .cta {
        display: flex;
        justify-content: space-around;
        margin-top: 40px;
    }
    .cta a {
        display: inline-block;
        background-color: #e63946;
        color: white;
        padding: 15px 25px;
        font-size: 1.1em;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s;
    }
    .cta a:hover {
        background-color: #d62828;
    }
    .stitchedbtn {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }



    .stitchedbtn span {
        display: inline-block;
        color: #E96C18;
        font-size: 1.6em;
        text-decoration: none;
        transition: background-color 0.3s;
        cursor: pointer;
        font-weight: bold;
    }
    .stitchedbtn span.active {
        background-color: #E96C18;
        color: white;
    }
    .stitchedbtn span:hover {
        background-color: #E96C18;
        color: white;
    }

    .stitcheddata_div {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .stitcheddata_div_content1,.stitcheddata_div_content2 {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .stitcheddata_div_content1_title,.stitcheddata_div_content1_video {
        width: 100%;
    }
    .video-container {
        width: 48%;
        height: auto;
        display: inline-block;
        vertical-align: middle;

    }
    .stitcheddata_div_content1_title {
        font-weight: bold;
    }
    .cta_box {
        background: #fff;
        border-radius: 1rem;
        padding: 1.5rem 2rem 1.35rem;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
        border: 1px solid #f3f4f6;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: 0.3s ease;
        margin-bottom: 0.25rem;
        line-height: 30px;
    }
    .cta_box .icon-circle {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #e3211b;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    .cta_box .icon-circle svg {
        width: 28px;
        height: 28px;
        color: white;
    }
    .cta_box h3 {
        font-size: 1.25rem;
        font-weight: 700;
        color: #222;
        margin-bottom: 0.25rem;
        text-align: center;
        padding: 0 !important;
        margin: 0 !important;
        display: contents;
    }
    .cta_box .box-sub {
        font-weight: 600;
        color: #374151;
        font-size: 0.83rem;
    }
    .cta_box .contact-us-btn:hover {
        transform: scale(1.03);
        background-color: #e3211b;
        color: white;
        border: 1px solid #e3211b;
    }
    .cta_box .contact-us-btn {
        display: inline-block;
        width: 100%;
        padding: 0.2rem 1.5rem;
        border-radius: 0.5rem;
        font-weight: 600;
        font-size: 1rem;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
        border: 1px solid #e3211b;
        background-color: white;
        color: #222;
    }
    .cta_boxes {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(218px, 1fr));
        gap: 1rem;
        max-width: 1200px;
        margin: auto;
    }
    .stitchedbtn_header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px;
        align-content: center;
        align-items: center;
    }
    .stitchedbtn_header_right {
        margin-right: 20px;
    }

    @media screen and (min-width:798px){
        .stitcheddata_div_content1,.stitcheddata_div_content2{
            flex: 0 0 49%;
            background: #f3f3f3;
            padding: 15px 5px 20px 25px;
            margin-bottom: 20px;
            border-radius: 10px;
        }
        .stitcheddata_div_content1{
            margin-right: 2%;
        }
        
        .cta_boxes { 
            margin-top: 50px;
        }
        .stitcheddata_div_content1_title {
            height: 40px;
        }
        .stitcheddata_div_content1_title h2 {
            margin: 0;
            display: inline;
            background: #f3f3f3;
            color: #E96C18;
            padding: 0 15px;
            border: 1px solid #E96C18;
            border-radius: 10px;
            text-shadow: 1px 1px 0px white, -1px -1px 0px white, 1px -1px 0px white, -1px 1px 0px white;
        }
        .stitcheddata_div_content1_title {
            margin-bottom: 10px;
        }
        .stitchedbtn .spanleft {
            border: 1px solid #E96C18;
            border-top-left-radius: 20px;  /* 左上角圆角 */
            border-bottom-left-radius: 20px;
        }
        .stitchedbtn .spanright {
            border-top: 1px solid #E96C18; /* 上边 */
            border-right: 1px solid #E96C18; /* 右边 */
            border-bottom: 1px solid #E96C18; /* 下边 */
            border-left: none; /* 左边 */
            border-top-right-radius: 20px;  /* 左上角圆角 */
            border-bottom-right-radius: 20px;
        }
        .pc_banner {
            display: block;
        }
        .mobile_banner {
            display: none;
        }
        .stitchedbtn span {
            padding: 20px 60px;
            height: 60px;
        }
    }
    @media screen and (max-width:798px){
        .stitcheddata_div_content1,.stitcheddata_div_content2{
            flex: 0 0 100%;
            background: #f3f3f3;
            padding: 5px 0px 10px 15px;
            margin-bottom: 20px;
            border-radius: 10px;
        }
        .stitchedbtn_header_right {
            margin-top: 10px;
        }
        .stitchedbtn_header_right h5 {
            font-size: 17px;
        }
        .stitchedbtn_header_right .rte {
            font-size: 14px;
        }
        .stitchedbtn_header {
            padding: 0;
            margin-top: 10px;
            margin-left:20px;
            margin-bottom: -20px;
        }

        .stitchedbtn .spanleft {
            border: 1px solid #E96C18;
            border-top-left-radius: 20px;  /* 左上角圆角 */
            border-bottom-left-radius: 20px;
        }
        .stitchedbtn .spanright {
            border-top: 3px solid #E96C18; /* 上边 */
            border-right: 3px solid #E96C18; /* 右边 */
            border-bottom: 3px solid #E96C18; /* 下边 */
            border-left: none; /* 左边 */
            border-top-right-radius: 20px;  /* 左上角圆角 */
            border-bottom-right-radius: 20px;
        }

        .stitcheddata_div_content1_title h2 {
            margin: 0;
            display: inline;
            background: #f3f3f3;
            color: #E96C18;
            padding: 0 15px;
            border: 1px solid #E96C18;
            border-radius: 10px;
            font-weight: 500;
            text-shadow: 1px 1px 0px white, -1px -1px 0px white, 1px -1px 0px white, -1px 1px 0px white;
        }
        .stitcheddata_div_content1_title {
            margin: 10px 0;
        }
        .pc_banner {
            display: none;
        }
        .mobile_banner {
            display: block;
        }

        .stitchedbtn span {
            padding: 7px 30px;
            height: 40px;
        }
    }
