{"id":49,"date":"2026-05-13T11:11:51","date_gmt":"2026-05-13T11:11:51","guid":{"rendered":"https:\/\/www.punic-dev.com\/?page_id=49"},"modified":"2026-05-20T18:36:50","modified_gmt":"2026-05-20T18:36:50","slug":"about-us","status":"publish","type":"page","link":"https:\/\/www.punic-dev.com\/?page_id=49","title":{"rendered":"About Us"},"content":{"rendered":"\n<link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.0\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\">\n\n<style>\n\/* --- FONT & BASE --- *\/\nbody {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    background-color: #f8fafc; \n}\n\n.punic-about-section {\n    padding: 100px 0;\n    background: #f8fafc;\n    overflow: hidden;\n}\n\n\/* --- IMAGE EMBALLAGE LUXE --- *\/\n.punic-img-wrapper {\n    position: relative;\n    padding: 10px;\n}\n\n.punic-img-container {\n    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);\n    border-radius: 24px;\n    overflow: hidden;\n    border: 1px solid rgba(226, 232, 240, 0.8);\n    background: #ffffff;\n    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n}\n\n.punic-img-container:hover {\n    transform: scale(1.02) translateY(-4px);\n}\n\n\/* --- TEXTE ET TITRE --- *\/\n.punic-badge-top {\n    display: inline-block;\n    padding: 6px 16px;\n    background: rgba(26, 74, 122, 0.06);\n    color: #1a4a7a;\n    font-size: 13px;\n    font-weight: 700;\n    border-radius: 30px;\n    margin-bottom: 20px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n}\n\n.punic-about-title {\n    color: #0f172a;\n    font-weight: 800;\n    font-size: 3.2rem;\n    margin-bottom: 30px;\n    letter-spacing: -1px;\n    line-height: 1.1;\n}\n\n.punic-about-title span {\n    color: #1a4a7a;\n}\n\n.punic-lead-text {\n    font-size: 1.2rem;\n    color: #1e293b;\n    line-height: 1.7;\n    font-weight: 500;\n    margin-bottom: 20px;\n}\n\n.punic-sub-text {\n    font-size: 1.05rem;\n    color: #64748b;\n    line-height: 1.8;\n}\n\n\/* --- CARREAUX BENTO (MISSION & VISION) --- *\/\n.punic-mv-grid {\n    margin-top: 40px;\n}\n\n.punic-premium-card {\n    background: rgba(25, 25, 25, 0.001);\n    background-image: linear-gradient(145deg, #ffffff 0%, #fdfdfd 100%);\n    border-radius: 20px;\n    padding: 30px;\n    height: 100%;\n    border: 1px solid rgba(226, 232, 240, 0.9);\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.02);\n    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    position: relative;\n}\n\n.punic-premium-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; width: 100%; height: 5px;\n    border-radius: 20px 20px 0 0;\n    transition: opacity 0.3s ease;\n    opacity: 0;\n}\n\n.card-mission::before { background: #1a4a7a; }\n.card-vision::before { background: #c9a46a; }\n\n.punic-premium-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 25px 50px rgba(26, 74, 122, 0.06);\n    border-color: rgba(26, 74, 122, 0.15);\n}\n\n.punic-premium-card:hover::before {\n    opacity: 1;\n}\n\n\/* IC\u00d4NES SVG VECTORIELLES *\/\n.punic-icon-shape {\n    width: 50px;\n    height: 50px;\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 22px;\n}\n\n.icon-m { background: rgba(26, 74, 122, 0.08); color: #1a4a7a; }\n.icon-v { background: rgba(201, 164, 106, 0.12); color: #c9a46a; }\n\n.punic-premium-card h3 {\n    font-size: 1.4rem;\n    font-weight: 700;\n    color: #0f172a;\n    margin-bottom: 12px;\n}\n\n.punic-premium-card p {\n    font-size: 0.95rem;\n    color: #64748b;\n    line-height: 1.6;\n    margin: 0;\n}\n\n\/* --- CALL TO ACTION ULTRA-MODERNE --- *\/\n.punic-trust-banner {\n    background: #0f172a;\n    background-image: linear-gradient(135deg, #0f172a 0%, #1a4a7a 100%);\n    color: #ffffff;\n    padding: 24px 35px;\n    margin-top: 45px;\n    font-weight: 500;\n    font-size: 1.05rem;\n    border-radius: 18px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);\n    position: relative;\n    overflow: hidden;\n}\n\n.punic-trust-banner::after {\n    content: '';\n    position: absolute;\n    width: 150px; height: 150px;\n    background: rgba(201, 164, 106, 0.1);\n    border-radius: 50%;\n    bottom: -70px; right: -50px;\n}\n\n.punic-banner-text {\n    max-width: 75%;\n    line-height: 1.5;\n}\n\n.punic-banner-accent {\n    color: #c9a46a;\n    font-weight: 700;\n}\n\n\/* --- RESPONSIVE --- *\/\n@media (max-width: 991px) {\n    .punic-about-title { font-size: 2.5rem; }\n    .punic-trust-banner { flex-direction: column; text-align: center; gap: 15px; }\n    .punic-banner-text { max-width: 100%; }\n}\n<\/style>\n\n<section class=\"punic-about-section\">\n    <div class=\"container\">\n        <div class=\"row align-items-center\">\n\n            <div class=\"col-lg-5 mb-5 mb-lg-0\">\n                <div class=\"punic-img-wrapper\">\n                    <div class=\"punic-img-container\">\n                        <img decoding=\"async\" src=\"http:\/\/www.punic-dev.com\/wp-content\/uploads\/2026\/05\/punic.png\"\n                             alt=\"Punic Development Company Dashboard\"\n                             class=\"img-fluid w-100\">\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"col-lg-7 ps-lg-5\">\n                <span class=\"punic-badge-top\">Official Manning Agency<\/span>\n                <h1 class=\"punic-about-title\">About <span>Us<\/span><\/h1>\n\n                <div class=\"content-text\">\n                    <p class=\"punic-lead-text\">\n                        Punic Development Company is a premier Manning Agency approved by the Tunisian State and the Ministry of Vocational Training and Employment.\n                    <\/p>\n                    <p class=\"punic-sub-text\">\n                        We are proud to be <strong>ISO 9001 Certified<\/strong> in full accordance with MLC Regulations 2006. With a dedicated team and a rigorous methodology, we stand as a beacon of excellence for international maritime and hospitality placement.\n                    <\/p>\n                <\/div>\n\n                <div class=\"row punic-mv-grid g-4\">\n                    \n                    <div class=\"col-md-6\">\n                        <div class=\"punic-premium-card card-mission\">\n                            <div class=\"punic-icon-shape icon-m\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><circle cx=\"12\" cy=\"12\" r=\"6\"><\/circle><circle cx=\"12\" cy=\"12\" r=\"2\"><\/circle><\/svg>\n                            <\/div>\n                            <h3>Our Mission<\/h3>\n                            <p>To connect skilled hospitality professionals with international cruise line opportunities while delivering reliable, high-quality recruitment solutions to our global partners.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"col-md-6\">\n                        <div class=\"punic-premium-card card-vision\">\n                            <div class=\"punic-icon-shape icon-v\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                            <\/div>\n                            <h3>Our Vision<\/h3>\n                            <p>To become a trusted international leader in cruise ship recruitment by empowering talent, creating life-changing career opportunities, and maintaining excellence.<\/p>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"punic-trust-banner\">\n                    <div class=\"punic-banner-text\">\n                        Punic Development Company, your <span class=\"punic-banner-accent\">trusted partner<\/span> for elite international recruitment across Africa.\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Official Manning Agency About Us Punic Development Company is a premier Manning Agency approved by the Tunisian State and the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-49","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.punic-dev.com\/index.php?rest_route=\/wp\/v2\/pages\/49","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.punic-dev.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.punic-dev.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.punic-dev.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.punic-dev.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=49"}],"version-history":[{"count":8,"href":"https:\/\/www.punic-dev.com\/index.php?rest_route=\/wp\/v2\/pages\/49\/revisions"}],"predecessor-version":[{"id":898,"href":"https:\/\/www.punic-dev.com\/index.php?rest_route=\/wp\/v2\/pages\/49\/revisions\/898"}],"wp:attachment":[{"href":"https:\/\/www.punic-dev.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=49"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}