{"id":5633,"date":"2026-06-27T09:49:01","date_gmt":"2026-06-27T09:49:01","guid":{"rendered":"https:\/\/midecnc.com\/?p=5633"},"modified":"2026-06-27T09:49:09","modified_gmt":"2026-06-27T09:49:09","slug":"cnc-bridge-saw-applications-stone-industries","status":"publish","type":"post","link":"https:\/\/midecnc.com\/ar\/cnc-bridge-saw-applications-stone-industries\/","title":{"rendered":"CNC Bridge Saw Applications Across Different Stone Industries"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"5633\" class=\"elementor elementor-5633\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fa9d02 e-con e-atomic-element e-flexbox-base e-43314d8\" data-id=\"6fa9d02\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"6fa9d02\">\n    \t\t<div class=\"elementor-element elementor-element-577d6b3 elementor-widget elementor-widget-html\" data-id=\"577d6b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Hero Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            scroll-behavior: smooth;\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        img {\n            max-width: 100%;\n            display: block;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::-webkit-scrollbar-thumb:hover { background: #374151; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n        .section-gray {\n            background-color: #f9fafb;\n            background-image:\n                radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(17, 24, 39, 0.02) 0%, transparent 50%);\n        }\n\n        \/* Hero *\/\n        .hero-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            align-items: center;\n        }\n        h1 {\n            font-size: 3.25rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 1.5rem;\n            line-height: 1.1;\n            letter-spacing: -0.03em;\n            background: linear-gradient(135deg, #111827 0%, #374151 50%, #111827 100%);\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n            animation: fadeInUp 0.8s ease-out;\n        }\n        .hero-desc {\n            font-size: 1.25rem;\n            color: #4b5563;\n            margin-bottom: 2rem;\n            line-height: 1.7;\n            animation: fadeInUp 0.8s ease-out 0.2s both;\n        }\n        .hero-buttons {\n            display: flex;\n            gap: 1rem;\n            flex-wrap: wrap;\n            animation: fadeInUp 0.8s ease-out 0.4s both;\n        }\n        .btn-primary {\n            padding: 0.875rem 1.75rem;\n            font-weight: 600;\n            color: #ffffff;\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            border-radius: 0.375rem;\n            text-decoration: none;\n            border: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 12px -2px rgba(17, 24, 39, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        .btn-primary::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, transparent 30%, rgba(255,255,255,0.2) 50%, transparent 70%);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px -4px rgba(17, 24, 39, 0.4);\n        }\n        .btn-primary:hover::before {\n            transform: translateX(100%);\n        }\n        .btn-outline {\n            padding: 0.875rem 1.75rem;\n            font-weight: 600;\n            color: #111827;\n            border: 2px solid #111827;\n            border-radius: 0.375rem;\n            text-decoration: none;\n            background-color: transparent;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            z-index: 1;\n        }\n        .btn-outline::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background-color: #111827;\n            transform: scaleX(0);\n            transform-origin: left;\n            transition: transform 0.3s ease;\n            z-index: -1;\n        }\n        .btn-outline:hover {\n            color: #ffffff;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px -4px rgba(17, 24, 39, 0.3);\n        }\n        .btn-outline:hover::before {\n            transform: scaleX(1);\n        }\n        .hero-image {\n            height: 26rem;\n            border-radius: 0.75rem;\n            overflow: hidden;\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);\n            position: relative;\n            animation: fadeInRight 0.8s ease-out 0.3s both;\n        }\n        .hero-image::after {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, transparent 0%, transparent 70%, rgba(17, 24, 39, 0.1) 100%);\n            pointer-events: none;\n        }\n        .hero-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.8s ease;\n        }\n        .hero-image:hover img {\n            transform: scale(1.05);\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        @keyframes fadeInRight {\n            from { opacity: 0; transform: translateX(30px); }\n            to { opacity: 1; transform: translateX(0); }\n        }\n\n        @media (max-width: 1024px) {\n            .hero-grid { grid-template-columns: 1fr; }\n        }\n        @media (max-width: 768px) {\n            h1 { font-size: 2.25rem; }\n            section { padding: 3rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section>\n        <div class=\"container\">\n            <div class=\"hero-grid\">\n                <div>\n                    <h1>CNC Bridge Saw Applications Across Different Stone Industries<\/h1>\n                    <p class=\"hero-desc\">\n                        From kitchen countertops to architectural fa\u00e7ades, CNC bridge saws provide modern stone manufacturers with precise, efficient, and reliable solutions.\n                    <\/p>\n                    <div class=\"hero-buttons\">\n                        <a href=\"https:\/\/midecnc.com\/ar\/support\/\" class=\"btn-primary\">\u0627\u0639\u0631\u0641 \u0623\u0643\u062b\u0631<\/a>\n                        <a href=\"https:\/\/midecnc.com\/ar\/applications\/\" class=\"btn-outline\">View Demo<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"hero-image\">\n                    <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/NC-Bridge-Saw-Applications.webp\" alt=\"CNC Bridge Saw Machine\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.hero-image');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-809efc2 e-con e-atomic-element e-flexbox-base e-25b8665\" data-id=\"809efc2\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"809efc2\">\n    \t\t<div class=\"elementor-element elementor-element-6453f25 elementor-widget elementor-widget-html\" data-id=\"6453f25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Why CNC Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        img {\n            max-width: 100%;\n            display: block;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n        .section-gray {\n            background-color: #f9fafb;\n            background-image:\n                radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(17, 24, 39, 0.02) 0%, transparent 50%);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.75rem;\n        }\n        p {\n            color: #4b5563;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Feature Grid *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n            margin-bottom: 3rem;\n        }\n        .feature-card {\n            background-color: #ffffff;\n            padding: 2rem;\n            border-radius: 0.75rem;\n            border: 1px solid #e5e7eb;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 3px;\n            background: linear-gradient(90deg, #111827 0%, #374151 100%);\n            transform: scaleX(0);\n            transform-origin: left;\n            transition: transform 0.4s ease;\n        }\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.15);\n            border-color: transparent;\n        }\n        .feature-card:hover::before {\n            transform: scaleX(1);\n        }\n        .feature-icon {\n            width: 3rem;\n            height: 3rem;\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            border-radius: 0.625rem;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            transition: all 0.4s ease;\n        }\n        .feature-card:hover .feature-icon {\n            transform: rotate(-5deg) scale(1.1);\n            background: linear-gradient(135deg, #1f2937 0%, #374151 100%);\n        }\n        .feature-icon svg {\n            width: 1.5rem;\n            height: 1.5rem;\n            stroke-width: 2;\n        }\n        .feature-card p {\n            color: #4b5563;\n            margin: 0;\n        }\n\n        \/* Large Image *\/\n        .large-image {\n            background-color: #ffffff;\n            border-radius: 0.75rem;\n            overflow: hidden;\n            box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);\n            position: relative;\n        }\n        .large-image .img-wrap {\n            height: 22rem;\n        }\n        .large-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 1024px) {\n            .feature-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n            .feature-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Why CNC Section -->\n    <section id=\"advantages\" class=\"section-gray\">\n        <div class=\"container\">\n            <h2>Why CNC Bridge Saws Are Widely Used<\/h2>\n\n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"22\" y1=\"12\" x2=\"18\" y2=\"12\"\/><line x1=\"6\" y1=\"12\" x2=\"2\" y2=\"12\"\/><line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"2\"\/><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\/><\/svg>\n                    <\/div>\n                    <h3>Higher Cutting Accuracy<\/h3>\n                    <p>Precise control over every cut ensures perfect product quality.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"6\" cy=\"6\" r=\"3\"\/><circle cx=\"6\" cy=\"18\" r=\"3\"\/><line x1=\"20\" y1=\"4\" x2=\"8.12\" y2=\"15.88\"\/><line x1=\"14.47\" y1=\"14.48\" x2=\"20\" y2=\"20\"\/><line x1=\"8.12\" y1=\"8.12\" x2=\"12\" y2=\"12\"\/><\/svg>\n                    <\/div>\n                    <h3>\u062a\u0642\u0644\u064a\u0644 \u0647\u062f\u0631 \u0627\u0644\u0645\u0648\u0627\u062f<\/h3>\n                    <p>Optimized cutting paths maximize raw material utilization.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/><\/svg>\n                    <\/div>\n                    <h3>Faster Production Cycles<\/h3>\n                    <p>Automated production processes significantly increase output.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"17 1 21 5 17 9\"\/><path d=\"M3 11V9a4 4 0 0 1 4-4h14\"\/><polyline points=\"7 23 3 19 7 15\"\/><path d=\"M21 13v2a4 4 0 0 1-4 4H3\"\/><\/svg>\n                    <\/div>\n                    <h3>Consistent Repeatability<\/h3>\n                    <p>Standardized parameters ensure uniform product quality.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/><\/svg>\n                    <\/div>\n                    <h3>\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0623\u0634\u0643\u0627\u0644 \u0627\u0644\u0645\u0639\u0642\u062f\u0629<\/h3>\n                    <p>Multi-axis control handles complex geometric shapes.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n                    <\/div>\n                    <h3>Lower Labor Requirements<\/h3>\n                    <p>Intelligent automation reduces the need for manual intervention.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"large-image\">\n                <div class=\"img-wrap\">\n                    <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/NC-Bridge-Saw-Applications1.webp\" alt=\"Stone Processing Factory\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.feature-card, .large-image, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-002532f e-con e-atomic-element e-flexbox-base e-87a3c70\" data-id=\"002532f\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"002532f\">\n    \t\t<div class=\"elementor-element elementor-element-0a05b57 elementor-widget elementor-widget-html\" data-id=\"0a05b57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Industries Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        img {\n            max-width: 100%;\n            display: block;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.75rem;\n        }\n        p {\n            color: #4b5563;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Industry Block *\/\n        .industries-list {\n            display: flex;\n            flex-direction: column;\n            gap: 3rem;\n        }\n        .industry-block {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 2rem;\n            align-items: center;\n            padding-bottom: 3rem;\n            border-bottom: 1px solid #e5e7eb;\n        }\n        .industry-block:last-child {\n            border-bottom: none;\n            padding-bottom: 0;\n        }\n        .industry-block:nth-child(even) {\n            direction: rtl;\n        }\n        .industry-block:nth-child(even) > * {\n            direction: ltr;\n        }\n        .industry-block h3 {\n            font-size: 1.75rem;\n            margin-bottom: 1rem;\n        }\n        .industry-block p {\n            margin-bottom: 1.5rem;\n            line-height: 1.75;\n        }\n        .industry-image {\n            height: 18rem;\n            border-radius: 0.75rem;\n            overflow: hidden;\n            box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);\n            position: relative;\n            transition: transform 0.4s ease, box-shadow 0.4s ease;\n        }\n        .industry-image:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.2);\n        }\n        .industry-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.8s ease;\n        }\n        .industry-image:hover img {\n            transform: scale(1.08);\n        }\n\n        \/* Product Tags *\/\n        .tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n        }\n        .tag {\n            padding: 0.375rem 0.875rem;\n            font-size: 0.875rem;\n            font-weight: 500;\n            color: #374151;\n            background-color: #f3f4f6;\n            border-radius: 9999px;\n            transition: all 0.3s ease;\n            cursor: default;\n        }\n        .tag:hover {\n            background-color: #111827;\n            color: #ffffff;\n            transform: translateY(-2px);\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 1024px) {\n            .industry-block { grid-template-columns: 1fr; }\n            .industry-block:nth-child(even) { direction: ltr; }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Industries Section -->\n    <section id=\"industries\">\n        <div class=\"container\">\n            <h2>Industry Applications<\/h2>\n\n            <div class=\"industries-list\">\n                <!-- Granite -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Granite Processing Industry<\/h3>\n                        <p>\n                            Granite remains one of the most demanding natural stones due to its exceptional hardness and durability. It is widely used in commercial buildings, outdoor landscaping, monuments, stairs, and heavy-duty flooring. A 5-axis CNC bridge saw is ideal for granite fabrication, performing straight cutting, 45\u00b0 miter cutting, sink cutouts, and curved edge cutting.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">\u0623\u0633\u0637\u062d \u0639\u0645\u0644 \u0627\u0644\u0645\u0637\u0628\u062e<\/span>\n                            <span class=\"tag\">\u0627\u0644\u0633\u0644\u0627\u0644\u0645<\/span>\n                            <span class=\"tag\">Wall cladding<\/span>\n                            <span class=\"tag\">Floor tiles<\/span>\n                            <span class=\"tag\">Monument components<\/span>\n                            <span class=\"tag\">Outdoor paving stones<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Granite-Processing-Industry.webp\" alt=\"Granite Products\">\n                    <\/div>\n                <\/div>\n\n                <!-- Marble -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Marble Manufacturing Industry<\/h3>\n                        <p>\n                            Marble is softer than granite but requires excellent surface quality because it is commonly used in luxury architectural projects. Modern CNC bridge saws optimize feed speed and cutting parameters to produce clean edges while protecting delicate stone surfaces.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Hotel flooring<\/span>\n                            <span class=\"tag\">Interior wall panels<\/span>\n                            <span class=\"tag\">Bathroom vanities<\/span>\n                            <span class=\"tag\">Decorative columns<\/span>\n                            <span class=\"tag\">Fireplace surrounds<\/span>\n                            <span class=\"tag\">Luxury furniture<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Marble-Manufacturing.webp\" alt=\"Marble Manufacturing\">\n                    <\/div>\n                <\/div>\n\n                <!-- Quartz -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Quartz Countertop Industry<\/h3>\n                        <p>\n                            Engineered quartz has become one of the fastest-growing materials in residential and commercial countertop manufacturing. A CNC bridge saw equipped with CAD\/CAM software allows operators to import countertop drawings directly, reducing manual layout work while ensuring dimensional accuracy.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">\u0641\u062a\u062d\u0627\u062a \u0627\u0644\u0623\u062d\u0648\u0627\u0636<\/span>\n                            <span class=\"tag\">\u0641\u062a\u062d\u0627\u062a \u0627\u0644\u0635\u0646\u0627\u0628\u064a\u0631<\/span>\n                            <span class=\"tag\">Curved corners<\/span>\n                            <span class=\"tag\">Waterfall edges<\/span>\n                            <span class=\"tag\">Island countertops<\/span>\n                            <span class=\"tag\">Seam preparation<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Quartz-Countertops.webp\" alt=\"Quartz Countertops\">\n                    <\/div>\n                <\/div>\n\n                <!-- Porcelain -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Porcelain Slab Processing<\/h3>\n                        <p>\n                            Large-format porcelain slabs are increasingly replacing natural stone in modern interior design. Although thinner than granite, porcelain is highly brittle and requires precise cutting. Many manufacturers choose bridge saws equipped with vacuum lifting systems to safely handle large-format slabs.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">\u0623\u0633\u0637\u062d \u0639\u0645\u0644 \u0627\u0644\u0645\u0637\u0628\u062e<\/span>\n                            <span class=\"tag\">Bathroom walls<\/span>\n                            <span class=\"tag\">Furniture panels<\/span>\n                            <span class=\"tag\">Cabinet surfaces<\/span>\n                            <span class=\"tag\">Decorative wall systems<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Porcelain-Slabs.webp\" alt=\"Porcelain Slabs\">\n                    <\/div>\n                <\/div>\n\n                <!-- Monument -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Monument and Memorial Industry<\/h3>\n                        <p>\n                            The monument industry requires high dimensional accuracy and repeatability. A CNC bridge saw performs the initial shaping before engraving or polishing operations, and can work alongside CNC engraving machines to complete complex personalized designs.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Headstones<\/span>\n                            <span class=\"tag\">Memorial plaques<\/span>\n                            <span class=\"tag\">Monument bases<\/span>\n                            <span class=\"tag\">Cemetery markers<\/span>\n                            <span class=\"tag\">Decorative stone sculptures<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Monument-Manufacturing.webp\" alt=\"Monument Manufacturing\">\n                    <\/div>\n                <\/div>\n\n                <!-- Construction Stone -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Construction Stone Industry<\/h3>\n                        <p>\n                            Large construction projects require continuous production of standardized stone components. Since construction projects often involve thousands of identical pieces, automation becomes critical. CNC bridge saws improve consistency while reducing labor costs and production errors.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Building fa\u00e7ades<\/span>\n                            <span class=\"tag\">Exterior wall panels<\/span>\n                            <span class=\"tag\">Floor paving<\/span>\n                            <span class=\"tag\">Stair treads<\/span>\n                            <span class=\"tag\">Window sills<\/span>\n                            <span class=\"tag\">Door thresholds<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp\" alt=\"Construction Stone\">\n                    <\/div>\n                <\/div>\n\n                <!-- Interior Decoration -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Interior Decoration and Custom Furniture<\/h3>\n                        <p>\n                            Interior designers increasingly use natural stone as a premium decorative material. These products often require irregular shapes, angled cuts, and customized dimensions. Multi-axis CNC bridge saws provide the flexibility needed for high-end interior fabrication.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Dining tables<\/span>\n                            <span class=\"tag\">Coffee tables<\/span>\n                            <span class=\"tag\">TV background walls<\/span>\n                            <span class=\"tag\">Reception desks<\/span>\n                            <span class=\"tag\">Luxury shelving<\/span>\n                            <span class=\"tag\">Decorative panels<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Interior-Decoration.webp\" alt=\"Interior Decoration\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.industry-block, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-1915281 e-con e-atomic-element e-flexbox-base e-e2defda\" data-id=\"1915281\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1915281\">\n    \t\t<div class=\"elementor-element elementor-element-a2b2bec elementor-widget elementor-widget-html\" data-id=\"a2b2bec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Comparison Table Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n        .section-gray {\n            background-color: #f9fafb;\n            background-image:\n                radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(17, 24, 39, 0.02) 0%, transparent 50%);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n\n        \/* Table *\/\n        .table-wrapper {\n            overflow-x: auto;\n            border-radius: 0.75rem;\n            border: 1px solid #e5e7eb;\n            box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.05);\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        thead tr {\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            color: #ffffff;\n        }\n        th {\n            padding: 1.25rem 1.5rem;\n            text-align: left;\n            font-weight: 700;\n        }\n        td {\n            padding: 1.25rem 1.5rem;\n            transition: background-color 0.2s ease;\n        }\n        tbody tr {\n            transition: transform 0.2s ease;\n        }\n        tbody tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        tbody tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        tbody tr:hover {\n            background-color: #f3f4f6;\n            transform: translateX(4px);\n        }\n        tbody td:first-child {\n            color: #111827;\n            font-weight: 600;\n        }\n        tbody td:last-child {\n            color: #4b5563;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Comparison Table Section -->\n    <section id=\"products\" class=\"section-gray\">\n        <div class=\"container\">\n            <h2>Recommended Configurations by Industry<\/h2>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Industry<\/th>\n                            <th>Recommended Configuration<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u062c\u0631\u0627\u0646\u064a\u062a<\/td>\n                            <td>5-Axis CNC Bridge Saw<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0631\u062e\u0627\u0645<\/td>\n                            <td>4+1 Axis or 5-Axis<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Quartz Countertops<\/td>\n                            <td>5-Axis CNC Bridge Saw<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Porcelain Slabs<\/td>\n                            <td>5-Axis with Vacuum Handling<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Monument Manufacturing<\/td>\n                            <td>5-Axis + CNC Engraving<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Construction Stone<\/td>\n                            <td>Automatic CNC Bridge Saw<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u0627\u0644\u062f\u064a\u0643\u0648\u0631 \u0627\u0644\u062f\u0627\u062e\u0644\u064a<\/td>\n                            <td>5-Axis CNC Bridge Saw<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Custom Stone Fabrication<\/td>\n                            <td>Bridge Saw + Waterjet Combination<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.table-wrapper, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-eef9d05 e-con e-atomic-element e-flexbox-base e-cd5d7ab\" data-id=\"eef9d05\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"eef9d05\">\n    \t\t<div class=\"elementor-element elementor-element-09a2983 elementor-widget elementor-widget-html\" data-id=\"09a2983\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Production Line Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        p {\n            color: #4b5563;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Production Line *\/\n        .production-box {\n            background-color: #ffffff;\n            border: 2px solid #111827;\n            border-radius: 0.75rem;\n            padding: 3rem;\n            position: relative;\n            overflow: hidden;\n        }\n        .production-box::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, #374151 50%, #111827 100%);\n        }\n        .production-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 1rem;\n            margin-bottom: 2rem;\n        }\n        .production-step {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            padding: 0.75rem;\n            border-radius: 0.5rem;\n            transition: all 0.3s ease;\n        }\n        .production-step:hover {\n            background-color: #f9fafb;\n            transform: translateY(-2px);\n        }\n        .step-number {\n            flex-shrink: 0;\n            width: 2rem;\n            height: 2rem;\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            border-radius: 9999px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            font-weight: 700;\n            font-size: 0.875rem;\n            transition: transform 0.3s ease;\n        }\n        .production-step:hover .step-number {\n            transform: scale(1.15) rotate(5deg);\n        }\n        .production-step p {\n            margin: 0;\n            color: #374151;\n        }\n        .production-footer {\n            text-align: center;\n            padding-top: 2rem;\n            border-top: 1px solid #e5e7eb;\n            margin: 0;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 1024px) {\n            .production-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n            .production-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Production Line Section -->\n    <section>\n        <div class=\"container\">\n            <h2>Stone Factory Production Lines<\/h2>\n\n            <div class=\"production-box\">\n                <div class=\"production-grid\">\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">1<\/div>\n                        <p>Slab loading<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">2<\/div>\n                        <p>Automatic measurement<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">3<\/div>\n                        <p>CAD nesting<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">4<\/div>\n                        <p>CNC bridge saw cutting<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">5<\/div>\n                        <p>Edge polishing<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">6<\/div>\n                        <p>\u062d\u0641\u0631<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">7<\/div>\n                        <p>Waterjet (optional)<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">8<\/div>\n                        <p>Inspection &amp; Packaging<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"production-footer\">\n                    Integrating multiple CNC machines significantly increases throughput while maintaining consistent product quality.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.production-box, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-1106862 e-con e-atomic-element e-flexbox-base e-be16bc4\" data-id=\"1106862\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1106862\">\n    \t\t<div class=\"elementor-element elementor-element-408b4f4 elementor-widget elementor-widget-html\" data-id=\"408b4f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>CTA Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.75rem;\n        }\n\n        \/* CTA Section - Full-Bleed gradient background *\/\n        .cta {\n            background: linear-gradient(135deg, #111827 0%, #1f2937 50%, #111827 100%);\n            color: #ffffff;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        .cta::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 50%);\n            animation: rotate 20s linear infinite;\n        }\n        .cta > .container {\n            position: relative;\n            z-index: 1;\n        }\n        .cta h2 {\n            color: #ffffff;\n            margin-bottom: 1.5rem;\n        }\n        .cta h2::after {\n            background: linear-gradient(90deg, #ffffff 0%, transparent 100%);\n        }\n        .cta-desc {\n            font-size: 1.125rem;\n            color: #d1d5db;\n            max-width: 42rem;\n            margin: 0 auto 3rem;\n            line-height: 1.7;\n        }\n        .cta-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1.5rem;\n            margin-bottom: 3rem;\n        }\n        .cta-card {\n            background-color: rgba(255, 255, 255, 0.08);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 0.75rem;\n            padding: 1.75rem;\n            backdrop-filter: blur(8px);\n            -webkit-backdrop-filter: blur(8px);\n            text-align: left;\n            transition: all 0.4s ease;\n        }\n        .cta-card:hover {\n            background-color: rgba(255, 255, 255, 0.12);\n            transform: translateY(-6px);\n            border-color: rgba(255, 255, 255, 0.2);\n        }\n        .cta-icon {\n            width: 2.75rem;\n            height: 2.75rem;\n            background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 0.625rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            margin-bottom: 1rem;\n            transition: all 0.4s ease;\n        }\n        .cta-card:hover .cta-icon {\n            transform: scale(1.1);\n            background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);\n        }\n        .cta-icon svg {\n            width: 1.25rem;\n            height: 1.25rem;\n            stroke-width: 2;\n        }\n        .cta-card h3 {\n            color: #ffffff;\n            margin-bottom: 0.5rem;\n        }\n        .cta-card p {\n            color: #d1d5db;\n            font-size: 0.875rem;\n            margin: 0;\n        }\n        .cta-btn {\n            display: inline-block;\n            padding: 1.125rem 2.5rem;\n            font-weight: 700;\n            color: #111827;\n            background-color: #ffffff;\n            border-radius: 0.5rem;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 20px -4px rgba(255, 255, 255, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        .cta-btn::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, transparent 30%, rgba(17, 24, 39, 0.1) 50%, transparent 70%);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n        .cta-btn:hover {\n            transform: translateY(-3px) scale(1.02);\n            box-shadow: 0 8px 30px -4px rgba(255, 255, 255, 0.4);\n        }\n        .cta-btn:hover::before {\n            transform: translateX(100%);\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @keyframes rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n\n        @media (max-width: 1024px) {\n            .cta-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n            .cta-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- CTA Section -->\n    <section class=\"cta\" id=\"contact\">\n        <div class=\"container\">\n            <h2>Choose the Right CNC Bridge Saw for Your Business<\/h2>\n            <p class=\"cta-desc\">\n                Different industries have different production priorities. Before investing in equipment, manufacturers should evaluate stone types, product types, daily capacity, automation requirements, factory space, and future business expansion.\n            <\/p>\n\n            <div class=\"cta-grid\">\n                <div class=\"cta-card\">\n                    <div class=\"cta-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16.5 9.4l-9-5.19\"\/><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\/><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\/><\/svg>\n                    <\/div>\n                    <h3>Stone Materials<\/h3>\n                    <p>Evaluate the main stone types to be processed<\/p>\n                <\/div>\n                <div class=\"cta-card\">\n                    <div class=\"cta-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"\/><polyline points=\"2 17 12 22 22 17\"\/><polyline points=\"2 12 12 17 22 12\"\/><\/svg>\n                    <\/div>\n                    <h3>Product Types<\/h3>\n                    <p>Determine the range of products to be manufactured<\/p>\n                <\/div>\n                <div class=\"cta-card\">\n                    <div class=\"cta-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\/><polyline points=\"17 6 23 6 23 12\"\/><\/svg>\n                    <\/div>\n                    <h3>Capacity Needs<\/h3>\n                    <p>Calculate daily production output targets<\/p>\n                <\/div>\n            <\/div>\n\n            <a href=\"https:\/\/wa.me\/8615594977687\" class=\"cta-btn\">Start Consultation<\/a>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.cta-card, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-607ff34f e-grid e-con-boxed e-con e-parent\" data-id=\"607ff34f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-49618a9f e-con-full e-flex e-con e-child\" data-id=\"49618a9f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2412d9bf elementor-widget elementor-widget-heading\" data-id=\"2412d9bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0627\u0644\u0622\u0644\u0627\u062a \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2082f620 elementor-widget elementor-widget-text-editor\" data-id=\"2082f620\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0644\u0645\u062a\u062e\u0635\u0635\u064a \u0627\u0644\u062f\u064a\u0643\u0648\u0631 \u0627\u0644\u062f\u0627\u062e\u0644\u064a\u060c \u062a\u0642\u062f\u0645 Midecnc \u0622\u0644\u0627\u062a CNC \u062a\u0648\u0641\u0631 \u0627\u0644\u062f\u0642\u0629 \u0648\u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0648\u0627\u0644\u0645\u0631\u0648\u0646\u0629 \u0627\u0644\u0625\u0628\u062f\u0627\u0639\u064a\u0629. \u0633\u0648\u0627\u0621 \u0643\u0646\u062a \u062a\u0639\u0645\u0644 \u0645\u0639 \u0627\u0644\u062d\u062c\u0631 \u0627\u0644\u0645\u0635\u0646\u064e\u0651\u0639 \u0623\u0648 \u0627\u0644\u0623\u0644\u0648\u0627\u062d \u0627\u0644\u062e\u0632\u0641\u064a\u0629 \u0623\u0648 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u0631\u0643\u0628\u0629\u060c \u0641\u0625\u0646 \u0645\u0646\u0627\u0634\u064a\u0631 \u0627\u0644\u062c\u0633\u0631 \u0648\u0623\u0646\u0638\u0645\u0629 \u0627\u0644\u0646\u0642\u0634 \u0644\u062f\u064a\u0646\u0627 \u0645\u064f\u062d\u0633\u064e\u0651\u0646\u0629 \u0644\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0641\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u0635\u0646\u064a\u0639 \u0627\u0644\u0647\u064a\u0643\u0644\u064a \u0645\u0639\u064b\u0627.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68ad6b31 e-grid e-con-full e-con e-child\" data-id=\"68ad6b31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-75142b2a e-con-full e-flex e-con e-child\" data-id=\"75142b2a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6014c597 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"6014c597\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/product\/5-axis-cnc-bridge-saw\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1000\" height=\"692\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw.webp\" class=\"elementor-animation-grow attachment-full size-full wp-image-5354\" alt=\"\" srcset=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw.webp 1000w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-300x208.webp 300w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-768x531.webp 768w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-18x12.webp 18w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-600x415.webp 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-386eb76e e-con-full e-flex e-con e-child\" data-id=\"386eb76e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-451c348a elementor-widget elementor-widget-heading\" data-id=\"451c348a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0645\u0646\u0634\u0627\u0631 \u062c\u0633\u0631 CNC \u0628\u062e\u0645\u0633\u0629 \u0645\u062d\u0627\u0648\u0631<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d1c918 elementor-widget elementor-widget-heading\" data-id=\"5d1c918\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">\u0645\u0635\u0645\u0645\u0629 \u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u062f\u064a\u0643\u0648\u0631 \u0627\u0644\u062f\u0627\u062e\u0644\u064a \u0648\u0627\u0644\u0645\u0639\u0645\u0627\u0631\u064a \u0627\u0644\u0631\u0627\u0642\u064a\u0629\u060c \u062a\u062a\u064a\u062d \u0645\u0646\u0634\u0627\u0631 \u0627\u0644\u062c\u0633\u0631 CNC \u0630\u0648 5 \u0645\u062d\u0627\u0648\u0631 \u062a\u0646\u0641\u064a\u0630 \u0639\u0645\u0644\u064a\u0627\u062a \u0642\u0637\u0639 \u0645\u0627\u0626\u0644\u0629 \u062f\u0642\u064a\u0642\u0629 \u0644\u0644\u063a\u0627\u064a\u0629\u060c \u0648\u062a\u0634\u0643\u064a\u0644 \u0645\u0646\u062d\u0646\u064a\u0627\u062a\u060c \u0648\u0641\u062a\u062d\u0627\u062a \u0627\u0644\u0623\u062d\u0648\u0627\u0636\u060c \u0648\u062d\u062a\u0649 \u0627\u0644\u0646\u062d\u062a \u0627\u0644\u0628\u0627\u0631\u0632 \u2013 \u0643\u0644 \u0630\u0644\u0643 \u0636\u0645\u0646 \u0633\u064a\u0631 \u0639\u0645\u0644 \u0630\u0643\u064a \u0648\u0627\u062d\u062f. \u0645\u0635\u0645\u0645\u0629 \u0644\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u062d\u062c\u0631 \u0627\u0644\u0645\u064f\u0644\u0628\u0651\u062f\u060c \u0648\u0627\u0644\u0631\u062e\u0627\u0645\u060c \u0648\u0627\u0644\u0643\u0648\u0627\u0631\u062a\u0632\u060c \u0648\u0627\u0644\u0623\u0644\u0648\u0627\u062d \u0627\u0644\u062e\u0632\u0641\u064a\u0629\u060c \u0648\u062a\u0648\u0641\u0631 \u0643\u0641\u0627\u0621\u0629 \u0648\u062a\u0639\u062f\u062f \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0627\u062a \u0644\u0627 \u0645\u062b\u064a\u0644 \u0644\u0647\u0645\u0627 \u0644\u0644\u0645\u0635\u0645\u0645\u064a\u0646 \u0648\u0627\u0644\u0645\u0635\u0627\u0646\u0639.<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e934a40 elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4e934a40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u0646\u0638\u0627\u0645 \u0627\u0644\u062a\u0635\u0648\u064a\u0631 \u0648\u0627\u0644\u0643\u0624\u0648\u0633 \u0627\u0644\u0634\u0641\u0627\u0637\u0629: \u0646\u0638\u0627\u0645 \u0645\u062a\u0642\u062f\u0645 \u0644\u0645\u062d\u0627\u0630\u0627\u0629 \u0648\u062a\u062b\u0628\u064a\u062a \u0627\u0644\u062d\u062c\u0631 \u064a\u0639\u0632\u0632 \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u0648\u0627\u0644\u062f\u0642\u0629.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u0642\u0637\u0639 \u062d\u0642\u064a\u0642\u064a \u0628\u062e\u0645\u0633\u0629 \u0645\u062d\u0627\u0648\u0631: \u064a\u0648\u0641\u0631 \u062d\u0631\u0643\u0629 \u0643\u0627\u0645\u0644\u0629 \u0641\u064a XYZ \u0645\u0639 \u062f\u0648\u0631\u0627\u0646 \u0648\u0645\u064a\u0644 \u0627\u0644\u0645\u063a\u0632\u0644 \u0644\u0644\u062a\u0634\u0643\u064a\u0644 \u062b\u0644\u0627\u062b\u064a \u0627\u0644\u0623\u0628\u0639\u0627\u062f \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u060c \u0648\u062a\u0634\u0643\u064a\u0644 \u0627\u0644\u062d\u0648\u0627\u0641\u060c \u0648\u0627\u0644\u0642\u0637\u0639 \u0627\u0644\u0645\u0627\u0626\u0644 (\u062d\u062a\u0649 45 \u062f\u0631\u062c\u0629).<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u064a\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0627\u0644\u0623\u0634\u0643\u0627\u0644 \u0627\u0644\u0645\u0639\u0642\u062f\u0629: \u0645\u062b\u0627\u0644\u064a \u0644\u0642\u0635 \u0627\u0644\u0645\u062b\u0644\u062b\u0627\u062a\u060c \u0648\u0627\u0644\u0628\u064a\u0636\u0627\u0648\u064a\u060c \u0648\u0627\u0644\u0623\u0644\u0645\u0627\u0633\u060c \u0648\u0627\u0644\u062f\u0648\u0627\u0626\u0631\u060c \u0648\u0623\u0633\u0637\u062d \u0627\u0644\u0639\u0645\u0644\u060c \u0648\u0627\u0644\u0637\u0627\u0648\u0644\u0627\u062a\u060c \u0648\u0627\u0644\u0645\u0632\u064a\u062f.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25eff632 elementor-widget elementor-widget-button\" data-id=\"25eff632\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/midecnc.com\/ar\/5-axis-cnc-bridge-saw\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0639\u0631\u0636 \u062c\u0645\u064a\u0639 \u0627\u0644\u0622\u0644\u0627\u062a<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70c70d06 e-con-full e-flex e-con e-child\" data-id=\"70c70d06\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a357480 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"1a357480\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/product\/41-cnc-bridge-saw-4-aixs-marble-stone-bridge-saw-machine\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1706\" height=\"1279\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3.jpg\" class=\"elementor-animation-grow attachment-full size-full wp-image-746\" alt=\"\" srcset=\"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3.jpg 1706w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-300x225.jpg 300w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-1024x768.jpg 1024w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-768x576.jpg 768w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-1536x1152.jpg 1536w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-16x12.jpg 16w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-1320x990.jpg 1320w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-600x450.jpg 600w\" sizes=\"(max-width: 1706px) 100vw, 1706px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ff35bef e-con-full e-flex e-con e-child\" data-id=\"7ff35bef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30dea7b8 elementor-widget elementor-widget-heading\" data-id=\"30dea7b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0645\u0646\u0634\u0627\u0631 \u062c\u0633\u0631 CNC \u0628\u0640 4+1 \u0645\u062d\u0648\u0631<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78922164 elementor-widget elementor-widget-heading\" data-id=\"78922164\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">\u062e\u064a\u0627\u0631 \u0645\u062b\u0627\u0644\u064a \u0644\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u062a\u064a \u062a\u062a\u0637\u0644\u0628 \u0642\u0637\u0639\u064b\u0627 \u0628\u0632\u0627\u0648\u064a\u0629\u060c \u062a\u0644\u0645\u064a\u0639\u064b\u0627 \u062e\u0637\u064a\u064b\u0627\u060c \u0648\u062a\u0641\u0631\u064a\u0632\u064b\u0627 \u0645\u062f\u0645\u062c\u064b\u0627. \u0645\u0648\u062b\u0648\u0642 \u0648\u0633\u0631\u064a\u0639 \u0648\u0633\u0647\u0644 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0642\u0635 \u0627\u0644\u062f\u0627\u062e\u0644\u064a\u0629 \u0627\u0644\u064a\u0648\u0645\u064a\u0629.<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2636f603 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2636f603\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"> \u062f\u0648\u0631\u0627\u0646 \u0627\u0644\u0634\u0641\u0631\u0629 \u00b190\u00b0 \u0645\u0639 \u0645\u064a\u0644 \u0645\u0646 0 \u0625\u0644\u0649 90\u00b0<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u0645\u062b\u0627\u0644\u064a \u0644\u0623\u062e\u0627\u062f\u064a\u062f \u0627\u0644\u062e\u0632\u0627\u0626\u0646 \u0648\u0641\u062a\u062d\u0627\u062a \u0627\u0644\u0625\u0636\u0627\u0621\u0629<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u0647\u064a\u0643\u0644 \u0642\u0648\u064a \u0648\u062a\u062d\u0643\u0645 \u0633\u0647\u0644: \u0645\u0635\u0645\u0645 \u0644\u0644\u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u0648\u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0628\u062f\u064a\u0647\u064a<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2809c94c elementor-widget elementor-widget-button\" data-id=\"2809c94c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/midecnc.com\/ar\/4-axis-cnc-bridge-saw\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0639\u0631\u0636 \u062c\u0645\u064a\u0639 \u0627\u0644\u0622\u0644\u0627\u062a<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7597a67f e-con-full e-flex e-con e-child\" data-id=\"7597a67f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d47b500 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"6d47b500\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/product\/5-axis-waterjet-cutting-stone-metal-ceramics\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"596\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet.webp\" class=\"elementor-animation-grow attachment-full size-full wp-image-5349\" alt=\"\" srcset=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet.webp 1000w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-300x179.webp 300w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-768x458.webp 768w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-18x12.webp 18w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-600x358.webp 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3d86fcb e-con-full e-flex e-con e-child\" data-id=\"3d86fcb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13323510 elementor-widget elementor-widget-heading\" data-id=\"13323510\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0622\u0644\u0629 \u0642\u0637\u0639 CNC \u0628\u0646\u0641\u062b \u0627\u0644\u0645\u0627\u0621 \u0630\u0627\u062a 5 \u0645\u062d\u0627\u0648\u0631 \u0628\u0646\u0638\u0627\u0645 AC (4020AC)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c3b083a elementor-widget elementor-widget-heading\" data-id=\"7c3b083a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">\u0646\u0645\u0648\u0630\u062c \u0631\u0627\u0626\u062f \u0644\u0642\u0635 \u0627\u0644\u0623\u0644\u0648\u0627\u062d \u0643\u0628\u064a\u0631\u0629 \u0627\u0644\u062d\u062c\u0645\u060c \u062a\u0634\u0643\u064a\u0644 \u0627\u0644\u062d\u0648\u0627\u0641\u060c \u0648\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0632\u0648\u0627\u064a\u0627 \u0627\u0644\u0645\u0627\u0626\u0644\u0629. \u0645\u062b\u0627\u0644\u064a \u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u062f\u064a\u0643\u0648\u0631 \u0627\u0644\u062f\u0627\u062e\u0644\u064a \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0628\u0648\u0631\u0633\u0644\u064a\u0646\u060c \u0627\u0644\u062d\u062c\u0631 \u0627\u0644\u0645\u064f\u0644\u0628\u062f\u060c \u0648\u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0632\u062e\u0631\u0641\u064a\u0629.<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5be6f2b6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5be6f2b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u0642\u0637\u0639 \u062a\u062f\u0627\u062e\u0644\u064a \u0643\u0627\u0645\u0644 \u0628\u062e\u0645\u0633\u0629 \u0645\u062d\u0627\u0648\u0631 \u0644\u0625\u0646\u0634\u0627\u0621 \u0648\u0635\u0644\u0627\u062a \u0633\u0644\u0633\u0629 \u0648\u0632\u0648\u0627\u064a\u0627 \u0641\u0646\u064a\u0629<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u0627\u0644\u062a\u0639\u0634\u064a\u0642 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a \u0648\u062a\u062d\u0633\u064a\u0646 \u0645\u0633\u0627\u0631 \u0627\u0644\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0630\u0643\u064a \u0644\u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u0641\u0627\u0642\u062f<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u064a\u062f\u0639\u0645 \u0627\u0644\u062e\u0632\u0641\u060c \u0627\u0644\u062d\u062c\u0631 \u0627\u0644\u0645\u064f\u0644\u0628\u062f\u060c \u0627\u0644\u0632\u062c\u0627\u062c\u060c MDF\u060c \u0648\u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u0631\u0643\u0628\u0629<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-672db214 elementor-widget elementor-widget-button\" data-id=\"672db214\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/midecnc.com\/ar\/ac-5-axis-cnc-waterjet-cutting-machine\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0639\u0631\u0636 \u062c\u0645\u064a\u0639 \u0627\u0644\u0622\u0644\u0627\u062a<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61231ab6 e-flex e-con-boxed e-con e-parent\" data-id=\"61231ab6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3f4ef06a e-con-full e-flex e-con e-child\" data-id=\"3f4ef06a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f2a295 elementor-widget elementor-widget-heading\" data-id=\"5f2a295\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0641\u0631\u064a\u0642 \u0645\u0628\u064a\u0639\u0627\u062a \u0627\u0644\u062e\u0628\u0631\u0627\u0621 \u0644\u062f\u064a\u0646\u0627<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63476954 elementor-widget elementor-widget-text-editor\" data-id=\"63476954\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0633\u0648\u0627\u0621 \u0643\u0646\u062a \u0628\u062d\u0627\u062c\u0629 \u0625\u0644\u0649 \u0642\u0627\u0637\u0639 \u062d\u0641\u0631 \u0635\u062e\u0648\u0631 \u0628\u0631\u0623\u0633 \u0648\u0627\u062d\u062f \u0645\u0639 \u062f\u0639\u0645 CAD \u0623\u0648 \u0645\u0627\u0643\u064a\u0646\u0629 CNC \u0643\u0627\u0645\u0644\u0629 \u0644\u0644\u0623\u062d\u062c\u0627\u0631 \u0644\u0635\u0646\u0639 \u062b\u0642\u0648\u0628 \u0627\u0644\u062d\u0648\u0636 \u0648\u0623\u0633\u0637\u062d \u0627\u0644\u0639\u0645\u0644\u060c \u0646\u062d\u0646 \u0647\u0646\u0627 \u0644\u0645\u0633\u0627\u0639\u062f\u062a\u0643 \u0639\u0644\u0649 \u0627\u0644\u062a\u0648\u0633\u0639 \u0628\u062f\u0642\u0629.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2808436 e-flex e-con-boxed e-con e-child\" data-id=\"2808436\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4c5729fd e-con-full e-flex e-con e-child\" data-id=\"4c5729fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9b976a elementor-widget elementor-widget-image\" data-id=\"e9b976a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/elementor\/thumbs\/1SY-1-rc6vxun4yaqq07blnn87fksx6d9fa1ydumr6a797cg.webp\" title=\"1SY\" alt=\"1SY\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ead51bf elementor-widget elementor-widget-image-box\" data-id=\"ead51bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Sally<\/h4><p class=\"elementor-image-box-description\">\u0645\u062f\u064a\u0631 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6baf4e elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"a6baf4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f54bf68\" href=\"https:\/\/www.facebook.com\/profile.php?id=61582249592727\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-11dc8af\" href=\"https:\/\/x.com\/midecnc\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e2aef00\" href=\"https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-c27a427\" href=\"https:\/\/www.tiktok.com\/@sally768678\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-53f2ac7\" href=\"https:\/\/wa.me\/8615594977687\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd189a0 e-con-full e-flex e-con e-child\" data-id=\"fd189a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d0ec049 elementor-widget elementor-widget-image\" data-id=\"7d0ec049\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/elementor\/thumbs\/6c44b-rirgf8pmb1zb8zbdlbpeusxig9go96gpv0ugiu6fzk.webp\" title=\"6c44b\" alt=\"6c44b\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31cb7f38 elementor-widget elementor-widget-image-box\" data-id=\"31cb7f38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Sia<\/h4><p class=\"elementor-image-box-description\">\u0645\u062f\u064a\u0631 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-130712e7 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"130712e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f54bf68\" href=\"https:\/\/www.facebook.com\/profile.php?id=61582249592727\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-11dc8af\" href=\"https:\/\/x.com\/midecnc\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e2aef00\" href=\"https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-c27a427\" href=\"https:\/\/www.tiktok.com\/@sally768678\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-5d6093a\" href=\"https:\/\/wa.me\/8615594977687\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70dbb2aa e-con-full e-flex e-con e-child\" data-id=\"70dbb2aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62884caf elementor-widget elementor-widget-image\" data-id=\"62884caf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/elementor\/thumbs\/c468c21-rirgfcgz2e4gjf5wzdbx4rzctsy53yvn7jgefy0vao.webp\" title=\"c468c21\" alt=\"c468c21\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-449efb18 elementor-widget elementor-widget-image-box\" data-id=\"449efb18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Nina<\/h4><p class=\"elementor-image-box-description\">\u0645\u062f\u064a\u0631 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1e7640 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"c1e7640\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f54bf68\" href=\"https:\/\/www.facebook.com\/profile.php?id=61582249592727\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-11dc8af\" href=\"https:\/\/x.com\/midecnc\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e2aef00\" href=\"https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-c27a427\" href=\"https:\/\/www.tiktok.com\/@sally768678\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-0f15640\" href=\"https:\/\/wa.me\/8615594977687\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1985ef6d e-flex e-con-boxed e-con e-parent\" data-id=\"1985ef6d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74077ade elementor-share-buttons--view-icon-text elementor-share-buttons--skin-gradient elementor-share-buttons--shape-square elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons\" data-id=\"74077ade\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"share-buttons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_facebook\" role=\"button\" tabindex=\"0\" aria-label=\"Share on facebook\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tFacebook\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_twitter\" role=\"button\" tabindex=\"0\" aria-label=\"Share on twitter\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tTwitter\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_linkedin\" role=\"button\" tabindex=\"0\" aria-label=\"Share on linkedin\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tLinkedIn\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_vk\" role=\"button\" tabindex=\"0\" aria-label=\"Share on vk\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-vk\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7 0 0-30 73.1-72.4 120.5-13.7 13.7-20 18.1-27.5 18.1-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5 0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5-20 0-68.6-73.4-97.4-157.4-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7 0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9 0-66.8-3.4-73.1 15.4-73.1 8.7 0 23.7 4.4 58.7 38.1 40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25-11.2-34.9-86.9-106.7-90.3-111.5-8.7-11.2-6.2-16.2 0-26.2.1-.1 72-101.3 79.4-135.6z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tVK\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_whatsapp\" role=\"button\" tabindex=\"0\" aria-label=\"Share on whatsapp\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tWhatsApp\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_pinterest\" role=\"button\" tabindex=\"0\" aria-label=\"Share on pinterest\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-pinterest\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tPinterest\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-981473b elementor-widget elementor-widget-wp-widget-recent-posts\" data-id=\"981473b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wp-widget-recent-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\n\t\t<h5>\u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627<\/h5><nav aria-label=\"\u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647\u0627\">\n\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/cnc-bridge-saw-applications-stone-industries\/\">CNC Bridge Saw Applications Across Different Stone Industries<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/cnc-bridge-saw-maintenance-checklist-for-stone-factories\/\">\u0642\u0627\u0626\u0645\u0629 \u0641\u062d\u0635 \u0635\u064a\u0627\u0646\u0629 \u0645\u0646\u0634\u0627\u0631 \u0627\u0644\u062c\u0633\u0631 CNC \u0644\u0645\u0635\u0627\u0646\u0639 \u0627\u0644\u062d\u062c\u0631<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/manual-cutting-vs-cnc-bridge-saw-a-real-factory-comparison\/\">\u0627\u0644\u0642\u0637\u0639 \u0627\u0644\u064a\u062f\u0648\u064a \u0645\u0642\u0627\u0628\u0644 \u0645\u0646\u0634\u0627\u0631 \u0627\u0644\u062c\u0633\u0631 CNC: \u0645\u0642\u0627\u0631\u0646\u0629 \u0648\u0627\u0642\u0639\u064a\u0629 \u0641\u064a \u0627\u0644\u0645\u0635\u0646\u0639<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/cnc-bridge-saw-for-quartz-granite-and-marble-cutting-challenges-and-best-practices\/\">\u0645\u0646\u0634\u0627\u0631 \u062c\u0633\u0631 CNC \u0644\u0644\u0643\u0648\u0627\u0631\u062a\u0632 \u0648\u0627\u0644\u062c\u0631\u0627\u0646\u064a\u062a \u0648\u0627\u0644\u0631\u062e\u0627\u0645: \u062a\u062d\u062f\u064a\u0627\u062a \u0627\u0644\u0642\u0637\u0639 \u0648\u0623\u0641\u0636\u0644 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/how-cnc-bridge-saws-process-quartz-granite-and-marble-differently\/\">\u0643\u064a\u0641 \u062a\u0639\u0627\u0644\u062c \u0645\u0646\u0627\u0634\u064a\u0631 \u0627\u0644\u062c\u0633\u0631 CNC \u0627\u0644\u0643\u0648\u0627\u0631\u062a\u0632 \u0648\u0627\u0644\u062c\u0631\u0627\u0646\u064a\u062a \u0648\u0627\u0644\u0631\u062e\u0627\u0645 \u0628\u0634\u0643\u0644 \u0645\u062e\u062a\u0644\u0641<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/reduce-stone-waste-cnc-bridge-saws-waterjet\/\">\u0643\u064a\u0641\u064a\u0629 \u062a\u0642\u0644\u064a\u0644 \u0647\u062f\u0631 \u0627\u0644\u062d\u062c\u0631 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u0646\u0627\u0634\u064a\u0631 \u0627\u0644\u062c\u0633\u0631 CNC \u0648\u0645\u0627\u0643\u064a\u0646\u0627\u062a \u0627\u0644\u0642\u0637\u0639 \u0628\u0646\u0641\u062b \u0627\u0644\u0645\u0627\u0621<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/cnc-bridge-saw-workflow-kitchen-countertop-production\/\">\u0633\u064a\u0631 \u0639\u0645\u0644 \u0645\u0646\u0634\u0627\u0631 \u0627\u0644\u062c\u0633\u0631 CNC \u0644\u0625\u0646\u062a\u0627\u062c \u0623\u0633\u0637\u062d \u0627\u0644\u0645\u0637\u0627\u0628\u062e<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/when-should-a-stone-factory-upgrade-to-a-5-axis-bridge-saw\/\">\u0645\u062a\u0649 \u064a\u062c\u0628 \u0639\u0644\u0649 \u0645\u0635\u0646\u0639 \u0627\u0644\u062d\u062c\u0631 \u0627\u0644\u062a\u0631\u0642\u064a\u0629 \u0625\u0644\u0649 \u0645\u0646\u0634\u0627\u0631 \u062c\u0633\u0631 \u0628\u062e\u0645\u0633\u0629 \u0645\u062d\u0627\u0648\u0631\u061f<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/cnc-bridge-saw-commercial-stone-projects\/\">\u062d\u0644\u0648\u0644 \u0645\u0646\u0627\u0634\u064a\u0631 \u0627\u0644\u062c\u0633\u0631 CNC \u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u0628\u0646\u0627\u0621 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/4-axis-vs-5-axis-cnc-bridge-saw-roi\/\">\u0645\u0646\u0634\u0627\u0631 \u062c\u0633\u0631 CNC \u0628\u0623\u0631\u0628\u0639 \u0645\u062d\u0627\u0648\u0631 \u0645\u0642\u0627\u0628\u0644 \u062e\u0645\u0633 \u0645\u062d\u0627\u0648\u0631: \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0639\u0627\u0626\u062f \u0639\u0644\u0649 \u0627\u0644\u0627\u0633\u062a\u062b\u0645\u0627\u0631 \u0644\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u062d\u062c\u0631<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/xiamen-stone-fair-2026-midecnc\/\">Midecnc \u0641\u064a \u0645\u0639\u0631\u0636 \u0634\u064a\u0627\u0645\u0646 \u0627\u0644\u062f\u0648\u0644\u064a \u0644\u0644\u062d\u062c\u0631 2026<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/xiamen-international-stone-fair-2026-visit-midecnc-at-booth-b5053\/\">\u0645\u0639\u0631\u0636 \u0634\u064a\u0627\u0645\u0646 \u0627\u0644\u062f\u0648\u0644\u064a \u0644\u0644\u062d\u062c\u0631 2026 | \u0642\u0645 \u0628\u0632\u064a\u0627\u0631\u0629 Midecnc \u0641\u064a \u0627\u0644\u062c\u0646\u0627\u062d B5053<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/how-to-choose-a-cnc-bridge-saw-for-large-scale-stone-projects\/\">\u0643\u064a\u0641\u064a\u0629 \u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0646\u0634\u0627\u0631 \u062c\u0633\u0631 CNC \u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u062d\u062c\u0631 \u0648\u0627\u0633\u0639\u0629 \u0627\u0644\u0646\u0637\u0627\u0642<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/cnc-bridge-saws-stone-fabrication\/\">\u0627\u0644\u062f\u0644\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0645\u0646\u0634\u0627\u0631 \u0627\u0644\u062c\u0633\u0631 CNC \u0644\u062a\u0635\u0646\u064a\u0639 \u0627\u0644\u062d\u062c\u0631<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ar\/5-must-know-types-of-cnc-stone-machinery-for-your-workshop\/\">5 \u0623\u0646\u0648\u0627\u0639 \u0645\u0646 \u0622\u0644\u0627\u062a CNC \u0644\u0644\u062d\u062c\u0631 \u064a\u062c\u0628 \u0645\u0639\u0631\u0641\u062a\u0647\u0627 \u0644\u0648\u0631\u0634\u062a\u0643<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t<\/ul>\n\n\t\t<\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Hero Section | CNC Bridge Saw CNC Bridge Saw Applications Across Different Stone Industries From kitchen countertops to architectural fa\u00e7ades, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5631,"comment_status":"open","ping_status":"open","sticky":true,"template":"elementor_header_footer","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[35,323],"tags":[447,192,291,429,195,190,446,193,219,430],"class_list":["post-5633","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-buyers-guide","tag-bridge-saw-applications","tag-cnc-bridge-saw","tag-cnc-stone-machine","tag-granite-processing","tag-marble-processing","tag-midecnc","tag-quartz-countertops","tag-stone-cutting-machine","tag-stone-fabrication","tag-stone-industry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CNC Bridge Saw Applications Across Different Stone Industries | Midecnc<\/title>\n<meta name=\"description\" content=\"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/midecnc.com\/ar\/cnc-bridge-saw-applications-stone-industries\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc\" \/>\n<meta property=\"og:description\" content=\"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/midecnc.com\/ar\/cnc-bridge-saw-applications-stone-industries\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/midecnc\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/midecnc\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-27T09:49:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-27T09:49:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"561\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Midecnc\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0643\u064f\u062a\u0628 \u0628\u0648\u0627\u0633\u0637\u0629\" \/>\n\t<meta name=\"twitter:data1\" content=\"Midecnc\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 \u062f\u0642\u0627\u0626\u0642\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\"},\"author\":{\"name\":\"Midecnc\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\"},\"headline\":\"CNC Bridge Saw Applications Across Different Stone Industries\",\"datePublished\":\"2026-06-27T09:49:01+00:00\",\"dateModified\":\"2026-06-27T09:49:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\"},\"wordCount\":1008,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\"},\"image\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"keywords\":[\"Bridge Saw Applications\",\"CNC bridge saw\",\"CNC stone machine\",\"Granite Processing\",\"marble processing\",\"Midecnc\",\"Quartz Countertops\",\"stone cutting machine\",\"Stone Fabrication\",\"Stone Industry\"],\"articleSection\":[\"Blog\",\"Buyer\u2019s Guide\"],\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\",\"url\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\",\"name\":\"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"datePublished\":\"2026-06-27T09:49:01+00:00\",\"dateModified\":\"2026-06-27T09:49:09+00:00\",\"description\":\"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\",\"url\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"contentUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"width\":1000,\"height\":561},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/midecnc.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CNC Bridge Saw Applications Across Different Stone Industries\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/#website\",\"url\":\"https:\\\/\\\/midecnc.com\\\/\",\"name\":\"Midecnc Stone Cutting Machine\",\"description\":\"Precision CNC Cutting Machines for Stone\",\"publisher\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/midecnc.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\",\"name\":\"Midecnc\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\",\"url\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\",\"contentUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\",\"width\":915,\"height\":167,\"caption\":\"Midecnc\"},\"logo\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\"},\"description\":\"At Midecnc, we are committed to building a trusted brand through originality and innovation. Specializing in automated CNC stone machinery, we design and manufacture precision equipment for marble, granite, sandstone, bluestone, artificial stone, tombstones, ceramic tiles, and more.\",\"sameAs\":[\"http:\\\/\\\/midecnc.com\",\"https:\\\/\\\/www.facebook.com\\\/midecnc\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCHyRL5Vrs9KxdM7OPrNqiEQ\"],\"url\":\"https:\\\/\\\/midecnc.com\\\/ar\\\/author\\\/skywen1990outlook-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc","description":"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/midecnc.com\/ar\/cnc-bridge-saw-applications-stone-industries\/","og_locale":"ar_AR","og_type":"article","og_title":"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc","og_description":"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.","og_url":"https:\/\/midecnc.com\/ar\/cnc-bridge-saw-applications-stone-industries\/","article_publisher":"https:\/\/www.facebook.com\/midecnc","article_author":"https:\/\/www.facebook.com\/midecnc","article_published_time":"2026-06-27T09:49:01+00:00","article_modified_time":"2026-06-27T09:49:09+00:00","og_image":[{"width":1000,"height":561,"url":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","type":"image\/webp"}],"author":"Midecnc","twitter_card":"summary_large_image","twitter_misc":{"\u0643\u064f\u062a\u0628 \u0628\u0648\u0627\u0633\u0637\u0629":"Midecnc","\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"8 \u062f\u0642\u0627\u0626\u0642"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#article","isPartOf":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/"},"author":{"name":"Midecnc","@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c"},"headline":"CNC Bridge Saw Applications Across Different Stone Industries","datePublished":"2026-06-27T09:49:01+00:00","dateModified":"2026-06-27T09:49:09+00:00","mainEntityOfPage":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/"},"wordCount":1008,"commentCount":0,"publisher":{"@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c"},"image":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage"},"thumbnailUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","keywords":["Bridge Saw Applications","CNC bridge saw","CNC stone machine","Granite Processing","marble processing","Midecnc","Quartz Countertops","stone cutting machine","Stone Fabrication","Stone Industry"],"articleSection":["Blog","Buyer\u2019s Guide"],"inLanguage":"ar","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/","url":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/","name":"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc","isPartOf":{"@id":"https:\/\/midecnc.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage"},"image":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage"},"thumbnailUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","datePublished":"2026-06-27T09:49:01+00:00","dateModified":"2026-06-27T09:49:09+00:00","description":"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.","breadcrumb":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/"]}]},{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage","url":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","contentUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","width":1000,"height":561},{"@type":"BreadcrumbList","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/midecnc.com\/"},{"@type":"ListItem","position":2,"name":"CNC Bridge Saw Applications Across Different Stone Industries"}]},{"@type":"WebSite","@id":"https:\/\/midecnc.com\/#website","url":"https:\/\/midecnc.com\/","name":"Midecnc Stone Cutting Machine","description":"Precision CNC Cutting Machines for Stone","publisher":{"@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/midecnc.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":["Person","Organization"],"@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c","name":"Midecnc","image":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png","url":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png","contentUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png","width":915,"height":167,"caption":"Midecnc"},"logo":{"@id":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png"},"description":"At Midecnc, we are committed to building a trusted brand through originality and innovation. Specializing in automated CNC stone machinery, we design and manufacture precision equipment for marble, granite, sandstone, bluestone, artificial stone, tombstones, ceramic tiles, and more.","sameAs":["http:\/\/midecnc.com","https:\/\/www.facebook.com\/midecnc","https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ"],"url":"https:\/\/midecnc.com\/ar\/author\/skywen1990outlook-com\/"}]}},"_links":{"self":[{"href":"https:\/\/midecnc.com\/ar\/wp-json\/wp\/v2\/posts\/5633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/midecnc.com\/ar\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/midecnc.com\/ar\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/midecnc.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/midecnc.com\/ar\/wp-json\/wp\/v2\/comments?post=5633"}],"version-history":[{"count":11,"href":"https:\/\/midecnc.com\/ar\/wp-json\/wp\/v2\/posts\/5633\/revisions"}],"predecessor-version":[{"id":5644,"href":"https:\/\/midecnc.com\/ar\/wp-json\/wp\/v2\/posts\/5633\/revisions\/5644"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/midecnc.com\/ar\/wp-json\/wp\/v2\/media\/5631"}],"wp:attachment":[{"href":"https:\/\/midecnc.com\/ar\/wp-json\/wp\/v2\/media?parent=5633"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/midecnc.com\/ar\/wp-json\/wp\/v2\/categories?post=5633"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/midecnc.com\/ar\/wp-json\/wp\/v2\/tags?post=5633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}