{"id":6,"date":"2025-12-12T16:44:42","date_gmt":"2025-12-12T16:44:42","guid":{"rendered":"https:\/\/qalamafy.com\/?page_id=6"},"modified":"2025-12-13T07:58:33","modified_gmt":"2025-12-13T07:58:33","slug":"home","status":"publish","type":"page","link":"https:\/\/qalamafy.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600&#038;family=Raleway:wght@700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    #avada-clone {\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 * { box-sizing: border-box; }\n\n    \/* --- VARIABLES --- *\/\n    #avada-clone {\n        --c-green: var(--theme-palette-color-1);       \/* Exact vibrant green *\/\n        --c-navy: #1a2530;        \/* Deep navy blue *\/\n        --c-light-blue: #EEF5F9;  \/* Hero background *\/\n        --c-white: #ffffff;\n    }\n\n    \/* --- TYPOGRAPHY --- *\/\n    #avada-clone h1, #avada-clone h2, #avada-clone h3, #avada-clone 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 h2 { font-size: 2.25rem; text-align: center; }\n    #avada-clone 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: 130px 0; }\n    .ac-text-center { text-align: center; }\n    #avada-clone .ac-text-left h2 { text-align: left; }\n    .ac-text-left { text-align: left; }\n    .ac-flex { display: flex; align-items: center; gap: 50px; }\n    .ac-flex-reverse { flex-direction: row-reverse; }\n\n    \/* --- BUTTONS (PILL SHAPE) --- *\/\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;\n        font-weight: 700;\n        text-decoration: none;\n        \/* box-shadow: 0 5px 15px #c96b285e; *\/\n        transition: 0.3s;\n        border: none;\n        cursor: pointer;\n    }\n    .ac-btn:hover { transform: translateY(-3px); \/*box-shadow: 0 8px 20px #c96b2878;*\/ }\n\n    \/* --- HERO SECTION --- *\/\n    .ac-hero {\n        background-color: var(--c-light-blue);\n        padding: 100px 0;\n        position: relative;\n    }\n    .ac-hero .ac-col-text { flex: 2; }\n    .ac-hero h1 { font-size: 3rem; color: var(--c-navy); }\n    .ac-hero-sub { color: var(--c-green); font-weight: 700; margin-bottom: 30px; display: block; }\n    \n    .hero-img { width: 265px; margin-bottom: -127px; }\n\n    \/* --- 4 ICONS GRID --- *\/\n    .ac-grid-4 {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n    \/* --- FLIP CARD STYLES for Icon Box --- *\/\n    .ac-icon-box {\n        background-color: transparent;\n        height: 280px;\n        perspective: 1000px;\n        cursor: pointer;\n    }\n    .ac-icon-box-inner {\n        position: relative;\n        width: 100%;\n        height: 100%;\n        text-align: center;\n        transition: transform 0.7s;\n        transform-style: preserve-3d;\n    }\n    .ac-icon-box:hover .ac-icon-box-inner {\n        transform: rotateY(180deg);\n    }\n    .ac-icon-box-front, .ac-icon-box-back {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        -webkit-backface-visibility: hidden;\n        backface-visibility: hidden;\n        display: flex;\n        align-items: center;\n        padding: 30px;\n        border-radius: 15px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.07);\n        border: 1px solid #f0f0f0;\n    }\n    .ac-icon-box-front {\n        flex-direction: column;\n        justify-content: center;\n        background: var(--c-white);\n    }\n    .ac-icon-box-back {\n        background: var(--c-light-blue);\n        transform: rotateY(180deg);\n        flex-direction: column;\n        justify-content: flex-start;\n        overflow-y: auto;\n    }\n    .ac-icon-box-back::-webkit-scrollbar { width: 6px; }\n    .ac-icon-box-back::-webkit-scrollbar-track { background: transparent; }\n    .ac-icon-box-back::-webkit-scrollbar-thumb {\n        background-color: var(--c-green);\n        border-radius: 10px;\n        border: 3px solid transparent;\n    }\n    .ac-icon-box-back p { font-size: 15px; margin-bottom: 0; }\n    .ac-icon-box-back h4 { margin-bottom: 15px; }\n\n    .ac-icon-circle {\n        width: 70px; height: 70px;\n        border: 2px solid var(--c-green);\n        border-radius: 50%;\n        display: flex; align-items: center; justify-content: center;\n        color: var(--c-green);\n        font-size: 30px;\n        margin-bottom: 25px;\n        transition: 0.3s;\n    }\n    .ac-icon-box:hover .ac-icon-box-front .ac-icon-circle { background-color: var(--c-green); color: white; }\n    .ac-icon-box h4 { color: var(--c-green); font-size: 1.1rem; }\n\n    \/* --- TYPOGRAPHIC CTA SECTION --- *\/\n    .ac-typographic-cta { margin-top: 130px; text-align: center; }\n    .ac-cta-keywords {\n        display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 15px; margin-bottom: 25px;\n    }\n    .ac-cta-keyword { font-size: 2.5rem; font-weight: 800; color: var(--c-navy); line-height: 1; }\n    .ac-cta-keyword.plus { color: var(--c-green); font-size: 2rem; font-weight: 700; }\n    .ac-cta-keyword span {\n        background: linear-gradient(to top, #c96b284d 40%, transparent 40%); padding: 0 5px;\n    }\n    .ac-typographic-cta p { font-size: 1.2rem; color: var(--c-navy); font-weight: 600; margin-bottom: 30px; opacity: 0.9; }\n\n    \/* --- CONTENT ROWS & LISTS --- *\/\n    .ac-col-text { flex: 1; }\n    .ac-col-img { flex: 1; text-align: center; }\n    .ac-col-img img { max-width: 100%; border-radius: 20px; }\n\n    .ac-list { list-style: none; padding: 0; }\n    .ac-list li { margin-bottom: 10px; display: flex; align-items: center; }\n    .ac-list i { color: var(--c-green); margin-right: 15px; }\n    .ac-my-25 { margin-top: 25px !important; margin-bottom: 25px !important; }\n\n    \/* --- LANGUAGE TAGS --- *\/\n    #avada-clone .ac-lang-tags { display: flex; flex-wrap: wrap; gap: 10px; }\n    #avada-clone .ac-lang-tag {\n        background-color: var(--c-light-blue); border: 1px solid #d1e0e8; color: var(--c-navy);\n        padding: 5px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; transition: all 0.3s ease;\n    }\n    #avada-clone .ac-lang-tag:hover {\n        background-color: var(--c-green); color: var(--c-white); border-color: var(--c-green); transform: translateY(-2px);\n    }\n\n    \/* --- PROCESS SECTION CSS --- *\/\n    .ac-dark-section {\n        background-color: var(--c-navy); color: white; padding: 100px 0; text-align: center; overflow: hidden;\n    }\n    .ac-dark-section h2 { color: white !important; margin-bottom: 60px; position: relative; z-index: 2; }\n    .ac-process-row {\n        display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; position: relative; padding-top: 20px; \n    }\n    @media (min-width: 900px) {\n        .ac-process-row::before {\n            content: ''; position: absolute; top: 36%; left: 50px; right: 50px; height: 2px;\n            border-top: 2px dashed rgba(255,255,255,0.3); z-index: 0;\n        }\n    }\n    .ac-process-step { \n        flex: 1; text-align: center; min-width: 140px; margin-bottom: 30px; position: relative; z-index: 1;\n    }\n    .ac-step-icon-wrap {\n        position: relative; width: 100px; height: 100px; margin: 0 auto 20px;\n        display: flex; align-items: center; justify-content: center;\n    }\n    .ac-step-icon {\n        width: 80px; height: 80px; background: white; color: var(--c-navy); border-radius: 50%;\n        display: flex; align-items: center; justify-content: center; font-size: 28px;\n        border: 4px solid rgba(255,255,255,0.1); transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n        box-shadow: 0 10px 20px rgba(0,0,0,0.2);\n    }\n    .ac-step-badge {\n        position: absolute; top: 0; right: 0; width: 30px; height: 30px; background-color: var(--c-green);\n        color: white; border-radius: 50%; font-weight: 800; font-size: 14px;\n        display: flex; align-items: center; justify-content: center;\n        border: 3px solid var(--c-navy); transition: transform 0.3s ease;\n    }\n    .ac-step-title { color: white; font-weight: 700; font-size: 16px; opacity: 0.9; transition: color 0.3s; }\n    .ac-process-step:hover .ac-step-icon { transform: scale(1.1); border-color: var(--c-green); color: var(--c-green); }\n    .ac-process-step:hover .ac-step-badge { transform: scale(1.2); }\n    .ac-process-step:hover .ac-step-title { color: var(--c-green); opacity: 1; }\n\n    \/* =================================================================\n       NEW \"SLIDE UP\" OVERLAY CARDS CSS\n       ================================================================= *\/\n    \n    .ac-cards-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n        gap: 30px;\n        margin-top: 60px;\n    }\n\n    \/* Base Card Container: FIXED Height + Relative + Overflow Hidden *\/\n    .ac-card-overlay-wrap {\n        position: relative;\n        background: white;\n        border-radius: 20px;\n        height: 420px; \/* Fixed Height to ensure uniformity *\/\n        box-shadow: 0 10px 40px rgba(10, 42, 67, 0.08);\n        overflow: hidden; \/* Key for the slide effect *\/\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        cursor: pointer;\n    }\n\n    .ac-card-overlay-wrap:hover {\n        transform: translateY(-10px);\n        box-shadow: 0 20px 60px rgba(10, 42, 67, 0.15);\n    }\n\n    \/* FRONT FACE (Default View) *\/\n    .ac-card-front {\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        padding: 40px;\n        text-align: center;\n        z-index: 1;\n    }\n\n    .ac-front-icon {\n        width: 90px; height: 90px;\n        background-color: var(--c-light-blue);\n        color: var(--c-green);\n        font-size: 40px;\n        border-radius: 50%;\n        display: flex; align-items: center; justify-content: center;\n        margin-bottom: 25px;\n        transition: 0.3s;\n    }\n\n    .ac-card-overlay-wrap:hover .ac-front-icon {\n        transform: scale(1.1);\n        background-color: var(--c-green);\n        color: white;\n    }\n\n    .ac-card-front h4 {\n        font-size: 1.5rem;\n        color: var(--c-navy);\n        margin-bottom: 15px;\n    }\n\n    .ac-view-details {\n        margin-top: 20px;\n        font-size: 0.9rem;\n        color: var(--c-green);\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        opacity: 0.8;\n    }\n\n    .ac-view-details i { margin-left: 5px; transition: 0.3s; }\n    .ac-card-overlay-wrap:hover .ac-view-details i { transform: translateX(5px); }\n\n    \/* BACK FACE (Overlay \/ Hover State) *\/\n    .ac-card-details {\n        position: absolute;\n        bottom: 0; left: 0;\n        width: 100%; height: 100%;\n        background-color: var(--c-navy); \/* Dark Background *\/\n        color: white;\n        padding: 40px 30px;\n        transform: translateY(100%); \/* Hidden initially *\/\n        transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);\n        z-index: 2;\n        overflow-y: auto; \/* ENABLE SCROLL *\/\n        text-align: left;\n    }\n\n    \/* Slide up on hover *\/\n    .ac-card-overlay-wrap:hover .ac-card-details {\n        transform: translateY(0);\n    }\n\n    \/* Overlay Typography *\/\n    .ac-card-details h4 { color: white !important; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; }\n    .ac-card-details p { color: #e0e0e0 !important; font-size: 15px; line-height: 1.6; }\n    \n    .ac-details-list { list-style: none; padding: 0; }\n    .ac-details-list li {\n        margin-bottom: 15px;\n        display: flex; align-items: flex-start;\n        font-size: 14px;\n        color: #ddd;\n        border-bottom: 1px solid rgba(255,255,255,0.05);\n        padding-bottom: 10px;\n    }\n    .ac-details-list li:last-child { border-bottom: none; }\n    .ac-details-list li i { color: var(--c-green); margin-right: 12px; margin-top: 4px; flex-shrink: 0; }\n\n    \/* Custom Scrollbar for the overlay *\/\n    .ac-card-details::-webkit-scrollbar { width: 6px; }\n    .ac-card-details::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); }\n    .ac-card-details::-webkit-scrollbar-thumb {\n        background-color: var(--c-green);\n        border-radius: 10px;\n    }\n\n    \/* --- SERVICES GRID --- *\/\n    .ac-srv-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n    .ac-srv-item {\n        background-color: var(--c-white);\n        border: 1px solid #f0f0f0;\n        border-radius: 15px;\n        padding: 30px;\n        display: flex;\n        gap: 20px;\n        align-items: flex-start;\n        transition: all 0.3s ease;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    }\n    .ac-srv-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    .ac-srv-item .ac-srv-icon { font-size: 28px; color: var(--c-green); margin-top: 3px; }\n    .ac-srv-item .ac-srv-content { flex: 1; }\n    .ac-srv-item h4 { font-size: 1.1rem; margin-bottom: 8px; }\n    .ac-srv-item p { margin-bottom: 0; }\n\n    \/* --- RESPONSIVE FIXES --- *\/\n    @media (max-width: 900px) {\n        .ac-flex, .ac-flex-reverse { flex-direction: column; text-align: center; }\n        .ac-grid-4, .ac-srv-grid { grid-template-columns: 1fr; }\n        .ac-hero h1 { font-size: 2.2rem; }\n        .last-sec{ flex-direction: column; text-align: center;}\n        .last-sec a{ margin-top: 20px; }\n        #menu-main-menu-1 {\n            display: flex;\n            flex-direction: row;\n            flex-wrap: wrap;\n            justify-content: center;\n            column-gap: 20px;  \n        }\n        .hero-img {\n            width: 185px;\n        }\n    }\n<\/style>\n\n<div id=\"avada-clone\">\n\n    <div class=\"ac-hero\">\n        <div class=\"ac-container ac-flex\">\n            <div class=\"ac-col-text\">\n                <h1>Difference Makers in Arabic<br>Translation Services<span style=\"color: var(--c-green);\">.<\/span><\/h1>\n                <span class=\"ac-hero-sub\">Not just a translation!<\/span>\n                <a href=\"#\" class=\"ac-btn\">Free Translation Quote<\/a>\n            <\/div>\n            <div class=\"ac-col-img\">\n                <img decoding=\"async\" class=\"hero-img\" src=\"https:\/\/qalamafy.com\/wp-content\/uploads\/2025\/12\/herosection-img-scaled.webp\" alt=\"Translation Services Illustration\">\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-section\">\n        <div class=\"ac-container\">\n            <h2>Why Qalamafy Arabic<br>Translation Services<span style=\"color: var(--c-green);\">?<\/span><\/h2>\n            \n            <div class=\"ac-grid-4\">\n                <div class=\"ac-icon-box\">\n                    <div class=\"ac-icon-box-inner\">\n                        <div class=\"ac-icon-box-front\">\n                            <div class=\"ac-icon-circle\"><i class=\"fas fa-certificate\"><\/i><\/div>\n                            <h4>Qualified, Not Just Certified<\/h4>\n                        <\/div>\n                        <div class=\"ac-icon-box-back\">\n                            <h4>Qualified, Not Just Certified<\/h4>\n                            <p>We don\u2019t buy certificates just to hang on the wall and take photos beside them. Our translation credentials are proof of our compliance with the highest international standards, like ISO 17100:2015, for Arabic Translation Services. Want to see our certified translation quality for yourself with 0% risk? Try a sample for free.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"ac-icon-box\">\n                    <div class=\"ac-icon-box-inner\">\n                        <div class=\"ac-icon-box-front\">\n                            <div class=\"ac-icon-circle\"><i class=\"fas fa-clock\"><\/i><\/div>\n                            <h4>We Work Hard So You Can Sleep Easy<\/h4>\n                        <\/div>\n                        <div class=\"ac-icon-box-back\">\n                            <h4>We Work Hard So You Can Sleep Easy<\/h4>\n                            <p>A professional team of Arabic translators and localizers worldwide is dedicated to accommodating all time zones. This enables us to complete your urgent translation projects quickly. Get a free quote anytime and anywhere.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"ac-icon-box\">\n                    <div class=\"ac-icon-box-inner\">\n                        <div class=\"ac-icon-box-front\">\n                            <div class=\"ac-icon-circle\"><i class=\"fas fa-check-double\"><\/i><\/div>\n                            <h4>Rest Assured, Quality Is Assured<\/h4>\n                        <\/div>\n                        <div class=\"ac-icon-box-back\">\n                            <h4>Rest Assured, Quality Is Assured<\/h4>\n                            <p>A good translator always checks their work. An even better approach involves having a second translator revise the initial translation. To achieve premium quality, a subject-matter expert (SME) should review both translators\u2019 contributions. And for truly outstanding results, a proofreader should examine the final version produced by the translator, reviser, and SME. Want to know more? Take a look at our \u201ceight-eyes\u201d principle for clarity.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"ac-icon-box\">\n                    <div class=\"ac-icon-box-inner\">\n                        <div class=\"ac-icon-box-front\">\n                            <div class=\"ac-icon-circle\"><i class=\"fas fa-user-friends\"><\/i><\/div>\n                            <h4>Human-to-Human Translation<\/h4>\n                        <\/div>\n                        <div class=\"ac-icon-box-back\">\n                            <h4>Human-to-Human Translation<\/h4>\n                            <p>No purely machine translations can replace human touch. Even the most advanced artificial intelligence (AI) translation tools, like Google Translate, require human post-editors to ensure accuracy and authenticity. Your exceptional ideas and content are intended for a human audience, so your business and customers deserve top-notch human Arabic translators to convey your message effectively.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n \n            <div class=\"ac-typographic-cta\">\n                <div class=\"ac-cta-keywords\">\n                    <div class=\"ac-cta-keyword\"><span>Rush<\/span><\/div>\n                    <div class=\"ac-cta-keyword plus\">+<\/div>\n                    <div class=\"ac-cta-keyword\"><span>Affordable<\/span><\/div>\n                    <div class=\"ac-cta-keyword plus\">+<\/div>\n                    <div class=\"ac-cta-keyword\"><span>High-Quality<\/span><\/div>\n                <\/div>\n                <p>You don&#8217;t have to choose. With our Arabic Translation Services, it is possible.<\/p>\n                <a href=\"#\" class=\"ac-btn\">Get a Free Quote Now!<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-section\" style=\"padding-top: 0;\">\n        <div class=\"ac-container ac-flex\">\n            <div class=\"ac-col-text ac-text-left\">\n                <h2>Your Voice in MENA<br>and Arabic Markets<span style=\"color: var(--c-green);\">.<\/span><\/h2>\n                <p>As specialists in Arabic translation services, we bridge the gap between your business and the booming industries across the Middle East and North Africa (MENA). By translating your content into Modern Standard Arabic, you tap into the potential of over 466 million Arabic speakers worldwide<\/p>\n                <ul class=\"ac-list\" style=\"margin-top: 25px; margin-bottom: 25px;\">\n                    <li><i class=\"fas fa-check\"><\/i> Our professional team of localizers from across the Arab world, including Egypt, the GCC, and Maghreb, ensures your content is tailored to specific dialects for maximum impact.<\/li>\n                <\/ul>\n                <p>Not only do we provide expert Arabic translations, but we also offer services in other in-demand languages within these regions, such as:<\/p>\n                <div class=\"ac-lang-tags\">\n                    <span class=\"ac-lang-tag\">English<\/span>\n                    <span class=\"ac-lang-tag\">French<\/span>\n                    <span class=\"ac-lang-tag\">Chinese<\/span>\n                    <span class=\"ac-lang-tag\">Spanish<\/span>\n                    <span class=\"ac-lang-tag\">Russian<\/span>\n                    <span class=\"ac-lang-tag\">Italian<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"ac-col-img\">\n                <img decoding=\"async\" src=\"https:\/\/qalamafy.com\/wp-content\/uploads\/2025\/12\/Translation-Arabic-Language-1.webp\" alt=\"MENA Markets\">\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div style=\"padding-top: 0; padding-bottom: 0;\" class=\"ac-section\">\n        <div class=\"ac-container ac-flex ac-flex-reverse\">\n            <div class=\"ac-col-text ac-text-left\">\n                <h2>Your Confidant<br><span style=\"font-size:0.7em; color:var(--c-green);\">(Our Lips are Sealed)<\/span><\/h2>\n                <p>No matter how sensitive your content is, stay assured that no unauthorized hand can touch your translation documents.<\/p>\n                <ul class=\"ac-list ac-my-25\">\n                    <li><i class=\"fas fa-check\"><\/i> All our team members\/vendors sign non-disclosure agreements (NDAs).<\/li>\n                    <li><i class=\"fas fa-check\"><\/i> We use only licensed software and CAT tools. Our devices are protected by effective antivirus software.<\/li>\n                    <li><i class=\"fas fa-check\"><\/i> We use an encrypted translation business management system.<\/li>\n                    <li><i class=\"fas fa-check\"><\/i> An extra signed\/stamped acknowledgment of confidentiality customized per a client.<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"ac-col-img\">\n                <img decoding=\"async\" src=\"https:\/\/qalamafy.com\/wp-content\/uploads\/2025\/12\/Translation-Confidentiality.webp\" alt=\"Confidentiality\">\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>We Solve the Most<br>Difficult Equations for You<span style=\"color: var(--c-green);\">.<\/span><\/h2>\n                <ul class=\"ac-list ac-my-25\">\n                    <li><i class=\"fas fa-check\"><\/i> Untangling your bad handwritten documents.<\/li>\n                    <li><i class=\"fas fa-check\"><\/i> Lost your previous translation? Do not worry. There\u2019s a secured backup for you.<\/li>\n                <\/ul>\n                <p>Have other problems related to Arabic Translation Services?<\/p>\n                <a href=\"#\" class=\"ac-btn\" style=\"margin-top: 15px;\">Consult an Expert<\/a>\n            <\/div>\n            <div class=\"ac-col-img\">\n                <img decoding=\"async\" src=\"https:\/\/qalamafy.com\/wp-content\/uploads\/2025\/12\/Translation-Solutions.png\" alt=\"Translation Solutions\">\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-dark-section\">\n        <div class=\"ac-container\">\n            <h2 style=\"margin-bottom: 55px;\">The most effortless process to get the Arabic<br>Translation Services you need in no time.<\/h2>\n            \n            <div class=\"ac-process-row\">\n                <div class=\"ac-process-step\">\n                    <div class=\"ac-step-icon-wrap\">\n                        <div class=\"ac-step-icon\"><i class=\"fas fa-file-upload\"><\/i><\/div>\n                        <div class=\"ac-step-badge\">1<\/div>\n                    <\/div>\n                    <div class=\"ac-step-title\">Submit Content<\/div>\n                <\/div>\n\n                <div class=\"ac-process-step\">\n                    <div class=\"ac-step-icon-wrap\">\n                        <div class=\"ac-step-icon\"><i class=\"fas fa-pen-square\"><\/i><\/div>\n                        <div class=\"ac-step-badge\">2<\/div>\n                    <\/div>\n                    <div class=\"ac-step-title\">Instructions<\/div>\n                <\/div>\n\n                <div class=\"ac-process-step\">\n                    <div class=\"ac-step-icon-wrap\">\n                        <div class=\"ac-step-icon\"><i class=\"fas fa-file-invoice\"><\/i><\/div>\n                        <div class=\"ac-step-badge\">3<\/div>\n                    <\/div>\n                    <div class=\"ac-step-title\">Get Quote<\/div>\n                <\/div>\n\n                <div class=\"ac-process-step\">\n                    <div class=\"ac-step-icon-wrap\">\n                        <div class=\"ac-step-icon\"><i class=\"fas fa-credit-card\"><\/i><\/div>\n                        <div class=\"ac-step-badge\">4<\/div>\n                    <\/div>\n                    <div class=\"ac-step-title\">Pay Online<\/div>\n                <\/div>\n\n                <div class=\"ac-process-step\">\n                    <div class=\"ac-step-icon-wrap\">\n                        <div class=\"ac-step-icon\"><i class=\"fas fa-envelope-open\"><\/i><\/div>\n                        <div class=\"ac-step-badge\">5<\/div>\n                    <\/div>\n                    <div class=\"ac-step-title\">Receive<\/div>\n                <\/div>\n\n                <div class=\"ac-process-step\">\n                    <div class=\"ac-step-icon-wrap\">\n                        <div class=\"ac-step-icon\"><i class=\"fas fa-shield-alt\"><\/i><\/div>\n                        <div class=\"ac-step-badge\">6<\/div>\n                    <\/div>\n                    <div class=\"ac-step-title\">Guarantee<\/div>\n                <\/div>\n            <\/div>\n            \n            <div style=\"margin-top: 60px;\">\n                <a href=\"#\" class=\"ac-btn\" style=\"background-color: white; color: var(--c-navy) !important;\">Get Started Now<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-section\" style=\"background-color: #fcfcfc;\">\n        <div class=\"ac-container\">\n            <h2 class=\"ac-text-center\">Whom do we serve<span style=\"color: var(--c-green);\">?<\/span><\/h2>\n            \n            <div class=\"ac-cards-grid\">\n                \n                <div class=\"ac-card-overlay-wrap\">\n                    <div class=\"ac-card-front\">\n                        <div class=\"ac-front-icon\"><i class=\"fas fa-user-tie\"><\/i><\/div>\n                        <h4>Direct Business Clients<\/h4>\n                        <div class=\"ac-view-details\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/div>\n                    \n                    <div class=\"ac-card-details\">\n                        <h4>Direct Business Clients<\/h4>\n                        <p>We primarily serve the business sector. Every Business, from startups to large-sized enterprises, Needs Professional Translation Services to:<\/p>\n                        <ul class=\"ac-details-list\">\n                            <li><i class=\"fas fa-check\"><\/i> Expand your business worldwide and positively impact the global economy.<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Avoid legal issues through certified translation services.<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Market to a large audience.<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Improve communication with your clients and customers.<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Increase sales and improve your brand awareness.<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Boost SEO techniques on your website.<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Spread your unique ideas and innovation across borders.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ac-card-overlay-wrap\">\n                    <div class=\"ac-card-front\">\n                        <div class=\"ac-front-icon\"><i class=\"fas fa-user-check\"><\/i><\/div>\n                        <h4>Direct Individual Clients<\/h4>\n                        <div class=\"ac-view-details\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/div>\n                    \n                    <div class=\"ac-card-details\">\n                        <h4>Direct Individual Clients<\/h4>\n                        <p>Many individuals who are interested in high-quality translation use our Certified English\/Arabic Translation Services, including:<\/p>\n                        <ul class=\"ac-details-list\">\n                            <li><i class=\"fas fa-check\"><\/i> Medical and Pharma professionals to verify their credentials or identities by many reputable entities\/international services like ECFMG\u2019s EPIC, OET, Ahpra, and UK ENIC.<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Entrepreneurs and freelancers who receive payments via online payment services like Wise.<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Individual applicants to domestic and international governmental and non-governmental services.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <div class=\"ac-card-overlay-wrap\">\n                    <div class=\"ac-card-front\">\n                        <div class=\"ac-front-icon\"><i class=\"fas fa-building\"><\/i><\/div>\n                        <h4>Regional MLSPs<\/h4>\n                        <div class=\"ac-view-details\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/div>\n                    \n                    <div class=\"ac-card-details\">\n                        <h4>Regional MLSPs<\/h4>\n                        <p>\n                            Many MLSPs worldwide in EMEA, APAC, and the Americas need professional Arabic language services for their clients. \n                        <\/p>\n                        <p>\n                            As per ISO 17100:2015 standard, where an ISO 17100 certified translation service provider (TSP) outsources the translation service to a third party, it shall ensure that that third party meets the requirements of such international standard.\n                        <\/p>\n                        <p>\n                            So, we are your first choice as an Arabic source for international ISO 17100 certified translation companies.\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-section\">\n        <div class=\"ac-container\">\n            <h2 class=\"ac-text-center\">We meet all your needs in<br>Arabic Translation Services<span style=\"color: var(--c-green);\">.<\/span><\/h2>\n            \n            <div class=\"ac-cards-grid\">\n                <div class=\"ac-card-overlay-wrap\">\n                    <div class=\"ac-card-front\">\n                        <div class=\"ac-front-icon\"><i class=\"fas fa-stamp\"><\/i><\/div>\n                        <h4>Certified Translation<\/h4>\n                        <div class=\"ac-view-details\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/div>\n\n                    <div class=\"ac-card-details\">\n                        <h4>Certified Translation<\/h4>\n                        <p>Do not get in trouble for submitting non-certified translations. Let us take care of it for you.<\/p>\n                        <ul class=\"ac-details-list\">\n                            <li><i class=\"fas fa-check\"><\/i> Stamped and Signed Certificate of Accuracy<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Verified Certified Linguists<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Recognized Translation Certifications<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <div class=\"ac-card-overlay-wrap\">\n                    <div class=\"ac-card-front\">\n                        <div class=\"ac-front-icon\"><i class=\"fas fa-briefcase-medical\"><\/i><\/div>\n                        <h4>Arabic Medical and Pharmaceutical Translation Services<\/h4>\n                        <div class=\"ac-view-details\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/div>\n\n                    <div class=\"ac-card-details\">\n                        <h4>Arabic Medical and Pharmaceutical Translation Services<\/h4>\n                        <p>From better patient care to gaining a competitive edge, there are many critical reasons to use Arabic medical and pharmaceutical translation services. Our life science translations are done with love by professional medical translators and medicine and pharmacy subject-matter experts.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ac-card-overlay-wrap\">\n                    <div class=\"ac-card-front\">\n                        <div class=\"ac-front-icon\"><i class=\"fas fa-gavel\"><\/i><\/div>\n                        <h4>Arabic Legal Translation Services<\/h4>\n                        <div class=\"ac-view-details\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/div>\n\n                    <div class=\"ac-card-details\">\n                        <h4>Arabic Legal Translation Services<\/h4>\n                        <p>As the world becomes increasingly connected, the need for accurate legal translation is more important than ever. Whether you are a business owner with international clients or an individual with personal legal matters, our Arabic legal translation services can help you navigate the complex world of cross-border law.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ac-card-overlay-wrap\">\n                    <div class=\"ac-card-front\">\n                        <div class=\"ac-front-icon\"><i class=\"fas fa-microchip\"><\/i><\/div>\n                        <h4>Arabic Technical Translation Services<\/h4>\n                        <div class=\"ac-view-details\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/div>\n\n                    <div class=\"ac-card-details\">\n                        <h4>Arabic Technical Translation Services<\/h4>\n                        <p>Looking for a way to make your technical products more accessible to Arabic speakers? Trust the experts who can handle any technical document, from user manuals to complex engineering specifications.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ac-card-overlay-wrap\">\n                    <div class=\"ac-card-front\">\n                        <div class=\"ac-front-icon\"><i class=\"fas fa-globe\"><\/i><\/div>\n                        <h4>Arabic Website Localization<\/h4>\n                        <div class=\"ac-view-details\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/div>\n\n                    <div class=\"ac-card-details\">\n                        <h4>Arabic Website Localization<\/h4>\n                        <p>Did you know that Arabic is the 4th language of the top ten languages used on the web? Your customers are searching for you in Arabic \u2013 make sure they can find you by localizing your website!<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ac-card-overlay-wrap\">\n                    <div class=\"ac-card-front\">\n                        <div class=\"ac-front-icon\"><i class=\"fas fa-chart-line\"><\/i><\/div>\n                        <h4>Arabic SEO Translation and Content Writing<\/h4>\n                        <div class=\"ac-view-details\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/div>\n\n                    <div class=\"ac-card-details\">\n                        <h4>Arabic SEO Translation and Content Writing<\/h4>\n                        <p>Is your content struggling to reach and engage its Arab audience? Do you need more visibility and better search engine ranking?<\/p>\n                        <p>Ali Saad\u2019s expert Arabic SEO translators will translate your existing content into Arabic and optimize it for search engines in Arab countries.<\/p>\n                        <p>You also get new, original Arabic content tailored to your target audience.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ac-card-overlay-wrap\">\n                    <div class=\"ac-card-front\">\n                        <div class=\"ac-front-icon\"><i class=\"fas fa-headphones\"><\/i><\/div>\n                        <h4>English\/Arabic Transcription<\/h4>\n                        <div class=\"ac-view-details\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/div>\n\n                    <div class=\"ac-card-details\">\n                        <h4>English\/Arabic Transcription<\/h4>\n                        <p>Tired of trying to decipher poor-quality audio recordings? Never miss a beat with our super listeners and native transcribers, who will help you keep track of all your critical business conversations.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ac-card-overlay-wrap\">\n                    <div class=\"ac-card-front\">\n                        <div class=\"ac-front-icon\"><i class=\"fas fa-spell-check\"><\/i><\/div>\n                        <h4>Arabic\/English Proofreading<\/h4>\n                        <div class=\"ac-view-details\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/div>\n\n                    <div class=\"ac-card-details\">\n                        <h4>Arabic\/English Proofreading<\/h4>\n                        <p>Do not take chances with your important documents. Our native proofreaders will comb through your document with a fine-toothed comb, catching any errors that may have been overlooked.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ac-card-overlay-wrap\">\n                    <div class=\"ac-card-front\">\n                        <div class=\"ac-front-icon\"><i class=\"fas fa-desktop\"><\/i><\/div>\n                        <h4>Desktop Publishing (DTP)<\/h4>\n                        <div class=\"ac-view-details\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/div>\n\n                    <div class=\"ac-card-details\">\n                        <h4>Desktop Publishing (DTP)<\/h4>\n                        <p>Do not spend hours hunched over a hot computer \u2013 let us take care of your desktop publishing needs! DTP is essential for all businesses, from pharmaceutical leaflets and packaging to flyers and business cards.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"ac-text-center\" style=\"margin-top: 60px;\">\n                 <a href=\"#\" class=\"ac-btn\">View All Services<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div style=\"background-color: var(--c-navy); padding: 50px 0; color: white;\">\n        <div class=\"ac-container last-sec\" style=\"display:flex; justify-content:space-between; align-items:center;\">\n            <h3 style=\"color:white; margin:0;\">Have a translation project<span style=\"color: var(--c-green);\">?<\/span><\/h3>\n            <a href=\"#\" class=\"ac-btn\" style=\"background:white; color:var(--c-navy)!important;\">Get a Free Quote<\/a>\n        <\/div>\n    <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Difference Makers in ArabicTranslation Services. Not just a translation! Free Translation Quote Why Qalamafy ArabicTranslation Services? Qualified, Not Just Certified Qualified, Not Just Certified We don\u2019t buy certificates just to hang on the wall and take photos beside them. Our translation credentials are proof of our compliance with the highest international standards, like ISO 17100:2015, [&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-6","page","type-page","status-publish","hentry"],"blocksy_meta":{"disable_featured_image":"yes","has_hero_section":"disabled","vertical_spacing_source":"custom","content_area_spacing":"none","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6},"content_style_source":"inherit"},"_links":{"self":[{"href":"https:\/\/qalamafy.com\/index.php?rest_route=\/wp\/v2\/pages\/6","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=6"}],"version-history":[{"count":101,"href":"https:\/\/qalamafy.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":212,"href":"https:\/\/qalamafy.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/212"}],"wp:attachment":[{"href":"https:\/\/qalamafy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}