{"id":217,"date":"2025-12-14T10:41:30","date_gmt":"2025-12-14T10:41:30","guid":{"rendered":"https:\/\/qalamafy.com\/?page_id=217"},"modified":"2025-12-14T10:41:30","modified_gmt":"2025-12-14T10:41:30","slug":"pricing","status":"publish","type":"page","link":"https:\/\/qalamafy.com\/?page_id=217","title":{"rendered":"Pricing"},"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    \/* --- WRAPPER & RESETS --- *\/\n    #avada-clone-pricing {\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-pricing * { box-sizing: border-box; }\n\n    \/* --- VARIABLES --- *\/\n    #avada-clone-pricing {\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-pricing h1, \n    #avada-clone-pricing h2, \n    #avada-clone-pricing h3, \n    #avada-clone-pricing 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-pricing h1 { font-size: 3rem; }\n    #avada-clone-pricing h2 { font-size: 2.25rem; text-align: center; }\n    #avada-clone-pricing p { margin-bottom: 20px; color: #666; }\n    #avada-clone-pricing a { color: var(--c-green); text-decoration: none; font-weight: 600; }\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    .ac-flex-reverse { flex-direction: row-reverse; }\n    .ac-col-text { flex: 1; }\n    .ac-col-img { flex: 1; text-align: center; }\n    \n    \/* IMAGE STYLES - NO SHADOW *\/\n    .ac-col-img img { \n        max-width: 100%; \n        border-radius: 20px; \n        box-shadow: none; \n    }\n\n    \/* --- BUTTONS --- *\/\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        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    .ac-btn.ac-btn-white {\n        background-color: white;\n        color: var(--c-navy) !important;\n    }\n\n    \/* --- HERO SECTION --- *\/\n    .ac-hero {\n        background-color: var(--c-light-blue);\n        padding: 100px 0;\n        position: relative;\n    }\n\n    \/* --- NEW PROFESSIONAL HIGHLIGHT LIST (SIDE BY SIDE) --- *\/\n    .ac-highlight-list {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 30px 0;\n        display: flex;           \/* Makes items sit next to each other *\/\n        flex-wrap: wrap;         \/* Allows wrapping if screen is too small *\/\n        gap: 25px;               \/* Space between the two items *\/\n        align-items: center;\n    }\n    .ac-highlight-list li {\n        font-size: 1.2rem; \n        font-weight: 700;\n        color: var(--c-navy);\n        display: flex;\n        align-items: center;\n    }\n    .ac-highlight-list i {\n        color: var(--c-green);\n        font-size: 1.3rem;\n        margin-right: 12px;\n        background: white;\n        border-radius: 50%;\n        width: 35px; \n        height: 35px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        \/* Subtle lift for the icon *\/\n        box-shadow: 0 3px 10px rgba(0,0,0,0.05); \n    }\n\n    .hero-img-wrapper img { width: 100%; max-width: 450px; }\n\n\n    \/* --- GRID CARDS --- *\/\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;\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: 24px; \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        transition: 0.3s;\n    }\n    .ac-card-item:hover .ac-card-icon {\n        background-color: var(--c-green);\n        color: white;\n    }\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    \/* --- CTA STRIP --- *\/\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-hero h1 { font-size: 2.2rem; }\n        .ac-cta-flex { gap: 20px; }\n        .ac-flex-reverse { flex-direction: column; }\n        #avada-clone-pricing h2 { text-align: center; }\n        .hero-img-wrapper { margin-top: 30px; }\n        \n        \/* On mobile, center the list items *\/\n        .ac-highlight-list { justify-content: center; }\n    }\n<\/style>\n\n<div id=\"avada-clone-pricing\">\n\n    <div class=\"ac-hero\">\n        <div class=\"ac-container ac-flex\">\n            <div class=\"ac-col-text\">\n                <h1>Pricing<span style=\"color: var(--c-green);\">.<\/span><\/h1>\n                \n                <ul class=\"ac-highlight-list\">\n                    <li><i class=\"fas fa-check-circle\"><\/i> No Costs Hidden.<\/li>\n                    <li><i class=\"fas fa-check-circle\"><\/i> No Minimum Charge.<\/li>\n                <\/ul>\n\n                <p>Qalamafy Agency for Translation Services offers transparent and flexible pricing for translation services, ensuring no hidden fees or minimum charges. You\u2019re guaranteed top-notch value, tailored to your specific needs.<\/p>\n                <a href=\"#\" class=\"ac-btn\">Get a Free Quote<\/a>\n            <\/div>\n            <div class=\"ac-col-img hero-img-wrapper\">\n                <img decoding=\"async\" src=\"https:\/\/qalamafy.com\/wp-content\/uploads\/2025\/12\/pricing-img.webp\" alt=\"Pricing Illustration\">\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-section\">\n        <div class=\"ac-container\">\n            <h2 class=\"ac-text-center\">How do we tailor a fair quote for<br>your translation needs<span style=\"color: var(--c-green);\">?<\/span><\/h2>\n            \n            <div class=\"ac-grid-cards\">\n                \n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-language\"><\/i><\/div>\n                    <h4>Source and Target Languages<\/h4>\n                    <p>As we use native and semi-native linguists, payments vary according to the native language, location, and currency of the linguists. Arabic into English may differ from English into Arabic.<\/p>\n                <\/div>\n\n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-map-marked-alt\"><\/i><\/div>\n                    <h4>Dialect (Language Locale)<\/h4>\n                    <p>Some dialects may be more difficult than others. Hiring a qualified native linguist of a sophisticated dialect is cost-effective.<\/p>\n                <\/div>\n\n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-briefcase\"><\/i><\/div>\n                    <h4>Domain<\/h4>\n                    <p>The more the source text is advanced, the more time, effort, and money are invested. General texts differ from specialized texts like medical reports or court documents.<\/p>\n                <\/div>\n\n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-file-alt\"><\/i><\/div>\n                    <h4>Word Count and Matches %<\/h4>\n                    <p>The greater the word count, the higher the discount applied. Additionally, we offer substantial discounts for matches.<\/p>\n                <\/div>\n\n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-puzzle-piece\"><\/i><\/div>\n                    <h4>Translation Add-ons<\/h4>\n                    <p>Second-eye qualified bilingual linguists revise all our translations as a mandatory step according to the <a href=\"#\">ISO 17100-2015<\/a> workflow. You can invest in add-ons like subject-matter expert review, monolingual proofreading, and desktop publishing.<\/p>\n                <\/div>\n\n                <div class=\"ac-card-item\">\n                    <div class=\"ac-card-icon\"><i class=\"fas fa-hourglass-half\"><\/i><\/div>\n                    <h4>Deadline<\/h4>\n                    <p>The tight deadlines may require more resources. Our translators can meet your tight deadlines. They need only one more cup of coffee to stay up finishing your project.<\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"ac-section\" style=\"background-color: #fcfcfc;\">\n        <div class=\"ac-container ac-flex ac-flex-reverse\">\n            <div class=\"ac-col-text ac-text-left\">\n                <h2 style=\"text-align: left;\">A Unique Experience<span style=\"color: var(--c-green);\">.<\/span><\/h2>\n                <p style=\"font-size: 1.1rem; font-weight: 700; color: var(--c-navy);\">Qalamafy Agency for Translation Services is dedicated to delivering a service that ensures you\u2019ll return for every translation need.<\/p>\n                <p>Your satisfaction is pivotal to our success and expertise in the translation and localization industry. Expect a unique experience that exceeds your expectations.<\/p>\n            <\/div>\n            <div class=\"ac-col-img\">\n                <img decoding=\"async\" src=\"https:\/\/qalamafy.com\/wp-content\/uploads\/2025\/12\/fair-price.webp\" alt=\"Fair Pricing and Satisfaction\">\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>Pricing. No Costs Hidden. No Minimum Charge. Qalamafy Agency for Translation Services offers transparent and flexible pricing for translation services, ensuring no hidden fees or minimum charges. You\u2019re guaranteed top-notch value, tailored to your specific needs. Get a Free Quote How do we tailor a fair quote foryour translation needs? Source and Target Languages As [&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-217","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","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\/217","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=217"}],"version-history":[{"count":7,"href":"https:\/\/qalamafy.com\/index.php?rest_route=\/wp\/v2\/pages\/217\/revisions"}],"predecessor-version":[{"id":225,"href":"https:\/\/qalamafy.com\/index.php?rest_route=\/wp\/v2\/pages\/217\/revisions\/225"}],"wp:attachment":[{"href":"https:\/\/qalamafy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}