{"id":698,"date":"2024-03-24T12:07:26","date_gmt":"2024-03-24T12:07:26","guid":{"rendered":"https:\/\/dev.lp-form.com\/elsewedy-wp\/%d8%a7%d9%84%d8%ac%d8%af%d9%8a%d8%af-%d9%84%d8%af%d9%8a%d9%86%d8%a7\/"},"modified":"2026-03-09T13:42:16","modified_gmt":"2026-03-09T13:42:16","slug":"whats-new","status":"publish","type":"page","link":"https:\/\/elsewedyprint.com\/en\/whats-new\/","title":{"rendered":"What\u2019s New!"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"698\" class=\"elementor elementor-698 elementor-71\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d535bb e-con-full e-flex e-con e-parent\" data-id=\"1d535bb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51a39cb elementor-widget elementor-widget-shortcode\" data-id=\"51a39cb\" 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    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            direction: ltr;\n        }\n\n        \/* Digital Printing Section *\/\n        .digital-section {\n            background: linear-gradient(180deg, #ffffff 0%, #fff9f5 50%, #ffffff 100%);\n            padding: 100px 20px;\n            overflow: hidden;\n        }\n\n        .digital-container {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        \/* Hero Box *\/\n        .hero-box {\n            background: linear-gradient(135deg, #B91C44, #E63946);\n            padding: 70px 60px;\n            border-radius: 35px;\n            box-shadow: 0 20px 60px rgba(185, 28, 68, 0.3);\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 80px;\n        }\n\n        .hero-box::before {\n            content: '';\n            position: absolute;\n            top: -150px;\n            left: -150px;\n            width: 400px;\n            height: 400px;\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: 50%;\n        }\n\n        .hero-box::after {\n            content: '';\n            position: absolute;\n            bottom: -100px;\n            right: -100px;\n            width: 300px;\n            height: 300px;\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: 50%;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n        }\n\n        .hero-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.2);\n            color: white;\n            padding: 12px 30px;\n            border-radius: 50px;\n            font-size: 1em;\n            font-weight: 700;\n            margin-bottom: 30px;\n            border: 2px solid rgba(255, 255, 255, 0.3);\n            backdrop-filter: blur(10px);\n        }\n\n        .hero-title {\n            font-size: 3.2em;\n            color: white;\n            margin-bottom: 30px;\n            font-weight: 900;\n            line-height: 1.3;\n        }\n\n        .hero-subtitle {\n            font-size: 1.4em;\n            color: rgba(255, 255, 255, 0.95);\n            line-height: 2;\n            max-width: 1100px;\n            margin: 0 auto;\n            font-weight: 500;\n        }\n\n        \/* Why Digital Section *\/\n        .why-digital {\n            margin-bottom: 80px;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .section-header h2 {\n            font-size: 2.8em;\n            color: #B91C44;\n            margin-bottom: 25px;\n            font-weight: 800;\n            position: relative;\n            display: inline-block;\n        }\n\n        .section-header h2::after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 5px;\n            background: linear-gradient(90deg, #F77F00, #E63946, #B91C44);\n            border-radius: 10px;\n        }\n\n        .section-intro {\n            background: white;\n            padding: 45px 50px;\n            border-radius: 25px;\n            box-shadow: 0 15px 50px rgba(185, 28, 68, 0.1);\n            border-left: 6px solid #B91C44;\n            margin-bottom: 60px;\n        }\n\n        .section-intro p {\n            font-size: 1.25em;\n            color: #2D2D2D;\n            line-height: 2;\n            font-weight: 500;\n            text-align: center;\n        }\n\n        \/* Benefits Grid *\/\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 35px;\n        }\n\n        .benefit-card {\n            background: white;\n            padding: 50px 40px;\n            border-radius: 25px;\n            box-shadow: 0 10px 40px rgba(185, 28, 68, 0.08);\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n            border: 2px solid transparent;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .benefit-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 5px;\n            height: 100%;\n            background: linear-gradient(180deg, #E63946, #B91C44);\n            transform: scaleY(0);\n            transition: transform 0.5s ease;\n        }\n\n        .benefit-card:hover::before {\n            transform: scaleY(1);\n        }\n\n        .benefit-card:hover {\n            transform: translateX(8px);\n            box-shadow: 0 20px 60px rgba(185, 28, 68, 0.15);\n            border-color: rgba(185, 28, 68, 0.2);\n        }\n\n        .benefit-number {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #E63946, #B91C44);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.8em;\n            color: white;\n            font-weight: 800;\n            margin-bottom: 25px;\n            box-shadow: 0 8px 20px rgba(185, 28, 68, 0.3);\n            transition: all 0.4s ease;\n        }\n\n        .benefit-card:hover .benefit-number {\n            transform: scale(1.15) rotate(10deg);\n        }\n\n        .benefit-title {\n            font-size: 1.8em;\n            color: #B91C44;\n            font-weight: 800;\n            margin-bottom: 20px;\n            line-height: 1.4;\n        }\n\n        .benefit-description {\n            font-size: 1.1em;\n            color: #2D2D2D;\n            line-height: 1.9;\n            font-weight: 500;\n        }\n\n        \/* Special Highlight Card *\/\n        .highlight-card {\n            background: linear-gradient(135deg, #FFE8EE, #FFF0F3);\n            border: 3px solid #B91C44;\n        }\n\n        .highlight-card .benefit-number {\n            background: linear-gradient(135deg, #B91C44, #8B1435);\n        }\n\n        .highlight-card .benefit-title {\n            color: #B91C44;\n            font-size: 2em;\n        }\n\n        \/* Tech Specs Box *\/\n        .tech-specs {\n            background: white;\n            padding: 50px 45px;\n            border-radius: 25px;\n            box-shadow: 0 15px 50px rgba(185, 28, 68, 0.1);\n            margin-top: 80px;\n            border-top: 6px solid #B91C44;\n        }\n\n        .tech-specs h3 {\n            font-size: 2.5em;\n            color: #B91C44;\n            margin-bottom: 35px;\n            font-weight: 800;\n            text-align: center;\n        }\n\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n        }\n\n        .spec-item {\n            background: linear-gradient(135deg, #FFF9F5, #FFE8EE);\n            padding: 30px;\n            border-radius: 20px;\n            text-align: center;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n\n        .spec-item:hover {\n            border-color: #B91C44;\n            transform: translateY(-5px);\n        }\n\n        .spec-icon {\n            font-size: 3em;\n            margin-bottom: 15px;\n        }\n\n        .spec-label {\n            font-size: 1.1em;\n            color: #B91C44;\n            font-weight: 700;\n            margin-bottom: 8px;\n        }\n\n        .spec-value {\n            font-size: 1.05em;\n            color: #2D2D2D;\n            font-weight: 600;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #B91C44, #E63946);\n            padding: 60px 50px;\n            border-radius: 30px;\n            text-align: center;\n            margin-top: 80px;\n            box-shadow: 0 15px 50px rgba(185, 28, 68, 0.25);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-section::before {\n            content: '';\n            position: absolute;\n            top: -100px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 400px;\n            height: 400px;\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: 50%;\n        }\n\n        .cta-content {\n            position: relative;\n            z-index: 2;\n        }\n\n        .cta-section h3 {\n            font-size: 2.5em;\n            color: white;\n            margin-bottom: 20px;\n            font-weight: 800;\n        }\n\n        .cta-section p {\n            font-size: 1.25em;\n            color: rgba(255, 255, 255, 0.95);\n            margin-bottom: 40px;\n            line-height: 1.9;\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            background: white;\n            color: #B91C44;\n            padding: 18px 45px;\n            border-radius: 50px;\n            font-size: 1.2em;\n            font-weight: 700;\n            text-decoration: none;\n            transition: all 0.4s ease;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\n        }\n\n        .cta-btn:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);\n            background: #FFF0F3;\n        }\n\n        .cta-btn svg {\n            width: 22px;\n            height: 22px;\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(40px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes fadeInScale {\n            from {\n                opacity: 0;\n                transform: scale(0.9);\n            }\n            to {\n                opacity: 1;\n                transform: scale(1);\n            }\n        }\n\n        .hero-box {\n            animation: fadeInScale 0.8s ease forwards;\n        }\n\n        .benefit-card {\n            animation: fadeInUp 0.8s ease forwards;\n            opacity: 0;\n        }\n\n        .benefit-card:nth-child(1) { animation-delay: 0.1s; }\n        .benefit-card:nth-child(2) { animation-delay: 0.2s; }\n        .benefit-card:nth-child(3) { animation-delay: 0.3s; }\n        .benefit-card:nth-child(4) { animation-delay: 0.4s; }\n        .benefit-card:nth-child(5) { animation-delay: 0.5s; }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .digital-section {\n                padding: 70px 15px;\n            }\n\n            .hero-box {\n                padding: 50px 35px;\n            }\n\n            .hero-title {\n                font-size: 2em;\n            }\n\n            .hero-subtitle {\n                font-size: 1.15em;\n            }\n\n            .section-header h2 {\n                font-size: 2em;\n            }\n\n            .section-intro {\n                padding: 35px 30px;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .benefit-card {\n                padding: 40px 35px;\n            }\n\n            .benefit-title {\n                font-size: 1.6em;\n            }\n\n            .cta-section {\n                padding: 45px 30px;\n            }\n\n            .cta-section h3 {\n                font-size: 2em;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n            }\n\n            .cta-btn {\n                width: 100%;\n                justify-content: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"digital-section\">\n        <div class=\"digital-container\">\n            \n            <!-- Hero Box -->\n            <div class=\"hero-box\">\n                <div class=\"hero-content\">\n                    <div class=\"hero-badge\">\ud83c\udfc6 First in the Middle East<\/div>\n                    <h1 class=\"hero-title\">The First 50\u00d770 cm Digital Printing in the Middle East and Gulf Markets<\/h1>\n                    <p class=\"hero-subtitle\">\n                        Discover the power of digital printing with HP Indigo 15000 technology \u2014 the first machine in Egypt, the Arab world, and Gulf markets capable of digital printing up to 50\u00d770 cm with exceptional quality, unmatched execution speed, and complete flexibility in quantities.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Why Digital Section -->\n            <div class=\"why-digital\">\n                <div class=\"section-header\">\n                    <h2>Why Digital Printing?<\/h2>\n                <\/div>\n\n                <div class=\"section-intro\">\n                    <p>\n                        Digital printing is the fastest and smartest way to complete your prints without high setup costs or long waiting times. Straight from file to production \u2014 with consistent quality and exceptional speed, especially with our unique capability to print up to 50\u00d770 cm.\n                    <\/p>\n                <\/div>\n\n                <!-- Benefits Grid -->\n                <div class=\"benefits-grid\">\n                    \n                    <!-- Benefit 1 -->\n                    <div class=\"benefit-card\">\n                        <div class=\"benefit-number\">1<\/div>\n                        <h3 class=\"benefit-title\">The Speed You Need<\/h3>\n                        <p class=\"benefit-description\">\n                            From file to final product in days \u2014 ideal for seasons and quick campaigns\n                        <\/p>\n                    <\/div>\n\n                    <!-- Benefit 2 -->\n                    <div class=\"benefit-card\">\n                        <div class=\"benefit-number\">2<\/div>\n                        <h3 class=\"benefit-title\">The Savings You're Looking For<\/h3>\n                        <p class=\"benefit-description\">\n                            No setup costs, no commitment to huge quantities \u2014 start from just 100 pieces\n                        <\/p>\n                    <\/div>\n\n                    <!-- Benefit 3 -->\n                    <div class=\"benefit-card\">\n                        <div class=\"benefit-number\">3<\/div>\n                        <h3 class=\"benefit-title\">The Quality You Deserve<\/h3>\n                        <p class=\"benefit-description\">\n                            Complete consistency in every copy \u2014 precise colors, exceptional clarity\n                        <\/p>\n                    <\/div>\n\n                    <!-- Benefit 4 -->\n                    <div class=\"benefit-card\">\n                        <div class=\"benefit-number\">4<\/div>\n                        <h3 class=\"benefit-title\">The Flexibility You Want<\/h3>\n                        <p class=\"benefit-description\">\n                            Change the design, test new ideas, develop your product \u2014 without restrictions\n                        <\/p>\n                    <\/div>\n\n                    <!-- Benefit 5 - Highlighted -->\n                    <div class=\"benefit-card highlight-card\">\n                        <div class=\"benefit-number\">5<\/div>\n                        <h3 class=\"benefit-title\">The Distinction That Sets You Apart<\/h3>\n                        <p class=\"benefit-description\">\n                            Digital printing up to 50\u00d770 cm \u2014 a rare capability in the entire region\n                        <\/p>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n\n            <!-- Tech Specs -->\n            <div class=\"tech-specs\">\n                <h3>HP Indigo 15000 Specifications<\/h3>\n                <div class=\"specs-grid\">\n                    \n                    <div class=\"spec-item\">\n                        <div class=\"spec-icon\">\ud83d\udccf<\/div>\n                        <div class=\"spec-label\">Size<\/div>\n                        <div class=\"spec-value\">Up to 50\u00d770 cm<\/div>\n                    <\/div>\n\n                    <div class=\"spec-item\">\n                        <div class=\"spec-icon\">\ud83c\udfa8<\/div>\n                        <div class=\"spec-label\">Colors<\/div>\n                        <div class=\"spec-value\">7 Colors<\/div>\n                    <\/div>\n\n                    <div class=\"spec-item\">\n                        <div class=\"spec-icon\">\u26a1<\/div>\n                        <div class=\"spec-label\">Speed<\/div>\n                        <div class=\"spec-value\">Exceptional<\/div>\n                    <\/div>\n\n                    <div class=\"spec-item\">\n                        <div class=\"spec-icon\">\ud83d\udce6<\/div>\n                        <div class=\"spec-label\">Quantity<\/div>\n                        <div class=\"spec-value\">From 100 pieces<\/div>\n                    <\/div>\n\n                    <div class=\"spec-item\">\n                        <div class=\"spec-icon\">\ud83d\udcc4<\/div>\n                        <div class=\"spec-label\">Paper Weights<\/div>\n                        <div class=\"spec-value\">60\u2013450 grams<\/div>\n                    <\/div>\n\n                    <div class=\"spec-item\">\n                        <div class=\"spec-icon\">\u2728<\/div>\n                        <div class=\"spec-label\">Special Inks<\/div>\n                        <div class=\"spec-value\">Luminous + Invisible<\/div>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n\n            <!-- CTA Section -->\n            <div class=\"cta-section\">\n                <div class=\"cta-content\">\n                    <h3>Ready to Experience Digital Printing?<\/h3>\n                    <p>\n                        Contact us now and get a free consultation and detailed quote within 24 hours\n                    <\/p>\n                    <div class=\"cta-buttons\">\n                        <a href=\"https:\/\/wa.me\/2001068818009\" class=\"cta-btn\" target=\"_blank\" rel=\"noopener\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"\/>\n                            <\/svg>\n                            Contact via WhatsApp\n                        <\/a>\n                        <a href=\"tel:+2001068818009\" class=\"cta-btn\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/>\n                            <\/svg>\n                            Call Now\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\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-bbc47f7 e-con-full e-flex e-con e-parent\" data-id=\"bbc47f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1b28fc elementor-widget elementor-widget-shortcode\" data-id=\"c1b28fc\" 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    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            direction: ltr;\n        }\n\n        \/* Digital Services Section *\/\n        .services-section {\n            background: linear-gradient(180deg, #ffffff 0%, #fff9f5 50%, #ffffff 100%);\n            padding: 100px 20px;\n            overflow: hidden;\n        }\n\n        .services-container {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        \/* Story Box *\/\n        .story-box {\n            background: white;\n            padding: 60px 55px;\n            border-radius: 30px;\n            box-shadow: 0 15px 50px rgba(185, 28, 68, 0.1);\n            border-left: 6px solid #B91C44;\n            margin-bottom: 80px;\n        }\n\n        .story-box h2 {\n            font-size: 2.8em;\n            color: #B91C44;\n            margin-bottom: 30px;\n            font-weight: 800;\n        }\n\n        .story-box p {\n            font-size: 1.2em;\n            color: #2D2D2D;\n            line-height: 2;\n            margin-bottom: 25px;\n            font-weight: 500;\n        }\n\n        .story-box p:last-of-type {\n            margin-bottom: 0;\n        }\n\n        .story-highlight {\n            background: linear-gradient(135deg, #FFE8EE, #FFF0F3);\n            padding: 30px 35px;\n            border-radius: 20px;\n            border-left: 5px solid #B91C44;\n            margin: 30px 0;\n        }\n\n        .story-highlight h3 {\n            font-size: 1.6em;\n            color: #B91C44;\n            margin-bottom: 15px;\n            font-weight: 800;\n        }\n\n        .story-highlight p {\n            margin-bottom: 0;\n            font-size: 1.15em;\n        }\n\n        .ideal-for {\n            margin-top: 25px;\n        }\n\n        .ideal-for h4 {\n            font-size: 1.4em;\n            color: #B91C44;\n            margin-bottom: 15px;\n            font-weight: 800;\n        }\n\n        .ideal-for ul {\n            list-style: none;\n        }\n\n        .ideal-for li {\n            padding: 8px 0;\n            padding-left: 30px;\n            position: relative;\n            font-size: 1.1em;\n            color: #2D2D2D;\n            line-height: 1.8;\n        }\n\n        .ideal-for li::before {\n            content: '\u2713';\n            position: absolute;\n            left: 0;\n            color: #B91C44;\n            font-weight: 800;\n            font-size: 1.2em;\n        }\n\n        \/* Services Header *\/\n        .services-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .services-header h2 {\n            font-size: 3em;\n            color: #B91C44;\n            margin-bottom: 25px;\n            font-weight: 800;\n            position: relative;\n            display: inline-block;\n        }\n\n        .services-header h2::after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 5px;\n            background: linear-gradient(90deg, #F77F00, #E63946, #B91C44);\n            border-radius: 10px;\n        }\n\n        \/* Services Grid *\/\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 35px;\n            margin-bottom: 80px;\n        }\n\n        .service-card {\n            background: white;\n            padding: 45px 40px;\n            border-radius: 25px;\n            box-shadow: 0 10px 40px rgba(185, 28, 68, 0.08);\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n            border: 2px solid transparent;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .service-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 5px;\n            height: 100%;\n            background: linear-gradient(180deg, #E63946, #B91C44);\n            transform: scaleY(0);\n            transition: transform 0.5s ease;\n        }\n\n        .service-card:hover::before {\n            transform: scaleY(1);\n        }\n\n        .service-card:hover {\n            transform: translateX(8px);\n            box-shadow: 0 20px 60px rgba(185, 28, 68, 0.15);\n            border-color: rgba(185, 28, 68, 0.2);\n        }\n\n        .service-number {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #E63946, #B91C44);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.8em;\n            color: white;\n            font-weight: 800;\n            margin-bottom: 25px;\n            box-shadow: 0 8px 20px rgba(185, 28, 68, 0.3);\n            transition: all 0.4s ease;\n        }\n\n        .service-card:hover .service-number {\n            transform: scale(1.15) rotate(10deg);\n        }\n\n        .service-title {\n            font-size: 1.9em;\n            color: #B91C44;\n            font-weight: 800;\n            margin-bottom: 15px;\n            line-height: 1.3;\n        }\n\n        .service-subtitle {\n            font-size: 1.1em;\n            color: #E63946;\n            font-weight: 700;\n            margin-bottom: 20px;\n            font-style: italic;\n        }\n\n        .service-description {\n            font-size: 1.05em;\n            color: #2D2D2D;\n            line-height: 1.9;\n            margin-bottom: 20px;\n            font-weight: 500;\n        }\n\n        .service-features {\n            background: linear-gradient(135deg, #FFF9F5, #FFE8EE);\n            padding: 20px 25px;\n            border-radius: 15px;\n            margin-top: 20px;\n        }\n\n        .service-features h5 {\n            font-size: 1.2em;\n            color: #B91C44;\n            margin-bottom: 12px;\n            font-weight: 800;\n        }\n\n        .service-features ul {\n            list-style: none;\n        }\n\n        .service-features li {\n            padding: 6px 0;\n            padding-left: 25px;\n            position: relative;\n            font-size: 1.05em;\n            color: #2D2D2D;\n            line-height: 1.7;\n        }\n\n        .service-features li::before {\n            content: '\u2022';\n            position: absolute;\n            left: 0;\n            color: #B91C44;\n            font-weight: 800;\n            font-size: 1.4em;\n        }\n\n        \/* Special Card - Featured *\/\n        .featured-card {\n            background: linear-gradient(135deg, #FFE8EE, #FFF0F3);\n            border: 3px solid #B91C44;\n        }\n\n        .featured-card .service-number {\n            background: linear-gradient(135deg, #B91C44, #8B1435);\n        }\n\n        .featured-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #E63946, #B91C44);\n            color: white;\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-size: 0.9em;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n\n        \/* Why Section *\/\n        .why-section {\n            margin-bottom: 80px;\n        }\n\n        .why-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .why-header h2 {\n            font-size: 3em;\n            color: #B91C44;\n            margin-bottom: 15px;\n            font-weight: 800;\n            position: relative;\n            display: inline-block;\n        }\n\n        .why-header h2::after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 120px;\n            height: 5px;\n            background: linear-gradient(90deg, #F77F00, #E63946, #B91C44);\n            border-radius: 10px;\n        }\n\n        .why-header p {\n            font-size: 1.2em;\n            color: #4A4A4A;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        .why-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 35px;\n        }\n\n        .why-card {\n            background: white;\n            padding: 45px 40px;\n            border-radius: 25px;\n            box-shadow: 0 10px 40px rgba(185, 28, 68, 0.08);\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n            border: 2px solid transparent;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .why-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 5px;\n            height: 100%;\n            background: linear-gradient(180deg, #E63946, #B91C44);\n            transform: scaleY(0);\n            transition: transform 0.5s ease;\n        }\n\n        .why-card:hover::before {\n            transform: scaleY(1);\n        }\n\n        .why-card:hover {\n            transform: translateX(8px);\n            box-shadow: 0 20px 60px rgba(185, 28, 68, 0.15);\n            border-color: rgba(185, 28, 68, 0.2);\n        }\n\n        .why-number {\n            width: 55px;\n            height: 55px;\n            background: linear-gradient(135deg, #E63946, #B91C44);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.6em;\n            color: white;\n            font-weight: 800;\n            margin-bottom: 20px;\n            box-shadow: 0 8px 20px rgba(185, 28, 68, 0.3);\n            transition: all 0.4s ease;\n        }\n\n        .why-card:hover .why-number {\n            transform: scale(1.15) rotate(10deg);\n        }\n\n        .why-title {\n            font-size: 1.6em;\n            color: #B91C44;\n            font-weight: 800;\n            margin-bottom: 15px;\n            line-height: 1.3;\n        }\n\n        .why-description {\n            font-size: 1.05em;\n            color: #2D2D2D;\n            line-height: 1.9;\n            font-weight: 500;\n        }\n\n        .why-list {\n            list-style: none;\n            margin-top: 15px;\n        }\n\n        .why-list li {\n            padding: 6px 0;\n            padding-left: 25px;\n            position: relative;\n            font-size: 1.05em;\n            color: #2D2D2D;\n            line-height: 1.7;\n            font-weight: 500;\n        }\n\n        .why-list li::before {\n            content: '\u2022';\n            position: absolute;\n            left: 0;\n            color: #B91C44;\n            font-weight: 800;\n            font-size: 1.4em;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #B91C44, #E63946);\n            padding: 60px 50px;\n            border-radius: 30px;\n            text-align: center;\n            box-shadow: 0 15px 50px rgba(185, 28, 68, 0.25);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-section::before {\n            content: '';\n            position: absolute;\n            top: -100px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 400px;\n            height: 400px;\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: 50%;\n        }\n\n        .cta-content {\n            position: relative;\n            z-index: 2;\n        }\n\n        .cta-section h3 {\n            font-size: 2.5em;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n        }\n\n        .cta-section .cta-sub {\n            font-size: 1.4em;\n            color: rgba(255, 255, 255, 0.9);\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        .cta-section p {\n            font-size: 1.2em;\n            color: rgba(255, 255, 255, 0.95);\n            margin-bottom: 40px;\n            line-height: 1.9;\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            background: white;\n            color: #B91C44;\n            padding: 18px 45px;\n            border-radius: 50px;\n            font-size: 1.2em;\n            font-weight: 700;\n            text-decoration: none;\n            transition: all 0.4s ease;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\n        }\n\n        .cta-btn:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);\n            background: #FFF0F3;\n        }\n\n        .cta-btn svg {\n            width: 22px;\n            height: 22px;\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(40px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .service-card, .why-card {\n            animation: fadeInUp 0.8s ease forwards;\n            opacity: 0;\n        }\n\n        .service-card:nth-child(1) { animation-delay: 0.1s; }\n        .service-card:nth-child(2) { animation-delay: 0.2s; }\n        .service-card:nth-child(3) { animation-delay: 0.3s; }\n        .service-card:nth-child(4) { animation-delay: 0.4s; }\n        .service-card:nth-child(5) { animation-delay: 0.5s; }\n        .service-card:nth-child(6) { animation-delay: 0.6s; }\n\n        .why-card:nth-child(1) { animation-delay: 0.1s; }\n        .why-card:nth-child(2) { animation-delay: 0.2s; }\n        .why-card:nth-child(3) { animation-delay: 0.3s; }\n        .why-card:nth-child(4) { animation-delay: 0.4s; }\n        .why-card:nth-child(5) { animation-delay: 0.5s; }\n        .why-card:nth-child(6) { animation-delay: 0.6s; }\n        .why-card:nth-child(7) { animation-delay: 0.7s; }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .services-section {\n                padding: 70px 15px;\n            }\n\n            .story-box {\n                padding: 40px 30px;\n            }\n\n            .story-box h2 {\n                font-size: 2em;\n            }\n\n            .story-box p {\n                font-size: 1.1em;\n            }\n\n            .services-header h2,\n            .why-header h2 {\n                font-size: 2em;\n            }\n\n            .services-grid,\n            .why-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .service-card,\n            .why-card {\n                padding: 40px 35px;\n            }\n\n            .service-title {\n                font-size: 1.6em;\n            }\n\n            .cta-section {\n                padding: 45px 30px;\n            }\n\n            .cta-section h3 {\n                font-size: 2em;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n            }\n\n            .cta-btn {\n                width: 100%;\n                justify-content: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"services-section\">\n        <div class=\"services-container\">\n            \n            <!-- Story Box -->\n            <div class=\"story-box\">\n                <h2>Digital Printing at Dar Medhat El Sewedy: A Pioneering Story<\/h2>\n                <p>\n                    In January 2021, we became the first in Egypt and the Arab world to introduce the <strong>HP Indigo 15000<\/strong> machine capable of digital printing up to <strong>50\u00d770 cm<\/strong>.\n                <\/p>\n\n                <div class=\"story-highlight\">\n                    <h3>The Technology:<\/h3>\n                    <p>\n                        The HP Indigo machine operates with Liquid Electrophotographic (LEP) ink technology \u2014 a revolutionary technology that enables printing up to 7 colors with unmatched purity and clarity. The result? A final product with an elegant appearance and rich colors that come to life.\n                    <\/p>\n                <\/div>\n\n                <div class=\"ideal-for\">\n                    <h4>Ideal For:<\/h4>\n                    <ul>\n                        <li><strong>Major Companies:<\/strong> confectionery factories, pharmaceuticals, cosmetics<\/li>\n                        <li><strong>Startups:<\/strong> professional printing in limited quantities<\/li>\n                        <li><strong>Individuals:<\/strong> special projects and premium gifts<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <!-- Services Header -->\n            <div class=\"services-header\">\n                <h2>Our Digital Printing Services<\/h2>\n            <\/div>\n\n            <!-- Services Grid -->\n            <div class=\"services-grid\">\n                \n                <!-- Service 1 - Featured -->\n                <div class=\"service-card featured-card\">\n                    <span class=\"featured-badge\">\u2b50 Our Competitive Advantage<\/span>\n                    <div class=\"service-number\">1<\/div>\n                    <h3 class=\"service-title\">50\u00d770 cm Digital Sheets<\/h3>\n                    <p class=\"service-subtitle\">Our Primary Competitive Advantage<\/p>\n                    \n                    <div class=\"service-features\">\n                        <h5>Ideal For:<\/h5>\n                        <ul>\n                            <li>Large cardboard boxes and premium packaging<\/li>\n                            <li>Large-format catalogs<\/li>\n                            <li>Professional promotional posters<\/li>\n                            <li>Custom packaging for premium products<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- Service 2 -->\n                <div class=\"service-card\">\n                    <div class=\"service-number\">2<\/div>\n                    <h3 class=\"service-title\">Food Packaging<\/h3>\n                    <p class=\"service-subtitle\">100% safe Food-Grade materials with rich colors<\/p>\n                    \n                    <div class=\"service-features\">\n                        <h5>Ideal For:<\/h5>\n                        <ul>\n                            <li>Confectionery and chocolate<\/li>\n                            <li>Dates and bakery products<\/li>\n                            <li>Nuts and coffee<\/li>\n                            <li>All food products<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- Service 3 -->\n                <div class=\"service-card\">\n                    <div class=\"service-number\">3<\/div>\n                    <h3 class=\"service-title\">Hardcover<\/h3>\n                    <p class=\"service-subtitle\">Premium hardcover binding with high-quality printing<\/p>\n                    \n                    <div class=\"service-features\">\n                        <h5>Ideal For:<\/h5>\n                        <ul>\n                            <li>Premium books<\/li>\n                            <li>Professional portfolios<\/li>\n                            <li>Official binders<\/li>\n                            <li>Gift books<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- Service 4 -->\n                <div class=\"service-card\">\n                    <div class=\"service-number\">4<\/div>\n                    <h3 class=\"service-title\">Stickers<\/h3>\n                    <p class=\"service-subtitle\">Professional stickers in all types and materials<\/p>\n                    <p class=\"service-description\">\n                        <strong>Types:<\/strong> Certified food-grade stickers \u2022 Cosmetic and pharmaceutical stickers \u2022 Promotional stickers\n                    <\/p>\n                    <p class=\"service-description\">\n                        <strong>Materials:<\/strong> Paper, transparent, silver, gold, waterproof\n                    <\/p>\n                    <p class=\"service-description\">\n                        <strong>Techniques:<\/strong> Laser cutting, gilding, UV\n                    <\/p>\n                <\/div>\n\n                <!-- Service 5 -->\n                <div class=\"service-card\">\n                    <div class=\"service-number\">5<\/div>\n                    <h3 class=\"service-title\">Books & Catalogs<\/h3>\n                    <p class=\"service-subtitle\">For companies and publishing houses<\/p>\n                    \n                    <div class=\"service-features\">\n                        <h5>We Print:<\/h5>\n                        <ul>\n                            <li>Books and brochures<\/li>\n                            <li>Commercial catalogs<\/li>\n                            <li>Annual reports<\/li>\n                            <li>Technical manuals<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- Service 6 -->\n                <div class=\"service-card\">\n                    <div class=\"service-number\">6<\/div>\n                    <h3 class=\"service-title\">Seasonal Products<\/h3>\n                    <p class=\"service-subtitle\">Fast and flexible printing for occasions<\/p>\n                    \n                    <div class=\"service-features\">\n                        <h5>Occasions:<\/h5>\n                        <ul>\n                            <li>Prophet's Birthday<\/li>\n                            <li>Eid Al-Fitr<\/li>\n                            <li>Eid Al-Adha<\/li>\n                            <li>Christmas Season<\/li>\n                            <li>Custom seasonal packaging<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n            <!-- Why Section -->\n            <div class=\"why-section\">\n                <div class=\"why-header\">\n                    <h2>What Makes Our Digital Printing Special<\/h2>\n                    <p>7 Reasons We're the First Choice in the Market<\/p>\n                <\/div>\n\n                <div class=\"why-grid\">\n\n                    <!-- Why 1 -->\n                    <div class=\"why-card\">\n                        <div class=\"why-number\">1<\/div>\n                        <h3 class=\"why-title\">Print Multiple Designs Simultaneously Without Additional Cost<\/h3>\n                        <p class=\"why-description\">\n                            Imagine printing 10 different designs for the same product in one production cycle, without any price increase. This allows you to test different markets or offer limited editions to your valued customers.\n                        <\/p>\n                    <\/div>\n\n                    <!-- Why 2 -->\n                    <div class=\"why-card\">\n                        <div class=\"why-number\">2<\/div>\n                        <h3 class=\"why-title\">Same Quality Regardless of Quantity<\/h3>\n                        <p class=\"why-description\">\n                            Whether you order 10 copies or 10,000 copies, you'll get the same exceptional quality level. No compromises, no differences \u2014 just perfection in every copy.\n                        <\/p>\n                    <\/div>\n\n                    <!-- Why 3 -->\n                    <div class=\"why-card\">\n                        <div class=\"why-number\">3<\/div>\n                        <h3 class=\"why-title\">Unprecedented Speed of Completion<\/h3>\n                        <p class=\"why-description\">\n                            From order receipt to delivery, we're the fastest in the market. What used to take weeks in traditional printing, we complete in days \u2014 sometimes hours.\n                        <\/p>\n                    <\/div>\n\n                    <!-- Why 4 -->\n                    <div class=\"why-card\">\n                        <div class=\"why-number\">4<\/div>\n                        <h3 class=\"why-title\">Exceptional Flexibility in Thickness<\/h3>\n                        <p class=\"why-description\">\n                            We print on papers starting from 60 grams for lightweight prints, up to 450 grams for premium rigid boxes. Whatever you need, we provide it.\n                        <\/p>\n                    <\/div>\n\n                    <!-- Why 5 -->\n                    <div class=\"why-card\">\n                        <div class=\"why-number\">5<\/div>\n                        <h3 class=\"why-title\">Diverse Inks for Distinctive Visual Effects<\/h3>\n                        <p class=\"why-description\">We use special inks for every need:<\/p>\n                        <ul class=\"why-list\">\n                            <li>Luminous ink: for eye-catching visual effects<\/li>\n                            <li>Invisible ink: for security elements or marketing surprises<\/li>\n                            <li>UV inks: for premium gloss and additional protection<\/li>\n                            <li>Pantone inks: for precise matching with your brand identity<\/li>\n                        <\/ul>\n                    <\/div>\n\n                    <!-- Why 6 -->\n                    <div class=\"why-card\">\n                        <div class=\"why-number\">6<\/div>\n                        <h3 class=\"why-title\">Printing on Multiple Materials<\/h3>\n                        <p class=\"why-description\">We're not limited to paper only. We print on:<\/p>\n                        <ul class=\"why-list\">\n                            <li>All types of paper<\/li>\n                            <li>PVC plastic<\/li>\n                            <li>Canvas for artistic panels<\/li>\n                            <li>Certified food packaging materials<\/li>\n                            <li>Corrugated and solid cardboard<\/li>\n                        <\/ul>\n                    <\/div>\n\n                    <!-- Why 7 -->\n                    <div class=\"why-card\">\n                        <div class=\"why-number\">7<\/div>\n                        <h3 class=\"why-title\">Technology Unavailable from Any Competitor in the Middle East<\/h3>\n                        <p class=\"why-description\">\n                            The 50\u00d770 cm size with digital printing technology is not offered by any other competitor in Egypt or the entire region. This makes us the first destination for brands seeking true distinction.\n                        <\/p>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n\n            <!-- CTA Section -->\n            <div class=\"cta-section\">\n                <div class=\"cta-content\">\n                    <h3>Ready to Start Your Project?<\/h3>\n                    <p class=\"cta-sub\">Get a Free Quote Within 24 Hours<\/p>\n                    <p>\n                        Share your project details with us and receive a free consultation from our experts. Whether you need a trial sample or large-scale production \u2014 we're here to help you.\n                    <\/p>\n                    <div class=\"cta-buttons\">\n                        <a href=\"https:\/\/wa.me\/2001068818009\" class=\"cta-btn\" target=\"_blank\" rel=\"noopener\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"\/>\n                            <\/svg>\n                            Contact via WhatsApp\n                        <\/a>\n                        <a href=\"tel:+2001068818009\" class=\"cta-btn\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/>\n                            <\/svg>\n                            Call Now\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\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-4aa2c4a e-con-full e-flex e-con e-parent\" data-id=\"4aa2c4a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b2bc3de e-con-full e-flex e-con e-child\" data-id=\"b2bc3de\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-aaff602 e-con-full e-flex e-con e-child\" data-id=\"aaff602\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-dd12978 e-flex e-con-boxed e-con e-child\" data-id=\"dd12978\" 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-b55f8d8 e-con-full e-flex e-con e-child\" data-id=\"b55f8d8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e03ad91 elementor-widget elementor-widget-image\" data-id=\"e03ad91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"640\" height=\"810\" src=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-809x1024.webp\" class=\"attachment-large size-large wp-image-4415\" alt=\"\" srcset=\"https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-809x1024.webp 809w, https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-237x300.webp 237w, https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-768x972.webp 768w, https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-1214x1536.webp 1214w, https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-1619x2048.webp 1619w, https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-600x759.webp 600w, https:\/\/elsewedyprint.com\/wp-content\/uploads\/2022\/08\/Q-scaled.webp 2023w\" sizes=\"(max-width: 640px) 100vw, 640px\">\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<div class=\"elementor-element elementor-element-5480540 e-con-full e-flex e-con e-child\" data-id=\"5480540\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b0fd560 e-con-full e-flex e-con e-child\" data-id=\"b0fd560\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17ddb7e elementor-widget elementor-widget-prionx-faq-id\" data-id=\"17ddb7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"prionx-faq-id.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <!-- Faq Section -->\n\t<section class=\"faq-section\">\n\t\t<div class=\"color-one\"><\/div>\n\t\t<div class=\"color-two\"><\/div>\n\t\t<div class=\"color-three\"><\/div>\n\t\t<div class=\"color-four\"><\/div>\n                \t\t<div class=\"auto-container\">\n\t\t\t<!-- Sec Title -->\n\t\t\t<div class=\"sec-title centered\">\n                \n                \t\t\t\t    <h2>\u2753 FAQs\n\n<\/h2>\n                \n                \n\t\t\t<\/div>\n\t\t\t<div class=\"inner-container\">\n\t\t\t\t\n\t\t\t\t<!-- Accordion Box \/ Style Two -->\n\t\t\t\t<ul class=\"accordion-box style-two\">\n\t\t\t\t\t\n                    \t\t\t\t\t<!-- Block -->\n\t\t\t\t\t<li class=\"accordion block\">\n\t\t\t\t\t\t<div class=\"acc-btn active\"><div class=\"icon-outer\"><span class=\"icon icon-plus fa fa-plus\"><\/span> <span class=\"icon icon-minus fa fa-minus\"><\/span><\/div>What's the difference between digital and offset printing?\n<\/div>\n\t\t\t\t\t\t<div class=\"acc-content current \">\n\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<div class=\"text\">Digital: Doesn't need plates, faster, more economical for small and medium quantities\nOffset: Best suited for very large quantities (5000+)\n<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t<!-- Block -->\n\t\t\t\t\t<li class=\"accordion block\">\n\t\t\t\t\t\t<div class=\"acc-btn \"><div class=\"icon-outer\"><span class=\"icon icon-plus fa fa-plus\"><\/span> <span class=\"icon icon-minus fa fa-minus\"><\/span><\/div>What is the minimum quantity?<\/div>\n\t\t\t\t\t\t<div class=\"acc-content  \">\n\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<div class=\"text\">We can print from 100 pieces, varies by size and product type\n<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t<!-- Block -->\n\t\t\t\t\t<li class=\"accordion block\">\n\t\t\t\t\t\t<div class=\"acc-btn \"><div class=\"icon-outer\"><span class=\"icon icon-plus fa fa-plus\"><\/span> <span class=\"icon icon-minus fa fa-minus\"><\/span><\/div>Do you provide design services?<\/div>\n\t\t\t\t\t\t<div class=\"acc-content  \">\n\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<div class=\"text\">We have a Finalization team to prepare print files. We don't provide design services.\n<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t<!-- Block -->\n\t\t\t\t\t<li class=\"accordion block\">\n\t\t\t\t\t\t<div class=\"acc-btn \"><div class=\"icon-outer\"><span class=\"icon icon-plus fa fa-plus\"><\/span> <span class=\"icon icon-minus fa fa-minus\"><\/span><\/div>How long does order execution take?<\/div>\n\t\t\t\t\t\t<div class=\"acc-content  \">\n\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<div class=\"text\">From a few days to a week depending on order size and complexity. We're the fastest in the market.<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t<!-- Block -->\n\t\t\t\t\t<li class=\"accordion block\">\n\t\t\t\t\t\t<div class=\"acc-btn \"><div class=\"icon-outer\"><span class=\"icon icon-plus fa fa-plus\"><\/span> <span class=\"icon icon-minus fa fa-minus\"><\/span><\/div>What materials are available?<\/div>\n\t\t\t\t\t\t<div class=\"acc-content  \">\n\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<div class=\"text\">Thickness: 60-450 grams\nMaterials: Paper, plastic, canvas, PVC, food-grade materials\n<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\t<!-- End Faq Section -->\n    \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\t\t<\/div>\n\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>\ud83c\udfc6 First in the Middle East The First 50\u00d770 cm Digital Printing in the Middle East and Gulf Markets Discover the power of digital printing with HP Indigo 15000 technology \u2014 the first machine in Egypt, the Arab world, and Gulf markets capable of digital printing up to 50\u00d770 cm with exceptional quality, unmatched execution [&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-698","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages\/698","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=698"}],"version-history":[{"count":8,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages\/698\/revisions"}],"predecessor-version":[{"id":5024,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages\/698\/revisions\/5024"}],"wp:attachment":[{"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/media?parent=698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}