{"id":183,"date":"2026-01-17T13:48:42","date_gmt":"2026-01-17T13:48:42","guid":{"rendered":"https:\/\/seomenta.com\/silver\/?page_id=183"},"modified":"2026-02-02T22:11:07","modified_gmt":"2026-02-02T22:11:07","slug":"available-cv","status":"publish","type":"page","link":"https:\/\/silverstaregy.com\/ar\/available-cv\/","title":{"rendered":"Available CV"},"content":{"rendered":"\n<div class=\"wp-block-jet-engine-section jet-section wp-block-jet-engine-section jet-section--layout-fullwidth\"><div class=\"jet-section__content\">        \n        <!-- Load Cairo Font -->\n        <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\n        <style>\n            \/* --- Scope Variables --- *\/\n            .acv-wrapper {\n                --acv-primary: #8BC34A; \/* Brand Green *\/\n                --acv-primary-dark: #689f38;\n                --acv-secondary: #1F2933; \/* Dark Navy *\/\n                --acv-bg-card: #ffffff;\n                --acv-border: #e2e8f0;\n                --acv-text-main: #334155;\n                --acv-text-muted: #64748b;\n                --acv-radius: 12px;\n                --acv-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n                --acv-shadow-hover: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n                \n                font-family: 'Cairo', system-ui, sans-serif;\n                max-width: 1200px;\n                margin: 0 auto;\n                \n                \/* RTL Settings *\/\n                direction: rtl;\n                text-align: right;\n            }\n\n            \/* --- Filters Section --- *\/\n            .acv-filters-bar {\n                background: #f8fafc;\n                border: 1px solid var(--acv-border);\n                border-radius: var(--acv-radius);\n                padding: 20px;\n                margin-bottom: 30px;\n                display: flex;\n                flex-wrap: wrap;\n                gap: 15px;\n                align-items: flex-end;\n            }\n\n            .acv-filters-left {\n                display: flex;\n                flex-wrap: wrap;\n                gap: 15px;\n                flex-grow: 1;\n            }\n\n            .acv-filter-field {\n                display: flex;\n                flex-direction: column;\n                gap: 6px;\n                flex: 1;\n                min-width: 200px;\n            }\n\n            .acv-filter-field label {\n                font-size: 0.85rem;\n                font-weight: 700;\n                color: var(--acv-text-muted);\n            }\n\n            .acv-filter-input {\n                appearance: none;\n                background-color: #fff;\n                border: 1px solid var(--acv-border);\n                border-radius: 8px;\n                padding: 10px 14px;\n                font-size: 0.95rem;\n                color: var(--acv-text-main);\n                width: 100%;\n                cursor: pointer;\n                font-family: 'Cairo', sans-serif;\n                \n                \/* RTL: Arrow on Left *\/\n                background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C\/path%3E%3C\/svg%3E\");\n                background-repeat: no-repeat;\n                background-position: left 14px center;\n                background-size: 16px;\n                padding-left: 40px; \/* Space for arrow *\/\n            }\n            .acv-filter-input:focus {\n                outline: none;\n                border-color: var(--acv-primary);\n                box-shadow: 0 0 0 3px rgba(139, 195, 74, 0.2);\n            }\n\n            .acv-filter-actions {\n                display: flex;\n                gap: 10px;\n                align-items: center;\n            }\n\n            .acv-btn {\n                display: inline-flex;\n                align-items: center;\n                justify-content: center;\n                height: 42px;\n                padding: 0 20px;\n                border-radius: 8px;\n                font-weight: 700;\n                font-size: 0.9rem;\n                cursor: pointer;\n                border: none;\n                transition: all 0.2s ease;\n                text-decoration: none;\n                font-family: 'Cairo', sans-serif;\n            }\n            .acv-btn-primary { background: var(--acv-primary); color: #fff; }\n            .acv-btn-primary:hover { background: var(--acv-primary-dark); transform: translateY(-1px); color: #fff; }\n            .acv-btn-clear { background: white; border: 1px solid var(--acv-border); color: var(--acv-text-muted); }\n            .acv-btn-clear:hover { background: #f1f5f9; color: var(--acv-text-main); }\n\n            \/* --- Grid Layout --- *\/\n            .acv-list-grid {\n                display: grid;\n                grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n                gap: 24px;\n            }\n\n            \/* --- Card Styling --- *\/\n            .acv-card {\n                background: var(--acv-bg-card);\n                border: 1px solid var(--acv-border);\n                border-radius: var(--acv-radius);\n                overflow: hidden;\n                display: flex;\n                flex-direction: column;\n                transition: all 0.3s ease;\n            }\n            .acv-card:hover {\n                transform: translateY(-5px);\n                box-shadow: var(--acv-shadow-hover);\n                border-color: #cbd5e1;\n            }\n\n            .acv-card-header {\n                height: 280px; \n                width: 100%;\n                background: #ffffff;\n                position: relative;\n                overflow: hidden;\n                border-bottom: 1px solid var(--acv-border);\n            }\n\n            .acv-card-img {\n                width: 100%;\n                height: 100%;\n                object-fit: contain; \n                object-position: center;\n                transition: transform 0.5s ease;\n                display: block;\n            }\n\n            .acv-card:hover .acv-card-img { transform: scale(1.02); }\n\n            .acv-card-placeholder {\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                height: 100%;\n                color: #cbd5e1;\n                background: #f8fafc;\n            }\n            .acv-card-placeholder svg { width: 64px; height: 64px; fill: currentColor; }\n\n            .acv-card-body {\n                padding: 24px;\n                display: flex;\n                flex-direction: column;\n                flex-grow: 1;\n                text-align: right;\n            }\n\n            .acv-meta-badge {\n                align-self: flex-start;\n                background: #F0F7E6;\n                color: var(--acv-primary);\n                padding: 4px 10px;\n                border-radius: 20px;\n                font-size: 0.8rem;\n                font-weight: 700;\n                margin-bottom: 12px;\n            }\n\n            .acv-name {\n                font-size: 1.25rem;\n                font-weight: 700;\n                color: var(--acv-secondary);\n                margin: 0 0 4px 0;\n                line-height: 1.3;\n            }\n\n            .acv-date {\n                font-size: 0.85rem;\n                color: var(--acv-text-muted);\n                margin-bottom: 12px;\n                display: flex;\n                align-items: center;\n                gap: 6px;\n            }\n\n            .acv-excerpt {\n                font-size: 0.95rem;\n                color: var(--acv-text-muted);\n                line-height: 1.6;\n                margin-bottom: 24px;\n                flex-grow: 1;\n                display: -webkit-box;\n                -webkit-line-clamp: 3;\n                -webkit-box-orient: vertical;\n                overflow: hidden;\n            }\n\n            .acv-card-footer { margin-top: auto; }\n\n            .acv-action-btn {\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                width: 100%;\n                padding: 12px;\n                border-radius: 8px;\n                text-decoration: none;\n                font-weight: 700;\n                font-size: 0.95rem;\n                transition: all 0.2s;\n                font-family: 'Cairo', sans-serif;\n            }\n            .acv-btn-dl { background: var(--acv-secondary); color: #fff !important; }\n            .acv-btn-dl:hover { background: #334155; }\n            .acv-btn-read { background: transparent; border: 2px solid var(--acv-secondary); color: var(--acv-secondary) !important; }\n            .acv-btn-read:hover { background: var(--acv-secondary); color: #fff !important; }\n\n            .acv-empty {\n                text-align: center;\n                padding: 40px;\n                background: #f8fafc;\n                border-radius: var(--acv-radius);\n                color: var(--acv-text-muted);\n                font-weight: 600;\n            }\n\n            @media (max-width: 768px) {\n                .acv-filters-bar { flex-direction: column; align-items: stretch; }\n                .acv-filter-field { min-width: 100%; }\n                .acv-filter-actions { margin-top: 10px; width: 100%; }\n                .acv-btn { flex: 1; }\n            }\n        <\/style>\n\n        <div class=\"acv-wrapper\">\n            <!-- Filter Form -->\n                            <form class=\"acv-filters-bar\" method=\"get\" action=\"\">\n                    <div class=\"acv-filters-left\">\n                        <div class=\"acv-filter-field\">\n                            <label for=\"cv_cat\">\u0627\u0644\u062a\u062e\u0635\u0635 \u0627\u0644\u0648\u0638\u064a\u0641\u064a<\/label>\n                            <select id=\"cv_cat\" name=\"cv_cat\" class=\"acv-filter-input\">\n                                <option value=\"0\"  selected='selected'>\u062c\u0645\u064a\u0639 \u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a<\/option>\n                                                                                                            <option value=\"6\" >\n                                            Accountant                                        <\/option>\n                                                                            <option value=\"10\" >\n                                            casheir                                        <\/option>\n                                                                            <option value=\"4\" >\n                                            CEO                                        <\/option>\n                                                                            <option value=\"12\" >\n                                            Dentist                                        <\/option>\n                                                                            <option value=\"9\" >\n                                            developer                                        <\/option>\n                                                                            <option value=\"8\" >\n                                            Digital Marketer                                        <\/option>\n                                                                            <option value=\"11\" >\n                                            doctor                                        <\/option>\n                                                                            <option value=\"13\" >\n                                            nurse                                        <\/option>\n                                                                            <option value=\"7\" >\n                                            Security                                        <\/option>\n                                                                                                <\/select>\n                        <\/div>\n                        <div class=\"acv-filter-field\">\n                            <label for=\"date_preset\">\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0646\u0634\u0631<\/label>\n                            <select id=\"date_preset\" name=\"date_preset\" class=\"acv-filter-input\">\n                                <option value=\"\"  selected='selected'>\u0643\u0644 \u0627\u0644\u0623\u0648\u0642\u0627\u062a<\/option>\n                                <option value=\"1m\" >\u0622\u062e\u0631 \u0634\u0647\u0631<\/option>\n                                <option value=\"3m\" >\u0622\u062e\u0631 3 \u0623\u0634\u0647\u0631<\/option>\n                                <option value=\"6m\" >\u0622\u062e\u0631 6 \u0623\u0634\u0647\u0631<\/option>\n                            <\/select>\n                        <\/div>\n                    <\/div>\n                    <div class=\"acv-filter-actions\">\n                        <button type=\"submit\" class=\"acv-btn acv-btn-primary\">\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0641\u0644\u062a\u0631<\/button>\n                                            <\/div>\n                <\/form>\n            \n            <!-- Cards Grid -->\n            <div class=\"acv-list-container\">\n                                    <div class=\"acv-list-grid\">\n                                                    <div class=\"acv-card\">\n                                <div class=\"acv-card-header\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"1408\" height=\"768\" src=\"https:\/\/silverstaregy.com\/ar\/wp-content\/uploads\/2026\/01\/Image_fx-1.jpg\" class=\"acv-card-img wp-post-image\" alt=\"\" srcset=\"https:\/\/silverstaregy.com\/ar\/wp-content\/uploads\/2026\/01\/Image_fx-1.jpg 1408w, https:\/\/silverstaregy.com\/ar\/wp-content\/uploads\/2026\/01\/Image_fx-1-300x164.jpg 300w, https:\/\/silverstaregy.com\/ar\/wp-content\/uploads\/2026\/01\/Image_fx-1-1024x559.jpg 1024w, https:\/\/silverstaregy.com\/ar\/wp-content\/uploads\/2026\/01\/Image_fx-1-768x419.jpg 768w\" sizes=\"auto, (max-width: 1408px) 100vw, 1408px\" \/>                                <\/div>\n\n                                <div class=\"acv-card-body\">\n                                                                            <span class=\"acv-meta-badge\">developer<\/span>\n                                    \n                                    <h4 class=\"acv-name\">waled mohamed<\/h4>\n\n                                                                            <div class=\"acv-date\">\n                                            <span style=\"font-size:14px;\">\ud83d\udcc5<\/span> 25 \u064a\u0646\u0627\u064a\u0631 2026                                        <\/div>\n                                    \n                                    <div class=\"acv-excerpt\">\n                                        i'm an easy going person omksncjsbjsbssc                                    <\/div>\n\n                                    <div class=\"acv-card-footer\">\n                                                                                    <a href=\"https:\/\/silverstaregy.com\/ar\/available-cvs\/waled-mohamed\/\" class=\"acv-action-btn acv-btn-read\">\n                                                \u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a\n                                            <\/a>\n                                                                            <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"acv-card\">\n                                <div class=\"acv-card-header\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"462\" height=\"480\" src=\"https:\/\/silverstaregy.com\/ar\/wp-content\/uploads\/2026\/01\/faq-left-back.jpg\" class=\"acv-card-img wp-post-image\" alt=\"\" srcset=\"https:\/\/silverstaregy.com\/ar\/wp-content\/uploads\/2026\/01\/faq-left-back.jpg 462w, https:\/\/silverstaregy.com\/ar\/wp-content\/uploads\/2026\/01\/faq-left-back-289x300.jpg 289w\" sizes=\"auto, (max-width: 462px) 100vw, 462px\" \/>                                <\/div>\n\n                                <div class=\"acv-card-body\">\n                                                                            <span class=\"acv-meta-badge\">CEO<\/span>\n                                    \n                                    <h4 class=\"acv-name\">waled swa<\/h4>\n\n                                                                            <div class=\"acv-date\">\n                                            <span style=\"font-size:14px;\">\ud83d\udcc5<\/span> 17 \u064a\u0646\u0627\u064a\u0631 2026                                        <\/div>\n                                    \n                                    <div class=\"acv-excerpt\">\n                                        I am a marketing professional and company founder with strong experience in digital marketing, web design, graphic design, and motion...                                    <\/div>\n\n                                    <div class=\"acv-card-footer\">\n                                                                                    <a href=\"https:\/\/silverstaregy.com\/ar\/available-cvs\/waled-swa\/\" class=\"acv-action-btn acv-btn-read\">\n                                                \u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a\n                                            <\/a>\n                                                                            <\/div>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                <\/div>\n        <\/div>\n        \n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-183","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/pages\/183","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/comments?post=183"}],"version-history":[{"count":12,"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/pages\/183\/revisions"}],"predecessor-version":[{"id":360,"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/pages\/183\/revisions\/360"}],"wp:attachment":[{"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/media?parent=183"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}