{"id":5062,"date":"2025-12-22T20:51:09","date_gmt":"2025-12-22T20:51:09","guid":{"rendered":"https:\/\/demo.elsewedyprint.com\/?page_id=5062"},"modified":"2026-03-12T11:27:31","modified_gmt":"2026-03-12T11:27:31","slug":"5062-2","status":"publish","type":"page","link":"https:\/\/elsewedyprint.com\/en\/5062-2\/","title":{"rendered":"FAQ"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5062\" class=\"elementor elementor-5062 elementor-4541\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6660f59 e-con-full e-flex e-con e-parent\" data-id=\"6660f59\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56a03e1 elementor-widget elementor-widget-shortcode\" data-id=\"56a03e1\" 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<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>FAQ - Dar Medhat El Sewedy<\/title>\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            text-align: left;\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            background: linear-gradient(180deg, #ffffff 0%, #fff9f5 50%, #ffffff 100%);\n            padding: 100px 20px;\n            overflow: hidden;\n        }\n\n        .faq-container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        \/* Section Header *\/\n        .section-header {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .section-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        .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            font-size: 1.2em;\n            color: #4A4A4A;\n            max-width: 900px;\n            margin: 40px auto 70px;\n            line-height: 1.9;\n            font-weight: 500;\n            text-align: center;\n        }\n\n        \/* FAQ Accordion *\/\n        .faq-accordion {\n            margin-bottom: 80px;\n        }\n\n        .faq-item {\n            background: white;\n            border-radius: 20px;\n            margin-bottom: 20px;\n            box-shadow: 0 8px 30px rgba(185, 28, 68, 0.08);\n            border: 2px solid transparent;\n            transition: all 0.3s ease;\n            overflow: hidden;\n        }\n\n        .faq-item:hover {\n            border-color: rgba(185, 28, 68, 0.2);\n            box-shadow: 0 12px 40px rgba(185, 28, 68, 0.12);\n        }\n\n        .faq-item.active {\n            border-color: #B91C44;\n        }\n\n        .faq-question {\n            padding: 30px 35px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .faq-question::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0;\n            bottom: 0;\n            width: 5px;\n            background: linear-gradient(180deg, #E63946, #B91C44);\n            transform: scaleY(0);\n            transition: transform 0.3s ease;\n        }\n\n        .faq-item.active .faq-question::before {\n            transform: scaleY(1);\n        }\n\n        .faq-question:hover {\n            background: linear-gradient(135deg, #FFF9F5, #FFE8EE);\n        }\n\n        .faq-question h3 {\n            font-size: 1.4em;\n            color: #B91C44;\n            font-weight: 700;\n            flex: 1;\n            padding-right: 20px;\n        }\n\n        .faq-icon {\n            width: 40px;\n            height: 40px;\n            background: linear-gradient(135deg, #E63946, #B91C44);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            transition: all 0.3s ease;\n        }\n\n        .faq-item.active .faq-icon {\n            transform: rotate(180deg);\n        }\n\n        .faq-icon svg {\n            width: 20px;\n            height: 20px;\n            color: white;\n            transition: all 0.3s ease;\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease, padding 0.4s ease;\n        }\n\n        .faq-item.active .faq-answer {\n            max-height: 1000px;\n            padding: 0 35px 30px 35px;\n        }\n\n        .faq-answer p {\n            font-size: 1.1em;\n            color: #2D2D2D;\n            line-height: 1.9;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n\n        .faq-answer p:last-child {\n            margin-bottom: 0;\n        }\n\n        .faq-answer strong {\n            color: #B91C44;\n            font-weight: 700;\n        }\n\n        .faq-answer ul {\n            list-style: none;\n            margin: 15px 0;\n        }\n\n        .faq-answer li {\n            padding: 8px 0;\n            padding-left: 30px;\n            position: relative;\n            font-size: 1.05em;\n            color: #2D2D2D;\n            line-height: 1.8;\n        }\n\n        .faq-answer 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        \/* Highlight Box in Answer *\/\n        .answer-highlight {\n            background: linear-gradient(135deg, #FFE8EE, #FFF0F3);\n            padding: 20px 25px;\n            border-radius: 15px;\n            border-left: 4px solid #B91C44;\n            margin: 20px 0;\n        }\n\n        .answer-highlight p {\n            margin-bottom: 0;\n            font-weight: 600;\n        }\n\n        \/* Contact CTA *\/\n        .contact-cta {\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        .contact-cta::before {\n            content: '';\n            position: absolute;\n            top: -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        .contact-cta h3 {\n            font-size: 2.5em;\n            color: white;\n            margin-bottom: 20px;\n            font-weight: 800;\n            position: relative;\n            z-index: 2;\n        }\n\n        .contact-cta p {\n            font-size: 1.25em;\n            color: rgba(255, 255, 255, 0.95);\n            margin-bottom: 40px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .cta-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            position: relative;\n            z-index: 2;\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 fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .faq-item {\n            animation: fadeIn 0.6s ease forwards;\n            opacity: 0;\n        }\n\n        .faq-item:nth-child(1)  { animation-delay: 0.05s; }\n        .faq-item:nth-child(2)  { animation-delay: 0.1s; }\n        .faq-item:nth-child(3)  { animation-delay: 0.15s; }\n        .faq-item:nth-child(4)  { animation-delay: 0.2s; }\n        .faq-item:nth-child(5)  { animation-delay: 0.25s; }\n        .faq-item:nth-child(6)  { animation-delay: 0.3s; }\n        .faq-item:nth-child(7)  { animation-delay: 0.35s; }\n        .faq-item:nth-child(8)  { animation-delay: 0.4s; }\n        .faq-item:nth-child(9)  { animation-delay: 0.45s; }\n        .faq-item:nth-child(10) { animation-delay: 0.5s; }\n        .faq-item:nth-child(11) { animation-delay: 0.55s; }\n        .faq-item:nth-child(12) { animation-delay: 0.6s; }\n        .faq-item:nth-child(13) { animation-delay: 0.65s; }\n        .faq-item:nth-child(14) { animation-delay: 0.7s; }\n        .faq-item:nth-child(15) { animation-delay: 0.75s; }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .faq-section {\n                padding: 70px 15px;\n            }\n\n            .section-header h2 {\n                font-size: 2em;\n            }\n\n            .section-intro {\n                font-size: 1.1em;\n            }\n\n            .faq-question {\n                padding: 25px 25px;\n            }\n\n            .faq-question h3 {\n                font-size: 1.2em;\n            }\n\n            .faq-item.active .faq-answer {\n                padding: 0 25px 25px 25px;\n            }\n\n            .contact-cta {\n                padding: 45px 30px;\n            }\n\n            .contact-cta 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=\"faq-section\">\n        <div class=\"faq-container\">\n            \n            <!-- Section Header -->\n            <div class=\"section-header\">\n                <h2>Answers to Your Most Important Questions<\/h2>\n            <\/div>\n\n            <p class=\"section-intro\">\n                Everything you need to know before starting your project. Clear answers from a team working in this field for 40 years.\n            <\/p>\n\n            <!-- FAQ Accordion -->\n            <div class=\"faq-accordion\">\n\n                <!-- Question 1 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>Who are we?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>\n                            <strong>Dar Medhat El Sewedy<\/strong> is a leading printing and packaging company since 1985. We serve 500+ brands in pharmaceuticals, food, and cosmetics sectors. We hold 4 ISO certifications and were the first to introduce 50\u00d770 digital printing technology to the Middle East.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 2 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>Where are you located?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>\n                            Our headquarters and factory are in <strong>10th of Ramadan City, Sharqia, Egypt.<\/strong>\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 3 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>Can I visit the factory?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>\n                            Yes, we welcome your visit to see the production process and equipment. Please contact us in advance to schedule your visit.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 4 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>What are your working hours?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>\n                            <strong>Saturday to Thursday:<\/strong> 9:00 AM \u2013 5:00 PM\n                        <\/p>\n                        <div class=\"answer-highlight\">\n                            <p>WhatsApp available 24\/7<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 5 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>What is the minimum order quantity?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>\n                            <strong>We start from 100 pieces.<\/strong> We offer flexibility suitable for small and large projects, whether you need 100 pieces to test the market or a million pieces for mass production.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 6 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>How do I get a quote?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p><strong>Contact us via:<\/strong><\/p>\n                        <ul>\n                            <li>Phone &amp; WhatsApp<\/li>\n                            <li>Email<\/li>\n                            <li>Contact form on the website<\/li>\n                        <\/ul>\n                        <p>\n                            Send your project details (printing type, quantity, size, required finishes), and we'll get back to you within <strong>24 hours<\/strong> with a detailed quote.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 7 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>Are prices fixed or negotiable?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>\n                            Prices depend on several factors: printing type, quantity, size, materials, and finishes. We offer the best possible price according to your project specifications.\n                        <\/p>\n                        <div class=\"answer-highlight\">\n                            <p>For large quantities, we provide special discounts.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 8 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>What determines the printing price?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p><strong>Main factors:<\/strong><\/p>\n                        <ul>\n                            <li>Printing type (offset or digital)<\/li>\n                            <li>Quantity<\/li>\n                            <li>Size<\/li>\n                            <li>Paper \/ material type<\/li>\n                            <li>Number of colors<\/li>\n                            <li>Finishes (foil, UV, embossing...)<\/li>\n                            <li>Design complexity<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 9 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>How long does production and delivery take?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>\n                            Average delivery time is <strong>3\u20137 business days<\/strong> depending on:\n                        <\/p>\n                        <ul>\n                            <li>Project type (pharmaceuticals require longer review time)<\/li>\n                            <li>Quantity<\/li>\n                            <li>Required finishes<\/li>\n                            <li>Material availability<\/li>\n                        <\/ul>\n                        <div class=\"answer-highlight\">\n                            <p>For urgent projects, we can coordinate to expedite production.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 10 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>What file formats are required for printing?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p><strong>We prefer:<\/strong><\/p>\n                        <ul>\n                            <li>PDF (high resolution \u2013 300 DPI)<\/li>\n                            <li>AI (Adobe Illustrator)<\/li>\n                            <li>PSD (Photoshop \u2013 with separate layers)<\/li>\n                        <\/ul>\n                        <p><strong>With:<\/strong><\/p>\n                        <ul>\n                            <li>CMYK colors (not RGB)<\/li>\n                            <li>Additional 3\u20135mm bleed<\/li>\n                            <li>All fonts converted to outlines<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 11 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>What quality certifications do you hold?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>We hold <strong>4 ISO certifications<\/strong> covering:<\/p>\n                        <ul>\n                            <li>Quality management<\/li>\n                            <li>Occupational safety<\/li>\n                            <li>Environmental management<\/li>\n                            <li>Information security<\/li>\n                        <\/ul>\n                        <div class=\"answer-highlight\">\n                            <p>These certifications are not just papers on the wall \u2014 they represent a daily commitment to quality in every project.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 12 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>Are materials safe for food and pharmaceuticals?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p><strong>Yes, we use:<\/strong><\/p>\n                        <ul>\n                            <li>Food Grade materials for food packaging<\/li>\n                            <li>100% safe certified inks<\/li>\n                            <li>Papers and materials compliant with health standards<\/li>\n                        <\/ul>\n                        <div class=\"answer-highlight\">\n                            <p>Product and consumer safety is our priority.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 13 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>What's the difference between offset and digital?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p><strong>Offset:<\/strong><\/p>\n                        <ul>\n                            <li>Ideal for large quantities (5000+ pieces)<\/li>\n                            <li>Very high quality<\/li>\n                            <li>Lower cost per piece for large quantities<\/li>\n                            <li>Requires longer setup time<\/li>\n                        <\/ul>\n                        <p><strong>Digital:<\/strong><\/p>\n                        <ul>\n                            <li>Ideal for small to medium quantities (100\u20135000)<\/li>\n                            <li>Fast execution<\/li>\n                            <li>Flexibility in modifications<\/li>\n                            <li>Suitable for samples and variable designs<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 14 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>Do you offer green (eco-friendly) printing?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p><strong>Yes, we provide:<\/strong><\/p>\n                        <ul>\n                            <li>Vegetable-based inks (instead of petroleum-based)<\/li>\n                            <li>FSC certified papers (from sustainable forests)<\/li>\n                            <li>Production processes that reduce carbon emissions by 30%<\/li>\n                            <li>Waste recycling<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- Question 15 -->\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n                        <h3>Do you print for outside Egypt?<\/h3>\n                        <div class=\"faq-icon\">\n                            <svg fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path d=\"M7 10l5 5 5-5z\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Yes, we serve clients in Gulf countries and Arab nations. <strong>We provide:<\/strong><\/p>\n                        <ul>\n                            <li>Complete shipping and logistics solutions<\/li>\n                            <li>Safe packaging for international shipping<\/li>\n                            <li>Compliance with international standards<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n            <!-- Contact CTA -->\n            <div class=\"contact-cta\">\n                <h3>Didn't find your answer?<\/h3>\n                <p>Contact us directly \u2014 we respond within 24 hours. Our team of experts is ready to help you.<\/p>\n                <div class=\"cta-buttons\">\n                    <a href=\"https:\/\/wa.me\/201050360822\" 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:+201050360822\" 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\n        <\/div>\n    <\/section>\n\n    <script>\n        function toggleFaq(element) {\n            const faqItem = element.parentElement;\n            const isActive = faqItem.classList.contains('active');\n\n            \/\/ Close all other items\n            document.querySelectorAll('.faq-item').forEach(item => {\n                item.classList.remove('active');\n            });\n\n            \/\/ Toggle current item\n            if (!isActive) {\n                faqItem.classList.add('active');\n            }\n        }\n    <\/script>\n<\/body>\n<\/html><\/div>\n\t\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>FAQ &#8211; Dar Medhat El Sewedy Answers to Your Most Important Questions Everything you need to know before starting your project. Clear answers from a team working in this field for 40 years. Who are we? Dar Medhat El Sewedy is a leading printing and packaging company since 1985. We serve 500+ brands in pharmaceuticals, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-5062","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages\/5062","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/comments?post=5062"}],"version-history":[{"count":8,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages\/5062\/revisions"}],"predecessor-version":[{"id":5086,"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/pages\/5062\/revisions\/5086"}],"wp:attachment":[{"href":"https:\/\/elsewedyprint.com\/en\/wp-json\/wp\/v2\/media?parent=5062"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}