{"id":107,"date":"2026-01-17T05:01:17","date_gmt":"2026-01-17T05:01:17","guid":{"rendered":"https:\/\/seomenta.com\/silver\/?page_id=107"},"modified":"2026-02-02T22:04:59","modified_gmt":"2026-02-02T22:04:59","slug":"about","status":"publish","type":"page","link":"https:\/\/silverstaregy.com\/ar\/about\/","title":{"rendered":"About"},"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>\u0645\u0646 \u0646\u062d\u0646 &#8211; \u0645\u062c\u0645\u0648\u0639\u0629 \u0633\u064a\u0644\u0641\u0631 \u0644\u0644\u062a\u0648\u0638\u064a\u0641<\/title>\n    \n    <!-- Google Fonts: Cairo (Standard for Arabic) -->\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@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    \n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <style>\n        :root {\n            \/* BRAND IDENTITY COLORS *\/\n            --brand-dark: #1F252E;    \n            --brand-green: #8CC63F;   \n            --brand-green-pale: #E9F5DB; \n            \n            \/* NEUTRALS *\/\n            --slate: #64748B;\n            --white: #FFFFFF;\n            --bg-light: #F8FAF6;      \n            \n            --radius: 30px;\n            --card-radius: 6px;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'Cairo', sans-serif; \/* Arabic Font *\/\n            color: var(--slate);\n            line-height: 1.8;\n            background-color: var(--white);\n            overflow-x: hidden;\n            \n            \/* FORCE RIGHT ALIGNMENT *\/\n            text-align: right !important; \n            direction: rtl;\n        }\n\n        \/* Ensure all headings and paragraphs align right *\/\n        h1, h2, h3, h4, h5, h6, p, span, div, a {\n            text-align: right;\n        }\n\n        h1, h2, h3, h4 { color: var(--brand-dark); font-weight: 800; letter-spacing: 0; }\n        p { margin-bottom: 1.5rem; }\n        img { max-width: 100%; display: block; }\n        a { text-decoration: none; transition: 0.3s; }\n        \n        .container { max-width: 1280px; margin: 0 auto; padding: 0 30px; }\n        .wrapper { padding: 100px 0; }\n\n        \/* --- 1. HERO SECTION --- *\/\n        .hero {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            min-height: 80vh;\n            background: var(--white);\n            position: relative;\n        }\n        .hero-content {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: flex-start; \/* Aligns content to the start (Right in RTL) *\/\n            padding: 80px;\n            z-index: 2;\n        }\n        .hero-bg {\n            background: url('https:\/\/images.unsplash.com\/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1920&q=80') center\/cover;\n            position: relative;\n        }\n        \n        \/* White Triangle Overlay - Flipped for RTL *\/\n        .hero-bg::before {\n            content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 15%;\n            background: var(--white);\n            clip-path: polygon(0 0, 100% 0, 100% 100%);\n            left: auto;\n        }\n\n        .hero-tag {\n            color: var(--brand-green);\n            font-weight: 700;\n            text-transform: uppercase;\n            font-size: 0.9rem;\n            margin-bottom: 20px;\n            display: inline-block;\n        }\n        .hero h1 { font-size: 3.8rem; line-height: 1.3; margin-bottom: 20px; color: var(--brand-dark); }\n        .hero-bread { font-size: 1rem; color: var(--slate); font-weight: 600; }\n\n        \/* --- 2. ABOUT SECTION --- *\/\n        .about-section { position: relative; padding-bottom: 120px; }\n        .about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }\n        .about-visual { position: relative; }\n        .main-img { width: 90%; border-radius: var(--card-radius); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }\n        \n        \/* Floating Card - Positioned Left in RTL *\/\n        .float-card {\n            position: absolute; bottom: -40px; left: 0; right: auto;\n            background: var(--brand-dark); color: var(--white);\n            padding: 40px; width: 320px;\n            border-radius: var(--card-radius);\n            box-shadow: 0 15px 40px rgba(31, 37, 46, 0.4);\n            border-right: 5px solid var(--brand-green);\n            border-left: none;\n            text-align: right;\n        }\n        .float-card h3 { color: var(--white); font-size: 1.3rem; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }\n        .float-card h3 i { color: var(--brand-green); margin-left: 10px; } \n\n        .about-text h2 { font-size: 3rem; margin-bottom: 30px; line-height: 1.4; }\n        \n        \/* Highlight Text - Border on Right *\/\n        .highlight-text { \n            font-size: 1.2rem; \n            color: var(--brand-dark); \n            font-weight: 700; \n            margin-bottom: 25px; \n            border-right: 4px solid var(--brand-green); \n            padding-right: 20px; \n            border-left: none;\n            padding-left: 0;\n        }\n\n        \/* --- 3. JOURNEY --- *\/\n        .journey-section { background: var(--bg-light); position: relative; overflow: hidden; }\n        \n        \/* Background Word \"Steps\" positioned Left *\/\n        .journey-section::before {\n            content: '\u062e\u0637\u0648\u0627\u062a';\n            position: absolute; top: -20px; left: -20px; right: auto;\n            font-size: 15rem; font-weight: 800; color: rgba(140, 198, 63, 0.05);\n            line-height: 1; z-index: 0;\n            font-family: 'Cairo', sans-serif;\n        }\n\n        .journey-header { max-width: 700px; margin-bottom: 60px; position: relative; z-index: 1; text-align: right; }\n        .journey-header h2 { font-size: 2.5rem; margin-bottom: 20px; }\n\n        .steps-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; position: relative; z-index: 1; }\n        \n        .step-item {\n            background: var(--white);\n            padding: 40px 30px;\n            border-top: 5px solid var(--brand-green);\n            border-radius: 0 0 var(--card-radius) var(--card-radius);\n            box-shadow: 0 5px 25px rgba(0,0,0,0.04);\n            transition: transform 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-start;\n            text-align: right; \/* Explicitly Right *\/\n        }\n        .step-item:hover { transform: translateY(-5px); }\n\n        .step-num {\n            font-size: 3.5rem;\n            font-weight: 800;\n            color: var(--brand-green-pale);\n            line-height: 1;\n            margin-bottom: 25px;\n            text-align: right;\n        }\n\n        .step-content { display: flex; align-items: center; gap: 12px; }\n        .step-content i { color: var(--brand-green); font-size: 1.1rem; margin-left: 10px; margin-right: 0;}\n        \n        .step-title {\n            font-weight: 700;\n            color: var(--brand-dark);\n            font-size: 1.2rem;\n            text-align: right;\n        }\n\n        .cta-wrap { margin-top: 40px; text-align: right; }\n        .btn-main {\n            background: var(--brand-dark); color: var(--white);\n            padding: 15px 40px; text-decoration: none;\n            font-weight: 700; display: inline-block;\n            transition: 0.3s; border-radius: var(--radius);\n        }\n        .btn-main:hover { background: var(--brand-green); color: var(--white); }\n\n        \/* --- 4. MISSION & VISION --- *\/\n        .mv-section { background: var(--brand-dark); color: var(--white); }\n        .mv-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; }\n        .mv-sticky { position: sticky; top: 40px; height: fit-content; text-align: right; }\n        .mv-sticky h2 { color: var(--white); font-size: 3.5rem; margin-bottom: 30px; text-align: right; }\n        \n        \/* Quote Style - Border Right *\/\n        .mv-quote {\n            font-size: 1.8rem; font-style: normal; font-weight: 300;\n            border-right: 4px solid var(--brand-green); padding-right: 25px;\n            border-left: none; padding-left: 0;\n            color: #d1d5db;\n            text-align: right;\n        }\n        \n        \/* Vertical Divider Right *\/\n        .mv-content { \n            border-right: 1px solid rgba(255,255,255,0.1); \n            padding-right: 60px;\n            border-left: none;\n            padding-left: 0;\n            text-align: right;\n        }\n        .mv-text-block p { font-size: 1.1rem; opacity: 0.8; margin-bottom: 30px; }\n        \n        \/* Overlap Card *\/\n        .vision-card {\n            background: var(--brand-green); padding: 50px;\n            margin-top: 60px; position: relative; \n            margin-right: -100px; margin-left: 0;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.2);\n            border-radius: var(--card-radius);\n            text-align: right;\n        }\n        .vision-card h3 { color: var(--white); font-size: 2rem; margin-bottom: 15px; }\n        .vision-card p { margin: 0; color: var(--white); opacity: 1; font-weight: 500; }\n\n        \/* --- 5. VALUES --- *\/\n        .values-section { padding-top: 120px; padding-bottom: 120px; }\n        \n        \/* Center Title, but keep alignment logic for arabic *\/\n        .values-head { text-align: center; max-width: 800px; margin: 0 auto 70px auto; } \n        \/* Override center for the content if user prefers strict right, but usually headings are centered. \n           If you want strictly right: replace 'center' with 'right' above. *\/\n        \n        .mosaic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; }\n        \n        .val-card {\n            display: flex; \n            align-items: flex-start; \/* Aligns to top *\/\n            gap: 20px; \n            padding: 30px;\n            border: 1px solid #eee; transition: 0.3s;\n            border-radius: var(--card-radius);\n            text-align: right; \/* Text inside card aligned right *\/\n        }\n        .val-card:hover { border-color: var(--brand-green); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }\n\n        .val-icon {\n            background: #F0F7E6; color: var(--brand-green);\n            width: 50px; height: 50px; flex-shrink: 0;\n            display: flex; align-items: center; justify-content: center;\n            border-radius: 50%;\n            \/* In RTL flexbox, this item appears on the Right automatically *\/\n        }\n        .val-info { flex-grow: 1; }\n        .val-info h4 { font-size: 1.3rem; margin-bottom: 8px; text-align: right; }\n        .val-info p { margin: 0; font-size: 1rem; text-align: right; }\n\n        .val-card:last-child { background: var(--brand-dark); }\n        .val-card:last-child h4 { color: var(--white); }\n        .val-card:last-child p { color: rgba(255,255,255,0.8); }\n        .val-card:last-child .val-icon { background: rgba(255,255,255,0.1); color: var(--brand-green); }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 992px) {\n            .hero { grid-template-columns: 1fr; min-height: auto; }\n            .hero-content { padding: 60px 30px; order: 2; align-items: flex-start; }\n            .hero-bg { height: 300px; order: 1; }\n            .hero-bg::before { display: none; }\n            .about-grid { grid-template-columns: 1fr; gap: 80px; }\n            \n            .float-card { \n                position: relative; bottom: auto; right: auto; left: auto;\n                margin-top: -30px; margin-right: 20px; margin-left: 0;\n                width: auto; max-width: 90%; \n            }\n            \n            .mv-grid { grid-template-columns: 1fr; gap: 40px; }\n            .mv-sticky { position: static; }\n            .mv-content { border-right: none; padding-right: 0; }\n            .vision-card { margin-right: 0; }\n            .steps-container { grid-template-columns: 1fr 1fr; }\n        }\n        @media (max-width: 600px) {\n            .steps-container { grid-template-columns: 1fr; }\n            .values-head { text-align: right; } \/* Align header right on mobile *\/\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- 1. HERO -->\n    <header class=\"hero\">\n        <div class=\"hero-content\">\n            <span class=\"hero-tag\">\u0646\u0628\u0630\u0629 \u0639\u0646 \u0633\u064a\u0644\u0641\u0631 \u0644\u0644\u062a\u0648\u0638\u064a\u0641<\/span>\n            <h1>\u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 <br>\u0648\u0628\u0646\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644.<\/h1>\n            <div class=\"hero-bread\">\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 &mdash; \u0645\u0646 \u0646\u062d\u0646<\/div>\n        <\/div>\n        <div class=\"hero-bg\"><\/div>\n    <\/header>\n\n    <!-- 2. ABOUT -->\n    <section class=\"about-section wrapper\">\n        <div class=\"container\">\n            <div class=\"about-grid\">\n                <div class=\"about-visual\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1573496359142-b8d87734a5a2?auto=format&#038;fit=crop&#038;w=800&#038;q=80\" alt=\"Recruitment Expert\" class=\"main-img\">\n                    <div class=\"float-card\">\n                        <h3><i class=\"fas fa-gem\"><\/i> \u0637\u0645\u0648\u062d\u0646\u0627<\/h3>\n                        <p>\u0631\u0624\u064a\u062a\u0646\u0627 \u0647\u064a \u0623\u0646 \u0646\u0635\u0628\u062d \u0648\u0643\u0627\u0644\u0629 \u0627\u0644\u062a\u0648\u0638\u064a\u0641 \u0627\u0644\u0631\u0627\u0626\u062f\u0629\u060c \u0627\u0644\u0645\u0639\u0631\u0648\u0641\u0629 \u0628\u0627\u0644\u0646\u0632\u0627\u0647\u0629 \u0648\u0627\u0644\u062e\u0628\u0631\u0629 \u0648\u0627\u0644\u0627\u0644\u062a\u0632\u0627\u0645 \u0628\u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u062d\u064a\u0627\u0629 \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0644\u0644\u0623\u0641\u0636\u0644.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"about-text\">\n                    <span class=\"hero-tag\">\u0645\u0646 \u0646\u062d\u0646<\/span>\n                    <h2>\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u0631\u064a\u0641 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u062a\u0648\u0638\u064a\u0641.<\/h2>\n                    <p class=\"highlight-text\">\u0646\u0631\u0628\u0637 \u0643\u0628\u0627\u0631 \u0627\u0644\u0645\u062a\u062e\u0635\u0635\u064a\u0646 \u0628\u0623\u0628\u0631\u0632 \u0623\u0635\u062d\u0627\u0628 \u0627\u0644\u0639\u0645\u0644 \u0641\u064a \u0645\u062e\u062a\u0644\u0641 \u0627\u0644\u0642\u0637\u0627\u0639\u0627\u062a \u0627\u0644\u0635\u0646\u0627\u0639\u064a\u0629.<\/p>\n                    <p>\u0641\u064a \u0645\u062c\u0645\u0648\u0639\u0629 \u0633\u064a\u0644\u0641\u0631 \u0644\u0644\u0627\u0633\u062a\u0634\u0627\u0631\u0627\u062a \u0648\u0627\u0644\u062a\u0648\u0638\u064a\u0641\u060c \u062d\u0642\u0642\u062a \u062d\u0644\u0648\u0644\u0646\u0627 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 \u0646\u062a\u0627\u0626\u062c \u0645\u0644\u062d\u0648\u0638\u0629\u060c \u0645\u0645\u0627 \u0633\u0627\u0647\u0645 \u0641\u064a \u0627\u0644\u0627\u0631\u062a\u0642\u0627\u0621 \u0628\u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062a \u0627\u0644\u0645\u0647\u0646\u064a\u0629 \u0648\u062f\u0641\u0639 \u0639\u062c\u0644\u0629 \u0627\u0644\u0646\u062c\u0627\u062d \u0627\u0644\u0645\u0624\u0633\u0633\u064a \u0644\u0634\u0631\u0643\u0627\u0626\u0646\u0627.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 3. JOURNEY \/ PROCESS -->\n    <section class=\"journey-section wrapper\">\n        <div class=\"container\">\n            <div class=\"journey-header\">\n                <span class=\"hero-tag\">\u0622\u0644\u064a\u0629 \u0639\u0645\u0644\u0646\u0627<\/span>\n                <h2>\u0631\u062d\u0644\u0629 \u0627\u0644\u062a\u0648\u0638\u064a\u0641.<\/h2>\n                <p>\u0646\u0624\u0645\u0646 \u0628\u062c\u0639\u0644 \u0627\u0644\u0623\u0645\u0648\u0631 \u0628\u0633\u064a\u0637\u0629 \u0648\u0641\u0639\u0627\u0644\u0629. \u0625\u0644\u064a\u0643 \u0643\u064a\u0641 \u0646\u0631\u0628\u0637 \u0627\u0644\u0623\u0634\u062e\u0627\u0635 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u064a\u0646 \u0628\u0627\u0644\u0641\u0631\u0635 \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629 \u0641\u064a \u0623\u0631\u0628\u0639 \u062e\u0637\u0648\u0627\u062a \u0633\u0647\u0644\u0629.<\/p>\n                <div class=\"cta-wrap\">\n                    <a href=\"https:\/\/silverstaregy.com\/ar\/contact\/\" class=\"btn-main\">\u0627\u0628\u062f\u0623 \u0627\u0644\u0622\u0646<\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"steps-container\">\n                <div class=\"step-item\">\n                    <div class=\"step-num\">01<\/div>\n                    <div class=\"step-content\">\n                        <i class=\"fas fa-file-alt\"><\/i>\n                        <div class=\"step-title\">\u0641\u0647\u0645 \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"step-item\">\n                    <div class=\"step-num\">02<\/div>\n                    <div class=\"step-content\">\n                        <i class=\"fas fa-search\"><\/i>\n                        <div class=\"step-title\">\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u0643\u0641\u0627\u0621\u0627\u062a<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"step-item\">\n                    <div class=\"step-num\">03<\/div>\n                    <div class=\"step-content\">\n                        <i class=\"fas fa-users\"><\/i>\n                        <div class=\"step-title\">\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0646\u062e\u0628\u0629<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"step-item\">\n                    <div class=\"step-num\">04<\/div>\n                    <div class=\"step-content\">\n                        <i class=\"fas fa-handshake\"><\/i>\n                        <div class=\"step-title\">\u0628\u062f\u0621 \u0627\u0644\u0639\u0645\u0644<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 4. MISSION & VISION -->\n    <section class=\"mv-section wrapper\">\n        <div class=\"container\">\n            <div class=\"mv-grid\">\n                <div class=\"mv-sticky\">\n                    <h2>\u0631\u0633\u0627\u0644\u062a\u0646\u0627<\/h2>\n                    <div class=\"mv-quote\">&#8220;\u0634\u0631\u064a\u0643\u0643\u0645 \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0627\u0644\u0645\u0641\u0636\u0644 \u0641\u064a \u0645\u062c\u0627\u0644 \u062a\u0648\u0638\u064a\u0641 \u0627\u0644\u0642\u0648\u0649 \u0627\u0644\u0639\u0627\u0645\u0644\u0629&#8221;<\/div>\n                <\/div>\n                <div class=\"mv-content\">\n                    <div class=\"mv-text-block\">\n                        <p>\u0641\u064a SRG\u060c \u0646\u062d\u0646 \u0645\u0644\u062a\u0632\u0645\u0648\u0646 \u0628\u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u062d\u0644\u0648\u0644 \u0627\u0644\u0635\u062d\u064a\u062d\u0629 \u0644\u062a\u0644\u0628\u064a\u0629 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0639\u0645\u0644\u0627\u0626\u0646\u0627 \u0645\u0646 \u0627\u0644\u0642\u0648\u0649 \u0627\u0644\u0639\u0627\u0645\u0644\u0629. \u0646\u062d\u0646 \u0645\u062a\u062e\u0635\u0635\u0648\u0646 \u0641\u064a \u0627\u0633\u062a\u0642\u0637\u0627\u0628 \u0627\u0644\u0645\u0648\u0627\u0647\u0628 \u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0648\u0627\u0644\u0645\u0624\u0647\u0644\u0629 \u0639\u0628\u0631 \u0645\u062e\u062a\u0644\u0641 \u0627\u0644\u0635\u0646\u0627\u0639\u0627\u062a.<\/p>\n                        <p>\u062a\u0644\u062a\u0632\u0645 SRG \u0628\u0634\u0643\u0644 \u0645\u062a\u0633\u0627\u0648\u064d \u0628\u062a\u0642\u062f\u064a\u0645 \u0641\u0631\u0635 \u0639\u0645\u0644 \u0642\u0627\u0646\u0648\u0646\u064a\u0629 \u0648\u0645\u062c\u0632\u064a\u0629 \u0644\u0644\u0645\u0631\u0634\u062d\u064a\u0646 \u062f\u0627\u062e\u0644 \u0633\u0648\u0642 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u0639\u0627\u0644\u0645\u064a.<\/p>\n                    <\/div>\n                    <div class=\"vision-card\">\n                        <h3>\u0631\u0624\u064a\u062a\u0646\u0627<\/h3>\n                        <p>\u062a\u0637\u0645\u062d SRG \u0644\u062a\u0643\u0648\u0646 \u0627\u0644\u0642\u0627\u0626\u062f \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0627\u0644\u0645\u0641\u0636\u0644 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0642\u0648\u0649 \u0627\u0644\u0639\u0627\u0645\u0644\u0629 \u0648\u0627\u0644\u062a\u0648\u0638\u064a\u0641 \u0645\u0646 \u062e\u0644\u0627\u0644 \u062a\u0642\u062f\u064a\u0645 \u062d\u0644\u0648\u0644 \u0645\u0628\u062a\u0643\u0631\u0629 \u0648\u0645\u062a\u0637\u0648\u0631\u0629 \u0628\u0627\u0633\u062a\u0645\u0631\u0627\u0631.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 5. VALUES -->\n    <section class=\"values-section\">\n        <div class=\"container\">\n            <div class=\"values-head\">\n                <h2>\u0642\u064a\u0645\u0646\u0627 \u0627\u0644\u062c\u0648\u0647\u0631\u064a\u0629<\/h2>\n                <p>\u0641\u064a SRG\u060c \u0646\u0624\u0645\u0646 \u0628\u0623\u0646 \u0623\u0633\u0627\u0633 \u0646\u0645\u0648\u0646\u0627 \u064a\u0643\u0645\u0646 \u0641\u064a \u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u0631\u0627\u0633\u062e\u0629 \u0627\u0644\u062a\u064a \u0646\u0644\u062a\u0632\u0645 \u0628\u0647\u0627.<\/p>\n            <\/div>\n            <div class=\"mosaic-grid\">\n                <div class=\"val-card\">\n                    <div class=\"val-icon\"><i class=\"fas fa-shield-alt\"><\/i><\/div>\n                    <div class=\"val-info\"><h4>\u0627\u0644\u0646\u0632\u0627\u0647\u0629<\/h4><p>\u0646\u062d\u062a\u0631\u0645 \u0627\u0644\u062a\u0632\u0627\u0645\u0627\u062a\u0646\u0627 \u0648\u0646\u062a\u0645\u0633\u0643 \u0628\u0623\u0639\u0644\u0649 \u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0623\u062e\u0644\u0627\u0642\u064a\u0629.<\/p><\/div>\n                <\/div>\n                <div class=\"val-card\">\n                    <div class=\"val-icon\"><i class=\"fas fa-hands-helping\"><\/i><\/div>\n                    <div class=\"val-info\"><h4>\u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0645<\/h4><p>\u0646\u0642\u062f\u0631 \u0627\u0644\u0641\u0631\u062f\u064a\u0629 \u0648\u0646\u062d\u062a\u0636\u0646 \u0627\u0644\u062a\u0646\u0648\u0639 \u0627\u0644\u062b\u0642\u0627\u0641\u064a \u0648\u0627\u0644\u0645\u0647\u0646\u064a.<\/p><\/div>\n                <\/div>\n                <div class=\"val-card\">\n                    <div class=\"val-icon\"><i class=\"fas fa-leaf\"><\/i><\/div>\n                    <div class=\"val-info\"><h4>\u0627\u0644\u0627\u0633\u062a\u062f\u0627\u0645\u0629<\/h4><p>\u0627\u0644\u0631\u0628\u062d\u064a\u0629 \u0627\u0644\u062d\u0642\u064a\u0642\u064a\u0629 \u062a\u0628\u0646\u0649 \u0639\u0644\u0649 \u0639\u0644\u0627\u0642\u0627\u062a \u0637\u0648\u064a\u0644\u0629 \u0627\u0644\u0623\u0645\u062f \u0648\u0645\u0633\u062a\u062f\u0627\u0645\u0629.<\/p><\/div>\n                <\/div>\n                <div class=\"val-card\">\n                    <div class=\"val-icon\"><i class=\"fas fa-check-square\"><\/i><\/div>\n                    <div class=\"val-info\"><h4>\u0627\u0644\u0645\u0633\u0624\u0648\u0644\u064a\u0629<\/h4><p>\u0646\u062a\u062d\u0645\u0644 \u0627\u0644\u0645\u0633\u0624\u0648\u0644\u064a\u0629 \u0627\u0644\u0643\u0627\u0645\u0644\u0629 \u0639\u0646 \u0623\u0641\u0639\u0627\u0644\u0646\u0627 \u0648\u0646\u062a\u0627\u0626\u062c\u0646\u0627.<\/p><\/div>\n                <\/div>\n                <div class=\"val-card\">\n                    <div class=\"val-icon\"><i class=\"fas fa-balance-scale\"><\/i><\/div>\n                    <div class=\"val-info\"><h4>\u0627\u0644\u0645\u0633\u0627\u0648\u0627\u0629<\/h4><p>\u062e\u062f\u0645\u0629 \u0627\u0633\u062a\u062b\u0646\u0627\u0626\u064a\u0629 \u0644\u0644\u062c\u0645\u064a\u0639\u060c \u0628\u063a\u0636 \u0627\u0644\u0646\u0638\u0631 \u0639\u0646 \u0627\u0644\u0645\u0646\u0635\u0628 \u0623\u0648 \u0627\u0644\u0645\u0643\u0627\u0646\u0629.<\/p><\/div>\n                <\/div>\n            <\/div>\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-107","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/pages\/107","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=107"}],"version-history":[{"count":20,"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/pages\/107\/revisions"}],"predecessor-version":[{"id":356,"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/pages\/107\/revisions\/356"}],"wp:attachment":[{"href":"https:\/\/silverstaregy.com\/ar\/wp-json\/wp\/v2\/media?parent=107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}