{"id":41,"date":"2023-07-04T01:57:38","date_gmt":"2023-07-04T01:57:38","guid":{"rendered":"https:\/\/printspace.harutheme.com\/demand\/?page_id=41"},"modified":"2026-02-11T15:45:21","modified_gmt":"2026-02-11T15:45:21","slug":"request-a-quote","status":"publish","type":"page","link":"https:\/\/rbibihas.com\/fr\/request-a-quote\/","title":{"rendered":"Demande de devis"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"41\" class=\"elementor elementor-41\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6ec92b e-flex e-con-boxed e-con e-parent\" data-id=\"e6ec92b\" 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-d22cd52 e-con-full e-flex e-con e-child\" data-id=\"d22cd52\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a3264d elementor-widget elementor-widget-haru-heading\" data-id=\"8a3264d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"haru-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"haru-heading-title haru-heading-title--heading-2\">Get a Free Quote<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70f726b e-con-full e-flex e-con e-parent\" data-id=\"70f726b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-681ff12 e-con-full e-flex e-con e-child\" data-id=\"681ff12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47cf9da elementor-widget elementor-widget-html\" data-id=\"47cf9da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Request a Quote<\/title>\r\n    <style>\r\n        * {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        \r\n\r\n        .quote-form-container {\r\n            max-width: 600px;\r\n            margin: 0 auto;\r\n            background: #ffffff;\r\n            border-radius: 20px;\r\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);\r\n            overflow: hidden;\r\n        }\r\n\r\n        .form-header {\r\n            background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);\r\n            padding: 30px;\r\n            text-align: center;\r\n            color: white;\r\n        }\r\n\r\n        .form-header h2 {\r\n            font-size: 28px;\r\n            margin-bottom: 10px;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .form-header p {\r\n            font-size: 14px;\r\n            opacity: 0.9;\r\n        }\r\n\r\n        .whatsapp-icon {\r\n            width: 50px;\r\n            height: 50px;\r\n            background: white;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 15px;\r\n        }\r\n\r\n        .whatsapp-icon svg {\r\n            width: 30px;\r\n            height: 30px;\r\n            fill: #25d366;\r\n        }\r\n\r\n        .form-body {\r\n            padding: 30px;\r\n        }\r\n\r\n        .form-section {\r\n            margin-bottom: 25px;\r\n        }\r\n\r\n        .section-title {\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            color: #333;\r\n            margin-bottom: 15px;\r\n            padding-bottom: 8px;\r\n            border-bottom: 2px solid #25d366;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n        }\r\n\r\n        .section-title::before {\r\n            content: '';\r\n            width: 4px;\r\n            height: 18px;\r\n            background: #25d366;\r\n            border-radius: 2px;\r\n        }\r\n\r\n        .form-row {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 15px;\r\n        }\r\n\r\n        .form-group {\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .form-group label {\r\n            display: block;\r\n            font-size: 13px;\r\n            font-weight: 500;\r\n            color: #555;\r\n            margin-bottom: 6px;\r\n        }\r\n\r\n        .form-group label .required {\r\n            color: #e74c3c;\r\n            margin-left: 3px;\r\n        }\r\n\r\n        .form-group input,\r\n        .form-group select {\r\n            width: 100%;\r\n            padding: 12px 15px;\r\n            border: 2px solid #e0e0e0;\r\n            border-radius: 10px;\r\n            font-size: 14px;\r\n            transition: all 0.3s ease;\r\n            background: #fafafa;\r\n        }\r\n\r\n        .form-group input:focus,\r\n        .form-group select:focus {\r\n            outline: none;\r\n            border-color: #25d366;\r\n            background: #ffffff;\r\n            box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.1);\r\n        }\r\n\r\n        .form-group input::placeholder {\r\n            color: #aaa;\r\n        }\r\n\r\n        .size-row {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr 1fr 100px;\r\n            gap: 10px;\r\n        }\r\n\r\n        .hidden-field {\r\n            display: none !important;\r\n        }\r\n\r\n        .submit-btn {\r\n            width: 100%;\r\n            padding: 16px;\r\n            background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);\r\n            color: white;\r\n            border: none;\r\n            border-radius: 12px;\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 10px;\r\n            margin-top: 10px;\r\n        }\r\n\r\n        .submit-btn:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);\r\n        }\r\n\r\n        .submit-btn svg {\r\n            width: 20px;\r\n            height: 20px;\r\n            fill: white;\r\n        }\r\n\r\n        .success-message {\r\n            display: none;\r\n            background: #d4edda;\r\n            color: #155724;\r\n            padding: 15px;\r\n            border-radius: 10px;\r\n            margin-top: 15px;\r\n            text-align: center;\r\n            font-size: 14px;\r\n        }\r\n\r\n        @media (max-width: 600px) {\r\n            .form-row {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .size-row {\r\n                grid-template-columns: 1fr 1fr;\r\n            }\r\n\r\n            .size-row .form-group:last-child {\r\n                grid-column: span 2;\r\n            }\r\n\r\n            body {\r\n                padding: 20px 15px;\r\n            }\r\n\r\n            .form-body {\r\n                padding: 20px;\r\n            }\r\n        }\r\n    <\/style>\r\n<base target=\"_blank\">\r\n<\/head>\r\n<body>\r\n    <div class=\"quote-form-container\">\r\n        <div class=\"form-header\">\r\n            <div class=\"whatsapp-icon\">\r\n                <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\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\"\/>\r\n                <\/svg>\r\n            <\/div>\r\n            <h2>Request a Quote<\/h2>\r\n            <p>Fill out the form below and we'll get back to you on WhatsApp<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"form-body\">\r\n            <form id=\"quoteForm\">\r\n                <!-- Personal Information -->\r\n                <div class=\"form-section\">\r\n                    <div class=\"section-title\">Personal Information<\/div>\r\n                    <div class=\"form-row\">\r\n                        <div class=\"form-group\">\r\n                            <label>Full Name <span class=\"required\">*<\/span><\/label>\r\n                            <input type=\"text\" name=\"fullname\" placeholder=\"John Doe\" required>\r\n                        <\/div>\r\n                        <div class=\"form-group\">\r\n                            <label>City <span class=\"required\">*<\/span><\/label>\r\n                            <input type=\"text\" name=\"city\" value=\"Agadir\" required>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"form-row\">\r\n                        <div class=\"form-group\">\r\n                            <label>Phone Number <span class=\"required\">*<\/span><\/label>\r\n                            <input type=\"tel\" name=\"phone\" placeholder=\"+212 6XX XXX XXX\" required>\r\n                        <\/div>\r\n                        <div class=\"form-group\">\r\n                            <label>Email Address <span class=\"required\">*<\/span><\/label>\r\n                            <input type=\"email\" name=\"email\" placeholder=\"your@email.com\" required>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Size Information -->\r\n                <div class=\"form-section\">\r\n                    <div class=\"section-title\">Size Dimensions<\/div>\r\n                    <div class=\"size-row\">\r\n                        <div class=\"form-group\">\r\n                            <label>Width <span class=\"required\">*<\/span><\/label>\r\n                            <input type=\"number\" name=\"width\" placeholder=\"0\" step=\"0.01\" min=\"0\" required>\r\n                        <\/div>\r\n                        <div class=\"form-group\">\r\n                            <label>Height <span class=\"required\">*<\/span><\/label>\r\n                            <input type=\"number\" name=\"height\" placeholder=\"0\" step=\"0.01\" min=\"0\" required>\r\n                        <\/div>\r\n                        <div class=\"form-group\">\r\n                            <label>Length <span class=\"required\">*<\/span><\/label>\r\n                            <input type=\"number\" name=\"length\" placeholder=\"0\" step=\"0.01\" min=\"0\" required>\r\n                        <\/div>\r\n                        <div class=\"form-group\">\r\n                            <label>Unit <span class=\"required\">*<\/span><\/label>\r\n                            <select name=\"unit\" required>\r\n                                <option value=\"Inch\">Inch<\/option>\r\n                                <option value=\"mm\">mm<\/option>\r\n                                <option value=\"CM\">CM<\/option>\r\n                            <\/select>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Quantities -->\r\n                <div class=\"form-section\">\r\n                    <div class=\"section-title\">Order Details<\/div>\r\n                    <div class=\"form-group\">\r\n                        <label>Quantities <span class=\"required\">*<\/span><\/label>\r\n                        <input type=\"number\" name=\"quantities\" placeholder=\"Enter quantity\" min=\"1\" required>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Service Selection -->\r\n                <div class=\"form-section\">\r\n                    <div class=\"section-title\">Service Selection<\/div>\r\n                    <div class=\"form-row\">\r\n                        <div class=\"form-group\">\r\n                            <label>Select Service <span class=\"required\">*<\/span><\/label>\r\n                            <select name=\"service\" id=\"serviceSelect\" required>\r\n                                <option value=\"\">-- Choose Service --<\/option>\r\n                                <option value=\"Embroidery\">Embroidery<\/option>\r\n                                <option value=\"DTF\">DTF<\/option>\r\n                                <option value=\"Flyers\">Flyers<\/option>\r\n                                <option value=\"Card business\">Card Business<\/option>\r\n                                <option value=\"Stickers\">Stickers<\/option>\r\n                            <\/select>\r\n                        <\/div>\r\n                        <div class=\"form-group\" id=\"printPositionGroup\">\r\n                            <label>Print Position <span class=\"required\">*<\/span><\/label>\r\n                            <select name=\"printposition\" id=\"printPositionSelect\" required>\r\n                                <option value=\"\">-- Choose Position --<\/option>\r\n                                <option value=\"Front\">Front<\/option>\r\n                                <option value=\"Back\">Back<\/option>\r\n                                <option value=\"Front & Back\">Front & Back<\/option>\r\n                            <\/select>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <button type=\"submit\" class=\"submit-btn\">\r\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\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\"\/>\r\n                    <\/svg>\r\n                    Send Quote Request via WhatsApp\r\n                <\/button>\r\n\r\n                <div class=\"success-message\" id=\"successMessage\">\r\n                    Your quote request has been sent! We'll contact you soon.\r\n                <\/div>\r\n            <\/form>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Handle service selection change - hide\/show print position\r\n        document.getElementById('serviceSelect').addEventListener('change', function() {\r\n            const printPositionGroup = document.getElementById('printPositionGroup');\r\n            const printPositionSelect = document.getElementById('printPositionSelect');\r\n\r\n            if (this.value === 'Stickers') {\r\n                printPositionGroup.classList.add('hidden-field');\r\n                printPositionSelect.removeAttribute('required');\r\n                printPositionSelect.value = '';\r\n            } else {\r\n                printPositionGroup.classList.remove('hidden-field');\r\n                printPositionSelect.setAttribute('required', 'required');\r\n            }\r\n        });\r\n\r\n        \/\/ Handle form submission\r\n        document.getElementById('quoteForm').addEventListener('submit', function(e) {\r\n            e.preventDefault();\r\n\r\n            \/\/ Get form values directly from elements\r\n            const fullname = document.querySelector('input[name=\"fullname\"]').value.trim();\r\n            const city = document.querySelector('input[name=\"city\"]').value.trim();\r\n            const phone = document.querySelector('input[name=\"phone\"]').value.trim();\r\n            const email = document.querySelector('input[name=\"email\"]').value.trim();\r\n            const width = document.querySelector('input[name=\"width\"]').value.trim();\r\n            const height = document.querySelector('input[name=\"height\"]').value.trim();\r\n            const length = document.querySelector('input[name=\"length\"]').value.trim();\r\n            const unit = document.querySelector('select[name=\"unit\"]').value;\r\n            const quantities = document.querySelector('input[name=\"quantities\"]').value.trim();\r\n            const service = document.querySelector('select[name=\"service\"]').value;\r\n            const printposition = document.querySelector('select[name=\"printposition\"]').value;\r\n\r\n            \/\/ Build WhatsApp message\r\n            let message = '\ud83d\udccb *New Quote Request*\\n\\n';\r\n            message += '\ud83d\udc64 *Personal Information*\\n';\r\n            message += `\u2022 Full Name: ${fullname}\\n`;\r\n            message += `\u2022 City: ${city}\\n`;\r\n            message += `\u2022 Phone: ${phone}\\n`;\r\n            message += `\u2022 Email: ${email}\\n\\n`;\r\n\r\n            message += '\ud83d\udcd0 *Size Dimensions*\\n';\r\n            message += `\u2022 Width: ${width} ${unit}\\n`;\r\n            message += `\u2022 Height: ${height} ${unit}\\n`;\r\n            message += `\u2022 Length: ${length} ${unit}\\n\\n`;\r\n\r\n            message += `\ud83d\udce6 *Quantities:* ${quantities}\\n\\n`;\r\n\r\n            message += '\ud83d\udee0\ufe0f *Service Details*\\n';\r\n            message += `\u2022 Service: ${service}\\n`;\r\n            if (service !== 'Stickers' && printposition) {\r\n                message += `\u2022 Print Position: ${printposition}\\n`;\r\n            }\r\n\r\n            \/\/ WhatsApp number\r\n            const whatsappNumber = '212634653205'; \/\/ Without the + sign\r\n\r\n            \/\/ Create WhatsApp URL\r\n            const whatsappURL = `https:\/\/wa.me\/${whatsappNumber}?text=${encodeURIComponent(message)}`;\r\n\r\n            \/\/ Open WhatsApp\r\n            window.open(whatsappURL, '_blank');\r\n\r\n            \/\/ Show success message\r\n            document.getElementById('successMessage').style.display = 'block';\r\n\r\n            \/\/ Reset form after 2 seconds\r\n            setTimeout(() => {\r\n                this.reset();\r\n                document.getElementById('printPositionGroup').classList.remove('hidden-field');\r\n                document.getElementById('printPositionSelect').setAttribute('required', 'required');\r\n                document.getElementById('successMessage').style.display = 'none';\r\n            }, 2000);\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b2f1a55 e-con-full e-flex e-con e-child\" data-id=\"b2f1a55\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-03d52fe e-con-full e-flex e-con e-child\" data-id=\"03d52fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d98d22a e-con-full e-flex e-con e-child\" data-id=\"d98d22a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bb2b89f elementor-widget elementor-widget-haru-icon-box\" data-id=\"bb2b89f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"haru-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            \n                <div class=\"haru-icon-box haru-icon-box--style-7\">\n                                            \n                            \n                                <div class=\"haru-icon-box__icon\">\n                                    <span  >\n                                    <i aria-hidden=\"true\" class=\"pricon pricon-no-dollar\"><\/i>                                    <\/span>\n                                <\/div>\n\n                                <div class=\"haru-icon-box__content\">\n                                    <h6 class=\"haru-icon-box__title\">\n                                                                                    NO Die & plate charges                                                                            <\/h6>\n                                                                        <p class=\"haru-icon-box__description\">No fees hiden the design will be print on the same price accompany the same size of design<\/p>\n                                                                    <\/div>\n\n                            \n                                            \n                                                                \n                                    <\/div>\n\n            \n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1221ac7 e-con-full e-flex e-con e-child\" data-id=\"1221ac7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad2043e elementor-widget elementor-widget-haru-icon-box\" data-id=\"ad2043e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"haru-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            \n                <div class=\"haru-icon-box haru-icon-box--style-7\">\n                                            \n                            \n                                <div class=\"haru-icon-box__icon\">\n                                    <span  >\n                                    <i aria-hidden=\"true\" class=\"pricon pricon-printer\"><\/i>                                    <\/span>\n                                <\/div>\n\n                                <div class=\"haru-icon-box__content\">\n                                    <h6 class=\"haru-icon-box__title\">\n                                                                                    High quality offset printing                                                                            <\/h6>\n                                                                        <p class=\"haru-icon-box__description\">High quality design, we also edit on design if has low quality by upscale and modify on pixels of design.<\/p>\n                                                                    <\/div>\n\n                            \n                                            \n                                                                \n                                    <\/div>\n\n            \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<div class=\"elementor-element elementor-element-7f6ce16 e-con-full e-flex e-con e-child\" data-id=\"7f6ce16\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-454c4e7 e-con-full e-flex e-con e-child\" data-id=\"454c4e7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39340e0 elementor-widget elementor-widget-haru-icon-box\" data-id=\"39340e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"haru-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            \n                <div class=\"haru-icon-box haru-icon-box--style-7\">\n                                            \n                            \n                                <div class=\"haru-icon-box__icon\">\n                                    <span  >\n                                    <i aria-hidden=\"true\" class=\"pricon pricon-equalizer\"><\/i>                                    <\/span>\n                                <\/div>\n\n                                <div class=\"haru-icon-box__content\">\n                                    <h6 class=\"haru-icon-box__title\">\n                                                                                    Custom size  & style                                                                            <\/h6>\n                                                                        <p class=\"haru-icon-box__description\">With us you can customize your size, style and design as you want to be comfort.<\/p>\n                                                                    <\/div>\n\n                            \n                                            \n                                                                \n                                    <\/div>\n\n            \n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-901a0dd e-con-full e-flex e-con e-child\" data-id=\"901a0dd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bcb3422 elementor-widget elementor-widget-haru-icon-box\" data-id=\"bcb3422\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"haru-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n            \n                <div class=\"haru-icon-box haru-icon-box--style-7\">\n                                            \n                            \n                                <div class=\"haru-icon-box__icon\">\n                                    <span  >\n                                    <i aria-hidden=\"true\" class=\"pricon pricon-credit-card\"><\/i>                                    <\/span>\n                                <\/div>\n\n                                <div class=\"haru-icon-box__content\">\n                                    <h6 class=\"haru-icon-box__title\">\n                                                                                    Secure payment                                                                            <\/h6>\n                                                                        <p class=\"haru-icon-box__description\">Payment on cash activate on payment online for due security pay as your design size.<\/p>\n                                                                    <\/div>\n\n                            \n                                            \n                                                                \n                                    <\/div>\n\n            \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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-98acf72 e-flex e-con-boxed e-con e-parent\" data-id=\"98acf72\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-99e1c05 e-con-full e-flex e-con e-child\" data-id=\"99e1c05\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1adc543 elementor-widget elementor-widget-haru-heading\" data-id=\"1adc543\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"haru-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"haru-heading-title haru-heading-title--heading-9\">Bring your ideas to life in minute!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6db584 elementor-widget elementor-widget-haru-heading\" data-id=\"a6db584\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"haru-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"haru-heading-title haru-heading-title--description-4\">Delivering groundbreaking excellence in packaging<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f0aa829 haru-align-center elementor-widget elementor-widget-haru-button\" data-id=\"f0aa829\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"haru-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        \t<div class=\"haru-button-wrap\">\n        \t\t<a class=\"haru-button--has-icon haru-button elementor-button1 haru-button--style-6 haru-button--bg-white haru-button--size-medium haru-button--round-normal elementor-button-link1 haru-button-link\" role=\"button\" href=\"https:\/\/printspace.harutheme.com\/demand\/pricing-plans\/\">\n        \t\t\t\t\t\t<span class=\"elementor-button-content-wrapper1 haru-button-content-wrapper\">\n\t\t\t\t\t\t\t\t<span class=\"haru-button-icon haru-align-icon-right\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"phosphor phosphor-caret-right\"><\/i>\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-button-text1 haru-button-text\">Get Started Today<\/span>\n\t\t\t<\/span>\n\t\t\t    \t\t\t<\/a>\n    \t\t<\/div>\n\n    \t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e752096 e-con-full e-flex e-con e-child\" data-id=\"e752096\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-725566c elementor-widget elementor-widget-image\" data-id=\"725566c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"799\" height=\"449\" src=\"https:\/\/rbibihas.com\/wp-content\/uploads\/2023\/07\/services-list-banner-2.jpg\" class=\"attachment-full size-full wp-image-5951\" alt=\"\" srcset=\"https:\/\/rbibihas.com\/wp-content\/uploads\/2023\/07\/services-list-banner-2.jpg 799w, https:\/\/rbibihas.com\/wp-content\/uploads\/2023\/07\/services-list-banner-2-300x169.jpg 300w, https:\/\/rbibihas.com\/wp-content\/uploads\/2023\/07\/services-list-banner-2-768x432.jpg 768w, https:\/\/rbibihas.com\/wp-content\/uploads\/2023\/07\/services-list-banner-2-600x337.jpg 600w\" sizes=\"(max-width: 799px) 100vw, 799px\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Get a Free Quote Request a Quote Request a Quote Fill out the form below and we&#8217;ll get back to you on WhatsApp Personal Information Full Name * City * Phone Number * Email Address * Size Dimensions Width * Height * Length * Unit * InchmmCM Order Details Quantities * Service Selection Select Service [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"rs_blank_template":"","rs_page_bg_color":"","slide_template_v7":"","footnotes":""},"class_list":["post-41","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rbibihas.com\/fr\/wp-json\/wp\/v2\/pages\/41","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rbibihas.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rbibihas.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rbibihas.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rbibihas.com\/fr\/wp-json\/wp\/v2\/comments?post=41"}],"version-history":[{"count":9,"href":"https:\/\/rbibihas.com\/fr\/wp-json\/wp\/v2\/pages\/41\/revisions"}],"predecessor-version":[{"id":14968,"href":"https:\/\/rbibihas.com\/fr\/wp-json\/wp\/v2\/pages\/41\/revisions\/14968"}],"wp:attachment":[{"href":"https:\/\/rbibihas.com\/fr\/wp-json\/wp\/v2\/media?parent=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}