{"id":126,"date":"2026-01-17T10:59:39","date_gmt":"2026-01-17T10:59:39","guid":{"rendered":"https:\/\/seomenta.com\/silver\/?page_id=126"},"modified":"2026-02-02T22:07:30","modified_gmt":"2026-02-02T22:07:30","slug":"services","status":"publish","type":"page","link":"https:\/\/silverstaregy.com\/ar\/services\/","title":{"rendered":"services"},"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<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u062e\u062f\u0645\u0627\u062a\u0646\u0627 &#8211; \u0645\u062c\u0645\u0648\u0639\u0629 \u0633\u064a\u0644\u0641\u0631 \u0644\u0644\u062a\u0648\u0638\u064a\u0641<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <style>\n        \/* --- VARIABLES & RESET --- *\/\n        :root {\n            \/* Color Identity *\/\n            --primary-blue: #086ad8;    \n            --dark-slate: #223645;      \n            --brand-green: #8ac53e;     \n            \n            --text-main: #505050;\n            --white: #ffffff;\n            --light-bg: #f4f7fb;\n            \n            --border-radius: 4px;\n            --transition: all 0.3s ease;\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            font-family: 'Cairo', sans-serif; \/* Arabic Font *\/\n            color: var(--text-main);\n            line-height: 1.8;\n            background-color: var(--white);\n            overflow-x: hidden;\n            text-align: right;\n            direction: rtl;\n        }\n\n        a {\n            text-decoration: none;\n            color: inherit;\n            transition: var(--transition);\n        }\n\n        img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* --- GLOBAL UTILITIES --- *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Green Button Style *\/\n        .btn {\n            display: inline-block;\n            background-color: var(--brand-green);\n            color: var(--white);\n            padding: 14px 30px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 14px;\n            text-transform: uppercase;\n            border: none;\n            cursor: pointer;\n            box-shadow: 0 4px 15px rgba(138, 197, 62, 0.3);\n        }\n\n        .btn:hover {\n            background-color: var(--dark-slate);\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n        }\n\n        \/* --- HERO SECTION --- *\/\n        .hero {\n            position: relative;\n            background-image: url('https:\/\/images.unsplash.com\/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80');\n            background-size: cover;\n            background-position: center;\n            background-repeat: no-repeat;\n            background-color: var(--dark-slate);\n            padding: 160px 0;\n            text-align: center; \/* Centered Hero is standard *\/\n            color: var(--white);\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background-color: rgba(34, 54, 69, 0.85); \n            z-index: 1;\n        }\n\n        .hero .container {\n            position: relative;\n            z-index: 2;\n        }\n\n        .hero h1 {\n            font-size: 52px;\n            margin-bottom: 15px;\n            font-weight: 800;\n            color: #ffffff;\n            text-shadow: 0 2px 5px rgba(0,0,0,0.3);\n        }\n\n        \/* --- BREADCRUMB --- *\/\n        .breadcrumb {\n            font-size: 16px;\n            font-weight: 600;\n            color: #ffffff;\n            background: transparent !important; \n            padding: 0;\n            margin: 0;\n            display: inline-block;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.5); \n        }\n\n        .breadcrumb span {\n            margin: 0 10px;\n            color: var(--brand-green);\n            font-weight: bold;\n        }\n\n        \/* --- INTRO SECTION --- *\/\n        .intro {\n            text-align: center; \/* Keep Center for Intro Headers *\/\n            padding: 90px 0 60px;\n        }\n\n        .sub-title {\n            color: var(--brand-green);\n            font-weight: 700;\n            text-transform: uppercase;\n            font-size: 13px;\n            letter-spacing: 0; \/* No letter spacing in Arabic *\/\n            margin-bottom: 10px;\n            display: block;\n        }\n\n        .main-title {\n            font-size: 38px;\n            color: var(--dark-slate);\n            max-width: 750px;\n            margin: 0 auto;\n            line-height: 1.4;\n            font-weight: 800;\n        }\n\n        \/* --- SERVICES GRID --- *\/\n        .services-section {\n            padding-bottom: 100px;\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 30px;\n        }\n\n        .service-card {\n            background: var(--white);\n            border: 1px solid #eee;\n            padding: 40px 25px;\n            border-radius: 8px;\n            transition: var(--transition);\n            display: flex;\n            flex-direction: column;\n            position: relative;\n            top: 0;\n            text-align: right; \/* Explicit Right Align *\/\n        }\n\n        .service-card:hover {\n            box-shadow: 0 20px 40px rgba(0,0,0,0.08);\n            border-color: transparent;\n            top: -10px;\n        }\n\n        .service-icon {\n            width: 70px;\n            height: 70px;\n            margin-bottom: 25px;\n            background: var(--light-bg);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: var(--transition);\n            \/* RTL: Icon stays on right? No, typically icons align with text start *\/\n            margin-left: auto; \n            margin-right: 0; \n        }\n        \n        .service-icon svg {\n            width: 35px;\n            height: 35px;\n            fill: var(--primary-blue);\n        }\n\n        .service-card:hover .service-icon {\n            background: var(--primary-blue);\n        }\n        \n        .service-card:hover .service-icon svg {\n            fill: var(--white);\n        }\n\n        .service-card h3 {\n            font-size: 20px;\n            color: var(--dark-slate);\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        .service-card p {\n            color: var(--text-main);\n            font-size: 15px;\n            margin-bottom: 25px;\n            flex-grow: 1;\n        }\n\n        .service-cta {\n            font-weight: 700;\n            font-size: 14px;\n            color: var(--primary-blue);\n            display: inline-flex;\n            align-items: center;\n            margin-top: auto;\n        }\n        \n        .service-cta:hover {\n            color: var(--brand-green);\n            text-decoration: underline;\n        }\n\n        \/* --- SPLIT HIRING SECTIONS (RTL LOGIC) --- *\/\n        .hiring-block {\n            display: flex;\n            flex-wrap: wrap;\n            min-height: 550px; \n            \/* In RTL, row makes the first item appear on the Right. \n               We want Text (Content) on Right, Image on Left. \n               So standard 'flex-direction: row' works perfectly in RTL if Content is first in DOM. *\/\n        }\n\n        .hiring-content {\n            flex: 1;\n            padding: 80px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            background-color: var(--white);\n            text-align: right;\n        }\n\n        .hiring-content.bg-light {\n            background-color: var(--light-bg);\n        }\n\n        .hiring-image {\n            flex: 1;\n            position: relative;\n            overflow: hidden;\n            background-color: #ddd;\n        }\n\n        .hiring-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            position: absolute;\n            top: 0;\n            left: 0;\n            transition: transform 0.8s ease;\n        }\n\n        .hiring-block:hover .hiring-image img {\n            transform: scale(1.05);\n        }\n\n        .hiring-content h2 {\n            font-size: 34px;\n            color: var(--dark-slate);\n            margin-bottom: 25px;\n            position: relative;\n            font-weight: 800;\n        }\n\n        .hiring-content h2::after {\n            content: '';\n            display: block;\n            width: 60px;\n            height: 4px;\n            background: var(--brand-green);\n            margin-top: 15px;\n            border-radius: 2px;\n            \/* RTL: Start from right *\/\n            margin-right: 0;\n            margin-left: auto;\n        }\n\n        .hiring-content p {\n            margin-bottom: 35px;\n            font-size: 16px;\n            color: var(--text-main);\n            max-width: 500px;\n        }\n\n        \/* Flip logic for alternating sections *\/\n        .reverse {\n            flex-direction: row-reverse;\n        }\n\n        \/* --- RESPONSIVE --- *\/\n        @media (max-width: 1024px) {\n            .services-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            .hiring-content {\n                padding: 50px;\n            }\n            .hero h1 {\n                font-size: 42px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .services-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .hiring-block, \n            .hiring-block.reverse {\n                flex-direction: column;\n                min-height: auto;\n            }\n\n            .hiring-image {\n                min-height: 300px;\n                width: 100%;\n                \/* Reset order for mobile so image is on top or bottom consistently *\/\n                order: -1; \n            }\n            \n            .hiring-content {\n                padding: 60px 30px;\n                min-height: auto;\n            }\n            \n            .hero {\n                padding: 100px 0;\n            }\n\n            .hero h1 {\n                font-size: 32px;\n            }\n            \n            .main-title {\n                font-size: 28px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- HERO SECTION -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>\u062e\u062f\u0645\u0627\u062a\u0646\u0627<\/h1>\n            <div class=\"breadcrumb\">\n                \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 <span>&lt;<\/span> \u062e\u062f\u0645\u0627\u062a\u0646\u0627\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- INTRO TITLE -->\n    <section class=\"intro\">\n        <div class=\"container\">\n            <span class=\"sub-title\">\u0645\u0627\u0630\u0627 \u0646\u0642\u062f\u0645<\/span>\n            <h2 class=\"main-title\">\u062d\u0644\u0648\u0644 \u062a\u0648\u0638\u064a\u0641 \u0645\u062e\u0635\u0635\u0629 \u0628\u0623\u0639\u0644\u0649 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u062a\u0645\u064a\u0632.<\/h2>\n        <\/div>\n    <\/section>\n\n    <!-- SERVICES GRID -->\n    <section class=\"services-section\">\n        <div class=\"container\">\n            <div class=\"services-grid\">\n                <!-- Card 1 -->\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"\/><\/svg>\n                    <\/div>\n                    <h3>\u0627\u0644\u062a\u0648\u0638\u064a\u0641 \u0627\u0644\u0645\u0646\u0632\u0644\u064a<\/h3>\n                    <p>\u062a\u0642\u062f\u0645 \u0648\u0643\u0627\u0644\u062a\u0646\u0627 \u0639\u0645\u0627\u0644\u0629 \u0645\u0646\u0632\u0644\u064a\u0629 \u062a\u0645 \u0627\u062e\u062a\u064a\u0627\u0631\u0647\u0627 \u0628\u062f\u0642\u0629\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0627\u062a \u0648\u0627\u0644\u0645\u0631\u0628\u064a\u0627\u062a\u060c \u0644\u0636\u0645\u0627\u0646 \u0627\u0644\u062a\u0648\u0627\u0641\u0642 \u0627\u0644\u062b\u0642\u0627\u0641\u064a \u0648\u0627\u0644\u062e\u062f\u0645\u0629 \u0627\u0644\u0627\u0633\u062a\u062b\u0646\u0627\u0626\u064a\u0629.<\/p>\n                    <a href=\"https:\/\/silverstaregy.com\/ar\/apply\/\" class=\"service-cta\">\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a\u061f<\/a>\n                <\/div>\n\n                <!-- Card 2 -->\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z\"\/><\/svg>\n                    <\/div>\n                    <h3>\u0627\u0644\u0643\u0641\u0627\u0621\u0627\u062a \u0627\u0644\u0645\u0647\u0646\u064a\u0629<\/h3>\n                    <p>\u0646\u0648\u0641\u0631 \u0639\u0645\u0627\u0644\u0629 \u0645\u0627\u0647\u0631\u0629 \u0645\u0648\u062b\u0648\u0642\u0629 \u0648\u0645\u062d\u062a\u0631\u0641\u0629 \u0645\u0635\u0645\u0645\u0629 \u062e\u0635\u064a\u0635\u064b\u0627 \u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0639\u0645\u064a\u0644\u060c \u0645\u0645\u0627 \u064a\u0639\u0632\u0632 \u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a\u0629 \u0648\u062c\u0648\u062f\u0629 \u0627\u0644\u0642\u0648\u0649 \u0627\u0644\u0639\u0627\u0645\u0644\u0629.<\/p>\n                    <a href=\"https:\/\/silverstaregy.com\/ar\/apply\/\" class=\"service-cta\">\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a\u061f<\/a>\n                <\/div>\n\n                <!-- Card 3 -->\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M18 15h-2v2h2m0-6h-2v2h2m2 6h-8v-2h2v-2h-2v-2h2v-2h-2V9.24c0-1.11-.89-2-2-2H8c-1.11 0-2 .89-2 2v8.26H2L12 1l10 16.5V21z\"\/><\/svg>\n                    <\/div>\n                    <h3>\u0627\u0644\u062e\u0628\u0631\u0629 \u0627\u0644\u0635\u0646\u0627\u0639\u064a\u0629<\/h3>\n                    <p>\u0628\u0641\u0636\u0644 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0645\u062a\u0639\u0645\u0642\u0629 \u0628\u0627\u0644\u0635\u0646\u0627\u0639\u0629\u060c \u064a\u0631\u0628\u0637 \u0641\u0631\u064a\u0642\u0646\u0627 \u0628\u064a\u0646 \u0627\u0644\u0645\u0631\u0634\u062d\u064a\u0646 \u0627\u0644\u0645\u0648\u0647\u0648\u0628\u064a\u0646 \u0648\u0623\u0635\u062d\u0627\u0628 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u0631\u0627\u0626\u062f\u064a\u0646 \u0644\u0636\u0645\u0627\u0646 \u0627\u0644\u062a\u0637\u0627\u0628\u0642 \u0627\u0644\u0645\u062b\u0627\u0644\u064a.<\/p>\n                    <a href=\"https:\/\/silverstaregy.com\/ar\/apply\/\" class=\"service-cta\">\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a\u061f<\/a>\n                <\/div>\n\n                <!-- Card 4 -->\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                    <\/div>\n                    <h3>\u0627\u0644\u0627\u0646\u062a\u0634\u0627\u0631 \u0627\u0644\u0639\u0627\u0644\u0645\u064a<\/h3>\n                    <p>\u0646\u0648\u0633\u0639 \u0627\u0644\u0622\u0641\u0627\u0642 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0633\u062a\u0642\u0637\u0627\u0628 \u0627\u0644\u0645\u062d\u062a\u0631\u0641\u064a\u0646 \u0639\u0627\u0644\u0645\u064a\u064b\u0627 \u0644\u0636\u0645\u0627\u0646 \u0627\u0644\u062a\u0646\u0648\u0639 \u0648\u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0644\u062a\u0644\u0628\u064a\u0629 \u0627\u0644\u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0627\u0644\u062f\u064a\u0646\u0627\u0645\u064a\u0643\u064a\u0629 \u0644\u0644\u0623\u0639\u0645\u0627\u0644 \u0627\u0644\u062d\u062f\u064a\u062b\u0629.<\/p>\n                    <a href=\"https:\/\/silverstaregy.com\/ar\/apply\/\" class=\"service-cta\">\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a\u061f<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- HIRING SPLIT SECTIONS -->\n    \n    <!-- Block A: For Candidates (Text Right, Image Left) -->\n    <section class=\"hiring-block\">\n        <div class=\"hiring-content\">\n            <h2>\u0644\u0644\u0645\u0631\u0634\u062d\u064a\u0646 (\u0627\u0644\u0628\u0627\u062d\u062b\u064a\u0646 \u0639\u0646 \u0639\u0645\u0644)<\/h2>\n            <p>\u062a\u0642\u062f\u0645 \u0648\u0643\u0627\u0644\u062a\u0646\u0627 \u0641\u0631\u0635 \u0639\u0645\u0644 \u0645\u0645\u064a\u0632\u0629 \u0644\u0644\u0639\u0645\u0627\u0644\u0629 \u0627\u0644\u0645\u0646\u0632\u0644\u064a\u0629 \u0648\u0627\u0644\u0645\u0647\u0646\u064a\u0629\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0627\u062a \u0648\u0627\u0644\u0645\u0631\u0628\u064a\u0627\u062a \u0648\u0627\u0644\u0641\u0646\u064a\u064a\u0646\u060c \u0645\u0639 \u0636\u0645\u0627\u0646 \u0628\u064a\u0626\u0629 \u0639\u0645\u0644 \u0622\u0645\u0646\u0629 \u0648\u0645\u062c\u0632\u064a\u0629.<\/p>\n            <div>\n                <a href=\"https:\/\/silverstaregy.com\/ar\/apply\/\" class=\"btn\">\u0642\u062f\u0651\u0645 \u0627\u0644\u0622\u0646<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"hiring-image\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1573496359142-b8d87734a5a2?auto=format&#038;fit=crop&#038;w=800&#038;q=80\" alt=\"Domestic staff candidate\">\n        <\/div>\n    <\/section>\n\n    <!-- Block B: For Employers (Reversed: Image Right, Text Left) -->\n    <!-- In RTL, row-reverse puts the FIRST item (Content) on the Left -->\n    <section class=\"hiring-block reverse\">\n        <div class=\"hiring-content bg-light\">\n            <h2>\u0644\u0623\u0635\u062d\u0627\u0628 \u0627\u0644\u0639\u0645\u0644 (\u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0648\u0627\u0644\u0623\u0641\u0631\u0627\u062f)<\/h2>\n            <p>\u0646\u0648\u0641\u0631 \u0639\u0645\u0627\u0644\u0629 \u0645\u0627\u0647\u0631\u0629 \u0648\u0645\u0648\u062b\u0648\u0642\u0629 \u0645\u0635\u0645\u0645\u0629 \u062e\u0635\u064a\u0635\u064b\u0627 \u0644\u0645\u0648\u0627\u0635\u0641\u0627\u062a\u0643\u0645\u060c \u0645\u0645\u0627 \u064a\u0639\u0632\u0632 \u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a\u0629 \u0648\u062c\u0648\u062f\u0629 \u0627\u0644\u0639\u0645\u0644 \u0644\u062f\u064a\u0643\u0645.<\/p>\n            <div>\n                <a href=\"https:\/\/silverstaregy.com\/ar\/contact\/\" class=\"btn\">\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"hiring-image\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1504307651254-35680f356dfd?auto=format&#038;fit=crop&#038;w=800&#038;q=80\" alt=\"Skilled Professional\">\n        <\/div>\n    <\/section>\n\n    <!-- Block C: For Channel Partner -->\n    <section class=\"hiring-block\">\n        <div class=\"hiring-content\">\n            <h2>\u0644\u0634\u0631\u0643\u0627\u0621 \u0627\u0644\u0646\u062c\u0627\u062d (\u0648\u0643\u0627\u0644\u0627\u062a \u0627\u0644\u062a\u0648\u0638\u064a\u0641)<\/h2>\n            <p>\u0646\u0633\u0639\u062f \u0628\u0627\u0644\u062a\u0639\u0628\u064a\u0631 \u0639\u0646 \u0627\u0647\u062a\u0645\u0627\u0645\u0646\u0627 \u0628\u0625\u0646\u0634\u0627\u0621 \u0634\u0631\u0627\u0643\u0629 \u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0645\u0639 \u0645\u062c\u0645\u0648\u0639\u0629 \u0633\u064a\u0644\u0641\u0631 \u0644\u0644\u062a\u0648\u0638\u064a\u0641. \u0628\u0641\u0636\u0644 \u0628\u0635\u0645\u062a\u0646\u0627 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0648\u062e\u0628\u0631\u062a\u0646\u0627 \u0627\u0644\u0625\u0642\u0644\u064a\u0645\u064a\u0629 \u0627\u0644\u0642\u0648\u064a\u0629.<\/p>\n            <div>\n                <a href=\"https:\/\/silverstaregy.com\/ar\/contact\/\" class=\"btn\">\u0627\u0646\u0636\u0645 \u0625\u0644\u064a\u0646\u0627<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"hiring-image\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1551836022-d5d88e9218df?auto=format&#038;fit=crop&#038;w=800&#038;q=80\" alt=\"Business Partnership\">\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n<\/div><\/div>\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-126","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/pages\/126","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=126"}],"version-history":[{"count":17,"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/pages\/126\/revisions"}],"predecessor-version":[{"id":357,"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/pages\/126\/revisions\/357"}],"wp:attachment":[{"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/media?parent=126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}