{"id":699,"date":"2024-03-24T11:47:54","date_gmt":"2024-03-24T11:47:54","guid":{"rendered":"https:\/\/dev.lp-form.com\/elsewedy-wp\/%d8%a3%d8%b9%d9%85%d8%a7%d9%84%d9%86%d8%a7\/"},"modified":"2026-03-09T13:29:51","modified_gmt":"2026-03-09T13:29:51","slug":"what-we-do","status":"publish","type":"page","link":"https:\/\/elsewedyprint.com\/en\/what-we-do\/","title":{"rendered":"What We Do"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"699\" class=\"elementor elementor-699 elementor-68\">\n\t\t\t\t<div class=\"elementor-element elementor-element-291e5cb e-con-full e-flex e-con e-parent\" data-id=\"291e5cb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cee3d5f elementor-widget elementor-widget-shortcode\" data-id=\"cee3d5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!DOCTYPE html>\n<html lang=\"en\">\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>How We Work - Dar El Sewedy<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=IBM+Plex+Sans:wght@400;500;600;700;800&family=Barlow:wght@400;500;600;700;800&display=swap');\n\n        :root {\n            --primary: #B91C44;\n            --primary-dark: #8B1533;\n            --primary-light: #E63946;\n            --accent: #F77F00;\n            --accent-light: #FFA62B;\n            --text-primary: #1A1A1A;\n            --text-secondary: #4A4A4A;\n            --text-muted: #6B6B6B;\n            --bg-white: #FFFFFF;\n            --bg-light: #FAFAFA;\n            --bg-gradient-1: linear-gradient(135deg, #FFE8EE 0%, #FFF0F3 50%, #FFFFFF 100%);\n            --bg-gradient-2: linear-gradient(135deg, #B91C44 0%, #E63946 100%);\n            --bg-gradient-3: linear-gradient(180deg, #FFFFFF 0%, #FFF9F5 50%, #FFFFFF 100%);\n            --shadow-sm: 0 2px 8px rgba(185, 28, 68, 0.06);\n            --shadow-md: 0 8px 24px rgba(185, 28, 68, 0.1);\n            --shadow-lg: 0 16px 48px rgba(185, 28, 68, 0.12);\n            --shadow-xl: 0 24px 64px rgba(185, 28, 68, 0.15);\n            --section-padding: 120px;\n            --container-width: 1320px;\n            --font-display: 'Barlow', sans-serif;\n            --font-body: 'IBM Plex Sans', sans-serif;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: var(--font-body);\n            direction: ltr;\n            background: var(--bg-white);\n            color: var(--text-primary);\n            line-height: 1.7;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: var(--container-width);\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n\n        .work-section {\n            background: var(--bg-gradient-3);\n            padding: var(--section-padding) 0;\n            position: relative;\n        }\n\n        .work-section::before {\n            content: '';\n            position: absolute;\n            top: 10%;\n            left: 5%;\n            width: 400px;\n            height: 400px;\n            background: radial-gradient(circle, rgba(185, 28, 68, 0.03) 0%, transparent 70%);\n            border-radius: 50%;\n            pointer-events: none;\n        }\n\n        .work-section::after {\n            content: '';\n            position: absolute;\n            bottom: 15%;\n            right: 5%;\n            width: 300px;\n            height: 300px;\n            background: radial-gradient(circle, rgba(247, 127, 0, 0.04) 0%, transparent 70%);\n            border-radius: 50%;\n            pointer-events: none;\n        }\n\n        \/* Hero Header *\/\n        .hero-header {\n            text-align: center;\n            margin-bottom: 80px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .hero-header .label {\n            display: inline-block;\n            background: var(--bg-gradient-2);\n            color: white;\n            padding: 10px 28px;\n            border-radius: 50px;\n            font-size: 0.9rem;\n            font-weight: 700;\n            letter-spacing: 0.5px;\n            margin-bottom: 24px;\n            box-shadow: var(--shadow-md);\n            animation: fadeInDown 0.8s ease;\n        }\n\n        .hero-header h1 {\n            font-family: var(--font-display);\n            font-size: clamp(2.5rem, 6vw, 4.5rem);\n            color: var(--primary);\n            font-weight: 800;\n            margin-bottom: 24px;\n            line-height: 1.2;\n            animation: fadeInUp 0.8s ease 0.2s backwards;\n        }\n\n        .hero-header .subtitle {\n            font-size: clamp(1.1rem, 2.5vw, 1.5rem);\n            color: var(--text-secondary);\n            max-width: 800px;\n            margin: 0 auto;\n            font-weight: 500;\n            line-height: 1.8;\n            animation: fadeInUp 0.8s ease 0.4s backwards;\n        }\n\n        \/* Stats Bar *\/\n        .stats-bar {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 32px;\n            margin-bottom: 100px;\n            animation: fadeInUp 0.8s ease 0.6s backwards;\n        }\n\n        .stat-item {\n            text-align: center;\n            padding: 32px 24px;\n            background: white;\n            border-radius: 20px;\n            box-shadow: var(--shadow-sm);\n            border: 1px solid rgba(185, 28, 68, 0.08);\n            transition: all 0.3s ease;\n        }\n\n        .stat-item:hover {\n            transform: translateY(-4px);\n            box-shadow: var(--shadow-md);\n            border-color: var(--primary);\n        }\n\n        .stat-number {\n            font-family: var(--font-display);\n            font-size: 2.5rem;\n            font-weight: 800;\n            background: var(--bg-gradient-2);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 8px;\n        }\n\n        .stat-label {\n            font-size: 1rem;\n            color: var(--text-secondary);\n            font-weight: 600;\n        }\n\n        \/* Process Timeline *\/\n        .process-timeline {\n            background: white;\n            padding: 60px;\n            border-radius: 32px;\n            box-shadow: var(--shadow-lg);\n            margin-bottom: 100px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .process-timeline::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 6px;\n            height: 100%;\n            background: var(--bg-gradient-2);\n        }\n\n        .timeline-header {\n            margin-bottom: 48px;\n        }\n\n        .timeline-header h2 {\n            font-family: var(--font-display);\n            font-size: clamp(2rem, 4vw, 3rem);\n            color: var(--primary);\n            font-weight: 800;\n            margin-bottom: 16px;\n        }\n\n        .timeline-header p {\n            font-size: 1.15rem;\n            color: var(--text-secondary);\n            line-height: 1.8;\n        }\n\n        .timeline-steps {\n            display: grid;\n            gap: 40px;\n        }\n\n        .timeline-step {\n            display: grid;\n            grid-template-columns: auto 1fr;\n            gap: 32px;\n            align-items: start;\n        }\n\n        .step-number {\n            width: 80px;\n            height: 80px;\n            background: var(--bg-gradient-2);\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-family: var(--font-display);\n            font-size: 2rem;\n            font-weight: 800;\n            color: white;\n            box-shadow: var(--shadow-md);\n            flex-shrink: 0;\n        }\n\n        .step-content h3 {\n            font-family: var(--font-display);\n            font-size: 1.8rem;\n            color: var(--primary);\n            font-weight: 700;\n            margin-bottom: 12px;\n        }\n\n        .step-content .step-subtitle {\n            font-size: 1.1rem;\n            color: var(--primary-light);\n            font-weight: 600;\n            margin-bottom: 16px;\n        }\n\n        .step-content p {\n            font-size: 1.05rem;\n            color: var(--text-primary);\n            line-height: 1.9;\n            margin-bottom: 20px;\n        }\n\n        .step-features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 16px;\n        }\n\n        .feature-tag {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 14px 18px;\n            background: var(--bg-gradient-1);\n            border-radius: 12px;\n            font-size: 0.95rem;\n            color: var(--text-primary);\n            font-weight: 500;\n            border: 1px solid rgba(185, 28, 68, 0.1);\n        }\n\n        .feature-tag::before {\n            content: '\u2713';\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 24px;\n            height: 24px;\n            background: var(--primary);\n            color: white;\n            border-radius: 50%;\n            font-weight: 800;\n            font-size: 0.8rem;\n            flex-shrink: 0;\n        }\n\n        \/* Printing Technologies *\/\n        .tech-section {\n            margin-bottom: 100px;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 64px;\n        }\n\n        .section-header h2 {\n            font-family: var(--font-display);\n            font-size: clamp(2rem, 4vw, 3rem);\n            color: var(--primary);\n            font-weight: 800;\n            margin-bottom: 16px;\n            position: relative;\n            display: inline-block;\n        }\n\n        .section-header h2::after {\n            content: '';\n            position: absolute;\n            bottom: -12px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 4px;\n            background: var(--bg-gradient-2);\n            border-radius: 4px;\n        }\n\n        .section-header p {\n            font-size: 1.15rem;\n            color: var(--text-secondary);\n            margin-top: 32px;\n            font-weight: 500;\n        }\n\n        .tech-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));\n            gap: 40px;\n        }\n\n        .tech-card {\n            background: white;\n            border-radius: 28px;\n            overflow: hidden;\n            box-shadow: var(--shadow-md);\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            border: 2px solid transparent;\n        }\n\n        .tech-card:hover {\n            transform: translateY(-8px);\n            box-shadow: var(--shadow-xl);\n            border-color: rgba(185, 28, 68, 0.15);\n        }\n\n        .tech-card-header {\n            background: var(--bg-gradient-2);\n            padding: 40px 36px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .tech-card-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 200px;\n            height: 200px;\n            background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);\n            border-radius: 50%;\n        }\n\n        .tech-card-header h3 {\n            font-family: var(--font-display);\n            font-size: 2.2rem;\n            color: white;\n            font-weight: 800;\n            margin-bottom: 12px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .tech-card-header .tagline {\n            font-size: 1.1rem;\n            color: rgba(255, 255, 255, 0.95);\n            font-weight: 600;\n            position: relative;\n            z-index: 1;\n        }\n\n        .tech-card-body {\n            padding: 40px 36px;\n        }\n\n        .tech-description {\n            font-size: 1.05rem;\n            color: var(--text-primary);\n            line-height: 1.9;\n            margin-bottom: 32px;\n        }\n\n        .tech-highlights {\n            background: var(--bg-gradient-1);\n            padding: 28px;\n            border-radius: 20px;\n            margin-bottom: 32px;\n        }\n\n        .tech-highlights h4 {\n            font-family: var(--font-display);\n            font-size: 1.3rem;\n            color: var(--primary);\n            font-weight: 700;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .tech-highlights h4::before {\n            content: '\u2726';\n            color: var(--accent);\n            font-size: 1.5rem;\n        }\n\n        .tech-highlights ul {\n            list-style: none;\n            display: grid;\n            gap: 12px;\n        }\n\n        .tech-highlights li {\n            display: flex;\n            align-items: start;\n            gap: 12px;\n            font-size: 1rem;\n            color: var(--text-primary);\n            font-weight: 500;\n        }\n\n        .tech-highlights li::before {\n            content: '\u25c6';\n            color: var(--primary);\n            font-size: 0.8rem;\n            margin-top: 6px;\n            flex-shrink: 0;\n        }\n\n        .tech-ideal-for {\n            border-top: 2px solid rgba(185, 28, 68, 0.1);\n            padding-top: 28px;\n        }\n\n        .tech-ideal-for h4 {\n            font-size: 1.15rem;\n            color: var(--primary);\n            font-weight: 700;\n            margin-bottom: 16px;\n        }\n\n        .ideal-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n\n        .ideal-tag {\n            padding: 10px 18px;\n            background: white;\n            border: 2px solid var(--primary);\n            color: var(--primary);\n            border-radius: 50px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n\n        .ideal-tag:hover {\n            background: var(--primary);\n            color: white;\n        }\n\n        \/* Equipment Section *\/\n        .equipment-section {\n            background: var(--bg-gradient-2);\n            padding: 80px 60px;\n            border-radius: 32px;\n            margin-bottom: 100px;\n            box-shadow: var(--shadow-xl);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .equipment-section::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -10%;\n            width: 600px;\n            height: 600px;\n            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);\n            border-radius: 50%;\n        }\n\n        .equipment-section h2 {\n            font-family: var(--font-display);\n            font-size: clamp(2rem, 4vw, 3rem);\n            color: white;\n            font-weight: 800;\n            text-align: center;\n            margin-bottom: 56px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .equipment-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 32px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .equipment-card {\n            background: rgba(255, 255, 255, 0.12);\n            backdrop-filter: blur(10px);\n            padding: 36px;\n            border-radius: 24px;\n            border: 2px solid rgba(255, 255, 255, 0.2);\n            transition: all 0.3s ease;\n        }\n\n        .equipment-card:hover {\n            background: rgba(255, 255, 255, 0.18);\n            transform: translateY(-4px);\n        }\n\n        .equipment-card h3 {\n            font-family: var(--font-display);\n            font-size: 1.6rem;\n            color: white;\n            font-weight: 700;\n            margin-bottom: 24px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .equipment-card h3::before {\n            content: '\u2699';\n            font-size: 2rem;\n        }\n\n        .equipment-card ul {\n            list-style: none;\n            display: grid;\n            gap: 14px;\n        }\n\n        .equipment-card li {\n            color: rgba(255, 255, 255, 0.95);\n            font-size: 1.05rem;\n            padding-left: 28px;\n            position: relative;\n            font-weight: 500;\n        }\n\n        .equipment-card li::before {\n            content: '\u25b8';\n            position: absolute;\n            left: 0;\n            color: white;\n            font-size: 1.2rem;\n        }\n\n        \/* Quality Standards *\/\n        .quality-section {\n            background: white;\n            padding: 80px 60px;\n            border-radius: 32px;\n            box-shadow: var(--shadow-lg);\n            margin-bottom: 100px;\n        }\n\n        .quality-section h2 {\n            font-family: var(--font-display);\n            font-size: clamp(2rem, 4vw, 3rem);\n            color: var(--primary);\n            font-weight: 800;\n            text-align: center;\n            margin-bottom: 56px;\n        }\n\n        .quality-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 32px;\n        }\n\n        .quality-item {\n            text-align: center;\n            padding: 36px 24px;\n            border-radius: 20px;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n\n        .quality-item:hover {\n            background: var(--bg-gradient-1);\n            border-color: rgba(185, 28, 68, 0.15);\n            transform: translateY(-4px);\n        }\n\n        .quality-icon {\n            font-size: 3.5rem;\n            margin-bottom: 20px;\n            filter: grayscale(20%);\n        }\n\n        .quality-item h3 {\n            font-family: var(--font-display);\n            font-size: 1.4rem;\n            color: var(--primary);\n            font-weight: 700;\n            margin-bottom: 12px;\n        }\n\n        .quality-item p {\n            font-size: 1rem;\n            color: var(--text-secondary);\n            line-height: 1.7;\n            font-weight: 500;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: var(--bg-gradient-1);\n            padding: 80px 60px;\n            border-radius: 32px;\n            text-align: center;\n            border: 3px solid rgba(185, 28, 68, 0.15);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-section::before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            width: 800px;\n            height: 800px;\n            background: radial-gradient(circle, rgba(185, 28, 68, 0.05) 0%, transparent 70%);\n            border-radius: 50%;\n        }\n\n        .cta-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .cta-section h2 {\n            font-family: var(--font-display);\n            font-size: clamp(2rem, 4vw, 3.5rem);\n            color: var(--primary);\n            font-weight: 800;\n            margin-bottom: 20px;\n            line-height: 1.3;\n        }\n\n        .cta-section p {\n            font-size: 1.25rem;\n            color: var(--text-secondary);\n            margin-bottom: 48px;\n            line-height: 1.8;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .cta-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n\n        .cta-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            padding: 18px 40px;\n            border-radius: 50px;\n            font-size: 1.15rem;\n            font-weight: 700;\n            text-decoration: none;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            box-shadow: var(--shadow-md);\n            font-family: var(--font-display);\n        }\n\n        .cta-btn-primary {\n            background: var(--bg-gradient-2);\n            color: white;\n        }\n\n        .cta-btn-primary:hover {\n            transform: translateY(-4px);\n            box-shadow: var(--shadow-xl);\n        }\n\n        .cta-btn-secondary {\n            background: white;\n            color: var(--primary);\n            border: 2px solid var(--primary);\n        }\n\n        .cta-btn-secondary:hover {\n            background: var(--primary);\n            color: white;\n            transform: translateY(-4px);\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        @keyframes fadeInDown {\n            from { opacity: 0; transform: translateY(-30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        .scroll-animate {\n            opacity: 0;\n            transform: translateY(40px);\n            transition: all 0.8s ease;\n        }\n\n        .scroll-animate.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            :root { --section-padding: 80px; }\n            .tech-grid { grid-template-columns: 1fr; }\n        }\n\n        @media (max-width: 768px) {\n            :root { --section-padding: 60px; }\n\n            .process-timeline,\n            .equipment-section,\n            .quality-section,\n            .cta-section { padding: 48px 32px; }\n\n            .timeline-step { grid-template-columns: 1fr; }\n\n            .step-number {\n                width: 60px;\n                height: 60px;\n                font-size: 1.5rem;\n            }\n\n            .equipment-grid,\n            .quality-grid { grid-template-columns: 1fr; }\n\n            .cta-buttons { flex-direction: column; }\n\n            .cta-btn {\n                width: 100%;\n                justify-content: center;\n            }\n\n            .stats-bar { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"work-section\">\n        <div class=\"container\">\n\n            <!-- Hero Header -->\n            <div class=\"hero-header\">\n                <span class=\"label\">Complete Transparency at Every Step<\/span>\n                <h1>How We Work<\/h1>\n                <p class=\"subtitle\">\n                    Discover how your design transforms into an exceptional product. From modern German machinery to our specialized team \u2014 we reveal every step that made 500+ brands trust us for 40 years.\n                <\/p>\n            <\/div>\n\n            <!-- Stats Bar -->\n            <div class=\"stats-bar\">\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">40+<\/div>\n                    <div class=\"stat-label\">Years of Experience<\/div>\n                <\/div>\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">500+<\/div>\n                    <div class=\"stat-label\">Brands Served<\/div>\n                <\/div>\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">4<\/div>\n                    <div class=\"stat-label\">ISO Certifications<\/div>\n                <\/div>\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">3<\/div>\n                    <div class=\"stat-label\">Precise Production Stages<\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Process Timeline -->\n            <div class=\"process-timeline scroll-animate\">\n                <div class=\"timeline-header\">\n                    <h2>From Idea to Final Product<\/h2>\n                    <p>\n                        Every day, thousands of printed pieces leave our factory with the highest quality. The secret? A blend of modern technology, extensive experience, and strict commitment to quality standards. Every piece passes through three precise stages under the supervision of a specialized team with advanced equipment.\n                    <\/p>\n                <\/div>\n\n                <div class=\"timeline-steps\">\n\n                    <!-- Step 1: Pre-Press -->\n                    <div class=\"timeline-step\">\n                        <div class=\"step-number\">1<\/div>\n                        <div class=\"step-content\">\n                            <h3>Pre-Press<\/h3>\n                            <p class=\"step-subtitle\">Precision Starts Here<\/p>\n                            <p>\n                                A specialized team receives your design and reviews it technically and artistically, with complete respect for your creative vision. We ensure no potential losses and deliver the best quality possible.\n                            <\/p>\n                            <div class=\"step-features\">\n                                <div class=\"feature-tag\">Artwork review with client<\/div>\n                                <div class=\"feature-tag\">File and color quality check<\/div>\n                                <div class=\"feature-tag\">Paper and material selection<\/div>\n                                <div class=\"feature-tag\">Determining final finishes<\/div>\n                                <div class=\"feature-tag\">3D model preparation<\/div>\n                                <div class=\"feature-tag\">Production file setup<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Step 2: Printing -->\n                    <div class=\"timeline-step\">\n                        <div class=\"step-number\">2<\/div>\n                        <div class=\"step-content\">\n                            <h3>Printing<\/h3>\n                            <p class=\"step-subtitle\">Global Technology, Exceptional Results<\/p>\n                            <p>\n                                We choose the most suitable technology for your project \u2014 offset or digital \u2014 to ensure the best quality at the best price. From German Heidelberg offset machines to HP Indigo 15000, the first to introduce it to the Middle East.\n                            <\/p>\n                            <div class=\"step-features\">\n                                <div class=\"feature-tag\">German Heidelberg machines<\/div>\n                                <div class=\"feature-tag\">HP Indigo 15000 (7 colors)<\/div>\n                                <div class=\"feature-tag\">Exceptional color quality<\/div>\n                                <div class=\"feature-tag\">High production speed<\/div>\n                                <div class=\"feature-tag\">Precision in fine details<\/div>\n                                <div class=\"feature-tag\">Wide range of materials<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Step 3: Post-Press -->\n                    <div class=\"timeline-step\">\n                        <div class=\"step-number\">3<\/div>\n                        <div class=\"step-content\">\n                            <h3>Post-Press<\/h3>\n                            <p class=\"step-subtitle\">Final Touches That Make the Difference<\/p>\n                            <p>\n                                Finishing, binding, and cutting to transform prints into market-ready products with the highest quality. We own the latest post-press machines, including the German KAMA 2021.\n                            <\/p>\n                            <div class=\"step-features\">\n                                <div class=\"feature-tag\">Lamination (glossy & matte)<\/div>\n                                <div class=\"feature-tag\">Foil (gold, silver, colored)<\/div>\n                                <div class=\"feature-tag\">Embossing & debossing<\/div>\n                                <div class=\"feature-tag\">Hologram protection<\/div>\n                                <div class=\"feature-tag\">Custom Die Cut<\/div>\n                                <div class=\"feature-tag\">UV & Soft Touch<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n\n            <!-- Printing Technologies -->\n            <div class=\"tech-section scroll-animate\">\n                <div class=\"section-header\">\n                    <h2>Printing Technologies<\/h2>\n                    <p>We choose the ideal technology for every project<\/p>\n                <\/div>\n\n                <div class=\"tech-grid\">\n\n                    <!-- Offset Printing -->\n                    <div class=\"tech-card\">\n                        <div class=\"tech-card-header\">\n                            <h3>Offset Printing<\/h3>\n                            <p class=\"tagline\">High Quality for Large Quantities<\/p>\n                        <\/div>\n                        <div class=\"tech-card-body\">\n                            <p class=\"tech-description\">\n                                We use leading German Heidelberg machines, known for their high printing speed and precision in color reproduction at the highest possible quality. Ideal for large-scale production.\n                            <\/p>\n\n                            <div class=\"tech-highlights\">\n                                <h4>Key Features<\/h4>\n                                <ul>\n                                    <li>High image quality and extremely precise colors<\/li>\n                                    <li>Fine details and exceptional clarity<\/li>\n                                    <li>Ideal for large quantities (5,000+ pieces)<\/li>\n                                    <li>Lower cost per piece in mass production<\/li>\n                                    <li>Multiple sizes: B1 - B2 - B3 - B4<\/li>\n                                    <li>Very high production speed<\/li>\n                                <\/ul>\n                            <\/div>\n\n                            <div class=\"tech-ideal-for\">\n                                <h4>Ideal For:<\/h4>\n                                <div class=\"ideal-tags\">\n                                    <span class=\"ideal-tag\">Pharmaceutical Boxes<\/span>\n                                    <span class=\"ideal-tag\">Food Packaging<\/span>\n                                    <span class=\"ideal-tag\">Cosmetics<\/span>\n                                    <span class=\"ideal-tag\">Commercial Prints<\/span>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Digital Printing -->\n                    <div class=\"tech-card\">\n                        <div class=\"tech-card-header\">\n                            <h3>Digital Printing<\/h3>\n                            <p class=\"tagline\">First to Introduce HP Indigo 15000 to the Middle East<\/p>\n                        <\/div>\n                        <div class=\"tech-card-body\">\n                            <p class=\"tech-description\">\n                                HP Indigo 15000 \u2014 the latest in the world. 7 colors with liquid electrostatic ink, ultra-fast speed with exceptional quality, and very high precision despite short production time.\n                            <\/p>\n\n                            <div class=\"tech-highlights\">\n                                <h4>Key Features<\/h4>\n                                <ul>\n                                    <li>Multiple designs at no additional cost<\/li>\n                                    <li>Any quantity from 100 pieces with the same quality<\/li>\n                                    <li>Record execution speed for urgent projects<\/li>\n                                    <li>Paper weights: 60\u2013450 grams<\/li>\n                                    <li>Special inks: luminous + invisible<\/li>\n                                    <li>Materials: plastic, metallic, PVC, Canvas<\/li>\n                                <\/ul>\n                            <\/div>\n\n                            <div class=\"tech-ideal-for\">\n                                <h4>Ideal For:<\/h4>\n                                <div class=\"ideal-tags\">\n                                    <span class=\"ideal-tag\">Small Quantities<\/span>\n                                    <span class=\"ideal-tag\">Samples & Trials<\/span>\n                                    <span class=\"ideal-tag\">Variable Designs<\/span>\n                                    <span class=\"ideal-tag\">Urgent Projects<\/span>\n                                    <span class=\"ideal-tag\">Seasonal Campaigns<\/span>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n\n            <!-- Equipment Section -->\n            <div class=\"equipment-section scroll-animate\">\n                <h2>Equipment & Capabilities<\/h2>\n                <div class=\"equipment-grid\">\n\n                    <div class=\"equipment-card\">\n                        <h3>Offset Machines<\/h3>\n                        <ul>\n                            <li>German Heidelberg \u2014 world's best<\/li>\n                            <li>Sizes: B1 - B2 - B3 - B4<\/li>\n                            <li>High-speed production capacity<\/li>\n                            <li>Exceptional color and detail accuracy<\/li>\n                            <li>Regular maintenance for consistent quality<\/li>\n                        <\/ul>\n                    <\/div>\n\n                    <div class=\"equipment-card\">\n                        <h3>Digital Machines<\/h3>\n                        <ul>\n                            <li>HP Indigo 15000 \u2014 latest in the world<\/li>\n                            <li>7 colors with liquid electrostatic ink<\/li>\n                            <li>Paper weights from 60 to 450 grams<\/li>\n                            <li>Printing on diverse substrate types<\/li>\n                            <li>Variable Data technology for changing designs<\/li>\n                        <\/ul>\n                    <\/div>\n\n                    <div class=\"equipment-card\">\n                        <h3>Post-Press Machines<\/h3>\n                        <ul>\n                            <li>German KAMA 2021 \u2014 latest technology<\/li>\n                            <li>High-speed lamination line<\/li>\n                            <li>Precise Die Cut equipment<\/li>\n                            <li>Hologram and anti-counterfeit technologies<\/li>\n                            <li>Advanced foil and embossing equipment<\/li>\n                        <\/ul>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n\n            <!-- Quality Standards -->\n            <div class=\"quality-section scroll-animate\">\n                <h2>Quality & Safety Standards<\/h2>\n                <div class=\"quality-grid\">\n\n                    <div class=\"quality-item\">\n                        <div class=\"quality-icon\">\ud83c\udfc6<\/div>\n                        <h3>4 ISO Certifications<\/h3>\n                        <p>Quality, Safety, Environment, Information Security<\/p>\n                    <\/div>\n\n                    <div class=\"quality-item\">\n                        <div class=\"quality-icon\">\u2705<\/div>\n                        <h3>100% Safe Materials<\/h3>\n                        <p>Food Grade for food products, certified inks for pharmaceuticals<\/p>\n                    <\/div>\n\n                    <div class=\"quality-item\">\n                        <div class=\"quality-icon\">\ud83d\udd0d<\/div>\n                        <h3>Triple Quality Inspection<\/h3>\n                        <p>Before \u2014 during \u2014 after printing<\/p>\n                    <\/div>\n\n                    <div class=\"quality-item\">\n                        <div class=\"quality-icon\">\ud83d\udee1\ufe0f<\/div>\n                        <h3>Consumer Safety<\/h3>\n                        <p>Our top priority in every single project<\/p>\n                    <\/div>\n\n                    <div class=\"quality-item\">\n                        <div class=\"quality-icon\">\ud83c\udf0d<\/div>\n                        <h3>International Standards<\/h3>\n                        <p>Full compliance with global health specifications<\/p>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n\n            <!-- CTA Section -->\n            <div class=\"cta-section scroll-animate\">\n                <div class=\"cta-content\">\n                    <h2>Ready to Transform Your Design into an Exceptional Product?<\/h2>\n                    <p>\n                        Get a free consultation from our specialized team and discover how we can help you produce a product that reflects your identity and exceeds your expectations.\n                    <\/p>\n                    <div class=\"cta-buttons\">\n                        <a href=\"#\" class=\"cta-btn cta-btn-primary\">\n                            <span>Book a Free Consultation<\/span>\n                            <span>\u2192<\/span>\n                        <\/a>\n                        <a href=\"#\" class=\"cta-btn cta-btn-secondary\">\n                            <span>Get a Quote<\/span>\n                            <span>\u2192<\/span>\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <script>\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.scroll-animate').forEach(el => {\n            observer.observe(el);\n        });\n\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                }\n            });\n        });\n    <\/script>\n<\/html><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0806b05 e-con-full e-flex e-con e-parent\" data-id=\"0806b05\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c64f9ef e-con-full e-flex e-con e-child\" data-id=\"c64f9ef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9d2e399 e-con-full e-flex e-con e-child\" data-id=\"9d2e399\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cfb3400 elementor-widget elementor-widget-shortcode\" data-id=\"cfb3400\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class='fluentform ff-default fluentform_wrapper_4 ffs_default_wrap'><form data-form_id=\"4\" id=\"fluentform_4\" class=\"frm-fluent-form fluent_form_4 ff-el-form-top ff_form_instance_4_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_4_1\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">\u062e\u062f\u0645\u0627\u062a \u0627\u062e\u062a\u064a\u0627\u0631\u064a<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='699' \/><input type=\"hidden\" id=\"_fluentform_4_fluentformnonce\" name=\"_fluentform_4_fluentformnonce\" value=\"55f925e700\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/699\" \/><div data-name=\"ff_cn_id_1\"  class='ff-t-container ff-column-container ff_columns_total_2 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_names_first_name_' id='label_ff_4_names_first_name_' >\u0627\u0644\u0627\u0633\u0645<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_4_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"\u0627\u0644\u0627\u0633\u0645\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_email' id='label_ff_4_email' aria-label=\"\u0627\u0644\u0627\u064a\u0645\u064a\u0644\">\u0627\u0644\u0627\u064a\u0645\u064a\u0644<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_4_email\" class=\"ff-el-form-control\" placeholder=\"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0627\u0644\u0643\u062a\u0631\u0648\u0646\u064a\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_phone' id='label_ff_4_phone' aria-label=\"Phone\/Mobile\">Phone\/Mobile<\/label><\/div><div class='ff-el-input--content'><input name=\"phone\" class=\"ff-el-form-control ff-el-phone ff_el_with_extended_validation\" type=\"tel\" placeholder=\"\u0627\u0644\u0647\u0627\u062a\u0641\" data-name=\"phone\" id=\"ff_4_phone\" inputmode=\"tel\"  aria-invalid='false' aria-required=true><\/div><\/div><div data-name=\"ff_cn_id_2\"  class='ff-t-container ff-column-container ff_columns_total_1 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 100%;'><div class='ff-el-group ff-el-form-hide_label'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_4_dropdown' id='label_ff_4_dropdown' aria-label=\"\u0627\u062e\u062a\u0627\u0631 \u062e\u062f\u0645\u062a\u0643\">\u0627\u062e\u062a\u0627\u0631 \u062e\u062f\u0645\u062a\u0643<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown\" id=\"ff_4_dropdown\" class=\"ff-el-form-control  ff_has_multi_select\" data-name=\"dropdown\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=\"true\" aria-labelledby=\"label_ff_4_dropdown\"><option value=\"\">\u0627\u062e\u062a\u0627\u0631 \u062e\u062f\u0645\u062a\u0643<\/option><option value=\"\u0627\u062d\u062c\u0632 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629\"  >\u0627\u062d\u062c\u0632 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629<\/option><option value=\"\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0639\u0631\u0636 \u0633\u0639\u0631\"  >\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0639\u0631\u0636 \u0633\u0639\u0631<\/option><\/select><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_4_message' id='label_ff_4_message' aria-label=\"\u0631\u0633\u0627\u0644\u062a\u0643\">\u0631\u0633\u0627\u0644\u062a\u0643<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_4_message\" name=\"message\" id=\"ff_4_message\" class=\"ff-el-form-control\" placeholder=\"\u0631\u0633\u0627\u0644\u062a\u0643\" rows=\"4\" cols=\"2\" data-name=\"message\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\"  aria-label=\"\u0625\u0631\u0633\u0627\u0644\">\u0625\u0631\u0633\u0627\u0644<\/button><\/div><\/fieldset><\/form><div id='fluentform_4_errors' class='ff-errors-in-stack ff_form_instance_4_1 ff-form-loading_errors ff_form_instance_4_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_4_1 = {\"id\":\"4\",\"ajaxUrl\":\"https:\\\/\\\/elsewedyprint.com\\\/wp-admin\\\/admin-ajax.php\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"asteriskPlacement\":\"asterisk-right\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_4_1\",\"form_id_selector\":\"fluentform_4\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":true,\"global_message\":\"This field is required\"}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":true,\"global_message\":\"This field is required\"}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":true,\"global_message\":\"This field is required\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":true,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":true,\"global_message\":\"This field must contain a valid email\"}},\"phone\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"valid_phone_number\":{\"value\":true,\"message\":\"Phone number is not valid\",\"global\":false,\"global_message\":\"Phone number is not valid\"}},\"dropdown\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"message\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":true,\"global_message\":\"This field is required\"}}},\"debounce_time\":300};\n                            <\/script>\n            <\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f8b84c e-flex e-con-boxed e-con e-parent\" data-id=\"5f8b84c\" 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-4a30c7d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4a30c7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\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","protected":false},"excerpt":{"rendered":"<p>How We Work &#8211; Dar El Sewedy Complete Transparency at Every Step How We Work Discover how your design transforms into an exceptional product. From modern German machinery to our specialized team \u2014 we reveal every step that made 500+ brands trust us for 40 years. 40+ Years of Experience 500+ Brands Served 4 ISO [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-699","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages\/699","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/comments?post=699"}],"version-history":[{"count":7,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages\/699\/revisions"}],"predecessor-version":[{"id":5017,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages\/699\/revisions\/5017"}],"wp:attachment":[{"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/media?parent=699"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}