{"id":410,"date":"2025-07-24T18:26:27","date_gmt":"2025-07-24T14:56:27","guid":{"rendered":"https:\/\/emif.ir\/?page_id=410"},"modified":"2026-07-11T21:32:09","modified_gmt":"2026-07-11T18:02:09","slug":"%d8%b5%d9%81%d8%ad%d9%87-%d9%85%d8%b9%d8%b1%d9%81%db%8c","status":"publish","type":"page","link":"https:\/\/emif.ir\/","title":{"rendered":"\u0635\u0641\u062d\u0647 \u0646\u062e\u0633\u062a"},"content":{"rendered":"\n    <div id=\"emi-chat-box\">\n        <div id=\"emi-chat-header\">\n    \ud83d\udc4b \u062f\u0633\u062a\u06cc\u0627\u0631 \u0647\u0648\u0634\u0645\u0646\u062f Emif Pasargad\n    <span id=\"emi-chat-close\">\u00d7<\/span>\n<\/div>\n\n\n        <div id=\"emi-chat-body\">\n            <div class=\"bot\">\n                \u0633\u0644\u0627\u0645 \ud83d\udc4b<br>\n                \u0645\u0646 \u062f\u0633\u062a\u06cc\u0627\u0631 \u0647\u0648\u0634\u0645\u0646\u062f \u0633\u0627\u06cc\u062a \u0647\u0633\u062a\u0645.<br>\n                \u0633\u0648\u0627\u0644\u062a \u0631\u0648 \u0628\u067e\u0631\u0633 \ud83d\ude0a\n            <\/div>\n        <\/div>\n\n        <div id=\"emi-chat-footer\">\n            <input type=\"text\" id=\"emi-user-input\" placeholder=\"\u0633\u0648\u0627\u0644 \u062e\u0648\u062f \u0631\u0627 \u0628\u0646\u0648\u06cc\u0633\u06cc\u062f...\">\n            <button id=\"emi-send\">\u0627\u0631\u0633\u0627\u0644<\/button>\n        <\/div>\n\n        <div id=\"emi-human-support\" style=\"display:none;\">\n            <button onclick=\"openHumanChat()\">\ud83d\udcac \u0627\u062a\u0635\u0627\u0644 \u0628\u0647 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646 \u0622\u0646\u0644\u0627\u06cc\u0646<\/button>\n        <\/div>\n    <\/div>\n\n    <style>\n        #emi-chat-box {\n\t\t\tdisplay: none;\n            position: fixed;\n            left: 20px;\n            bottom: 150px;\n            width: 320px;\n            background: #fff;\n            border-radius: 12px;\n            box-shadow: 0 0 20px rgba(0,0,0,.25);\n            font-family: tahoma;\n            z-index: 9999;\n        }\n\n        #emi-chat-header {\n\t\t\t position: relative;\n            background: #0a58ca;\n            color: #fff;\n            padding: 12px;\n            border-radius: 12px 12px 0 0;\n            text-align: center;\n            font-size: 14px;\n        }\n        #emi-chat-body {\n            height: 220px;\n            padding: 10px;\n            overflow-y: auto;\n            font-size: 13px;\n        }\n        #emi-chat-body .bot {\n            background: #f1f1f1;\n            padding: 8px;\n            border-radius: 8px;\n            margin-bottom: 8px;\n        }\n        #emi-chat-body .user {\n            background: #dbeafe;\n            padding: 8px;\n            border-radius: 8px;\n            margin-bottom: 8px;\n            text-align: right;\n        }\n        #emi-chat-footer {\n            display: flex;\n            border-top: 1px solid #ddd;\n        }\n        #emi-user-input {\n            flex: 1;\n            border: none;\n            padding: 8px;\n            font-size: 12px;\n        }\n        #emi-send {\n            background: #0a58ca;\n            color: #fff;\n            border: none;\n            padding: 0 15px;\n            cursor: pointer;\n        }\n        #emi-human-support {\n            padding: 10px;\n            text-align: center;\n        }\n        #emi-human-support button {\n            background: #198754;\n            color: #fff;\n            border: none;\n            padding: 8px 15px;\n            border-radius: 6px;\n            cursor: pointer;\n            font-size: 13px;\n        }\n\t\t#emi-chat-close:hover {\n    opacity: 0.7;\n}\n\t\t#emi-chat-close {\n    position: absolute;\n    right: 10px;\n    top: 6px;\n    cursor: pointer;\n    font-size: 20px;\n    font-weight: bold;\n    color: #fff;\n}\n    <\/style>\n\n    <script>\n    document.getElementById(\"emi-send\").addEventListener(\"click\", function () {\n        let input = document.getElementById(\"emi-user-input\");\n        let message = input.value.trim();\n        if (!message) return;\n\n        let body = document.getElementById(\"emi-chat-body\");\n        body.innerHTML += `<div class=\"user\">${message}<\/div>`;\n        input.value = \"\";\n        body.scrollTop = body.scrollHeight;\n\n        fetch(\"https:\/\/emif.ir\/wp-admin\/admin-ajax.php\", {\n            method: \"POST\",\n            headers: {\"Content-Type\": \"application\/x-www-form-urlencoded\"},\n            body: \"action=emi_ai_response&message=\" + encodeURIComponent(message)\n        })\n        .then(res => res.text())\n        .then(reply => {\n            body.innerHTML += `<div class=\"bot\">${reply}<\/div>`;\n            body.scrollTop = body.scrollHeight;\n\n            if (reply.includes(\"\u067e\u0634\u062a\u06cc\u0628\u0627\u0646 \u0627\u0646\u0633\u0627\u0646\u06cc\")) {\n                document.getElementById(\"emi-human-support\").style.display = \"block\";\n            }\n        });\n    });\n\n    function openHumanChat() {\n        \/\/ \ud83d\udd39 \u0634\u0645\u0627\u0631\u0647 \u0648\u0627\u062a\u0633\u0627\u067e (\u0628\u0627 \u06a9\u062f \u06a9\u0634\u0648\u0631\u060c \u0628\u062f\u0648\u0646 +)\n        var phone = \"40748700426\"; \/\/ \u0645\u062b\u0627\u0644: 989121234567\n\n        \/\/ \ud83d\udd39 \u067e\u06cc\u0627\u0645 \u067e\u06cc\u0634\u200c\u0641\u0631\u0636\n        var message = \"\u0633\u0644\u0627\u0645\u060c \u0627\u0632 \u0637\u0631\u06cc\u0642 \u062f\u0633\u062a\u06cc\u0627\u0631 \u0647\u0648\u0634\u0645\u0646\u062f \u0633\u0627\u06cc\u062a \u0628\u0627 \u0634\u0645\u0627 \u0627\u0631\u062a\u0628\u0627\u0637 \u06af\u0631\u0641\u062a\u0645.\";\n\n        var url = \"https:\/\/wa.me\/\" + phone + \"?text=\" + encodeURIComponent(message);\n        window.open(url, \"_blank\");\n    }\n    <\/script>\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n    setTimeout(function () {\n        var chatBox = document.getElementById(\"emi-chat-box\");\n        if (chatBox) {\n            chatBox.style.display = \"block\";\n        }\n    }, 5000); \/\/ \u23f1\ufe0f 3 \u062b\u0627\u0646\u06cc\u0647\n});\n<\/script>\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n    \/\/ \u23f1\ufe0f \u0646\u0645\u0627\u06cc\u0634 \u0628\u0639\u062f \u0627\u0632 \u06f3 \u062b\u0627\u0646\u06cc\u0647\n    setTimeout(function () {\n        var chatBox = document.getElementById(\"emi-chat-box\");\n        if (chatBox) {\n            chatBox.style.display = \"block\";\n        }\n    }, 5000);\n\n    \/\/ \u274c \u0628\u0633\u062a\u0646 \u0686\u062a\n    var closeBtn = document.getElementById(\"emi-chat-close\");\n    if (closeBtn) {\n        closeBtn.addEventListener(\"click\", function () {\n            document.getElementById(\"emi-chat-box\").style.display = \"none\";\n        });\n    }\n\n});\n<\/script>\n\n    \n\n\n<br><\/br>\n    \n    <div class=\"emif-banner-wrapper\">\n    <a href=\"https:\/\/emif.ir\/?page_id=108\" class=\"emif-banner-link\">\n        <div class=\"emif-sliding-banner\">\n            \u0641\u0631\u0635\u062a\u06cc \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062f\u0647 \u0648 \u0628\u06cc \u0646\u0638\u06cc\u0631 \u060c \u062b\u0628\u062a \u0646\u0627\u0645 \u0648 \u067e\u0630\u06cc\u0631\u0634 \u062f\u0631 \u062f\u0627\u0646\u0634\u06af\u0627\u0647 \u0647\u0627\u06cc \u0622\u0644\u0645\u0627\u0646 \u060c \u062f\u0631\u06cc\u0627\u0641\u062a \u0648\u06cc\u0632\u0627\u06cc \u062f\u0627\u0646\u0634\u062c\u0648\u06cc\u06cc \u0622\u0644\u0645\u0627\u0646 \u060c \u0641\u0642\u0637 \u0628\u0627 \u067e\u06cc\u0634 \u067e\u0631\u062f\u0627\u062e\u062a \u0634\u0647\u0631\u06cc\u0647 2 \u0647\u0632\u0627\u0631 \u06cc\u0648\u0631\u0648\n        <\/div>\n    <\/a>\n<\/div>\n        <\/a>\n    <\/div>\n\n    <style>\n    .emif-banner-wrapper {\n        overflow: hidden;\n        width: 100%;\n        position: relative;\n        height: 145px;\n        margin: 20px 0;\n    }\n    \n    .emif-banner-link {\n        text-decoration: none !important;\n        display: block;\n    }\n    \n    .emif-sliding-banner {\n    font-family: \"BTitr\", sans-serif;\n    font-size: 40px;\n    color: white;\n    text-align: center;\n    padding: 20px 50px;\n    border-radius: 15px;\n    font-weight: bold;\n    cursor: pointer;\n    background: linear-gradient(90deg, #ff4e50, #f9d423, #1e90ff, #32cd32);\n    background-size: 600% 600%;\n    animation: emifGradientShift 5s ease infinite, emifSlideMove 20s linear infinite;\n    box-shadow: 0 8px 20px rgba(0,0,0,0.35);\n    text-shadow: 2px 2px 6px rgba(0,0,0,0.4);\n    display: inline-block;\n    white-space: normal; \/* \u062a\u063a\u06cc\u06cc\u0631 \u0627\u0632 nowrap \u0628\u0647 normal *\/\n    line-height: 1.4; \/* \u0641\u0627\u0635\u0644\u0647 \u0628\u06cc\u0646 \u062e\u0637\u0648\u0637 *\/\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n    \n    .emif-sliding-banner:hover {\n        transform: scale(1.05);\n        box-shadow: 0 12px 30px rgba(0,0,0,0.5);\n    }\n    \n    @keyframes emifGradientShift {\n        0% { background-position: 0% 50%; }\n        25% { background-position: 50% 50%; }\n        50% { background-position: 100% 50%; }\n        75% { background-position: 50% 50%; }\n        100% { background-position: 0% 50%; }\n    }\n    \n    @keyframes emifSlideMove {\n    0% {\n        transform: translateX(-100%);\n    }\n    100% {\n        transform: translateX(100%);\n    }\n}\n    \n    \/* \u0646\u0645\u0627\u06cc\u0634 \u062f\u0631 \u0645\u0648\u0628\u0627\u06cc\u0644 *\/\n    @media (max-width: 768px) {\n        .emif-sliding-banner {\n            font-size: 20px;\n            padding: 20px 30px;\n            white-space: normal;\n        }\n        .emif-banner-wrapper {\n            height: auto;\n            min-height: 80px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .emif-sliding-banner {\n            font-size: 16px;\n            padding: 15px 20px;\n        }\n    }\n    <\/style>\n    \n    \n<br><\/br>\n\n\n    <div class=\"blink-wrapper\">\n        <a href=\"https:\/\/emif.ir\/?page_id=812\" class=\"blink-link\">\n            \u0622\u063a\u0627\u0632 \u0628\u0631\u0646\u0627\u0645\u0647 \u0633\u0627\u0644\u0627\u0646\u0647 \u0628\u0648\u0631\u0633\u06cc\u0647 \u062f\u0648\u0644\u062a \u0631\u0648\u0645\u0627\u0646\u06cc\n\u0633\u0627\u0644 \u062a\u062d\u0635\u06cc\u0644\u06cc 2026\u20132027 | \u0648\u06cc\u0698\u0647 \u0627\u062a\u0628\u0627\u0639 \u06a9\u0634\u0648\u0631\u0647\u0627\u06cc \u062e\u0627\u0631\u062c \u0627\u0632 \u0627\u062a\u062d\u0627\u062f\u06cc\u0647 \u0627\u0631\u0648\u067e\u0627\n<\/br>\n \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f ...\n<\/a>\n    <\/div>\n\n<style>\n\n@font-face{\n    font-family:'BTitr';\n    src:url('https:\/\/emif.ir\/wp-content\/uploads\/2025\/09\/BTitrBold.woff2') format('woff2');\n}\n\n.emif-banner{\n    width:100%;\n    margin:25px auto 40px;\n    text-align:center;\n}\n\n.emif-banner{\n    perspective:1800px;\n}\n\n.emif-banner img{\n    width:100%;\n    max-width:1920px;\n    height:auto;\n    display:block;\n    border-radius:18px;\n\n    box-shadow:0 12px 35px rgba(0,0,0,.20);\n\n    transition:\n        transform .55s cubic-bezier(.2,.8,.2,1),\n        box-shadow .55s;\n\n    transform:translateZ(0) scale(1);\n    cursor:pointer;\n}\n\n.emif-banner img:hover{\n\n    transform:\n        perspective(1800px)\n        translateZ(80px)\n        scale(1.05);\n\n    box-shadow:\n        0 40px 90px rgba(0,0,0,.40);\n\n}\n<\/style>\n\n<div class=\"emif-banner\">\n\n<a href=\"https:\/\/emif.ir\/?product=emif-exam-pro-enterprise-%d8%b3%d8%a7%d9%85%d8%a7%d9%86%d9%87-%d8%ad%d8%b1%d9%81%d9%87%d8%a7%db%8c-%d8%a2%d8%b2%d9%85%d9%88%d9%86-%d8%a2%d9%86%d9%84%d8%a7%db%8c%d9%86-%d8%a8%d8%a7-%d8%b3\" target=\"_self\">\n\n<img\nsrc=\"https:\/\/emif.ir\/wp-content\/uploads\/2026\/07\/Banner-azmoon.png\"\nalt=\"EMIF Exam Pro Enterprise\">\n\n<\/a>\n\n<\/div>\n\n\n<br><\/br>\n\n<style>\n\n@font-face {\n    font-family: 'BTitr';\n    src: url('https:\/\/emif.ir\/wp-content\/uploads\/2025\/09\/BTitrBold.woff2') format('woff2');\n    font-weight: normal;\n    font-style: normal;\n}\n\n.online-exam-banner,\n.online-exam-banner *{\n    font-family:'BTitr',Tahoma,sans-serif !important;\n    box-sizing:border-box;\n}\n\n.online-exam-banner{\n    background:linear-gradient(135deg,#0d1b2a,#1b263b);\n    border-radius:20px;\n    padding:40px;\n    margin:30px 0;\n    color:#fff;\n    overflow:hidden;\n}\n\n.online-exam-banner-inner{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:30px;\n    flex-wrap:wrap;\n}\n\n.online-exam-banner-content{\n    flex:1;\n    min-width:320px;\n}\n\n.online-exam-banner-image{\n    flex:1;\n    min-width:300px;\n    text-align:center;\n}\n\n.online-exam-banner-image img{\n    max-width:100%;\n    border-radius:15px;\n    box-shadow:0 10px 30px rgba(0,0,0,.35);\n}\n\n.online-exam-badge{\n    background:#c9a84c;\n    color:#0d1b2a;\n    padding:8px 18px;\n    border-radius:30px;\n    display:inline-block;\n    margin-bottom:15px;\n    font-size:15px;\n}\n\n.online-exam-title{\n    font-size:36px;\n    line-height:1.8;\n    color:#ffffff;\n    margin:0 0 15px 0;\n}\n\n.online-exam-desc{\n    font-size:18px;\n    line-height:2.2;\n    color:#e8e8e8;\n    margin-bottom:25px;\n}\n\n.online-exam-features{\n    display:flex;\n    flex-wrap:wrap;\n    gap:12px;\n    margin-bottom:30px;\n}\n\n.online-exam-feature{\n    background:rgba(255,255,255,.08);\n    border:1px solid rgba(255,255,255,.1);\n    padding:10px 14px;\n    border-radius:10px;\n}\n\n.online-exam-btn{\n    display:inline-block;\n    background:#c9a84c;\n    color:#0d1b2a !important;\n    text-decoration:none !important;\n    padding:14px 28px;\n    border-radius:10px;\n    font-size:18px;\n    transition:.3s;\n}\n\n.online-exam-btn:hover{\n    transform:translateY(-2px);\n}\n\n@media(max-width:768px){\n\n    .online-exam-banner{\n        padding:25px;\n    }\n\n    .online-exam-title{\n        font-size:28px;\n    }\n\n    .online-exam-desc{\n        font-size:16px;\n    }\n\n}\n\n<\/style>\n\n<div class=\"online-exam-banner\">\n\n    <div class=\"online-exam-banner-inner\">\n\n        <div class=\"online-exam-banner-content\">\n\n            <span class=\"online-exam-badge\">\n                \u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0627\u062e\u062a\u0635\u0627\u0635\u06cc EMIF\n            <\/span>\n\n            <h2 class=\"online-exam-title\">\n                \u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0622\u0632\u0645\u0648\u0646 \u0622\u0646\u0644\u0627\u06cc\u0646\u060c \u0627\u0646\u062a\u062e\u0627\u0628 \u0648\u0627\u062d\u062f \u0648 \u062d\u0633\u0627\u0628\u062f\u0627\u0631\u06cc\n            <\/h2>\n\n            <div class=\"online-exam-desc\">\n                \u0631\u0627\u0647\u06a9\u0627\u0631 \u062c\u0627\u0645\u0639 \u0645\u062f\u06cc\u0631\u06cc\u062a \u0622\u0645\u0648\u0632\u0634\u06af\u0627\u0647\u200c\u0647\u0627\u060c \u062f\u0627\u0646\u0634\u06af\u0627\u0647\u200c\u0647\u0627 \u0648 \u0645\u0648\u0633\u0633\u0627\u062a \u0622\u0645\u0648\u0632\u0634\u06cc\n                \u0628\u0627 \u0627\u0645\u06a9\u0627\u0646\u0627\u062a \u0622\u0632\u0645\u0648\u0646 \u0622\u0646\u0644\u0627\u06cc\u0646\u060c \u0627\u0646\u062a\u062e\u0627\u0628 \u0648\u0627\u062d\u062f \u062f\u0627\u0646\u0634\u062c\u0648\u06cc\u0627\u0646\u060c \u062d\u0633\u0627\u0628\u062f\u0627\u0631\u06cc \u0634\u0647\u0631\u06cc\u0647\u060c\n                \u0635\u062f\u0648\u0631 \u06a9\u0627\u0631\u0646\u0627\u0645\u0647 \u0648 \u06af\u0632\u0627\u0631\u0634\u0627\u062a \u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc \u067e\u06cc\u0634\u0631\u0641\u062a\u0647.\n            <\/div>\n\n            <div class=\"online-exam-features\">\n\n                <div class=\"online-exam-feature\">\n                    \ud83d\udcdd \u0622\u0632\u0645\u0648\u0646 \u0622\u0646\u0644\u0627\u06cc\u0646\n                <\/div>\n\n                <div class=\"online-exam-feature\">\n                    \ud83d\udc68\u200d\ud83c\udf93 \u0627\u0646\u062a\u062e\u0627\u0628 \u0648\u0627\u062d\u062f\n                <\/div>\n\n                <div class=\"online-exam-feature\">\n                    \ud83d\udcb0 \u062d\u0633\u0627\u0628\u062f\u0627\u0631\u06cc \u0634\u0647\u0631\u06cc\u0647\n                <\/div>\n\n                <div class=\"online-exam-feature\">\n                    \ud83d\udcca \u06af\u0632\u0627\u0631\u0634\u0627\u062a \u0645\u062f\u06cc\u0631\u06cc\u062a\u06cc\n                <\/div>\n\n                <div class=\"online-exam-feature\">\n                    \ud83d\udda5\ufe0f \u062a\u062d\u062a \u0648\u06cc\u0646\u062f\u0648\u0632\n                <\/div>\n\n                <div class=\"online-exam-feature\">\n                    \ud83d\udd12 \u0645\u062f\u06cc\u0631\u06cc\u062a \u06a9\u0627\u0631\u0628\u0631\u0627\u0646\n                <\/div>\n\n            <\/div>\n\n            <a class=\"online-exam-btn\"\n               href=\"https:\/\/emif.ir\/?product=%d9%86%d8%b1%d9%85-%d8%a7%d9%81%d8%b2%d8%a7%d8%b1-%d8%a2%d8%b2%d9%85%d9%88%d9%86-%d8%a2%d9%86%d9%84%d8%a7%db%8c%d9%86-%d9%88-%d8%a7%d9%86%d8%aa%d8%ae%d8%a7%d8%a8-%d9%88%d8%a7%d8%ad%d8%af-%d9%88-%d8%ad\">\n                \u0645\u0634\u0627\u0647\u062f\u0647 \u0645\u062d\u0635\u0648\u0644\n            <\/a>\n\n        <\/div>\n\n        <div class=\"online-exam-banner-image\">\n\n            <img decoding=\"async\"\n                src=\"https:\/\/emif.ir\/wp-content\/uploads\/2026\/06\/pic-product-C.png\"\n                alt=\"\u0646\u0631\u0645 \u0627\u0641\u0632\u0627\u0631 \u0622\u0632\u0645\u0648\u0646 \u0622\u0646\u0644\u0627\u06cc\u0646 \u0648 \u0627\u0646\u062a\u062e\u0627\u0628 \u0648\u0627\u062d\u062f\">\n\n        <\/div>\n\n    <\/div>\n\n<\/div>\n\n\n<br><\/br>\n<br><\/br>\n\n    \n    <style>\n        @font-face {\n            font-family: 'IranNastaliq';\n            src: url('https:\/\/emif.ir\/wp-content\/uploads\/2025\/09\/IranNastaliq.woff2') format('woff2');\n            font-weight: normal;\n            font-style: normal;\n        }\n\n        .ershad-container {\n            text-align: center;\n            background: #7d0132;\n            padding: 40px 20px;\n            border-radius: 12px;\n            font-family: 'IranNastaliq', Tahoma, sans-serif;\n        }\n        .ershad-title {\n            color: white;\n            font-size: 50px;\n            margin-bottom: 30px;\n        }\n        .ershad-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 60px;\n        }\n        .ershad-box {\n            background: #f9f1d0;\n            border-radius: 12px;\n            padding: 25px;\n            cursor: pointer;\n            transition: 0.3s;\n            font-family: 'IranNastaliq', Tahoma, sans-serif;\n            text-decoration: none; \/* \u062d\u0630\u0641 \u0632\u06cc\u0631\u062e\u0637 \u0644\u06cc\u0646\u06a9\u200c\u0647\u0627 *\/\n        }\n        .ershad-box:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 6px 15px rgba(0,0,0,0.25);\n        }\n        .ershad-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n            color: #7d0132;\n        }\n        .ershad-box h3 {\n            margin: 0;\n            font-size: 30px;\n            color: blue;\n            font-family: 'IranNastaliq', Tahoma, sans-serif;\n            text-decoration: none; \/* \u062d\u0630\u0641 \u0632\u06cc\u0631\u062e\u0637 \u0645\u062a\u0646 *\/\n        }\n        .ershad-box p {\n            font-size: 22px;\n            color: red;\n            margin-top: 20px;\n            font-family: 'IranNastaliq', Tahoma, sans-serif;\n            text-decoration: none; \/* \u062d\u0630\u0641 \u0632\u06cc\u0631\u062e\u0637 \u0645\u062a\u0646 *\/\n        }\n    <\/style>\n\n    <div class=\"ershad-container\">\n        <div class=\"ershad-title\">\u0633\u0627\u0645\u0627\u0646\u0647 \u0647\u0627 \u0648 \u062f\u0633\u062a\u0631\u0633\u06cc \u0647\u0627\u06cc \u062e\u062f\u0645\u0627\u062a \u0634\u0631\u06a9\u062a<\/div>\n        <div class=\"ershad-grid\">\n\n            <a href=\"https:\/\/emif.ir\/?page_id=108\" class=\"ershad-box\">\n                <div class=\"ershad-icon\">\ud83d\udcdd<\/div> <!-- \u0627\u06cc\u0645\u0648\u062c\u06cc \u062f\u0644\u062e\u0648\u0627\u0647\u062a \u0631\u0627 \u0627\u06cc\u0646\u062c\u0627 \u0642\u0631\u0627\u0631 \u0628\u062f\u0647 -->\n                <h3>\u0633\u0627\u0645\u0627\u0646\u0647 \u062b\u0628\u062a \u0646\u0627\u0645 \u062f\u0627\u0646\u0634\u06af\u0627\u0647<\/h3>\n                <p>\u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u0645\u062f\u0627\u0631\u06a9<\/p>\n            <\/a>\n\n            <a href=\"https:\/\/emif.ir\/?page_id=298\" class=\"ershad-box\">\n                <div class=\"ershad-icon\">\ud83c\udf93<\/div>\n                <h3>\u062f\u0627\u0646\u0634\u06af\u0627\u0647 \u0647\u0627\u06cc \u0627\u062a\u062d\u0627\u062f\u06cc\u0647 \u0627\u0631\u0648\u067e\u0627 \u0648 \u062a\u0631\u06a9\u06cc\u0647<\/h3>\n                <p>\u0627\u0646\u062a\u062e\u0627\u0628 \u062f\u0627\u0646\u0634\u06af\u0627\u0647<\/p>\n            <\/a>\n\n            <a href=\"https:\/\/emif.ir\/?page_id=596\" class=\"ershad-box\">\n                <div class=\"ershad-icon\">\ud83d\udcbc<\/div>\n                <h3>\u06a9\u0644\u06cc\u0647 \u062e\u062f\u0645\u0627\u062a \u062a\u062d\u0635\u06cc\u0644\u06cc \u060c \u06a9\u0627\u0631\u06cc \u060c \u062b\u0628\u062a \u0634\u0631\u06a9\u062a<\/h3>\n                <p>\u0627\u0646\u062a\u062e\u0627\u0628 \u062e\u062f\u0645\u062a<\/p>\n            <\/a>\n            \n            <a href=\"https:\/\/emif.ir\/?page_id=1619\" class=\"ershad-box\">\n                <div class=\"ershad-icon\">\ud83d\udcc5<\/div>\n                <h3>\u06af\u0632\u0627\u0631\u0634\u0627\u062a \u0645\u0627\u0644\u06cc<\/h3>\n                <p>\u0635\u062f\u0648\u0631 \u0641\u0627\u06a9\u062a\u0648\u0631<\/p>\n            <\/a>\n\n            <a href=\"https:\/\/emif.ir\/?page_id=937\" class=\"ershad-box\">\n                <div class=\"ershad-icon\">\ud83d\udcbe<\/div>\n                <h3>\u0627\u0633\u062a\u0639\u0644\u0627\u0645 \u0633\u0648\u0627\u0628\u0642 \u062a\u062d\u0635\u06cc\u0644\u06cc<\/h3>\n                <p>\u0645\u0634\u0627\u0647\u062f\u0647 \u0627\u0646\u062a\u062e\u0627\u0628 \u0648\u0627\u062d\u062f \u060c \u0646\u06cc\u0645\u0633\u0627\u0644 \u062a\u062d\u0635\u06cc\u0644\u06cc<\/p>\n            <\/a>\n            \n            <a href=\"https:\/\/emif.ir\/?page_id=1012\" class=\"ershad-box\">\n                <div class=\"ershad-icon\">\ud83d\udcb0<\/div>\n                <h3>\u0627\u0645\u0648\u0631 \u0634\u0647\u0631\u06cc\u0647<\/h3>\n                <p>\u067e\u0631\u062f\u0627\u062e\u062a \u0634\u0647\u0631\u06cc\u0647 \u060c \u0627\u0642\u0633\u0627\u0637 \u060c \u0627\u0633\u062a\u0639\u0644\u0627\u0645 \u0634\u0647\u0631\u06cc\u0647<\/p>\n            <\/a>\n            <a href=\"https:\/\/emif.ir\/?page_id=1355\" class=\"ershad-box\">\n                <div class=\"ershad-icon\">\u270d\ufe0f<\/div>\n                <h3>\u0627\u0645\u0648\u0631 \u0642\u0631\u0627\u0631\u062f\u0627\u062f\u0647\u0627<\/h3>\n                <p>\u0627\u0645\u0636\u0627\u0621 \u0642\u0631\u0627\u0631\u062f\u0627\u062f<\/p>\n            <\/a>\n            <a href=\"https:\/\/emif.ir\/?page_id=1751\" class=\"ershad-box\">\n                <div class=\"ershad-icon\">\ud83d\udcdd<\/div>\n                <h3>\u062b\u0628\u062a \u0646\u0627\u0645 \u0642\u0631\u0627\u0631\u062f\u0627\u062f \u060c \u0622\u0632\u0645\u0648\u0646<\/h3>\n                <p>\u062b\u0628\u062a \u0627\u0637\u0644\u0627\u0639\u0627\u062a<\/p>\n            <\/a>\n\t\t\t<a href=\"https:\/\/emif.ir\/?page_id=1492\" class=\"ershad-box\">\n                <div class=\"ershad-icon\">\ud83d\udc69\u200d\ud83c\udf93<\/div>\n                <h3>\u0634\u0631\u06a9\u062a \u062f\u0631 \u0622\u0632\u0645\u0648\u0646 \u0647\u0627\u06cc \u0622\u0646\u0644\u0627\u06cc\u0646<\/h3>\n                <p>\u0634\u0631\u0648\u0639 \u0622\u0632\u0645\u0648\u0646<\/p>\n            <\/a>\n\t\t\t<a href=\"https:\/\/emif.ir\/?page_id=1697\" class=\"ershad-box\">\n                <div class=\"ershad-icon\">\ud83d\udc69\u200d\ud83c\udf93<\/div>\n                <h3>\u062f\u0627\u0634\u0628\u0648\u0631\u062f \u0622\u0645\u0648\u0632\u0634\u06af\u0627\u0647 \/ \u062f\u0628\u06cc\u0631\u0633\u062a\u0627\u0646<\/h3>\n                <p>\u062b\u0628\u062a \u0646\u0627\u0645 \/ \u0627\u0646\u062a\u062e\u0627\u0628 \u0648\u0627\u062d\u062f \/ \u0646\u0645\u0631\u0627\u062a \/ \u0634\u0647\u0631\u06cc\u0647<\/p>\n            <\/a>\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n        <\/div>\n    <\/div>\n\n    \n<br><\/br>\n<br><\/br>\n<br><\/br>\n<style>\n@font-face {\n    font-family: 'BTitr';\n    src: url('https:\/\/emif.ir\/wp-content\/uploads\/2025\/09\/BTitrBold.woff2') format('woff2');\n    font-weight: bold;\n}\n<\/style>\n\n<div style=\"font-family: 'BTitr', Tahoma, sans-serif !important; text-align: right !important; direction: rtl !important; margin: 20px 0;\">\n    <p style=\"font-family: 'BTitr', Tahoma, sans-serif !important; font-size: 45px !important; font-weight: bold !important; color: yellow !important; text-align: center !important; margin: 0 !important; padding: 0 !important; line-height: 1.5 !important;\">\n        \u0645\u062c\u0648\u0632\u0647\u0627\u06cc \u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc \u0634\u0631\u06a9\u062a Emif Pasargad Consultants  \u0627\u0632 \u0637\u0631\u0641 \u062f\u0627\u0646\u0634\u06af\u0627\u0647 \u0647\u0627\u06cc \u0627\u0631\u0648\u067e\u0627 \u0648 \u0622\u0645\u0631\u06cc\u06a9\u0627\n    <\/p>\n<\/div>\n<br><\/br>\n    <style>\n        .emif-slider-container {\n            position: relative;\n            width: 100%;\n            max-width: 100%;\n            height: 500px;\n            margin: 0 auto;\n            overflow: hidden;\n            border-radius: 15px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);\n            perspective: 1500px;\n            background: #f5f5f5;\n        }\n\n        .emif-slider-wrapper {\n            position: relative;\n            width: 100%;\n            height: 100%;\n        }\n\n        .emif-slide {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            opacity: 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #f5f5f5;\n        }\n\n        .emif-slide img {\n            transform: translateX(-100%);\n            opacity: 0;\n            transition: all 1s ease-in-out;\n        }\n\n        .emif-slide.active {\n            opacity: 1;\n            z-index: 2;\n        }\n\n        .emif-slide.active img {\n            transform: translateX(0);\n            opacity: 1;\n        }\n\n        .emif-slide.prev-slide {\n            opacity: 1;\n            z-index: 1;\n        }\n\n        .emif-slide.prev-slide img {\n            transform: translateX(100%);\n            opacity: 0;\n        }\n\n        .emif-slide img {\n            max-width: 100%;\n            max-height: 100%;\n            width: auto;\n            height: auto;\n            object-fit: contain;\n            cursor: pointer;\n        }\n\n        .emif-slider-btn {\n            position: absolute;\n            top: 50%;\n            transform: translateY(-50%);\n            background: rgba(255, 255, 255, 0.9);\n            color: #333;\n            border: none;\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            font-size: 24px;\n            cursor: pointer;\n            z-index: 10;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .emif-slider-btn:hover {\n            background: #fff;\n            transform: translateY(-50%) scale(1.1);\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);\n        }\n\n        .emif-slider-btn:active {\n            transform: translateY(-50%) scale(0.95);\n        }\n\n        .emif-slider-btn.prev {\n            left: 20px;\n        }\n\n        .emif-slider-btn.next {\n            right: 20px;\n        }\n\n        .emif-slider-indicators {\n            position: absolute;\n            bottom: 20px;\n            left: 50%;\n            transform: translateX(-50%);\n            display: flex;\n            gap: 10px;\n            z-index: 10;\n        }\n\n        .emif-indicator {\n            width: 12px;\n            height: 12px;\n            border-radius: 50%;\n            background: rgba(255, 255, 255, 0.5);\n            cursor: pointer;\n            transition: all 0.3s ease;\n            border: 2px solid rgba(255, 255, 255, 0.8);\n        }\n\n        .emif-indicator.active {\n            background: #fff;\n            transform: scale(1.3);\n        }\n\n        .emif-indicator:hover {\n            background: rgba(255, 255, 255, 0.8);\n        }\n\n        \/* Lightbox *\/\n        .emif-lightbox {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.95);\n            z-index: 999999;\n            justify-content: center;\n            align-items: center;\n        }\n\n        .emif-lightbox.active {\n            display: flex;\n        }\n\n        .emif-lightbox img {\n            max-width: 90%;\n            max-height: 90%;\n            object-fit: contain;\n            border-radius: 10px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);\n        }\n\n        .emif-lightbox-close {\n            position: absolute;\n            top: 30px;\n            right: 30px;\n            background: rgba(255, 255, 255, 0.9);\n            color: #333;\n            border: none;\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            font-size: 28px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n        }\n\n        .emif-lightbox-close:hover {\n            background: #fff;\n            transform: rotate(90deg) scale(1.1);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .emif-slider-container {\n                height: 300px;\n                border-radius: 10px;\n                perspective: 1000px;\n                background: #f5f5f5;\n            }\n\n            .emif-slider-btn {\n                width: 40px;\n                height: 40px;\n                font-size: 18px;\n            }\n\n            .emif-slider-btn.prev {\n                left: 10px;\n            }\n\n            .emif-slider-btn.next {\n                right: 10px;\n            }\n\n            .emif-indicator {\n                width: 10px;\n                height: 10px;\n            }\n\n            .emif-lightbox-close {\n                top: 15px;\n                right: 15px;\n                width: 40px;\n                height: 40px;\n                font-size: 24px;\n            }\n        }\n    <\/style>\n\n    <div class=\"emif-slider-container\">\n        <div class=\"emif-slider-wrapper\" id=\"emifSlider\">\n            <div class=\"emif-slide active\">\n                <img decoding=\"async\" src=\"https:\/\/emif.ir\/wp-content\/uploads\/2025\/12\/12.jpg\" alt=\"Slide 1\" onclick=\"openEmifLightbox(this.src)\">\n            <\/div>\n            <div class=\"emif-slide\">\n                <img decoding=\"async\" src=\"https:\/\/emif.ir\/wp-content\/uploads\/2025\/12\/7-1.jpg\" alt=\"Slide 2\" onclick=\"openEmifLightbox(this.src)\">\n            <\/div>\n            <div class=\"emif-slide\">\n                <img decoding=\"async\" src=\"https:\/\/emif.ir\/wp-content\/uploads\/2025\/12\/13.jpg\" alt=\"Slide 3\" onclick=\"openEmifLightbox(this.src)\">\n            <\/div>\n            <div class=\"emif-slide\">\n                <img decoding=\"async\" src=\"https:\/\/emif.ir\/wp-content\/uploads\/2025\/12\/8-1.jpg\" alt=\"Slide 4\" onclick=\"openEmifLightbox(this.src)\">\n            <\/div>\n            <div class=\"emif-slide\">\n                <img decoding=\"async\" src=\"https:\/\/emif.ir\/wp-content\/uploads\/2025\/12\/10.jpg\" alt=\"Slide 5\" onclick=\"openEmifLightbox(this.src)\">\n            <\/div>\n            <div class=\"emif-slide\">\n                <img decoding=\"async\" src=\"https:\/\/emif.ir\/wp-content\/uploads\/2025\/12\/9.jpg\" alt=\"Slide 6\" onclick=\"openEmifLightbox(this.src)\">\n            <\/div>\n        <\/div>\n\n        <button class=\"emif-slider-btn prev\" onclick=\"emifChangeSlide(-1)\">&#10094;<\/button>\n        <button class=\"emif-slider-btn next\" onclick=\"emifChangeSlide(1)\">&#10095;<\/button>\n\n        <div class=\"emif-slider-indicators\" id=\"emifIndicators\"><\/div>\n    <\/div>\n\n    <!-- Lightbox -->\n    <div class=\"emif-lightbox\" id=\"emifLightbox\" onclick=\"closeEmifLightbox()\">\n        <button class=\"emif-lightbox-close\" onclick=\"closeEmifLightbox()\">\u00d7<\/button>\n        <img decoding=\"async\" id=\"emifLightboxImg\" src=\"\" alt=\"Preview\">\n    <\/div>\n\n    <script>\n        (function() {\n            let emifCurrentSlide = 0;\n            let emifAutoplayInterval;\n            const emifSlides = document.querySelectorAll('.emif-slide');\n            const emifIndicatorsContainer = document.getElementById('emifIndicators');\n\n            \/\/ \u0633\u0627\u062e\u062a \u0646\u0642\u0627\u0637 \u0646\u0634\u0627\u0646\u06af\u0631\n            emifSlides.forEach((_, index) => {\n                const indicator = document.createElement('div');\n                indicator.className = 'emif-indicator' + (index === 0 ? ' active' : '');\n                indicator.onclick = () => emifGoToSlide(index);\n                emifIndicatorsContainer.appendChild(indicator);\n            });\n\n            function emifShowSlide(index, direction = 1) {\n                \/\/ \u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u06a9\u0644\u0627\u0633 prev-slide \u0628\u0647 \u0627\u0633\u0644\u0627\u06cc\u062f \u0641\u0639\u0644\u06cc \u0642\u0628\u0644 \u0627\u0632 \u062a\u063a\u06cc\u06cc\u0631\n                if (emifCurrentSlide !== index) {\n                    emifSlides[emifCurrentSlide].classList.add('prev-slide');\n                }\n                \n                \/\/ \u062d\u0630\u0641 \u06a9\u0644\u0627\u0633 active \u0648 indicator \u0627\u0632 \u0647\u0645\u0647\n                emifSlides.forEach((slide, i) => {\n                    if (i !== index && i !== emifCurrentSlide) {\n                        slide.classList.remove('active', 'prev-slide');\n                    }\n                    emifIndicatorsContainer.children[i].classList.remove('active');\n                });\n\n                \/\/ \u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u06a9\u0644\u0627\u0633 active \u0628\u0647 \u0627\u0633\u0644\u0627\u06cc\u062f \u062c\u062f\u06cc\u062f\n                emifSlides[index].classList.add('active');\n                emifIndicatorsContainer.children[index].classList.add('active');\n                \n                \/\/ \u067e\u0627\u06a9 \u06a9\u0631\u062f\u0646 prev-slide \u0628\u0639\u062f \u0627\u0632 \u0627\u062a\u0645\u0627\u0645 \u0627\u0646\u06cc\u0645\u06cc\u0634\u0646\n                setTimeout(() => {\n                    emifSlides.forEach(slide => {\n                        if (!slide.classList.contains('active')) {\n                            slide.classList.remove('prev-slide');\n                        }\n                    });\n                }, 1000);\n            }\n\n            function emifGoToSlide(index) {\n                if (index === emifCurrentSlide) return;\n                const direction = index > emifCurrentSlide ? 1 : -1;\n                emifShowSlide(index, direction);\n                emifCurrentSlide = index;\n                emifResetAutoplay();\n            }\n\n            window.emifChangeSlide = function(direction) {\n                emifCurrentSlide += direction;\n\n                if (emifCurrentSlide >= emifSlides.length) {\n                    emifCurrentSlide = 0;\n                } else if (emifCurrentSlide < 0) {\n                    emifCurrentSlide = emifSlides.length - 1;\n                }\n\n                emifShowSlide(emifCurrentSlide, direction);\n                emifResetAutoplay();\n            };\n\n            function emifAutoplay() {\n                emifAutoplayInterval = setInterval(() => {\n                    emifChangeSlide(1);\n                }, 3000); \/\/ \u0647\u0631 3 \u062b\u0627\u0646\u06cc\u0647\n            }\n\n            function emifResetAutoplay() {\n                clearInterval(emifAutoplayInterval);\n                emifAutoplay();\n            }\n\n            \/\/ \u0634\u0631\u0648\u0639 Autoplay\n            emifAutoplay();\n\n            \/\/ \u062a\u0648\u0642\u0641 Autoplay \u0647\u0646\u06af\u0627\u0645 hover\n            const sliderContainer = document.querySelector('.emif-slider-container');\n            sliderContainer.addEventListener('mouseenter', () => {\n                clearInterval(emifAutoplayInterval);\n            });\n\n            sliderContainer.addEventListener('mouseleave', () => {\n                emifAutoplay();\n            });\n\n            \/\/ Lightbox\n            window.openEmifLightbox = function(src) {\n                document.getElementById('emifLightbox').classList.add('active');\n                document.getElementById('emifLightboxImg').src = src;\n                document.body.style.overflow = 'hidden';\n            };\n\n            window.closeEmifLightbox = function() {\n                document.getElementById('emifLightbox').classList.remove('active');\n                document.getElementById('emifLightboxImg').src = '';\n                document.body.style.overflow = 'auto';\n            };\n\n            \/\/ \u0628\u0633\u062a\u0646 \u0628\u0627 \u06a9\u0644\u06cc\u062f ESC\n            document.addEventListener('keydown', (e) => {\n                if (e.key === 'Escape') {\n                    closeEmifLightbox();\n                }\n            });\n        })();\n    <\/script>\n\n    \n<br><\/br>\n<br><\/br>\n<br><\/br>\n<br><\/br>\n    \n    <!-- \u0641\u0648\u0646\u062a B Titr -->\n    <link href=\"https:\/\/cdn.fontcdn.ir\/Font\/Persian\/B%20Titr\/B%20Titr.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <div id=\"hero\" style=\"\n        position: relative;\n        background-size: cover;\n        background-position: center;\n        height: 500px;                   \/* \u0627\u0631\u062a\u0641\u0627\u0639 \u062f\u0644\u062e\u0648\u0627\u0647 *\/\n    width: 85%;                      \/* \u0639\u0631\u0636 85% *\/\n    margin: 20px auto;               \/* \u0648\u0633\u0637 \u0686\u06cc\u0646 \u0628\u0627 \u0641\u0627\u0635\u0644\u0647 \u0628\u0627\u0644\u0627\/\u067e\u0627\u06cc\u06cc\u0646 *\/\n\t\t\t\t\t\t  \t\t  \n        text-align: center;\n        overflow: hidden;\n        direction: rtl;\n        transition: background-image 1s ease-in-out;\n    \">\n        <a id=\"text-link\" href=\"#\" style=\"\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            font-size: 80px;\n            color: yellow;\n            font-family: 'B Titr', sans-serif;\n            text-decoration: none;\n            animation: slideIn 3s forwards;\n        \"><\/a>\n    <\/div>\n\n    <style>\n        @keyframes slideIn {\n            from {\n                transform: translateX(-100%);\n                opacity: 0;\n            }\n            to {\n                transform: translateX(0);\n                opacity: 1;\n            }\n        }\n    <\/style>\n\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function () {\n\n            const items = [\n                {  \n                    text: \"\u062a\u062d\u0635\u06cc\u0644 \u062f\u0631 \u062f\u0627\u0646\u0634\u06af\u0627\u0647\u200c\u0647\u0627\u06cc \u0627\u0631\u0648\u067e\u0627 \u0628\u0627 \u0634\u0647\u0631\u06cc\u0647 \u0645\u0646\u0627\u0633\u0628 \u0648 \u0627\u0642\u0633\u0627\u0637 \u0628\u0644\u0646\u062f\u0645\u062f\u062a\",\n                    link: \"https:\/\/emif.ir\/?page_id=298\",\n                    image: \"https:\/\/emif.ir\/wp-content\/uploads\/2025\/07\/Screenshot_20250724_013116_Chrome.jpg\"\n                },\n                {  \n                    text: \"\u062b\u0628\u062a \u0634\u0631\u06a9\u062a \u060c \u0648\u06cc\u0632\u0627\u06cc \u06a9\u0627\u0631\u06cc\",\n                    link: \"https:\/\/emif.ir\/?page_id=868\",\n                    image: \"https:\/\/emif.ir\/wp-content\/uploads\/2025\/08\/Pic-slovak-1.jpg\"\n                },\n                {  \n                    text: \"\u0627\u0631\u0627\u0626\u0647 \u062e\u062f\u0645\u0627\u062a \u0622\u0648\u0633\u0628\u06cc\u0644\u062f\u0648\u0646\u06af \u062f\u0631 \u0622\u0644\u0645\u0627\u0646\",\n                    link: \"https:\/\/emif.ir\/?page_id=108\",\n                    image: \"https:\/\/emif.ir\/wp-content\/uploads\/2025\/07\/Screenshot_20250724_015549_Chrome.jpg\"\n                }\n            ];\n\n            let current = 0;\n            const textLink = document.getElementById(\"text-link\");\n            const heroDiv = document.getElementById(\"hero\");\n\n            function showText() {\n                const item = items[current];\n\n                textLink.innerText = item.text;\n                textLink.href = item.link;\n\n                textLink.style.animation = \"none\";\n                textLink.offsetHeight; \/\/ \u0631\u06cc\u0633\u062a \u0627\u0646\u06cc\u0645\u06cc\u0634\u0646\n                textLink.style.animation = \"slideIn 3s forwards\";\n\n                heroDiv.style.backgroundImage = `url('${item.image}')`;\n\n                current = (current + 1) % items.length;\n            }\n\n            showText();\n            setInterval(showText, 6000);\n        });\n    <\/script>\n\n    \n<br><\/br>\n<br><\/br>\n<br><\/br>\n    <div class=\"custom-datetime-box\">\n\t\t\n\t\t\n\t\t\n        <div class=\"datetime-fa\">\n    <span class=\"datetime-title\">\u0633\u0627\u0639\u062a \u0648 \u062a\u0627\u0631\u06cc\u062e \u06a9\u0634\u0648\u0631 \u0627\u06cc\u0631\u0627\u0646<\/span>\n    <span class=\"time-fa\"><\/span>\n    <span class=\"date-fa\"><\/span>\n\t\t\n<\/div>\n\t\t\n\t\t\n\t\t\n<div class=\"datetime-en\">\n    <span class=\"datetime-title datetime-title-ro\">\u0633\u0627\u0639\u062a \u0648 \u062a\u0627\u0631\u06cc\u062e \u06a9\u0634\u0648\u0631 \u0631\u0648\u0645\u0627\u0646\u06cc<\/span>\n    <span class=\"time-en\"><\/span>\n    <span class=\"date-en\"><\/span>\n<\/div>\n\t\t\n\t\t\n\t\t\n\t\t\n    <\/div>\n\n    <script>\n        (function () {\n            function updateDateTime(container) {\n                const now = new Date();\n\n                \/\/ \u0633\u0627\u0639\u062a \u0641\u0627\u0631\u0633\u06cc\n                const tehranTime = new Intl.DateTimeFormat('fa-IR', {\n    timeZone: 'Asia\/Tehran',\n    hour: '2-digit',\n    minute: '2-digit',\n    second: '2-digit',\n    hour12: false\n}).formatToParts(now);\nconst h = tehranTime.find(p => p.type === 'hour').value;\nconst m = tehranTime.find(p => p.type === 'minute').value;\nconst s = tehranTime.find(p => p.type === 'second').value;\ncontainer.querySelector('.time-fa').innerText = h + ':' + m + ':' + s;\n\n                \/\/ \u062a\u0627\u0631\u06cc\u062e \u0634\u0645\u0633\u06cc\n                const faOptions = { year: 'numeric', month: 'long', day: 'numeric' };\n                container.querySelector('.date-fa').innerText =\n                    new Intl.DateTimeFormat('fa-IR', faOptions).format(now);\n\t\t\t\t\n\t\t\t\t\n\n                \/\/ \u0633\u0627\u0639\u062a \u0645\u06cc\u0644\u0627\u062f\u06cc (\u0644\u0627\u062a\u06cc\u0646)\n                container.querySelector('.time-en').innerText =\n    now.toLocaleTimeString('en-GB', { timeZone: 'Europe\/Bucharest', hour12: false });\n\t\t\t\t\n\t\t\t\t\n\n                \/\/ \u062a\u0627\u0631\u06cc\u062e \u0645\u06cc\u0644\u0627\u062f\u06cc\n                const enOptions = { year: 'numeric', month: 'long', day: 'numeric', timeZone: 'Europe\/Bucharest' };\ncontainer.querySelector('.date-en').innerText =\n    new Intl.DateTimeFormat('en-GB', enOptions).format(now);\n            }\n\n            const box = document.currentScript.previousElementSibling;\n            updateDateTime(box);\n            setInterval(() => updateDateTime(box), 1000);\n        })();\n    <\/script>\n\n    <style>\n\t\t\n\t\t\n\t\t\n\t\t.datetime-title {\n\t\tfont-family: 'BTitrCustom', Tahoma, sans-serif;\n    font-size: 18px;\n    display: block;\n    font-size: 22px;\n    font-weight: bold;\n    margin-bottom: 4px;\n    color: #333;\n}\n\t\n\t\n\t\n\t.datetime-title-ro {\n\t\tfont-family: 'BTitrCustom', Tahoma, sans-serif;\n    font-size: 18px;\n    display: block;\n    font-size: 22px;\n    font-weight: bold;\n    margin-bottom: 4px;\n    color: #333;\n}\n\t\n\t\n\t\t\n\t\t\n        \/* \u0641\u0648\u0646\u062a \u062a\u06cc\u062a\u0631 *\/\n        @font-face {\n            font-family: 'BTitrCustom';\n            src: url('https:\/\/emif.ir\/wp-content\/uploads\/2025\/09\/BTitrBold.woff2') format('woff2');\n            font-display: swap;\n        }\n\n        .custom-datetime-box {\n            display: flex;\n            gap: 100px;\n            background: linear-gradient(135deg, #ffd700, #ffed4e);\n            padding: 14px 20px;\n            border-radius: 16px;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n            align-items: center;\n\t\t\t\/\/width: fit-content;  \/* \u2190 \u0627\u06cc\u0646 \u0631\u0627 \u0627\u0636\u0627\u0641\u0647 \u06a9\u0646\u06cc\u062f *\/\n\t\t\twidth:585px;\n        }\n\n        .datetime-fa,\n        .datetime-en {\n            text-align: center;\n            line-height: 1.4;\n\t\t\t\n        }\n\n        \/* \u0641\u0627\u0631\u0633\u06cc *\/\n        .datetime-fa {\n            font-family: 'BTitrCustom', Tahoma, Arial, sans-serif;\n        }\n\n        .time-fa {\n            display: block;\n            font-size: 24px;\n            font-weight: bold;\n        }\n\n        .date-fa {\n            font-size: 24px;\n        }\n\n        \/* \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc *\/\n        .datetime-en {\n            font-family: Arial, Helvetica, sans-serif;\n            direction: ltr;\n        }\n\n        .time-en {\n            display: block;\n            font-size: 24px;\n            font-weight: bold;\n        }\n\n        .date-en {\n            font-size: 24px;\n        }\n    <\/style>\n    \n<br><\/br>\n<br><\/br>\n<br><\/br><!-- \/wp:post-content -->","protected":false},"excerpt":{"rendered":"<p>\u0645\u062c\u0648\u0632\u0647\u0627\u06cc \u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc \u0634\u0631\u06a9\u062a Emif Pasargad Consultants \u0627\u0632 \u0637\u0631\u0641 \u062f\u0627\u0646\u0634\u06af\u0627\u0647 \u0647\u0627\u06cc \u0627\u0631\u0648\u067e\u0627 \u0648 \u0622\u0645\u0631\u06cc\u06a9\u0627<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-410","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0635\u0641\u062d\u0647 \u0646\u062e\u0633\u062a -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/emif.ir\/\" \/>\n<meta property=\"og:locale\" content=\"fa_IR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0635\u0641\u062d\u0647 \u0646\u062e\u0633\u062a -\" \/>\n<meta property=\"og:description\" content=\"\u0645\u062c\u0648\u0632\u0647\u0627\u06cc \u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc \u0634\u0631\u06a9\u062a Emif Pasargad Consultants \u0627\u0632 \u0637\u0631\u0641 \u062f\u0627\u0646\u0634\u06af\u0627\u0647 \u0647\u0627\u06cc \u0627\u0631\u0648\u067e\u0627 \u0648 \u0622\u0645\u0631\u06cc\u06a9\u0627\" \/>\n<meta property=\"og:url\" content=\"https:\/\/emif.ir\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-11T18:02:09+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0632\u0645\u0627\u0646 \u062a\u0642\u0631\u06cc\u0628\u06cc \u0628\u0631\u0627\u06cc \u062e\u0648\u0627\u0646\u062f\u0646\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u062f\u0642\u06cc\u0642\u0647\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/emif.ir\/\",\"url\":\"https:\/\/emif.ir\/\",\"name\":\"\u0635\u0641\u062d\u0647 \u0646\u062e\u0633\u062a -\",\"isPartOf\":{\"@id\":\"https:\/\/emif.ir\/#website\"},\"datePublished\":\"2025-07-24T14:56:27+00:00\",\"dateModified\":\"2026-07-11T18:02:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/emif.ir\/#breadcrumb\"},\"inLanguage\":\"fa-IR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/emif.ir\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/emif.ir\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u062e\u0627\u0646\u0647\",\"item\":\"https:\/\/emif.ir\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0635\u0641\u062d\u0647 \u0646\u062e\u0633\u062a\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/emif.ir\/#website\",\"url\":\"https:\/\/emif.ir\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/emif.ir\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fa-IR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0635\u0641\u062d\u0647 \u0646\u062e\u0633\u062a -","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:\/\/emif.ir\/","og_locale":"fa_IR","og_type":"article","og_title":"\u0635\u0641\u062d\u0647 \u0646\u062e\u0633\u062a -","og_description":"\u0645\u062c\u0648\u0632\u0647\u0627\u06cc \u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc \u0634\u0631\u06a9\u062a Emif Pasargad Consultants \u0627\u0632 \u0637\u0631\u0641 \u062f\u0627\u0646\u0634\u06af\u0627\u0647 \u0647\u0627\u06cc \u0627\u0631\u0648\u067e\u0627 \u0648 \u0622\u0645\u0631\u06cc\u06a9\u0627","og_url":"https:\/\/emif.ir\/","article_modified_time":"2026-07-11T18:02:09+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0632\u0645\u0627\u0646 \u062a\u0642\u0631\u06cc\u0628\u06cc \u0628\u0631\u0627\u06cc \u062e\u0648\u0627\u0646\u062f\u0646":"1 \u062f\u0642\u06cc\u0642\u0647"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/emif.ir\/","url":"https:\/\/emif.ir\/","name":"\u0635\u0641\u062d\u0647 \u0646\u062e\u0633\u062a -","isPartOf":{"@id":"https:\/\/emif.ir\/#website"},"datePublished":"2025-07-24T14:56:27+00:00","dateModified":"2026-07-11T18:02:09+00:00","breadcrumb":{"@id":"https:\/\/emif.ir\/#breadcrumb"},"inLanguage":"fa-IR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/emif.ir\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/emif.ir\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u062e\u0627\u0646\u0647","item":"https:\/\/emif.ir\/"},{"@type":"ListItem","position":2,"name":"\u0635\u0641\u062d\u0647 \u0646\u062e\u0633\u062a"}]},{"@type":"WebSite","@id":"https:\/\/emif.ir\/#website","url":"https:\/\/emif.ir\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/emif.ir\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fa-IR"}]}},"_links":{"self":[{"href":"https:\/\/emif.ir\/index.php?rest_route=\/wp\/v2\/pages\/410","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/emif.ir\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/emif.ir\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/emif.ir\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/emif.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=410"}],"version-history":[{"count":106,"href":"https:\/\/emif.ir\/index.php?rest_route=\/wp\/v2\/pages\/410\/revisions"}],"predecessor-version":[{"id":2066,"href":"https:\/\/emif.ir\/index.php?rest_route=\/wp\/v2\/pages\/410\/revisions\/2066"}],"wp:attachment":[{"href":"https:\/\/emif.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}