{"id":189,"date":"2025-12-13T08:30:29","date_gmt":"2025-12-13T08:30:29","guid":{"rendered":"https:\/\/qalamafy.com\/?page_id=189"},"modified":"2025-12-13T08:30:29","modified_gmt":"2025-12-13T08:30:29","slug":"certification","status":"publish","type":"page","link":"https:\/\/qalamafy.com\/?page_id=189","title":{"rendered":"Certification"},"content":{"rendered":"\n<link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\">\n\n<style>\n    \/* --- SHARED STYLES (FROM HOME PAGE) --- *\/\n    #avada-clone-cert {\n        color: #505050;\n        line-height: 1.7;\n        font-size: 16px;\n        background-color: #fff;\n        width: 100%;\n        max-width: 100%;\n        box-sizing: border-box;\n    }\n\n    #avada-clone-cert * { box-sizing: border-box; }\n\n    \/* --- VARIABLES --- *\/\n    #avada-clone-cert {\n        --c-green: var(--theme-palette-color-1, #2ecc71);\n        --c-navy: #1a2530;\n        --c-light-blue: #EEF5F9;\n        --c-white: #ffffff;\n    }\n\n    \/* --- TYPOGRAPHY --- *\/\n    #avada-clone-cert h1, #avada-clone-cert h2, #avada-clone-cert h3, #avada-clone-cert h4 {\n        color: var(--c-navy);\n        font-weight: 700;\n        margin-top: 0;\n        margin-bottom: 20px;\n        line-height: 1.25;\n    }\n\n    #avada-clone-cert h2 { font-size: 2.25rem; text-align: center; }\n    #avada-clone-cert p { margin-bottom: 20px; color: #666; }\n\n    \/* --- UTILITIES --- *\/\n    .ac-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }\n    .ac-section { padding: 100px 0; }\n    .ac-text-center { text-align: center; }\n    .ac-text-left { text-align: left; }\n    .ac-flex { display: flex; align-items: center; gap: 50px; }\n    \n    \/* --- BUTTONS (MATCHING HOME PAGE) --- *\/\n    .ac-btn {\n        display: inline-block;\n        background-color: var(--c-green);\n        color: white !important;\n        padding: 15px 35px;\n        border-radius: 50px; \/* Pill Shape *\/\n        font-weight: 700;\n        text-decoration: none;\n        transition: 0.3s;\n        border: none;\n        cursor: pointer;\n    }\n    .ac-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }\n    \n    \/* Secondary Button Style (White) *\/\n    .ac-btn.ac-btn-white {\n        background-color: white;\n        color: var(--c-navy) !important;\n    }\n\n    \/* --- HERO SECTION (MATCHING HOME PAGE) --- *\/\n    .ac-hero {\n        background-color: var(--c-light-blue);\n        padding: 100px 0;\n        position: relative;\n    }\n    .ac-hero h1 { font-size: 3rem; color: var(--c-navy); }\n    .ac-hero-sub { \n        color: var(--c-green); \n        font-weight: 500; \n        margin-bottom: 30px; \n        display: block; \n        letter-spacing: 1px; \n        text-transform: uppercase; \n        font-size: 0.9rem;\n        width: fit-content;\n        margin-left: auto;\n        padding: 8px 13px;\n        border-radius: 20px;\n        margin-right: auto;\n        border: 1px solid;\n    }\n\n    \/* --- GRID STYLES (MATCHING HOME SERVICES GRID) --- *\/\n    .ac-grid-cards {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n    \n    .ac-card-item {\n        background-color: var(--c-white);\n        border: 1px solid #f0f0f0;\n        border-radius: 15px; \/* Matching Home Page Radius *\/\n        padding: 30px;\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        transition: all 0.3s ease;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        height: 100%;\n    }\n    .ac-card-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 15px 40px rgba(0,0,0,0.08);\n        border-color: var(--c-green);\n    }\n    \n    .ac-card-icon { \n        font-size: 28px; \n        color: var(--c-green); \n        margin-bottom: 20px;\n        background: var(--c-light-blue);\n        width: 60px; height: 60px;\n        display: flex; align-items: center; justify-content: center;\n        border-radius: 50%;\n    }\n    .ac-card-item h4 { font-size: 1.2rem; margin-bottom: 15px; }\n    .ac-card-item p { margin-bottom: 0; font-size: 0.95rem; }\n\n    \/* Highlight Card (Black\/Navy version) *\/\n    .ac-card-item.highlight {\n        background-color: var(--c-navy);\n        border-color: var(--c-navy);\n    }\n    .ac-card-item.highlight h4 { color: white !important; }\n    .ac-card-item.highlight p { color: #cacaca !important; }\n    .ac-card-item.highlight .ac-card-icon { background: rgba(255,255,255,0.1); color: white; }\n\n\n    \/* --- UNIQUE CERTIFICATION PAGE ELEMENTS (STYLED TO MATCH) --- *\/\n    \n    \/* Layout Columns *\/\n    .ac-col-text { flex: 1; }\n    .ac-col-img { flex: 1; position: relative; height: 400px; }\n\n    \/* Overlapping Images (Refined to match Home Page aesthetic) *\/\n    .ac-cert-img {\n        position: absolute; \n        width: 65%; \n        border-radius: 20px; \/* Matching Home Page Radius *\/\n        box-shadow: 0 10px 40px rgba(0,0,0,0.1); \n        border: 5px solid white;\n        transition: transform 0.3s ease;\n    }\n    .img-back { top: 0; left: 0; z-index: 1; }\n    .img-front { bottom: 0; right: 0; z-index: 2; }\n    .ac-col-img:hover .img-front { transform: translateY(-10px) translateX(-5px); }\n\n    \/* CTA Section (Navy Background) *\/\n    .ac-cta-strip { background-color: var(--c-navy); padding: 50px 0; color: white; }\n    .ac-cta-flex { display: flex; justify-content: space-between; align-items: center; }\n    .ac-cta-flex h3 { color: white !important; margin: 0; font-size: 1.8rem; }\n\n    \/* --- RESPONSIVE --- *\/\n    @media (max-width: 900px) {\n        .ac-flex, .ac-cta-flex { flex-direction: column; text-align: center; }\n        .ac-cta-flex { gap: 20px; }\n        .ac-hero h1 { font-size: 2.2rem; }\n\n        \/* FIXED IMAGE STYLES FOR RESPONSIVE *\/\n        .ac-col-img {\n            width: 100%;\n            height: auto; \/* Allow height to grow automatically *\/\n            margin-top: 40px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        \n        .ac-cert-img {\n            position: relative; \/* Reset absolute positioning *\/\n            width: 80%; \/* Make images larger on mobile *\/\n            top: auto; left: auto; bottom: auto; right: auto;\n        }\n\n        .img-back {\n            margin-bottom: -15%; \/* Pull bottom image up for overlap *\/\n            transform: translateX(-10%); \/* Slide left *\/\n        }\n\n        .img-front {\n            transform: translateX(10%); \/* Slide right *\/\n            margin-top: 0;\n        }\n    }\n<\/style>\n\n<div id=\"avada-clone-cert\">\n\n    <div class=\"ac-hero\">\n        <div class=\"ac-container\">\n            <div class=\"ac-text-center\">\n                <span class=\"ac-hero-sub\">Quality Assurance<\/span>\n                <h1>Certification<\/h1>\n                <p style=\"font-size: 1.2rem; max-width: 700px; margin: 0 auto;\">Recognized globally for excellence in translation and localization standards.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-section\">\n        <div class=\"ac-container ac-flex\">\n            <div class=\"ac-col-text ac-text-left\">\n                <h2 style=\"text-align: left;\">Arabic Translation Services Certification<span style=\"color: var(--c-green);\">.<\/span><\/h2>\n                <p>Qalamafy Translation Services is certified by reputable domestic and international certification bodies. We are proudly accredited by the <strong>Egyptian Translators and Linguists Association (ETLA)<\/strong> under No. 16-17.<\/p>\n                <p>Our founder, Ali Saad, is an accredited Arabic<>English translator by the <strong>Arab Professional Translators Society (APTS)<\/strong> under No. 30801.<\/p>\n                <div style=\"background: var(--c-light-blue); padding: 20px; border-left: 4px solid var(--c-green); border-radius: 0 10px 10px 0;\">\n                    <p style=\"margin-bottom: 0; color: var(--c-navy); font-weight: 600;\">Ali Saad Agency for Translation Services has been <strong>ISO 17100-2015 certified<\/strong> since 2017, under No. EG021224TRN.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"ac-col-img\">\n                <img decoding=\"async\" src=\"https:\/\/qalamafy.com\/wp-content\/uploads\/2025\/12\/cert-img1.webp\" alt=\"Certification 1\" class=\"ac-cert-img img-back\">\n                <img decoding=\"async\" src=\"https:\/\/qalamafy.com\/wp-content\/uploads\/2025\/12\/cert-img2.webp\" alt=\"Certification 2\" class=\"ac-cert-img img-front\">\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-section\" style=\"background-color: #fcfcfc;\">\n        <div class=\"ac-container\">\n            <div class=\"ac-text-center\" style=\"max-width: 800px; margin: 0 auto;\">\n                <h2>How do our clients benefit<span style=\"color: var(--c-green);\">?<\/span><\/h2>\n                <p>When you choose <strong>certified<\/strong> Arabic translation services, you ensure the provider adheres to the highest standards.<\/p>\n            <\/div>\n\n            <div class=\"ac-grid-cards\">\n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-balance-scale\"><\/i><\/div>\n                    <h4>Strict Adherence<\/h4>\n                    <p>Follows the professional codes of the translation and localization industry set by certification bodies.<\/p>\n                <\/div>\n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-globe-americas\"><\/i><\/div>\n                    <h4>International Recognition<\/h4>\n                    <p>Is internationally recognized. ISO 17100:2015 is a global standard, and APTS is a member of the international federation.<\/p>\n                <\/div>\n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-users-cog\"><\/i><\/div>\n                    <h4>Professional Resources<\/h4>\n                    <p>Uses professional linguists and project managers alongside up-to-date technical resources like CAT tools.<\/p>\n                <\/div>\n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-eye\"><\/i><\/div>\n                    <h4>The Four-Eye Principle<\/h4>\n                    <p>Mandatory second-eye bilingual revision by a different linguist per ISO 17100 standards.<\/p>\n                <\/div>\n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-file-medical-alt\"><\/i><\/div>\n                    <h4>Critical Expertise<\/h4>\n                    <p>Familiarity with regulations of highly technical domains like medical and pharmaceutical documents.<\/p>\n                <\/div>\n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-user-shield\"><\/i><\/div>\n                    <h4>Confidentiality &#038; Privacy<\/h4>\n                    <p>Maintains strict confidentiality and privacy protocols as required by ISO 17100 standards.<\/p>\n                <\/div>\n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-comments\"><\/i><\/div>\n                    <h4>Focus on Feedback<\/h4>\n                    <p>Feedback is tackled as a core phase of translation quality management under the ISO standard.<\/p>\n                <\/div>\n                <div class=\"ac-card-item highlight\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-check-double\"><\/i><\/div>\n                    <h4>Guaranteed Quality<\/h4>\n                    <p>All these factors ensure clients receive the best possible quality, worth every cent invested.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-cta-strip\">\n        <div class=\"ac-container ac-cta-flex\">\n            <h3 style=\"margin: 0;\">Have a translation project<span style=\"color: var(--c-green);\">?<\/span><\/h3>\n            <a href=\"#\" class=\"ac-btn ac-btn-white\">Get a Free Quote<\/a>\n        <\/div>\n    <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Quality Assurance Certification Recognized globally for excellence in translation and localization standards. Arabic Translation Services Certification. Qalamafy Translation Services is certified by reputable domestic and international certification bodies. We are proudly accredited by the Egyptian Translators and Linguists Association (ETLA) under No. 16-17. Our founder, Ali Saad, is an accredited ArabicEnglish translator by the Arab [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-189","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","content_style_source":"inherit","vertical_spacing_source":"custom","content_area_spacing":"none","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/qalamafy.com\/index.php?rest_route=\/wp\/v2\/pages\/189","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qalamafy.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/qalamafy.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/qalamafy.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qalamafy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=189"}],"version-history":[{"count":19,"href":"https:\/\/qalamafy.com\/index.php?rest_route=\/wp\/v2\/pages\/189\/revisions"}],"predecessor-version":[{"id":214,"href":"https:\/\/qalamafy.com\/index.php?rest_route=\/wp\/v2\/pages\/189\/revisions\/214"}],"wp:attachment":[{"href":"https:\/\/qalamafy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}