{"id":1010986,"date":"2026-03-05T00:54:19","date_gmt":"2026-03-04T21:54:19","guid":{"rendered":"https:\/\/stylingcv.com\/ar\/blog\/"},"modified":"2026-03-13T20:28:11","modified_gmt":"2026-03-13T17:28:11","slug":"blog","status":"publish","type":"page","link":"https:\/\/wp.stylingcv.com\/ar\/blog\/","title":{"rendered":"\u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629: \u062a\u062c\u0627\u0648\u0632 ATS \u0648\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u062a\u0643"},"content":{"rendered":"\n \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: &#8216;Tajawal&#8217;, sans-serif;\n            background: #f8f9fa;\n            direction: rtl;\n            overflow-x: hidden;\n        }\n        \n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 30px;\n        }\n        \n        \/* Hero Section with Advanced Gradient Mesh *\/\n        .hero {\n            position: relative;\n            min-height: 550px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            margin: 40px 30px;\n            border-radius: 32px;\n            background: #16344C;\n        }\n        \n        .hero-bg {\n            position: absolute;\n            inset: 0;\n            background: \n                radial-gradient(ellipse 800px 600px at 100% 0%, rgba(232, 136, 94, 0.4) 0%, transparent 50%),\n                radial-gradient(ellipse 700px 500px at 0% 100%, rgba(38, 133, 153, 0.5) 0%, transparent 50%),\n                radial-gradient(ellipse 600px 700px at 50% 50%, rgba(196, 165, 116, 0.2) 0%, transparent 60%),\n                linear-gradient(135deg, #16344C 0%, #268599 50%, #1a4d5e 100%);\n        }\n        \n        .hero-pattern {\n            position: absolute;\n            inset: 0;\n            opacity: 0.15;\n            background-image: \n                repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.03) 35px, rgba(255,255,255,.03) 70px),\n                repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(255,255,255,.03) 35px, rgba(255,255,255,.03) 70px);\n        }\n        \n        .floating-shapes {\n            position: absolute;\n            inset: 0;\n            overflow: hidden;\n        }\n        \n        .shape {\n            position: absolute;\n            border-radius: 50%;\n            background: linear-gradient(135deg, rgba(232, 136, 94, 0.3), rgba(196, 165, 116, 0.2));\n            animation: float 20s infinite ease-in-out;\n        }\n        \n        .shape:nth-child(1) {\n            width: 300px;\n            height: 300px;\n            top: -150px;\n            right: 10%;\n            animation-delay: 0s;\n        }\n        \n        .shape:nth-child(2) {\n            width: 200px;\n            height: 200px;\n            bottom: -100px;\n            left: 15%;\n            animation-delay: -7s;\n        }\n        \n        .shape:nth-child(3) {\n            width: 150px;\n            height: 150px;\n            top: 50%;\n            left: 5%;\n            animation-delay: -14s;\n        }\n        \n        @keyframes float {\n            0%, 100% {\n                transform: translate(0, 0) rotate(0deg) scale(1);\n            }\n            33% {\n                transform: translate(30px, -30px) rotate(120deg) scale(1.1);\n            }\n            66% {\n                transform: translate(-20px, 20px) rotate(240deg) scale(0.9);\n            }\n        }\n        \n        .hero-content {\n            position: relative;\n            z-index: 10;\n            text-align: center;\n            padding: 80px 40px;\n        }\n        \n        .hero h1 {\n            font-size: 72px;\n            font-weight: 800;\n            color: #fff;\n            margin-bottom: 24px;\n            text-shadow: 0 4px 30px rgba(0,0,0,0.3);\n            line-height: 1.1;\n        }\n        \n        .hero p {\n            font-size: 26px;\n            color: rgba(255,255,255,0.95);\n            font-weight: 500;\n            text-shadow: 0 2px 15px rgba(0,0,0,0.2);\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        \/* Stats Section &#8211; Glass Morphism *\/\n        .stats {\n            position: relative;\n            margin: -60px auto 80px;\n            max-width: 1200px;\n            padding: 0 30px;\n            z-index: 20;\n        }\n        \n        .stats-container {\n            background: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(20px) saturate(180%);\n            border-radius: 28px;\n            padding: 50px;\n            box-shadow: \n                0 20px 60px rgba(38, 133, 153, 0.15),\n                0 0 1px rgba(0,0,0,0.1);\n            border: 1px solid rgba(255,255,255,0.8);\n        }\n        \n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 40px;\n        }\n        \n        .stat {\n            text-align: center;\n            position: relative;\n        }\n        \n        .stat-number {\n            font-size: 64px;\n            font-weight: 800;\n            background: linear-gradient(135deg, #268599 0%, #E8885E 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 12px;\n            display: block;\n        }\n        \n        .stat-label {\n            font-size: 20px;\n            color: #16344C;\n            font-weight: 600;\n        }\n        \n        \/* Section Title *\/\n        .section-title {\n            text-align: center;\n            margin: 100px 0 60px;\n            position: relative;\n        }\n        \n        .section-title h2 {\n            font-size: 48px;\n            font-weight: 800;\n            color: #16344C;\n            margin-bottom: 20px;\n        }\n        \n        .section-title::after {\n            content: &#8221;;\n            display: block;\n            width: 120px;\n            height: 5px;\n            background: linear-gradient(90deg, #268599, #E8885E);\n            margin: 0 auto;\n            border-radius: 10px;\n        }\n        \n        \/* Categories Grid *\/\n        .categories {\n            padding: 0 30px 100px;\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n        \n        .categories-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));\n            gap: 32px;\n        }\n        \n        .category-card {\n            background: #fff;\n            border-radius: 24px;\n            padding: 40px;\n            text-decoration: none;\n            display: block;\n            position: relative;\n            overflow: hidden;\n            transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n            box-shadow: \n                0 4px 20px rgba(22, 52, 76, 0.08),\n                0 0 1px rgba(0,0,0,0.05);\n            border: 2px solid transparent;\n        }\n        \n        .category-card::before {\n            content: &#8221;;\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, rgba(38, 133, 153, 0.05) 0%, rgba(232, 136, 94, 0.05) 100%);\n            opacity: 0;\n            transition: opacity 0.4s;\n        }\n        \n        .category-card:hover {\n            transform: translateY(-12px) scale(1.02);\n            box-shadow: \n                0 20px 60px rgba(38, 133, 153, 0.2),\n                0 0 1px rgba(0,0,0,0.1);\n            border-color: #268599;\n        }\n        \n        .category-card:hover::before {\n            opacity: 1;\n        }\n        \n        .category-header {\n            display: flex;\n            align-items: center;\n            gap: 24px;\n            margin-bottom: 24px;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .category-icon {\n            width: 72px;\n            height: 72px;\n            background: linear-gradient(135deg, #268599 0%, #E8885E 100%);\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: \n                0 8px 24px rgba(38, 133, 153, 0.3),\n                inset 0 1px 0 rgba(255,255,255,0.2);\n            transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n            flex-shrink: 0;\n        }\n        \n        .category-card:hover .category-icon {\n            transform: scale(1.15) rotate(5deg);\n        }\n        \n        .category-icon svg {\n            width: 40px;\n            height: 40px;\n            stroke: #fff;\n            fill: none;\n            stroke-width: 2.5;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n        \n        .category-info h3 {\n            font-size: 24px;\n            font-weight: 700;\n            color: #16344C;\n            margin-bottom: 8px;\n            transition: all 0.3s;\n        }\n        \n        .category-card:hover .category-info h3 {\n            background: linear-gradient(135deg, #268599 0%, #E8885E 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        \n        .category-count {\n            font-size: 15px;\n            color: #268599;\n            font-weight: 600;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n        \n        .category-count::before {\n            content: &#8216;\ud83d\udcca&#8217;;\n            font-size: 14px;\n        }\n        \n        .category-description {\n            font-size: 16px;\n            line-height: 1.8;\n            color: #555;\n            position: relative;\n            z-index: 1;\n        }\n        \n        \/* CTA Section *\/\n        .cta {\n            position: relative;\n            margin: 100px 30px 60px;\n            border-radius: 32px;\n            overflow: hidden;\n            min-height: 400px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .cta-bg {\n            position: absolute;\n            inset: 0;\n            background: \n                radial-gradient(ellipse 700px 500px at 0% 0%, rgba(232, 136, 94, 0.5) 0%, transparent 50%),\n                radial-gradient(ellipse 600px 400px at 100% 100%, rgba(38, 133, 153, 0.5) 0%, transparent 50%),\n                linear-gradient(135deg, #268599 0%, #E8885E 100%);\n        }\n        \n        .cta-pattern {\n            position: absolute;\n            inset: 0;\n            opacity: 0.2;\n            background-image: \n                repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(255,255,255,.05) 40px, rgba(255,255,255,.05) 80px);\n        }\n        \n        .cta-content {\n            position: relative;\n            z-index: 10;\n            text-align: center;\n            padding: 80px 40px;\n        }\n        \n        .cta h3 {\n            font-size: 44px;\n            font-weight: 800;\n            color: #fff;\n            margin-bottom: 20px;\n            text-shadow: 0 4px 20px rgba(0,0,0,0.2);\n        }\n        \n        .cta p {\n            font-size: 22px;\n            color: rgba(255,255,255,0.95);\n            font-weight: 500;\n            margin-bottom: 40px;\n            text-shadow: 0 2px 15px rgba(0,0,0,0.15);\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: #fff;\n            color: #268599;\n            padding: 22px 60px;\n            border-radius: 16px;\n            font-size: 22px;\n            font-weight: 700;\n            text-decoration: none;\n            transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n            box-shadow: \n                0 12px 40px rgba(0,0,0,0.25),\n                inset 0 1px 0 rgba(255,255,255,0.5);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: \n                0 16px 50px rgba(0,0,0,0.35),\n                inset 0 1px 0 rgba(255,255,255,0.5);\n            background: #16344C;\n            color: #fff;\n        }\n        \n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 42px;\n            }\n            \n            .hero p {\n                font-size: 20px;\n            }\n            \n            .categories-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .section-title h2 {\n                font-size: 36px;\n            }\n            \n            .stats-grid {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n            \n            .cta h3 {\n                font-size: 32px;\n            }\n        }\n    \n        \n        \n        \n        \n        \/* Override conflicting theme\/customizer CSS *\/\n        .category-card {\n            width: auto !important;\n            min-width: unset !important;\n            display: block !important;\n            flex-direction: unset !important;\n            align-items: unset !important;\n            text-align: right !important;\n            padding: 40px !important;\n        }\n        .category-card svg {\n            margin-bottom: 0 !important;\n        }\n        .category-header {\n            width: auto !important;\n            justify-content: flex-start !important;\n            flex-direction: row !important;\n            align-items: center !important;\n            gap: 24px !important;\n        }\n        .category-info {\n            flex: 1 !important;\n            text-align: right !important;\n        }\n        html .category-info h3,\n        html[lang] .category-info h3 {\n            font-size: 24px !important;\n            font-weight: 700 !important;\n            color: #16344C !important;\n            margin-bottom: 8px !important;\n        }\n        .category-count {\n            font-size: 15px !important;\n            color: #268599 !important;\n            font-weight: 600 !important;\n            display: flex !important;\n            align-items: center !important;\n            gap: 6px !important;\n            background: transparent !important;\n            padding: 0 !important;\n            border-radius: 0 !important;\n            margin-left: unset !important;\n            margin-right: unset !important;\n        }\n        .category-description {\n            text-align: right !important;\n            font-size: 16px !important;\n            line-height: 1.7 !important;\n            color: #5a6a7a !important;\n        }\n        .category-icon {\n            width: 72px !important;\n            height: 72px !important;\n            flex-shrink: 0 !important;\n        }\n        \/* CTA section overrides &#8211; use high specificity *\/\n        html[lang] .cta h3,\n        html .cta h3 {\n            color: #fff !important;\n            font-size: 44px !important;\n            font-weight: 800 !important;\n        }\n        html[lang] .cta p,\n        html .cta p {\n            color: rgba(255,255,255,0.95) !important;\n            font-size: 22px !important;\n        }\n        \/* Hero section overrides *\/\n        html[lang] .hero h1,\n        html .hero h1 {\n            color: #fff !important;\n        }\n        html[lang] .hero p,\n        html .hero p {\n            color: rgba(255,255,255,0.85) !important;\n        }\n        \/* Stats section *\/\n        .stat-number {\n            font-size: 64px !important;\n            font-weight: 800 !important;\n        }\n        html[lang] .section-title h2,\n        html .section-title h2 {\n            color: #16344C !important;\n            font-size: 48px !important;\n        }\n\n         \n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"hero-bg\"><\/div>\n        <div class=\"hero-pattern\"><\/div>\n        <div class=\"floating-shapes\">\n            <div class=\"shape\"><\/div>\n            <div class=\"shape\"><\/div>\n            <div class=\"shape\"><\/div>\n        <\/div>\n        <div class=\"hero-content\">\n            <h1>\ud83d\udcda \u0645\u062f\u0648\u0646\u0629 StylingCV<\/h1>\n            <p>\u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0634\u0627\u0645\u0644 \u0644\u0643\u062a\u0627\u0628\u0629 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0648\u0627\u0644\u0646\u062c\u0627\u062d \u0641\u064a \u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0648\u0638\u064a\u0641\u0629<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Stats Section -->\n    <section class=\"stats\">\n        <div class=\"stats-container\">\n            <div class=\"stats-grid\">\n                <div class=\"stat\">\n                    <span class=\"stat-number\">308<\/span>\n                    <div class=\"stat-label\">\u0645\u0642\u0627\u0644\u0627\u062a \u0645\u062a\u062e\u0635\u0635\u0629<\/div>\n                <\/div>\n                <div class=\"stat\">\n                    <span class=\"stat-number\">10<\/span>\n                    <div class=\"stat-label\">\u062a\u0635\u0646\u064a\u0641\u0627\u062a \u0634\u0627\u0645\u0644\u0629<\/div>\n                <\/div>\n                <div class=\"stat\">\n                    <span class=\"stat-number\">6M+<\/span>\n                    <div class=\"stat-label\">\u0642\u0627\u0631\u0626 \u062d\u0648\u0644 \u0627\u0644\u0639\u0627\u0644\u0645<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Section Title -->\n    <div class=\"section-title\">\n        <h2>\ud83c\udfaf \u062a\u0635\u0641\u062d \u062d\u0633\u0628 \u0627\u0644\u062a\u0635\u0646\u064a\u0641<\/h2>\n    <\/div>\n\n    <!-- Categories Grid -->\n    <section class=\"categories\">\n        <div class=\"container\">\n            <div class=\"categories-grid\">\n                \n                <!-- \u0643\u062a\u0627\u0628\u0629 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 -->\n                <a href=\"\/ar\/\u0643\u062a\u0627\u0628\u0629-\u0627\u0644\u0633\u064a\u0631\u0629-\u0627\u0644\u0630\u0627\u062a\u064a\u0629\/\" class=\"category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            \n                                \n                                \n                                \n                                \n                                \n                            \n                        <\/div>\n                        <div class=\"category-info\">\n                            <h3>\u0643\u062a\u0627\u0628\u0629 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629<\/h3>\n                            <div class=\"category-count\">194 \u0645\u0642\u0627\u0644<\/div>\n                        <\/div>\n                    <\/div>\n                    <p class=\"category-description\">\u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0639\u0645\u0644\u064a \u0627\u0644\u0634\u0627\u0645\u0644 \u0644\u0643\u062a\u0627\u0628\u0629 \u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0642\u0648\u064a\u0629 \u0648\u0645\u062a\u0648\u0627\u0641\u0642\u0629 \u0645\u0639 \u0623\u0646\u0638\u0645\u0629 ATS\u060c \u0645\u0639 \u0623\u0645\u062b\u0644\u0629 \u0648\u0635\u064a\u0627\u063a\u0627\u062a \u062c\u0627\u0647\u0632\u0629 \u0648\u0646\u0635\u0627\u0626\u062d \u0645\u062e\u0635\u0635\u0629 \u0644\u0644\u0633\u0648\u0642 \u0627\u0644\u0633\u0639\u0648\u062f\u064a \u0648\u0627\u0644\u062e\u0644\u064a\u062c\u064a.<\/p>\n                <\/a>\n\n                <!-- \u0627\u0644\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0645\u0647\u0646\u064a -->\n                <a href=\"\/ar\/\u0627\u0644\u062a\u0637\u0648\u064a\u0631-\u0627\u0644\u0645\u0647\u0646\u064a\/\" class=\"category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            \n                                \n                            \n                        <\/div>\n                        <div class=\"category-info\">\n                            <h3>\u0627\u0644\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0645\u0647\u0646\u064a<\/h3>\n                            <div class=\"category-count\">85 \u0645\u0642\u0627\u0644<\/div>\n                        <\/div>\n                    <\/div>\n                    <p class=\"category-description\">\u0646\u0645\u064a \u0645\u0633\u064a\u0631\u062a\u0643 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0645\u0639 \u0645\u0642\u0627\u0644\u0627\u062a \u0639\u0645\u0644\u064a\u0629 \u0648\u0646\u0635\u0627\u0626\u062d \u062d\u0635\u0631\u064a\u0629 \u0644\u062a\u0637\u0648\u064a\u0631 \u0645\u0647\u0627\u0631\u0627\u062a\u0643 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0648\u0627\u0644\u0642\u064a\u0627\u062f\u064a\u0629. \u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0627\u062a \u0645\u062b\u0628\u062a\u0629 \u0644\u0644\u062a\u0642\u062f\u0645 \u0627\u0644\u0648\u0638\u064a\u0641\u064a \u0648\u0628\u0646\u0627\u0621 \u0627\u0644\u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u0634\u062e\u0635\u064a\u0629.<\/p>\n                <\/a>\n\n                <!-- \u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0633\u064a \u0641\u064a -->\n                <a href=\"\/ar\/\u062a\u0637\u0648\u064a\u0631-\u0627\u0644\u0633\u064a-\u0641\u064a\/\" class=\"category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            \n                                \n                                \n                                \n                            \n                        <\/div>\n                        <div class=\"category-info\">\n                            <h3>\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0633\u064a \u0641\u064a<\/h3>\n                            <div class=\"category-count\">53 \u0645\u0642\u0627\u0644<\/div>\n                        <\/div>\n                    <\/div>\n                    <p class=\"category-description\">\u0637\u0648\u0631 \u0633\u064a\u0631\u062a\u0643 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 (CV) \u0628\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0644\u062a\u062a\u0645\u0627\u0634\u0649 \u0645\u0639 \u0645\u0639\u0627\u064a\u064a\u0631 \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0648\u0627\u0644\u0625\u0642\u0644\u064a\u0645\u064a. \u0646\u0635\u0627\u0626\u062d \u062a\u062e\u0635\u0635\u064a\u0629 \u0648\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0627\u062a \u062a\u062d\u062f\u064a\u062b \u0645\u0633\u062a\u0645\u0631\u0629.<\/p>\n                <\/a>\n\n                <!-- \u0648\u0638\u064a\u0641\u0629 \u0641\u064a \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 -->\n                <a href=\"\/ar\/ksa-\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629\/\" class=\"category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            \n                                \n                                \n                            \n                        <\/div>\n                        <div class=\"category-info\">\n                            <h3>\u0648\u0638\u064a\u0641\u0629 \u0641\u064a \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629<\/h3>\n                            <div class=\"category-count\">22 \u0645\u0642\u0627\u0644<\/div>\n                        <\/div>\n                    <\/div>\n                    <p class=\"category-description\">\u062f\u0644\u064a\u0644\u0643 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u0629 \u0641\u064a \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 \u0645\u0639 \u0646\u0635\u0627\u0626\u062d \u0645\u062a\u062e\u0635\u0635\u0629 \u0644\u0644\u0633\u0648\u0642 \u0627\u0644\u0633\u0639\u0648\u062f\u064a. \u062a\u0639\u0644\u0645 \u0643\u064a\u0641\u064a\u0629 \u0643\u062a\u0627\u0628\u0629 \u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u062a\u0646\u0627\u0633\u0628 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0643\u0628\u0631\u0649 \u0645\u062b\u0644 \u0623\u0631\u0627\u0645\u0643\u0648 \u0648\u0633\u0627\u0628\u0643 \u0648STC.<\/p>\n                <\/a>\n\n                <!-- \u062a\u0635\u0645\u064a\u0645 \u0648 \u0642\u0648\u0627\u0644\u0628 -->\n                <a href=\"\/ar\/\u0642\u0648\u0627\u0644\u0628-\u0648\u0646\u0645\u0627\u0630\u062c\/\" class=\"category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            \n                                \n                                \n                                \n                                \n                            \n                        <\/div>\n                        <div class=\"category-info\">\n                            <h3>\u062a\u0635\u0645\u064a\u0645 \u0648 \u0642\u0648\u0627\u0644\u0628 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629<\/h3>\n                            <div class=\"category-count\">17 \u0645\u0642\u0627\u0644<\/div>\n                        <\/div>\n                    <\/div>\n                    <p class=\"category-description\">\u0627\u0643\u062a\u0634\u0641 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062a\u0646\u0648\u0639\u0629 \u0645\u0646 \u0646\u0645\u0627\u0630\u062c \u0648\u0642\u0648\u0627\u0644\u0628 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0627\u0644\u0645\u0635\u0645\u0645\u0629 \u062e\u0635\u064a\u0635\u0627\u064b \u0644\u0644\u0633\u0648\u0642 \u0627\u0644\u0633\u0639\u0648\u062f\u064a \u0648\u0627\u0644\u062e\u0644\u064a\u062c\u064a. \u062a\u0635\u0627\u0645\u064a\u0645 \u0639\u0635\u0631\u064a\u0629 \u0645\u062a\u0648\u0627\u0641\u0642\u0629 \u0645\u0639 \u0623\u0646\u0638\u0645\u0629 ATS.<\/p>\n                <\/a>\n\n                <!-- \u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a -->\n                <a href=\"\/ar\/\u0627\u062f\u0648\u0627\u062a-\u0627\u0644\u0630\u0643\u0627\u0621-\u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a\/\" class=\"category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            \n                                \n                                \n                                \n                            \n                        <\/div>\n                        <div class=\"category-info\">\n                            <h3>\u0623\u062f\u0648\u0627\u062a \u0648\u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a<\/h3>\n                            <div class=\"category-count\">14 \u0645\u0642\u0627\u0644<\/div>\n                        <\/div>\n                    <\/div>\n                    <p class=\"category-description\">\u0627\u0633\u062a\u0643\u0634\u0641 \u0623\u062d\u062f\u062b \u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629 \u0644\u0628\u0646\u0627\u0621 \u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629. \u062a\u0639\u0644\u0645 \u0643\u064a\u0641 \u062a\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627 \u0644\u062a\u062d\u0633\u064a\u0646 \u0641\u0631\u0635\u0643 \u0641\u064a \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062d\u062f\u064a\u062b.<\/p>\n                <\/a>\n\n                <!-- \u0627\u0644\u062a\u062d\u0636\u064a\u0631 \u0644\u0644\u0645\u0642\u0627\u0628\u0644\u0629 -->\n                <a href=\"\/ar\/\u0627\u0644\u062a\u062d\u0636\u064a\u0631-\u0644\u0644\u0645\u0642\u0627\u0628\u0644\u0629\/\" class=\"category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            \n                                \n                                \n                            \n                        <\/div>\n                        <div class=\"category-info\">\n                            <h3>\u0627\u0644\u062a\u062d\u0636\u064a\u0631 \u0644\u0644\u0645\u0642\u0627\u0628\u0644\u0629<\/h3>\n                            <div class=\"category-count\">11 \u0645\u0642\u0627\u0644<\/div>\n                        <\/div>\n                    <\/div>\n                    <p class=\"category-description\">\u0627\u0633\u062a\u0639\u062f \u0644\u0645\u0642\u0627\u0628\u0644\u0627\u062a \u0627\u0644\u0639\u0645\u0644 \u0628\u062b\u0642\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0625\u0631\u0634\u0627\u062f\u0627\u062a\u0646\u0627 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0648\u0646\u0645\u0627\u0630\u062c \u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0645\u062a\u062e\u0635\u0635\u0629. \u062a\u0639\u0644\u0645 \u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0648\u0641\u0646\u0648\u0646 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629.<\/p>\n                <\/a>\n\n                <!-- \u0625\u062a\u0642\u0627\u0646 \u0627\u0644\u062e\u0637\u0627\u0628 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a -->\n                <a href=\"\/ar\/\u0627\u0644\u062e\u0637\u0627\u0628-\u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a\/\" class=\"category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            \n                                \n                                \n                            \n                        <\/div>\n                        <div class=\"category-info\">\n                            <h3>\u0625\u062a\u0642\u0627\u0646 \u0627\u0644\u062e\u0637\u0627\u0628 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a<\/h3>\n                            <div class=\"category-count\">7 \u0645\u0642\u0627\u0644\u0627\u062a<\/div>\n                        <\/div>\n                    <\/div>\n                    <p class=\"category-description\">\u0623\u062a\u0642\u0646 \u0641\u0646 \u0643\u062a\u0627\u0628\u0629 \u062e\u0637\u0627\u0628\u0627\u062a \u062a\u0639\u0631\u064a\u0641\u064a\u0629 \u0642\u0648\u064a\u0629 \u0648\u0645\u0642\u0646\u0639\u0629 \u062a\u0635\u0644 \u0628\u0643 \u0644\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u062a\u064a \u062a\u062d\u0644\u0645 \u0628\u0647\u0627. \u0646\u0645\u0627\u0630\u062c \u0645\u062a\u062e\u0635\u0635\u0629 \u0648\u0623\u0645\u062b\u0644\u0629 \u0639\u0645\u0644\u064a\u0629 \u0648\u0646\u0635\u0627\u0626\u062d \u062a\u062d\u0631\u064a\u0631\u064a\u0629 \u0644\u0635\u064a\u0627\u063a\u0629 \u062e\u0637\u0627\u0628 \u0645\u0645\u064a\u0632.<\/p>\n                <\/a>\n\n                <!-- \u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0648\u0638\u064a\u0641\u0629 -->\n                <a href=\"\/ar\/\u0627\u0644\u0628\u062d\u062b-\u0639\u0646-\u0648\u0638\u064a\u0641\u0629\/\" class=\"category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            \n                                \n                                \n                            \n                        <\/div>\n                        <div class=\"category-info\">\n                            <h3>\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0648\u0638\u064a\u0641\u0629<\/h3>\n                            <div class=\"category-count\">3 \u0645\u0642\u0627\u0644\u0627\u062a<\/div>\n                        <\/div>\n                    <\/div>\n                    <p class=\"category-description\">\u0627\u0643\u062a\u0634\u0641 \u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0627\u062a \u0641\u0639\u0627\u0644\u0629 \u0644\u0644\u0628\u062d\u062b \u0639\u0646 \u0648\u0638\u064a\u0641\u0629 \u0641\u064a \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062a\u0646\u0627\u0641\u0633\u064a. \u0623\u062f\u0648\u0627\u062a \u0648\u0645\u0646\u0647\u062c\u064a\u0627\u062a \u0645\u062a\u0637\u0648\u0631\u0629 \u0644\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0641\u0631\u0635 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629 \u0648\u0628\u0646\u0627\u0621 \u0634\u0628\u0643\u0629 \u0639\u0644\u0627\u0642\u0627\u062a \u0645\u0647\u0646\u064a\u0629 \u0642\u0648\u064a\u0629.<\/p>\n                <\/a>\n\n                <!-- Localization -->\n                <a href=\"\/ar\/localization\/\" class=\"category-card\">\n                    <div class=\"category-header\">\n                        <div class=\"category-icon\">\n                            \n                                \n                                \n                                \n                            \n                        <\/div>\n                        <div class=\"category-info\">\n                            <h3>\u0627\u0644\u062a\u0648\u0637\u064a\u0646 \u0648\u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0627\u0644\u0645\u062d\u0644\u064a\u0629<\/h3>\n                            <div class=\"category-count\">2 \u0645\u0642\u0627\u0644<\/div>\n                        <\/div>\n                    <\/div>\n                    <p class=\"category-description\">\u062a\u0639\u0644\u0645 \u0643\u064a\u0641\u064a\u0629 \u062a\u0643\u064a\u064a\u0641 \u0633\u064a\u0631\u062a\u0643 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0644\u062a\u0646\u0627\u0633\u0628 \u0623\u0633\u0648\u0627\u0642 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629 \u0648\u0627\u0644\u062b\u0642\u0627\u0641\u0627\u062a \u0627\u0644\u0645\u062a\u0646\u0648\u0639\u0629. \u0646\u0635\u0627\u0626\u062d \u0627\u0644\u062a\u0648\u0637\u064a\u0646 \u0648\u0623\u0641\u0636\u0644 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a \u0644\u0643\u0644 \u0633\u0648\u0642.<\/p>\n                <\/a>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta\">\n        <div class=\"cta-bg\"><\/div>\n        <div class=\"cta-pattern\"><\/div>\n        <div class=\"cta-content\">\n            <h3>\ud83d\ude80 \u062c\u0627\u0647\u0632 \u0644\u0625\u0646\u0634\u0627\u0621 \u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629\u061f<\/h3>\n            <p>\u0627\u0633\u062a\u062e\u062f\u0645 11 \u0648\u0643\u064a\u0644 \u0630\u0643\u0627\u0621 \u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0644\u0625\u0646\u0634\u0627\u0621 \u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u062a\u062c\u062a\u0627\u0632 \u0646\u0638\u0627\u0645 ATS \u0628\u0646\u0633\u0628\u0629 95%<\/p>\n            <a href=\"https:\/\/ai.stylingcv.com\/signup?utm_source=stylingcv&utm_medium=website&utm_campaign=cta&utm_content=blog\" class=\"cta-button\">\u0627\u0628\u062f\u0623 \u0645\u062c\u0627\u0646\u0627\u064b \u0627\u0644\u0622\u0646<\/a>\n        <\/div>\n    <\/section>\n\n\n\n<div class=\"scv-related\" style=\"margin-top:40px;padding:24px 28px;background:#f8fafc;border-right:4px solid #268599;border-radius:8px;direction:rtl;text-align:right\">\n<h3 style=\"color:#16344c;font-family:'29LTZaridSansAL','Tajawal',sans-serif;margin-top:0;font-size:1.2em\">\u0645\u0648\u0627\u0631\u062f \u0630\u0627\u062a \u0635\u0644\u0629<\/h3>\n<ul style=\"padding:0;margin:0\">\n<li style=\"margin-bottom:8px\"><a href=\"https:\/\/stylingcv.com\/ar\/%d8%b4%d9%87%d8%a7%d8%af%d8%a7%d8%aa-%d9%85%d9%87%d9%86%d9%8a%d8%a9\/\" style=\"color:#268599;text-decoration:none;font-weight:500\">\u0625\u0646\u0634\u0627\u0621 \u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629<\/a><\/li>\n<li style=\"margin-bottom:8px\"><a href=\"https:\/\/stylingcv.com\/ar\/%d9%81%d8%a7%d8%ad%d8%b5-ats\/\" style=\"color:#268599;text-decoration:none;font-weight:500\">\u0641\u0627\u062d\u0635 ATS<\/a><\/li>\n<\/ul>\n<\/div>\n\n\n<div style=\"background: #16344C; border-radius: 20px; padding: 48px 32px; margin: 48px 0; text-align: center; color: white; position: relative; overflow: hidden; direction: rtl;\">\n  <div style=\"position: absolute; inset: 0; background: radial-gradient(circle at 80% 50%, rgba(38,133,153,0.3) 0%, transparent 60%), radial-gradient(circle at 20% 50%, rgba(232,136,94,0.2) 0%, transparent 60%);\"><\/div>\n  <div style=\"position: relative; z-index: 1;\">\n    <h3 style=\"font-family: 'Tajawal', sans-serif; font-size: 28px; margin-bottom: 8px;\">\ud83c\udfaf \u0647\u0644 \u0633\u064a\u0631\u062a\u0643 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u062c\u0627\u0647\u0632\u0629 \u0644\u0623\u0646\u0638\u0645\u0629 ATS\u061f<\/h3>\n    <p style=\"font-size: 16px; margin-bottom: 32px; opacity: 0.85;\">\u062c\u0631\u0651\u0628 \u0623\u062f\u0648\u0627\u062a\u0646\u0627 \u0627\u0644\u0645\u062c\u0627\u0646\u064a\u0629 \u0644\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646 \u0633\u064a\u0631\u062a\u0643 \u062a\u062a\u062e\u0637\u0649 \u0627\u0644\u0641\u0644\u0627\u062a\u0631 \u0627\u0644\u0622\u0644\u064a\u0629 \u0648\u062a\u0635\u0644 \u0644\u0644\u0645\u0633\u0624\u0648\u0644.<\/p>\n    <div style=\"display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;\">\n      <a href=\"https:\/\/ai.stylingcv.com\/ar-SA\/ats-score-checker?utm_source=stylingcv&utm_medium=website&utm_campaign=cta&utm_content=blog\" style=\"display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #268599, #618480); color: white; padding: 16px 28px; border-radius: 12px; font-weight: 600; font-size: 16px; text-decoration: none;\">\ud83d\udcca \u0641\u062d\u0635 \u0646\u062a\u064a\u062c\u0629 ATS<\/a>\n      <a href=\"https:\/\/ai.stylingcv.com\/ar-SA\/stylion?utm_source=stylingcv&utm_medium=website&utm_campaign=cta&utm_content=blog\" style=\"display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #E8885E, #C4A574); color: white; padding: 16px 28px; border-radius: 12px; font-weight: 600; font-size: 16px; text-decoration: none;\">\ud83e\udd81 \u0645\u0631\u0627\u062c\u0639\u0629 \u0633\u062a\u0627\u064a\u0644\u064a\u0648\u0646<\/a>\n    <\/div>\n    <p style=\"font-size: 13px; margin-top: 16px; opacity: 0.6;\">\u0645\u062c\u0627\u0646\u0627\u064b \u2022 \u0628\u062f\u0648\u0646 \u062a\u0633\u062c\u064a\u0644 \u2022 \u0627\u0644\u0646\u062a\u0627\u0626\u062c \u062e\u0644\u0627\u0644 \u062b\u0648\u0627\u0646\u064d<\/p>\n  <\/div>\n<\/div><style>.entry-content a[href*=\"ai.stylingcv.com\"]:not(.scv-exit-cta){transition:transform 0.2s ease,box-shadow 0.2s ease}.entry-content a[href*=\"ai.stylingcv.com\"]:not(.scv-exit-cta):hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(38,133,153,0.25)}<\/style>","protected":false},"excerpt":{"rendered":"<p>\u0635\u0645\u0645 \u0648\u0627\u062c\u0647\u0627\u062a \u0648\u064a\u0628 \u0639\u0631\u0628\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629! \u0623\u062a\u0642\u0646 CSS \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u062a\u0635\u0645\u064a\u0645\u0627\u062a \u0628\u0635\u0631\u064a\u0629 \u0645\u0628\u0647\u0631\u0629\u060c \u062a\u0623\u062b\u064a\u0631\u0627\u062a \u062f\u064a\u0646\u0627\u0645\u064a\u0643\u064a\u0629\u060c \u0648\u062a\u062c\u0631\u0628\u0629 \u0645\u0633\u062a\u062e\u062f\u0645 \u0633\u0644\u0633\u0629 \u062a\u062f\u0639\u0645 RTL.<\/p>\n","protected":false},"author":1,"featured_media":1011102,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1010986","page","type-page","status-publish","has-post-thumbnail","hentry"," c-blog-1-item  nt-post-class"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.5 (Yoast SEO v26.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629: \u062a\u062c\u0627\u0648\u0632 ATS \u0648\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u062a\u0643 | StylingCV<\/title>\n<meta name=\"description\" content=\"\u0645\u062f\u0648\u0646\u0629 \u0633\u062a\u0627\u064a\u0644\u0646\u062c \u0633\u064a \u0641\u064a - \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0634\u0627\u0645\u0644 \u0644\u062a\u0635\u0645\u064a\u0645 \u0633\u064a \u0641\u064a \u0646\u0627\u062c\u062d \u0648\u0643\u062a\u0627\u0628\u0629 \u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629. \u0646\u0635\u0627\u0626\u062d\u060c \u0642\u0648\u0627\u0644\u0628\u060c \u0648\u0623\u0633\u0627\u0644\u064a\u0628 \u062d\u062f\u064a\u062b\u0629 \u062a\u0633\u0627\u0639\u062f\u0643 \u062a\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u0629 \u0623\u062d\u0644\u0627\u0645\u0643 - \u0627\u0642\u0631\u0623 \u0627\u0644\u0622\u0646!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/stylingcv.com\/ar\/blog\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629: \u062a\u062c\u0627\u0648\u0632 ATS \u0648\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u062a\u0643\" \/>\n<meta property=\"og:description\" content=\"\u0645\u062f\u0648\u0646\u0629 \u0633\u062a\u0627\u064a\u0644\u0646\u062c \u0633\u064a \u0641\u064a - \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0634\u0627\u0645\u0644 \u0644\u062a\u0635\u0645\u064a\u0645 \u0633\u064a \u0641\u064a \u0646\u0627\u062c\u062d \u0648\u0643\u062a\u0627\u0628\u0629 \u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629. \u0646\u0635\u0627\u0626\u062d\u060c \u0642\u0648\u0627\u0644\u0628\u060c \u0648\u0623\u0633\u0627\u0644\u064a\u0628 \u062d\u062f\u064a\u062b\u0629 \u062a\u0633\u0627\u0639\u062f\u0643 \u062a\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u0629 \u0623\u062d\u0644\u0627\u0645\u0643 - \u0627\u0642\u0631\u0623 \u0627\u0644\u0622\u0646!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stylingcv.com\/ar\/blog\/\" \/>\n<meta property=\"og:site_name\" content=\"StylingCV Arabic\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/stylingcv\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-13T17:28:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wp.stylingcv.com\/ar\/wp-content\/uploads\/sites\/3\/2026\/03\/c0d3dace3e24f42f9496a442704fd391-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@stylingcv\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wp.stylingcv.com\/ar\/blog\/\",\"url\":\"https:\/\/wp.stylingcv.com\/ar\/blog\/\",\"name\":\"\u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629: \u062a\u062c\u0627\u0648\u0632 ATS \u0648\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u062a\u0643 | StylingCV\",\"isPartOf\":{\"@id\":\"https:\/\/wp.stylingcv.com\/ar\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wp.stylingcv.com\/ar\/blog\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wp.stylingcv.com\/ar\/blog\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wp.stylingcv.com\/ar\/wp-content\/uploads\/sites\/3\/2026\/03\/c0d3dace3e24f42f9496a442704fd391-1.png\",\"datePublished\":\"2026-03-04T21:54:19+00:00\",\"dateModified\":\"2026-03-13T17:28:11+00:00\",\"description\":\"\u0645\u062f\u0648\u0646\u0629 \u0633\u062a\u0627\u064a\u0644\u0646\u062c \u0633\u064a \u0641\u064a - \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0634\u0627\u0645\u0644 \u0644\u062a\u0635\u0645\u064a\u0645 \u0633\u064a \u0641\u064a \u0646\u0627\u062c\u062d \u0648\u0643\u062a\u0627\u0628\u0629 \u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629. \u0646\u0635\u0627\u0626\u062d\u060c \u0642\u0648\u0627\u0644\u0628\u060c \u0648\u0623\u0633\u0627\u0644\u064a\u0628 \u062d\u062f\u064a\u062b\u0629 \u062a\u0633\u0627\u0639\u062f\u0643 \u062a\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u0629 \u0623\u062d\u0644\u0627\u0645\u0643 - \u0627\u0642\u0631\u0623 \u0627\u0644\u0622\u0646!\",\"breadcrumb\":{\"@id\":\"https:\/\/wp.stylingcv.com\/ar\/blog\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wp.stylingcv.com\/ar\/blog\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/wp.stylingcv.com\/ar\/blog\/#primaryimage\",\"url\":\"https:\/\/wp.stylingcv.com\/ar\/wp-content\/uploads\/sites\/3\/2026\/03\/c0d3dace3e24f42f9496a442704fd391-1.png\",\"contentUrl\":\"https:\/\/wp.stylingcv.com\/ar\/wp-content\/uploads\/sites\/3\/2026\/03\/c0d3dace3e24f42f9496a442704fd391-1.png\",\"width\":1024,\"height\":1024,\"caption\":\"\u0645\u062f\u0648\u0646\u0629 StylingCV - \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0634\u0627\u0645\u0644 \u0644\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0648\u0627\u0644\u062a\u0648\u0638\u064a\u0641\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wp.stylingcv.com\/ar\/blog\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wp.stylingcv.com\/ar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629: \u062a\u062c\u0627\u0648\u0632 ATS \u0648\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u062a\u0643\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wp.stylingcv.com\/ar\/#website\",\"url\":\"https:\/\/wp.stylingcv.com\/ar\/\",\"name\":\"StylingCV Arabic\",\"description\":\"\u0645\u0646\u0635\u0629 \u0627\u0646\u0634\u0627\u0621 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wp.stylingcv.com\/ar\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629: \u062a\u062c\u0627\u0648\u0632 ATS \u0648\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u062a\u0643 | StylingCV","description":"\u0645\u062f\u0648\u0646\u0629 \u0633\u062a\u0627\u064a\u0644\u0646\u062c \u0633\u064a \u0641\u064a - \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0634\u0627\u0645\u0644 \u0644\u062a\u0635\u0645\u064a\u0645 \u0633\u064a \u0641\u064a \u0646\u0627\u062c\u062d \u0648\u0643\u062a\u0627\u0628\u0629 \u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629. \u0646\u0635\u0627\u0626\u062d\u060c \u0642\u0648\u0627\u0644\u0628\u060c \u0648\u0623\u0633\u0627\u0644\u064a\u0628 \u062d\u062f\u064a\u062b\u0629 \u062a\u0633\u0627\u0639\u062f\u0643 \u062a\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u0629 \u0623\u062d\u0644\u0627\u0645\u0643 - \u0627\u0642\u0631\u0623 \u0627\u0644\u0622\u0646!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/stylingcv.com\/ar\/blog\/","og_locale":"ar_AR","og_type":"article","og_title":"\u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629: \u062a\u062c\u0627\u0648\u0632 ATS \u0648\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u062a\u0643","og_description":"\u0645\u062f\u0648\u0646\u0629 \u0633\u062a\u0627\u064a\u0644\u0646\u062c \u0633\u064a \u0641\u064a - \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0634\u0627\u0645\u0644 \u0644\u062a\u0635\u0645\u064a\u0645 \u0633\u064a \u0641\u064a \u0646\u0627\u062c\u062d \u0648\u0643\u062a\u0627\u0628\u0629 \u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629. \u0646\u0635\u0627\u0626\u062d\u060c \u0642\u0648\u0627\u0644\u0628\u060c \u0648\u0623\u0633\u0627\u0644\u064a\u0628 \u062d\u062f\u064a\u062b\u0629 \u062a\u0633\u0627\u0639\u062f\u0643 \u062a\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u0629 \u0623\u062d\u0644\u0627\u0645\u0643 - \u0627\u0642\u0631\u0623 \u0627\u0644\u0622\u0646!","og_url":"https:\/\/stylingcv.com\/ar\/blog\/","og_site_name":"StylingCV Arabic","article_publisher":"https:\/\/www.facebook.com\/stylingcv","article_modified_time":"2026-03-13T17:28:11+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/wp.stylingcv.com\/ar\/wp-content\/uploads\/sites\/3\/2026\/03\/c0d3dace3e24f42f9496a442704fd391-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@stylingcv","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wp.stylingcv.com\/ar\/blog\/","url":"https:\/\/wp.stylingcv.com\/ar\/blog\/","name":"\u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629: \u062a\u062c\u0627\u0648\u0632 ATS \u0648\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u062a\u0643 | StylingCV","isPartOf":{"@id":"https:\/\/wp.stylingcv.com\/ar\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wp.stylingcv.com\/ar\/blog\/#primaryimage"},"image":{"@id":"https:\/\/wp.stylingcv.com\/ar\/blog\/#primaryimage"},"thumbnailUrl":"https:\/\/wp.stylingcv.com\/ar\/wp-content\/uploads\/sites\/3\/2026\/03\/c0d3dace3e24f42f9496a442704fd391-1.png","datePublished":"2026-03-04T21:54:19+00:00","dateModified":"2026-03-13T17:28:11+00:00","description":"\u0645\u062f\u0648\u0646\u0629 \u0633\u062a\u0627\u064a\u0644\u0646\u062c \u0633\u064a \u0641\u064a - \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0634\u0627\u0645\u0644 \u0644\u062a\u0635\u0645\u064a\u0645 \u0633\u064a \u0641\u064a \u0646\u0627\u062c\u062d \u0648\u0643\u062a\u0627\u0628\u0629 \u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629. \u0646\u0635\u0627\u0626\u062d\u060c \u0642\u0648\u0627\u0644\u0628\u060c \u0648\u0623\u0633\u0627\u0644\u064a\u0628 \u062d\u062f\u064a\u062b\u0629 \u062a\u0633\u0627\u0639\u062f\u0643 \u062a\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u0629 \u0623\u062d\u0644\u0627\u0645\u0643 - \u0627\u0642\u0631\u0623 \u0627\u0644\u0622\u0646!","breadcrumb":{"@id":"https:\/\/wp.stylingcv.com\/ar\/blog\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wp.stylingcv.com\/ar\/blog\/"]}]},{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/wp.stylingcv.com\/ar\/blog\/#primaryimage","url":"https:\/\/wp.stylingcv.com\/ar\/wp-content\/uploads\/sites\/3\/2026\/03\/c0d3dace3e24f42f9496a442704fd391-1.png","contentUrl":"https:\/\/wp.stylingcv.com\/ar\/wp-content\/uploads\/sites\/3\/2026\/03\/c0d3dace3e24f42f9496a442704fd391-1.png","width":1024,"height":1024,"caption":"\u0645\u062f\u0648\u0646\u0629 StylingCV - \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0634\u0627\u0645\u0644 \u0644\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0648\u0627\u0644\u062a\u0648\u0638\u064a\u0641"},{"@type":"BreadcrumbList","@id":"https:\/\/wp.stylingcv.com\/ar\/blog\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wp.stylingcv.com\/ar\/"},{"@type":"ListItem","position":2,"name":"\u0633\u064a\u0631\u0629 \u0630\u0627\u062a\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629: \u062a\u062c\u0627\u0648\u0632 ATS \u0648\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u062a\u0643"}]},{"@type":"WebSite","@id":"https:\/\/wp.stylingcv.com\/ar\/#website","url":"https:\/\/wp.stylingcv.com\/ar\/","name":"StylingCV Arabic","description":"\u0645\u0646\u0635\u0629 \u0627\u0646\u0634\u0627\u0621 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wp.stylingcv.com\/ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"}]}},"_links":{"self":[{"href":"https:\/\/wp.stylingcv.com\/ar\/wp-json\/wp\/v2\/pages\/1010986","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.stylingcv.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wp.stylingcv.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wp.stylingcv.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.stylingcv.com\/ar\/wp-json\/wp\/v2\/comments?post=1010986"}],"version-history":[{"count":3,"href":"https:\/\/wp.stylingcv.com\/ar\/wp-json\/wp\/v2\/pages\/1010986\/revisions"}],"predecessor-version":[{"id":1017211,"href":"https:\/\/wp.stylingcv.com\/ar\/wp-json\/wp\/v2\/pages\/1010986\/revisions\/1017211"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wp.stylingcv.com\/ar\/wp-json\/wp\/v2\/media\/1011102"}],"wp:attachment":[{"href":"https:\/\/wp.stylingcv.com\/ar\/wp-json\/wp\/v2\/media?parent=1010986"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}