{"id":77,"date":"2026-05-24T09:17:16","date_gmt":"2026-05-24T09:17:16","guid":{"rendered":"https:\/\/asemaneseda.ir\/?page_id=77"},"modified":"2026-05-24T09:29:12","modified_gmt":"2026-05-24T09:29:12","slug":"home","status":"publish","type":"page","link":"https:\/\/asemaneseda.ir\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"77\" class=\"elementor elementor-77\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b57b1e e-flex e-con-boxed e-con e-parent\" data-id=\"8b57b1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32a98de elementor-widget elementor-widget-html\" data-id=\"32a98de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fa\" dir=\"rtl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, viewport-fit=cover\">\n    <meta name=\"theme-color\" content=\"#0f172a\">\n    <title>\u0622\u0633\u0645\u0627\u0646 \u0635\u062f\u0627 \u2014 \u0627\u0633\u062a\u0648\u062f\u06cc\u0648 \u062e\u0644\u0627\u0642\u06cc\u062a<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.2\/css\/all.min.css\" \/>\n    <style>\n        :root {\n            --primary: #4DD8F9;\n            --bg-dark: #0f172a;\n            --card-bg: rgba(255, 255, 255, 0.05);\n            --text-main: #e2e8f0;\n            --text-muted: #94a3b8;\n            --white: #ffffff;\n        }\n\n        * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }\n        body {\n            margin: 0; background-color: var(--bg-dark); color: var(--text-main);\n            font-family: system-ui, -apple-system, sans-serif; text-align: right; line-height: 1.6;\n        }\n\n        .app { max-width: 1000px; margin: 0 auto; min-height: 100dvh; display: flex; flex-direction: column; transition: max-width 0.3s ease; }\n\n        \/* Header *\/\n        .header { position: sticky; top: 0; z-index: 30; background: rgba(15, 23, 42, 0.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.1); }\n        .header-inner { padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; }\n        \n        \/* Home\/Hero Section *\/\n        .hero { padding: 60px 20px; text-align: center; background: radial-gradient(circle at center, rgba(77, 216, 249, 0.15) 0%, transparent 70%); }\n        .hero .logo-wrap { width: 100px; height: 100px; margin: 0 auto 24px; animation: pulse 2s infinite; }\n        @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }\n\n        \/* Components *\/\n        .card { background: var(--card-bg); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 20px; margin-bottom: 16px; transition: 0.3s; }\n        .title { font-weight: 900; color: var(--white); margin: 0; }\n        .primary-text { color: var(--primary); font-weight: 800; }\n        .btn { background: var(--primary); color: var(--bg-dark); border-radius: 14px; padding: 12px 20px; font-weight: 800; border: 0; width: 100%; cursor: pointer; transition: opacity 0.2s; }\n        .btn:active { opacity: 0.8; }\n        \n        .icon-box { width: 44px; height: 44px; border-radius: 14px; background: rgba(77, 216, 249, 0.1); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 20px; }\n        .tile { background: rgba(255,255,255,0.03); border-radius: 16px; padding: 12px; margin-top: 10px; border: 1px solid rgba(255,255,255,0.05); font-size: 13px; }\n\n        \/* Form Inputs *\/\n        .form-input {\n            width: 100%; background: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.1);\n            color: var(--text-main); border-radius: 14px; padding: 14px; margin-bottom: 12px;\n            font-family: inherit; font-size: 13px; transition: border-color 0.3s, background 0.3s;\n        }\n        .form-input:focus { outline: none; border-color: var(--primary); background: rgba(0,0,0,0.4); }\n        .form-input::placeholder { color: var(--text-muted); }\n\n        \/* Clients Page Styles *\/\n        .category-title { font-size: 14px; color: var(--primary); margin: 20px 0 10px; border-right: 3px solid var(--primary); padding-right: 10px; font-weight: 800; }\n        .client-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n        .client-card { background: white; border-radius: 16px; padding: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 80px; text-align: center; }\n        .client-card img { max-width: 85%; max-height: 40px; object-fit: contain; margin-bottom: 5px; }\n        .client-card span { color: #0f172a; font-size: 10px; font-weight: 800; }\n\n        \/* Navigation *\/\n        .nav { position: sticky; bottom: 0; z-index: 40; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: linear-gradient(0deg, var(--bg-dark) 50%, transparent); }\n        .nav-wrap { display: grid; grid-template-columns: repeat(5, 1fr); background: rgba(30, 41, 59, 0.95); backdrop-filter: blur(15px); border-radius: 22px; padding: 6px; border: 1px solid rgba(255,255,255,0.1); }\n        .nav-btn { border: 0; background: transparent; color: var(--text-muted); display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 10px; font-weight: 700; padding: 8px 0; cursor: pointer; transition: 0.2s; }\n        .nav-btn.active { color: var(--primary); }\n\n        .fade { animation: fadeIn 0.5s ease both; }\n        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n        \n        .fab { position: fixed; bottom: 90px; left: 20px; width: 54px; height: 54px; background: #25d366; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(0,0,0,0.3); z-index: 100; text-decoration: none; transition: 0.3s; }\n        .fab:active { transform: scale(0.9); }\n\n        \/* Responsive Styles *\/\n        .grid-2 { display: grid; grid-template-columns: 1fr; gap: 15px; }\n        .home-services-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }\n        .contact-layout { display: grid; grid-template-columns: 1fr; gap: 15px; }\n        \n        @media (min-width: 768px) {\n            .app { padding: 0 20px; }\n            .hero { padding: 80px 20px 50px; }\n            .hero .title { font-size: 34px !important; }\n            .hero .primary-text { font-size: 18px !important; }\n            .grid-2 { grid-template-columns: repeat(2, 1fr); }\n            .home-services-grid { grid-template-columns: repeat(3, 1fr); }\n            .contact-layout { grid-template-columns: 1fr 1fr; align-items: start; }\n            .client-grid { grid-template-columns: repeat(5, 1fr); gap: 15px; }\n            .client-card { min-height: 100px; }\n            .client-card img { max-height: 50px; }\n            .client-card span { font-size: 12px; }\n            .nav-wrap { max-width: 600px; margin: 0 auto; border-radius: 30px; }\n            .fab { bottom: 30px; left: 30px; width: 60px; height: 60px; }\n        }\n        @media (max-width: 767px) {\n            .app { max-width: 480px; }\n        }\n\/* ===== Desktop Larger Toolbar ===== *\/\n@media (min-width: 768px) {\n\n  .nav {\n    padding: 18px 32px calc(18px + env(safe-area-inset-bottom));\n  }\n\n  .nav-wrap {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 12px;\n    border-radius: 30px;\n  }\n\n  .nav-btn {\n    min-height: 70px;\n    font-size: 16px;\n  }\n\n  .nav-btn svg {\n    width: 26px;\n    height: 26px;\n  }\n\n}\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"app\">\n    <header class=\"header\">\n        <div class=\"header-inner\">\n            <div style=\"display: flex; align-items: center; gap: 10px;\">\n                <div id=\"mini-logo\" style=\"width: 30px;\"><\/div>\n                <div class=\"title\" style=\"font-size: 14px;\">\u0622\u0633\u0645\u0627\u0646 \u0635\u062f\u0627<\/div>\n            <\/div>\n            <div id=\"tab-label\" style=\"font-size: 11px; font-weight: 800; color: var(--primary); background: rgba(77, 216, 249, 0.1); padding: 4px 10px; border-radius: 20px;\">\u062e\u0627\u0646\u0647<\/div>\n        <\/div>\n    <\/header>\n\n    <main id=\"main-content\" style=\"flex: 1; padding: 0 16px 120px;\"><\/main>\n\n    <a href=\"https:\/\/wa.me\/989991484779\" class=\"fab\" target=\"_blank\"><i class=\"fa-brands fa-whatsapp fa-2xl\"><\/i><\/a>\n\n    <nav class=\"nav\">\n        <div class=\"nav-wrap\" id=\"nav-btns\"><\/div>\n    <\/nav>\n<\/div>\n\n<script>\n    const LOGO_SVG = `<svg version=\"1.2\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 38 38\"><style>.s0{fill:#e2e8f0}.s1{fill:#01c7f4}.s2{fill:#4bd7f7}.s3{fill:#00c7f4}.s4{fill:#00b3d2}<\/style><path class=\"s0\" d=\"m22.75 5.07q0.02 0.02 0.04 0.04 0.53 0.42 0.95 0.95 0.01 0.02 0.03 0.04c0.67 0.88 1.11 1.91 1.29 3q0.01 0.03 0.01 0.06c0.06 0.36 0.05 0.73 0.05 1.09q0.56-0.32 1.11-0.64 0.42-0.25 0.84-0.5 0.31-0.17 0.61-0.35 0.35-0.2 0.7-0.4 0.38-0.22 0.75-0.44 0.42-0.25 0.85-0.5 0.43-0.25 0.86-0.5 0.17-0.1 0.34-0.19 0.08-0.05 0.17-0.1 0.21-0.13 0.43-0.25 0.09-0.06 0.18-0.11 0.04-0.02 0.08-0.05 0.27-0.15 0.54-0.32c0.14-0.08 0.26-0.12 0.43-0.1q0.15 0.07 0.25 0.2c0.03 0.09 0.04 0.14 0.04 0.23q0 0.05 0 0.1 0 0.05 0 0.1 0 0.06 0 0.12 0 0.15 0 0.3 0 0.17 0 0.33 0 0.33 0 0.65-0.01 0.27-0.01 0.53 0 3.34-0.01 6.67 0 0.23 0 0.45-0.01 1.36-0.01 2.71 0 0.04 0 0.07 0 0.32 0 0.64-0.01 0.97-0.01 1.94 0 0.79 0 1.57-0.01 0.44-0.01 0.87 0 0.28 0 0.57 0 0.15 0 0.31 0 0.16 0 0.33 0 0.05 0 0.1c0 0.19-0.03 0.29-0.16 0.43q-0.12 0.11-0.3 0.09c-0.26-0.04-0.53-0.28-0.75-0.42q-0.26-0.16-0.51-0.32-0.36-0.22-0.72-0.44-0.35-0.22-0.7-0.44-0.4-0.24-0.79-0.49-0.31-0.19-0.62-0.38-0.4-0.24-0.79-0.49-0.31-0.19-0.62-0.38-0.36-0.22-0.71-0.44-0.49-0.31-0.98-0.61-0.23-0.14-0.45-0.28-0.01 0.03-0.01 0.06c-0.03 1.66-0.5 3.28-1.66 4.51q-0.05 0.05-0.1 0.11-0.29 0.33-0.63 0.59c-0.04 0.03-0.04 0.03-0.08 0.06-0.63 0.49-1.43 0.92-2.23 1.04q0 1.98 0 4.03 0.08 0.02 0.17 0.05c0.81 0.44 1.34 1.16 1.61 2.03q0.1 0.3 0.11 0.62 0.03 0 0.07 0 0.34 0 0.68 0 0.17-0.01 0.35-0.01 0.17 0 0.33 0 0.07 0 0.13 0 0.09 0 0.18 0 0.05 0 0.11 0c0.11 0.01 0.17 0.05 0.26 0.12 0.09 0.13 0.1 0.22 0.07 0.37q-0.04 0.15-0.17 0.23-0.15 0.04-0.3 0.03c-0.04 0-0.04 0-0.07 0q-0.12 0-0.23 0-0.08 0-0.17 0-0.16 0-0.33 0-0.22 0-0.44 0.01-0.16 0-0.33 0-0.08 0-0.16 0-0.11 0-0.22 0-0.04 0-0.07 0c-0.15 0-0.23-0.04-0.34-0.13-0.09-0.15-0.1-0.3-0.11-0.48-0.04-0.44-0.16-0.8-0.37-1.18q-0.02-0.04-0.05-0.09c-0.29-0.5-0.79-0.84-1.33-1.01-0.61-0.15-1.22-0.06-1.76 0.25q-0.19 0.13-0.36 0.29c-0.03 0.02-0.03 0.02-0.06 0.05-0.5 0.46-0.72 1.14-0.76 1.8-0.01 0.14-0.02 0.25-0.11 0.37-0.13 0.11-0.24 0.13-0.41 0.13-0.03 0-0.03 0-0.07 0q-0.11 0-0.23 0-0.08 0-0.16 0-0.17 0-0.34 0-0.21 0-0.43 0-0.16 0-0.33 0-0.08 0-0.16 0-0.11 0-0.22 0-0.03 0-0.07 0c-0.14 0-0.23-0.04-0.34-0.13-0.09-0.15-0.1-0.25-0.06-0.42 0.07-0.1 0.12-0.16 0.23-0.2 0.09-0.01 0.09-0.01 0.19-0.01q0.03 0 0.06 0 0.09 0 0.19 0.01 0.06 0 0.13 0 0.17 0 0.34 0 0.17 0 0.35 0 0.34 0 0.68 0 0.01-0.03 0.01-0.06 0-0.03 0.01-0.07c0-0.04 0-0.04 0-0.08q0.03-0.16 0.07-0.33 0.01-0.03 0.02-0.07c0.22-0.79 0.74-1.54 1.46-1.96 0.25-0.13 0.25-0.13 0.32-0.13q0-1.99 0-4.03c-0.19-0.04-0.19-0.04-0.39-0.09q-0.99-0.29-1.81-0.93c-0.04-0.03-0.04-0.03-0.08-0.06-1.34-1.07-2.16-2.64-2.38-4.33q-0.02-0.3-0.02-0.6c0-0.05 0-0.05 0-0.11q0-0.18 0-0.36-0.01-0.03-0.01-0.06 0-0.29 0-0.57 0-0.37 0-0.74 0-0.26 0-0.52 0-0.15 0-0.31-0.01-0.17-0.01-0.34 0-0.05 0-0.1c0-0.18 0.02-0.29 0.15-0.43 0.1-0.07 0.23-0.07 0.35-0.06 0.13 0.07 0.2 0.13 0.26 0.26q0.01 0.11 0.01 0.22c0 0.04 0 0.04 0 0.07q0 0.11 0 0.22-0.01 0.08-0.01 0.15 0 0.2 0 0.4 0 0.21 0 0.41 0 0.41 0 0.81 0.02 0 0.05 0 0.26-0.01 0.53-0.01 0.1 0 0.2 0 0.14 0 0.28 0 0.05 0 0.09 0c0.26 0 0.26 0 0.37 0.09 0.09 0.11 0.1 0.2 0.09 0.34-0.01 0.12-0.07 0.18-0.16 0.26-0.13 0.08-0.27 0.06-0.41 0.06-0.05 0-0.05 0-0.09 0q-0.15 0-0.29 0-0.09 0-0.19 0-0.24-0.01-0.47-0.01c0.08 1.7 0.6 3.28 1.89 4.45 0.91 0.79 2.03 1.25 3.25 1.25q0.03 0 0.07 0c1.31 0 2.47-0.55 3.41-1.45q0.04-0.03 0.07-0.06c1.15-1.1 1.54-2.65 1.62-4.19q-0.02 0-0.05 0-0.26 0.01-0.51 0.01-0.1 0-0.2 0-0.14 0-0.28 0c-0.04 0-0.04 0-0.08 0-0.17 0-0.27-0.01-0.4-0.12-0.08-0.1-0.1-0.19-0.09-0.31 0.02-0.11 0.07-0.18 0.15-0.26 0.13-0.08 0.24-0.07 0.39-0.06 0.05 0 0.05 0 0.09 0q0.15 0 0.29 0 0.1 0 0.19 0 0.24 0 0.48 0.01c0-0.05 0-0.05 0-0.1q-0.01-0.99 0-1.99 0-0.1 0.01-0.2 0-0.14 0-0.28 0-0.05 0-0.09c0-0.17 0.03-0.3 0.14-0.43 0.1-0.08 0.2-0.08 0.32-0.07q0.13 0.02 0.23 0.12 0.07 0.1 0.06 0.22 0 0.03 0 0.07 0 0.03 0 0.07 0 0.08 0 0.16 0 0.04 0 0.09 0 0.22 0 0.44 0 0.29-0.01 0.57 0 0.23 0 0.46 0 0.09 0 0.18c-0.02 0.31-0.02 0.31 0.12 0.58q0.19 0.15 0.41 0.25 0.14 0.07 0.26 0.15 0.08 0.05 0.17 0.1 0.35 0.22 0.71 0.44 0.35 0.22 0.71 0.44 0.39 0.24 0.78 0.49 0.31 0.19 0.62 0.38 0.4 0.25 0.79 0.49 0.31 0.2 0.62 0.39 0.36 0.21 0.71 0.43 0.49 0.31 0.98 0.61 0.14 0.09 0.28 0.18 0.03 0.01 0.05 0.03 0.07 0.03 0.13 0.07 0-0.05 0-0.11c-0.01-2.33 0-4.67 0.01-7.6q0-0.56 0-1.12c0.01-2.39 0.02-4.79 0.04-8.24q-0.15 0.09-0.3 0.18-0.05 0.02-0.1 0.05-0.36 0.21-0.71 0.42-0.42 0.25-0.84 0.49-0.31 0.18-0.61 0.35-0.35 0.21-0.7 0.41-0.38 0.22-0.75 0.44-0.42 0.25-0.85 0.49-0.43 0.25-0.86 0.5-0.21 0.13-0.42 0.25-0.26 0.15-0.53 0.3-0.04 0.03-0.09 0.06-0.09 0.05-0.17 0.1-0.04 0.02-0.08 0.05-0.04 0.02-0.07 0.04c-0.08 0.04-0.08 0.04-0.18 0.08-0.06 0.04-0.09 0.06-0.11 0.13q-0.01 0.1-0.01 0.21c0 0.04 0 0.04 0 0.08q0 0.14 0 0.27 0 0.09 0 0.19 0 0.24 0 0.49 0.01 0.39 0 0.78 0 0.14 0.01 0.27 0 0.09 0 0.17c0 0.04 0 0.04 0 0.08 0 0.13-0.01 0.22-0.1 0.33-0.1 0.09-0.2 0.1-0.33 0.1q-0.13-0.03-0.23-0.13c-0.09-0.13-0.1-0.25-0.1-0.4q0-0.04 0-0.07 0-0.12 0.01-0.23 0-0.08 0-0.17 0-0.21 0-0.42 0-0.21 0-0.43 0-0.42 0-0.84-0.02 0-0.04 0-0.26 0-0.51 0.01-0.1 0-0.19 0-0.14 0-0.27 0c-0.05 0-0.05 0-0.09 0-0.15 0-0.26-0.01-0.39-0.09-0.09-0.11-0.13-0.2-0.12-0.34q0.03-0.14 0.12-0.25 0.11-0.08 0.25-0.07c0.04 0 0.04 0 0.08 0q0.05 0 0.09 0c0.04 0 0.04 0 0.09 0q0.14-0.01 0.29-0.01 0.09 0 0.19 0 0.24-0.01 0.48-0.01c0.02-1.73-0.35-3.32-1.57-4.61q-0.06-0.06-0.11-0.11c-0.81-0.84-2.01-1.39-3.18-1.45q-0.04 0-0.08 0-0.04 0-0.09 0c-1.35-0.03-2.58 0.53-3.55 1.44q-0.32 0.31-0.59 0.67-0.01 0.03-0.03 0.05c-0.87 1.21-1.07 2.59-1.09 4.04q0.02 0 0.05 0 0.26-0.01 0.53-0.01 0.1 0 0.2 0 0.14 0 0.28 0 0.04 0 0.09 0c0.17 0 0.27 0.01 0.4 0.12 0.07 0.11 0.07 0.24 0.05 0.37-0.06 0.14-0.13 0.2-0.28 0.25q-0.15 0.01-0.3 0.01-0.05 0-0.09 0-0.14 0-0.28 0-0.1 0-0.19 0-0.23-0.01-0.46-0.01 0 0.05 0 0.09 0 0.43 0 0.85 0 0.22 0.01 0.44 0 0.21 0 0.42 0 0.08 0 0.16 0 0.11 0 0.22 0 0.03 0 0.07c0 0.14-0.03 0.23-0.13 0.34-0.1 0.09-0.18 0.1-0.31 0.1-0.11-0.02-0.18-0.08-0.25-0.16-0.07-0.09-0.07-0.14-0.07-0.26q0-0.05 0-0.11 0-0.06 0-0.11 0-0.07 0-0.13 0-0.17 0-0.34 0-0.18 0-0.36 0-0.31 0-0.61 0-0.35 0-0.69 0-0.34 0-0.68 0-0.14 0-0.28c0-0.64 0.02-1.26 0.18-1.88q0.01-0.04 0.02-0.09 0.03-0.13 0.07-0.26 0.01-0.03 0.02-0.07c0.18-0.64 0.49-1.27 0.88-1.81q0.03-0.05 0.06-0.09c0.94-1.29 2.29-2.14 3.86-2.4 1.53-0.24 3.14 0.21 4.34 1.19zm-3.98 21.83q0 1.8 0 3.66 0.45 0 0.91 0 0-1.8 0-3.66-0.45 0-0.91 0z\"\/>\n\t<path class=\"s1\" d=\"m7.28 11.56q0.14 0.08 0.28 0.16 0.05 0.03 0.1 0.06 0.11 0.07 0.22 0.13 0.18 0.11 0.36 0.21 0.12 0.08 0.25 0.15 0.25 0.15 0.5 0.29 0.26 0.15 0.51 0.3 0.43 0.25 0.87 0.5 0.37 0.22 0.75 0.44 0.4 0.24 0.82 0.48 0.02 0.01 0.05 0.03c0.15 0.08 0.15 0.08 0.3 0.17 0.03 0.02 0.03 0.02 0.06 0.03q0.13 0.04 0.27 0.02c0.52-0.01 0.93 0.26 1.33 0.57 0.4 0.33 0.4 0.33 0.88 0.48 0.47-0.17 0.7-0.95 0.9-1.36 0.77-1.53 0.77-1.53 1.52-1.85 0.32-0.11 0.61-0.06 0.9 0.08 0.52 0.26 0.78 0.74 0.96 1.27 0.18 0.61 0.28 1.26 0.38 1.9q0.06 0.35 0.15 0.7 0 0.03 0.01 0.07c0.05 0.18 0.11 0.37 0.25 0.51 0.07 0.02 0.07 0.02 0.14 0 0.24-0.17 0.39-0.48 0.53-0.72q0.05-0.09 0.1-0.17 0.2-0.36 0.37-0.74c0.69-1.5 0.69-1.5 1.4-1.78 0.3-0.11 0.56-0.13 0.86 0 0.33 0.16 0.57 0.46 0.8 0.74 0.41 0.51 0.82 0.76 1.47 0.83q0.13 0.02 0.26 0.01 0.03 0 0.06 0 0.1 0.01 0.2 0.01 0.07 0 0.13 0 0.15 0 0.29 0 0.15 0 0.29 0 0.81 0.01 1.62-0.05c0.89-0.08 0.89-0.08 1.21 0.18 0.05 0.06 0.05 0.06 0.07 0.15-0.02 0.1-0.02 0.1-0.06 0.14-0.3 0.18-0.64 0.24-0.98 0.29-0.04 0-0.04 0-0.08 0.01q-0.61 0.07-1.21 0.11-0.14 0.01-0.27 0.03-0.88 0.08-1.77 0.09-0.05 0-0.1 0c-0.52 0.01-0.91-0.09-1.28-0.46q-0.13-0.13-0.24-0.27c-0.19-0.25-0.39-0.48-0.71-0.54q-0.22-0.01-0.39 0.12c-0.25 0.26-0.36 0.65-0.49 0.97-0.24 0.61-0.52 1.23-0.95 1.73q-0.02 0.03-0.04 0.06c-0.26 0.32-0.65 0.53-1.06 0.59q-0.47 0.03-0.84-0.26c-0.71-0.59-0.79-1.51-0.9-2.37-0.12-1.01-0.12-1.01-0.61-1.87-0.1-0.06-0.16-0.06-0.27-0.04-0.46 0.25-0.71 0.95-0.93 1.4-0.69 1.35-0.69 1.35-1.31 1.58q-0.53 0.16-1.02-0.1-0.29-0.19-0.51-0.44c-0.37-0.4-0.37-0.4-0.85-0.64q-0.03 0-0.06-0.01c-0.21-0.05-0.36 0.06-0.54 0.17q-0.05 0.03-0.09 0.06-0.1 0.06-0.2 0.12-0.22 0.13-0.44 0.26-0.09 0.05-0.17 0.09c-0.04 0.03-0.04 0.03-0.08 0.05-0.04 0.03-0.04 0.03-0.09 0.05q-0.16 0.1-0.33 0.2-0.04 0.02-0.09 0.05-0.3 0.18-0.61 0.35-0.38 0.22-0.76 0.44-0.5 0.31-1.02 0.6-0.24 0.14-0.48 0.28c-0.05 0.02-0.05 0.02-0.09 0.05q-0.04 0.02-0.09 0.05-0.04 0.02-0.08 0.05-0.09 0.05-0.17 0.1-0.05 0.03-0.09 0.05-0.04 0.03-0.08 0.05-0.19 0.09-0.39 0.04c-0.12-0.05-0.17-0.11-0.23-0.22q-0.01-0.14-0.01-0.27 0-0.04 0-0.08 0-0.14 0-0.28 0-0.09 0-0.19 0-0.27 0-0.53 0-0.28 0-0.55 0-0.5 0-0.99 0-0.45 0-0.9 0-0.52 0-1.05 0-0.27 0-0.55 0-0.26 0-0.52 0-0.09 0-0.19 0-0.13 0-0.26 0-0.03 0-0.07c0-0.14 0.01-0.23 0.1-0.33 0.15-0.14 0.36-0.12 0.54-0.05zm0.13 1.14q0 2.32 0 4.71c0.26-0.13 0.26-0.13 0.52-0.27q0.04-0.03 0.09-0.05 0.04-0.03 0.09-0.06 0.1-0.06 0.2-0.12 0.03-0.02 0.05-0.03 0.26-0.15 0.52-0.3 0.05-0.03 0.09-0.06 0.19-0.1 0.37-0.21 0.56-0.32 1.11-0.65 0.51-0.3 1.02-0.59-0.14-0.12-0.3-0.21-0.04-0.02-0.09-0.05-0.03-0.01-0.05-0.03-0.14-0.07-0.27-0.15-0.03-0.01-0.05-0.03-0.28-0.16-0.55-0.32-0.38-0.23-0.77-0.45-0.39-0.22-0.78-0.45-0.41-0.24-0.82-0.48-0.03-0.01-0.05-0.03-0.08-0.04-0.15-0.08-0.04-0.03-0.08-0.05c-0.06-0.04-0.06-0.04-0.1-0.04z\"\/>\n\t<path class=\"s2\" d=\"m7.03 11.76c0.15 0.02 0.25 0.09 0.38 0.17q0.08 0.05 0.16 0.1 0.05 0.03 0.09 0.06 0.22 0.13 0.45 0.26 0.38 0.21 0.75 0.44 0.39 0.23 0.78 0.45 0.44 0.25 0.87 0.51 0.38 0.22 0.75 0.43 0.22 0.13 0.44 0.26 0.04 0.03 0.08 0.05 0.08 0.05 0.16 0.1 0.33 0.2 0.72 0.25 0.26 0.05 0.5 0.17 0.04 0.02 0.08 0.04 0.28 0.15 0.53 0.36 0.2 0.15 0.41 0.3 0.03 0.01 0.05 0.03c0.24 0.16 0.43 0.21 0.71 0.18 0.32-0.1 0.51-0.42 0.66-0.69 0.02-0.04 0.02-0.04 0.03-0.07q0.17-0.31 0.32-0.62c0.74-1.5 0.74-1.5 1.36-1.81 0.23-0.07 0.5-0.06 0.72 0.05 0.52 0.32 0.73 0.88 0.86 1.45q0.17 0.8 0.3 1.61c0.11 0.74 0.11 0.74 0.5 1.35q0.19 0.12 0.41 0.08c0.42-0.16 0.67-0.73 0.87-1.1q0.02-0.03 0.04-0.07 0.21-0.39 0.4-0.8c0.18-0.37 0.35-0.72 0.61-1.05q0.02-0.02 0.04-0.05c0.15-0.2 0.38-0.38 0.63-0.43 0.3-0.02 0.49 0.04 0.72 0.22q0.29 0.29 0.54 0.63c0.2 0.23 0.39 0.41 0.66 0.56q0.03 0.02 0.06 0.04c0.36 0.18 0.82 0.22 1.23 0.22q0.04 0 0.08 0 0.14 0 0.28 0 0.05 0 0.1 0 1.17 0 2.34-0.06 0 0.01 0 0.03-0.75 0.1-1.5 0.15-0.15 0.01-0.3 0.03-0.26 0.02-0.53 0.04-0.1 0-0.19 0.01-0.36 0.03-0.73 0.03-0.06 0-0.13 0c-0.36 0.01-0.72 0.01-1-0.24q-0.07-0.06-0.13-0.13-0.04-0.04-0.08-0.08-0.13-0.15-0.26-0.3c-0.21-0.25-0.44-0.47-0.78-0.51-0.2 0-0.35 0-0.52 0.1q-0.03 0.01-0.05 0.03c-0.36 0.23-0.52 0.74-0.67 1.12-0.3 0.78-0.7 1.75-1.5 2.12q-0.35 0.16-0.7 0.03c-0.37-0.18-0.58-0.54-0.71-0.91-0.14-0.4-0.19-0.81-0.24-1.23q-0.06-0.55-0.17-1.08-0.01-0.04-0.02-0.07c-0.1-0.41-0.26-0.86-0.61-1.1-0.15-0.09-0.28-0.11-0.46-0.1-0.62 0.21-0.91 1.03-1.18 1.56-0.66 1.26-0.66 1.26-1.2 1.47-0.27 0.05-0.47 0.01-0.72-0.12q-0.26-0.19-0.47-0.44c-0.28-0.31-0.62-0.62-1.05-0.66-0.28-0.01-0.46 0.08-0.69 0.22q-0.11 0.07-0.23 0.12-0.4 0.21-0.79 0.45-0.23 0.13-0.46 0.26-0.48 0.28-0.96 0.56-0.26 0.15-0.51 0.3-0.21 0.12-0.42 0.24-0.08 0.05-0.17 0.1-0.04 0.02-0.08 0.05-0.23 0.13-0.45 0.26c-0.05 0.03-0.05 0.03-0.1 0.05q-0.09 0.06-0.19 0.11-0.19 0.11-0.37 0.23-0.03 0.01-0.05 0.03-0.07 0.04-0.13 0.08c-0.08 0.04-0.14 0.05-0.24 0.04-0.07-0.08-0.06-0.13-0.06-0.23q0-0.04 0-0.08 0-0.04 0-0.08 0-0.13 0-0.26 0-0.09 0-0.19 0-0.25 0-0.5 0-0.27 0-0.54 0-0.47 0-0.95 0-0.43 0-0.86 0-0.5 0-1 0-0.27 0-0.53 0-0.25 0-0.5 0-0.09 0-0.18 0-0.13 0-0.25 0-0.04 0-0.08c0-0.21 0-0.21 0.13-0.24zm0.38 0.94q0 2.32 0 4.71c0.26-0.13 0.26-0.13 0.52-0.27q0.04-0.03 0.09-0.05 0.04-0.03 0.09-0.06 0.1-0.06 0.2-0.12 0.03-0.02 0.05-0.03 0.26-0.15 0.52-0.3 0.05-0.03 0.09-0.06 0.19-0.1 0.37-0.21 0.56-0.32 1.11-0.65 0.51-0.3 1.02-0.59-0.14-0.12-0.3-0.21-0.04-0.02-0.09-0.05-0.03-0.01-0.05-0.03-0.14-0.07-0.27-0.15-0.03-0.01-0.05-0.03-0.28-0.16-0.55-0.32-0.38-0.23-0.77-0.45-0.39-0.22-0.78-0.45-0.41-0.24-0.82-0.48-0.03-0.01-0.05-0.03-0.08-0.04-0.15-0.08-0.04-0.03-0.08-0.05c-0.06-0.04-0.06-0.04-0.1-0.04z\"\/>\n\t<path class=\"s0\" d=\"m21.78 6.75q0.12 0.1 0.24 0.21 0.02 0.02 0.05 0.05c0.67 0.62 1.12 1.59 1.24 2.48q0 0.07 0 0.14-0.14 0.03-0.29 0.05-0.04 0-0.09 0.01-0.23 0.03-0.46 0.03-0.01-0.03-0.01-0.05c-0.21-0.98-0.64-1.89-1.5-2.45-0.72-0.45-1.56-0.66-2.41-0.47q-0.11 0.03-0.23 0.07-0.02 0.01-0.05 0.01-0.67 0.24-1.19 0.72-0.03 0.03-0.07 0.06c-0.59 0.56-0.87 1.33-1.03 2.11q-0.27 0-0.55-0.04-0.04-0.01-0.08-0.02-0.11-0.01-0.21-0.03c0.07-1.05 0.64-2.1 1.43-2.8q0.16-0.14 0.34-0.27 0.03-0.01 0.05-0.03 0.61-0.43 1.34-0.61 0.05-0.02 0.1-0.03c1.19-0.26 2.45 0.08 3.38 0.86z\"\/>\n\t<path class=\"s0\" d=\"m15.98 21.49q0.01 0.03 0.01 0.05c0.22 1.03 0.66 1.92 1.57 2.51q0.27 0.17 0.57 0.29 0.04 0.01 0.08 0.03c0.71 0.26 1.57 0.23 2.26-0.09q0.41-0.19 0.76-0.48 0.03-0.03 0.07-0.06c0.68-0.57 1.01-1.4 1.17-2.25 0.64 0.05 0.64 0.05 0.84 0.12-0.05 1.08-0.71 2.13-1.49 2.84-0.8 0.7-1.83 1.01-2.88 0.96-0.97-0.08-1.83-0.51-2.53-1.18q-0.03-0.03-0.06-0.06c-0.32-0.3-0.56-0.68-0.76-1.07q-0.01-0.03-0.03-0.05c-0.22-0.43-0.42-0.96-0.42-1.44q0.42-0.11 0.84-0.12z\"\/>\n\t<path class=\"s3\" d=\"m7.19 12.17q0.15 0.06 0.3 0.14 0.05 0.03 0.09 0.06 0.05 0.03 0.11 0.06 0.05 0.03 0.1 0.06 0.41 0.23 0.81 0.47 0.5 0.3 1.01 0.59 0.61 0.35 1.21 0.7 0.39 0.23 0.78 0.46 0.23 0.13 0.47 0.28-0.1 0.1-0.22 0.16-0.04 0.02-0.08 0.05-0.04 0.02-0.09 0.05-0.04 0.02-0.09 0.05-0.14 0.08-0.29 0.16-0.18 0.11-0.36 0.21-0.04 0.03-0.09 0.06-0.33 0.19-0.66 0.38-0.41 0.25-0.82 0.48-0.42 0.24-0.82 0.48-0.41 0.24-0.82 0.47-0.2 0.11-0.39 0.23c-0.1 0.06-0.1 0.06-0.15 0.06q0-2.79 0-5.66zm0.22 0.53q0 2.32 0 4.71c0.26-0.13 0.26-0.13 0.52-0.27q0.04-0.03 0.09-0.05 0.04-0.03 0.09-0.06 0.1-0.06 0.2-0.12 0.03-0.02 0.05-0.03 0.26-0.15 0.52-0.3 0.05-0.03 0.09-0.06 0.19-0.1 0.37-0.21 0.56-0.32 1.11-0.65 0.51-0.3 1.02-0.59-0.14-0.12-0.3-0.21-0.04-0.02-0.09-0.05-0.03-0.01-0.05-0.03-0.14-0.07-0.27-0.15-0.03-0.01-0.05-0.03-0.28-0.16-0.55-0.32-0.38-0.23-0.77-0.45-0.39-0.22-0.78-0.45-0.41-0.24-0.82-0.48-0.03-0.01-0.05-0.03-0.08-0.04-0.15-0.08-0.04-0.03-0.08-0.05c-0.06-0.04-0.06-0.04-0.1-0.04z\"\/>\n\t<path class=\"s4\" d=\"m17.7 13.52c0.31 0.15 0.46 0.52 0.57 0.82 0.14 0.41 0.16 0.86 0.19 1.29q0 0.03 0 0.07 0.01 0.18 0.03 0.36c0.03 0.54 0.17 1.05 0.51 1.49q0.02 0.03 0.04 0.06c0.17 0.21 0.44 0.4 0.72 0.44q0.03 0 0.06 0.01 0.03 0 0.06 0c0.38 0.02 0.75-0.15 1.03-0.39 0.64-0.58 0.98-1.46 1.28-2.25 0.26-0.67 0.26-0.67 0.58-0.81 0.18-0.06 0.29-0.03 0.46 0.05 0.31 0.17 0.51 0.45 0.72 0.73 0.25 0.3 0.57 0.42 0.94 0.47q0.21 0.01 0.42 0.01 0.03 0 0.06 0c0.82 0 1.64-0.09 2.45-0.17 0.05 0 0.05 0 0.09 0q0.45-0.05 0.9-0.11 0.03 0 0.07-0.01c0.28-0.04 0.57-0.11 0.8-0.28 0.02 0.07 0.02 0.07 0 0.16-0.26 0.24-0.69 0.28-1.02 0.33q-0.04 0-0.08 0.01-0.61 0.07-1.21 0.11-0.14 0.01-0.27 0.03-0.88 0.08-1.77 0.09-0.05 0-0.1 0c-0.52 0.01-0.91-0.09-1.28-0.46q-0.13-0.13-0.24-0.27c-0.19-0.25-0.39-0.48-0.71-0.54q-0.22-0.01-0.39 0.12c-0.25 0.26-0.36 0.65-0.49 0.97-0.24 0.61-0.52 1.23-0.95 1.73q-0.02 0.03-0.04 0.06c-0.26 0.32-0.65 0.53-1.06 0.59q-0.47 0.03-0.84-0.26c-0.71-0.59-0.79-1.51-0.9-2.37-0.12-1.01-0.12-1.01-0.61-1.87-0.1-0.06-0.16-0.06-0.27-0.04-0.46 0.25-0.71 0.95-0.93 1.4-0.69 1.35-0.69 1.35-1.31 1.58q-0.53 0.16-1.02-0.1-0.29-0.19-0.51-0.44c-0.37-0.4-0.37-0.4-0.85-0.64q-0.03 0-0.06-0.01c-0.21-0.05-0.36 0.06-0.54 0.17q-0.05 0.03-0.09 0.06-0.1 0.06-0.2 0.12-0.22 0.13-0.44 0.26-0.09 0.05-0.17 0.09c-0.04 0.03-0.04 0.03-0.08 0.05q-0.04 0.03-0.09 0.05-0.16 0.1-0.33 0.2-0.04 0.02-0.09 0.05-0.3 0.18-0.61 0.35-0.38 0.22-0.76 0.44-0.5 0.31-1.02 0.6-0.24 0.14-0.48 0.28c-0.05 0.02-0.05 0.02-0.09 0.05q-0.04 0.02-0.09 0.05-0.04 0.02-0.08 0.05-0.09 0.05-0.17 0.1-0.05 0.03-0.09 0.05-0.04 0.03-0.08 0.05-0.19 0.09-0.39 0.04c-0.1-0.04-0.13-0.07-0.19-0.15q-0.06-0.13-0.04-0.27 0.01 0.02 0.02 0.05c0.06 0.1 0.12 0.18 0.24 0.22 0.28 0.04 0.49-0.13 0.72-0.26q0.05-0.03 0.1-0.06 0.1-0.06 0.2-0.12 0.15-0.08 0.29-0.16 0.51-0.3 1.02-0.6 0.36-0.21 0.73-0.42 0.41-0.24 0.82-0.48 0.39-0.23 0.79-0.45 0.24-0.14 0.49-0.29 0.04-0.03 0.09-0.06 0.09-0.06 0.18-0.12c0.15-0.09 0.25-0.15 0.43-0.11q0.03 0.01 0.06 0.01 0.03 0.01 0.07 0.02c0.34 0.14 0.57 0.39 0.81 0.65 0.28 0.28 0.6 0.54 1.01 0.55 0.39 0.01 0.65-0.09 0.94-0.35 0.04-0.04 0.04-0.04 0.07-0.08q0.02-0.02 0.04-0.04c0.33-0.34 0.53-0.79 0.74-1.21 0.73-1.43 0.73-1.43 1.19-1.34z\"\/>\n<\/svg>`;\n    const CONFIG = {\n        brand: {\n            name: \"\u0627\u0633\u062a\u0648\u062f\u06cc\u0648 \u062e\u0644\u0627\u0642\u06cc\u062a \u0622\u0633\u0645\u0627\u0646 \u0635\u062f\u0627\",\n            slogan: \"\u0647\u0631 \u0628\u0631\u0646\u062f \u06cc\u06a9 \u0635\u062f\u0627 \u062f\u0627\u0631\u062f\",\n            mission: \"\u0627\u0632 \u0633\u0627\u0644 \u06f1\u06f3\u06f9\u06f8\u060c \u0641\u0631\u0627\u062a\u0631 \u0627\u0632 \u06cc\u06a9 \u0627\u0633\u062a\u0648\u062f\u06cc\u0648\u061b \u0645\u0627 \u062a\u062c\u0631\u0628\u0647\u200c \u0645\u06cc\u200c\u0633\u0627\u0632\u06cc\u0645 \u062a\u0627 \u0628\u0631\u0646\u062f \u0634\u0645\u0627 \u0628\u0627 \u0645\u062e\u0627\u0637\u0628\u0627\u0646\u0634 \u0648\u0627\u0642\u0639\u06cc\u200c\u062a\u0631\u060c \u0639\u0645\u06cc\u0642\u200c\u062a\u0631 \u0648 \u062e\u0644\u0627\u0642\u0627\u0646\u0647\u200c\u062a\u0631 \u0627\u0631\u062a\u0628\u0627\u0637 \u0628\u06af\u06cc\u0631\u062f.\",\n            phone: \"021-66932471\",\n            mobile: \"09991484779\",\n            email: \"info@asemaneseda.ir\",\n            instagram: \"asemaneseda\",\n            telegram: \"asemaneseda_admin\"\n        },\n        services: [\n            { id: 1, title: \"\u0645\u0634\u0627\u0648\u0631\u0647 \u0645\u0627\u0631\u06a9\u062a\u06cc\u0646\u06af \u0648 \u0628\u0631\u0646\u062f\u0633\u0627\u0632\u06cc\", icon: \"fa-star\", desc: \"\u0647\u0648\u06cc\u062a \u0634\u0645\u0627 \u0631\u0627 \u0641\u0631\u0627\u062a\u0631 \u0627\u0632 \u06cc\u06a9 \u0646\u0627\u0645 \u0645\u06cc\u200c\u0633\u0627\u0632\u06cc\u0645. \u0628\u0627 \u062a\u06a9\u06cc\u0647 \u0628\u0631 \u0646\u06af\u0627\u0647 \u0627\u0633\u062a\u0631\u0627\u062a\u0698\u06cc\u06a9\u060c \u0645\u0633\u06cc\u0631 \u0631\u0634\u062f \u0628\u0631\u0646\u062f\u062a\u0627\u0646 \u0631\u0627 \u062f\u0631 \u0628\u0627\u0632\u0627\u0631 \u0637\u0631\u0627\u062d\u06cc \u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645 \u062a\u0627 \u0635\u062f\u0627\u06cc\u06cc \u0645\u062a\u0645\u0627\u06cc\u0632 \u0648 \u0645\u0627\u0646\u062f\u06af\u0627\u0631 \u062f\u0631 \u0630\u0647\u0646 \u0645\u062e\u0627\u0637\u0628 \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u06cc\u062f.\" },\n            { id: 2, title: \"\u062a\u0648\u0644\u06cc\u062f \u067e\u0627\u062f\u06a9\u0633\u062a \u0628\u0631\u0646\u062f \u0648 \u06a9\u062a\u0627\u0628 \u0635\u0648\u062a\u06cc \u062d\u0631\u0641\u0647\u200c\u0627\u06cc\", icon: \"fa-podcast\", desc: \"\u062f\u0631 \u0641\u0636\u0627\u06cc \u0627\u062e\u062a\u0635\u0627\u0635\u06cc \u0648 \u0645\u062c\u0647\u0632 \u0622\u0633\u0645\u0627\u0646 \u0635\u062f\u0627\u060c \u0627\u06cc\u062f\u0647\u200c\u0647\u0627\u06cc \u0634\u0645\u0627 \u0631\u0627 \u0628\u0647 \u0634\u0646\u06cc\u062f\u0646\u06cc\u200c\u062a\u0631\u06cc\u0646 \u062d\u0627\u0644\u062a \u0645\u0645\u06a9\u0646 \u062a\u0628\u062f\u06cc\u0644 \u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645. \u062a\u0648\u0644\u06cc\u062f \u067e\u0627\u062f\u06a9\u0633\u062a\u200c\u0647\u0627\u06cc \u0628\u0631\u0646\u062f \u0628\u0627 \u06a9\u06cc\u0641\u06cc\u062a \u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f \u062c\u0647\u0627\u0646\u06cc \u0628\u0631\u0627\u06cc \u062e\u0644\u0642 \u06cc\u06a9 \u062a\u062c\u0631\u0628\u0647\u200c\u06cc \u0635\u0648\u062a\u06cc \u0639\u0645\u06cc\u0642.\" },\n            { id: 3, title: \"\u0637\u0631\u0627\u062d\u06cc \u0648 \u0627\u062c\u0631\u0627\u06cc \u0627\u0633\u062a\u0631\u0627\u062a\u0698\u06cc \u0645\u062d\u062a\u0648\u0627\", icon: \"fa-chess\", desc: \"\u0645\u062d\u062a\u0648\u0627 \u0628\u062f\u0648\u0646 \u0627\u0633\u062a\u0631\u0627\u062a\u0698\u06cc\u060c \u0645\u0633\u06cc\u0631\u06cc \u0628\u06cc\u200c\u0647\u062f\u0641 \u0627\u0633\u062a. \u0645\u0627 \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0631\u06cc\u0632\u06cc \u062f\u0642\u06cc\u0642\u060c \u0645\u062d\u062a\u0648\u0627\u06cc\u06cc \u0645\u0646\u0633\u062c\u0645 (\u0645\u062a\u0646\u060c \u0635\u0648\u062a \u0648 \u062a\u0635\u0648\u06cc\u0631) \u062a\u0648\u0644\u06cc\u062f \u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645 \u06a9\u0647 \u0645\u0633\u062a\u0642\u06cc\u0645\u0627\u064b \u0627\u0647\u062f\u0627\u0641 \u0628\u0627\u0632\u0627\u0631\u06cc\u0627\u0628\u06cc \u0634\u0645\u0627 \u0631\u0627 \u0647\u062f\u0641 \u0642\u0631\u0627\u0631 \u0645\u06cc\u200c\u062f\u0647\u062f.\" },\n            { id: 4, title: \"\u0633\u0627\u062e\u062a \u0645\u0648\u0634\u0646\u200c\u06af\u0631\u0627\u0641\u06cc\u06a9\u200c\u0647\u0627\u06cc \u0647\u062f\u0641\u0645\u0646\u062f\", icon: \"fa-wand-magic-sparkles\", desc: \"\u0627\u0646\u062a\u0642\u0627\u0644 \u0645\u0641\u0627\u0647\u06cc\u0645 \u067e\u06cc\u0686\u06cc\u062f\u0647 \u062f\u0631 \u06a9\u0645\u062a\u0631\u06cc\u0646 \u0632\u0645\u0627\u0646. \u0645\u0648\u0634\u0646\u200c\u06af\u0631\u0627\u0641\u06cc\u06a9\u200c\u0647\u0627\u06cc \u0645\u0627 \u0628\u0627 \u0646\u06af\u0627\u0647\u06cc \u0628\u0627\u0632\u0627\u0631\u06cc\u0627\u0628\u0627\u0646\u0647 \u0637\u0631\u0627\u062d\u06cc \u0645\u06cc\u200c\u0634\u0648\u0646\u062f \u062a\u0627 \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u062c\u0630\u0627\u0628\u06cc\u062a \u0628\u0635\u0631\u06cc\u060c \u0646\u0631\u062e \u062a\u0628\u062f\u06cc\u0644 \u0645\u062e\u0627\u0637\u0628 \u0634\u0645\u0627 \u0631\u0627 \u0627\u0641\u0632\u0627\u06cc\u0634 \u062f\u0647\u0646\u062f.\" },\n            { id: 5, title: \"\u062a\u0648\u0644\u06cc\u062f \u0648\u06cc\u062f\u06cc\u0648\u0647\u0627\u06cc \u062a\u0628\u0644\u06cc\u063a\u0627\u062a\u06cc \u0648 \u0622\u0645\u0648\u0632\u0634\u06cc\", icon: \"fa-video\", desc: \"\u0631\u0648\u0627\u06cc\u062a\u200c\u06af\u0631\u06cc \u062a\u0635\u0648\u06cc\u0631\u06cc \u0628\u0627 \u0628\u0627\u0644\u0627\u062a\u0631\u06cc\u0646 \u06a9\u06cc\u0641\u06cc\u062a\u061b \u0645\u0627 \u0628\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0645\u062f\u0631\u0646\u200c\u062a\u0631\u06cc\u0646 \u062a\u062c\u0647\u06cc\u0632\u0627\u062a \u0636\u0628\u0637 \u0648 \u062a\u062f\u0648\u06cc\u0646\u060c \u067e\u06cc\u0627\u0645 \u0628\u0631\u0646\u062f \u0634\u0645\u0627 \u0631\u0627 \u062f\u0631 \u0642\u0627\u0644\u0628 \u0648\u06cc\u062f\u06cc\u0648\u0647\u0627\u06cc\u06cc \u0627\u062b\u0631\u06af\u0630\u0627\u0631 \u0648 \u062f\u0627\u0633\u062a\u0627\u0646\u200c\u0645\u062d\u0648\u0631 \u0628\u0647 \u062a\u0635\u0648\u06cc\u0631 \u0645\u06cc\u200c\u06a9\u0634\u06cc\u0645.\" },\n            { id: 6, title: \"\u062a\u0648\u0644\u06cc\u062f \u062a\u06cc\u0632\u0631\u0647\u0627\u06cc \u0631\u0627\u062f\u06cc\u0648\u06cc\u06cc \u0648 \u062a\u0644\u0648\u06cc\u0632\u06cc\u0648\u0646\u06cc\", icon: \"fa-tower-broadcast\", desc: \"\u062a\u0631\u06a9\u06cc\u0628 \u0647\u0646\u0631 \u0648 \u0627\u0633\u062a\u0631\u0627\u062a\u0698\u06cc \u0628\u0631\u0627\u06cc \u0631\u0633\u0627\u0646\u0647\u200c\u0647\u0627\u06cc \u062c\u0645\u0639\u06cc. \u0633\u0627\u062e\u062a \u062a\u06cc\u0632\u0631\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u0628\u0627 \u0631\u0639\u0627\u06cc\u062a \u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f\u0647\u0627\u06cc \u067e\u062e\u0634\u060c \u0628\u06cc\u0634\u062a\u0631\u06cc\u0646 \u0645\u06cc\u0632\u0627\u0646 \u062c\u0644\u0628 \u062a\u0648\u062c\u0647 \u0648 \u0645\u0627\u0646\u062f\u06af\u0627\u0631\u06cc \u0646\u0627\u0645 \u0628\u0631\u0646\u062f \u0631\u0627 \u062f\u0631 \u0630\u0647\u0646 \u0645\u062e\u0627\u0637\u0628 \u0627\u06cc\u062c\u0627\u062f \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f.\" },\n            { id: 7, title: \"\u062f\u0648\u0628\u0644\u0647 \u0627\u062e\u062a\u0635\u0627\u0635\u06cc (\u0633\u06cc\u0646\u0645\u0627\u060c \u06af\u06cc\u0645 \u0648 \u0645\u0633\u062a\u0646\u062f)\", icon: \"fa-microphone-lines\", desc: \"\u0632\u0646\u062f\u0647 \u06a9\u0631\u062f\u0646 \u06a9\u0627\u0631\u0627\u06a9\u062a\u0631\u0647\u0627 \u0628\u0627 \u062c\u0627\u062f\u0648\u06cc \u0635\u062f\u0627. \u0627\u0631\u0627\u0626\u0647 \u062e\u062f\u0645\u0627\u062a \u062f\u0648\u0628\u0644\u0647 \u062d\u0631\u0641\u0647\u200c\u0627\u06cc \u0628\u0631\u0627\u06cc \u0627\u0646\u0648\u0627\u0639 \u0645\u062f\u06cc\u0627 \u0628\u0627 \u062d\u0636\u0648\u0631 \u0628\u06cc\u0634 \u0627\u0632 200 \u062a\u0646 \u0627\u0632 \u06af\u0648\u06cc\u0646\u062f\u06af\u0627\u0646 \u0628\u0631\u062c\u0633\u062a\u0647\u060c \u0645\u062a\u0646\u0627\u0633\u0628 \u0628\u0627 \u0644\u062d\u0646 \u0648 \u0641\u0636\u0627\u06cc \u062a\u062e\u0635\u0635\u06cc \u067e\u0631\u0648\u0698\u0647\u200c\u06cc \u0634\u0645\u0627.\" },\n            { id: 8, title: \"\u0635\u062f\u0627\u06af\u0630\u0627\u0631\u06cc \u0648 \u0646\u0631\u06cc\u0634\u0646 \u0628\u0627 \u0628\u0627\u0646\u06a9 \u0635\u062f\u0627\u06cc \u0627\u062e\u062a\u0635\u0627\u0635\u06cc\", icon: \"fa-address-book\", desc: \"\u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u06af\u0633\u062a\u0631\u062f\u0647\u200c\u062a\u0631\u06cc\u0646 \u0628\u0627\u0646\u06a9 \u0635\u062f\u0627\u06cc \u06a9\u0634\u0648\u0631\u061b \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627\u06cc \u0634\u0645\u0627 \u0628\u0627 \u0646\u0631\u06cc\u0634\u0646\u200c\u0647\u0627\u06cc \u062d\u0631\u0641\u0647\u200c\u0627\u06cc \u0648 \u0635\u062f\u0627\u06af\u0630\u0627\u0631\u06cc \u062f\u0642\u06cc\u0642 \u062f\u0631 \u0627\u0633\u062a\u0648\u062f\u06cc\u0648\u0647\u0627\u06cc \u0645\u062c\u0647\u0632 \u0645\u0627\u060c \u062c\u0627\u0646\u06cc \u062a\u0627\u0632\u0647 \u0645\u06cc\u200c\u06af\u06cc\u0631\u0646\u062f.\" },\n            { id: 9, title: \"\u0628\u0631\u06af\u0632\u0627\u0631\u06cc \u0627\u06cc\u0648\u0646\u062a\u200c\u0647\u0627\u06cc \u0628\u0631\u0646\u062f\u06cc\u0646\u06af\", icon: \"fa-calendar-check\", desc: \"\u062e\u0644\u0642 \u062a\u062c\u0631\u0628\u0647\u200c\u0627\u06cc \u0644\u0645\u0633\u200c\u06a9\u0631\u062f\u0646\u06cc \u0627\u0632 \u0628\u0631\u0646\u062f \u0634\u0645\u0627. \u0627\u0632 \u0627\u06cc\u062f\u0647\u200c\u067e\u0631\u062f\u0627\u0632\u06cc \u062a\u0627 \u0627\u062c\u0631\u0627\u060c \u0627\u06cc\u0648\u0646\u062a\u200c\u0647\u0627\u06cc\u06cc \u0637\u0631\u0627\u062d\u06cc \u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645 \u06a9\u0647 \u062a\u0639\u0627\u0645\u0644 \u0645\u062e\u0627\u0637\u0628 \u0628\u0627 \u0628\u0631\u0646\u062f \u0631\u0627 \u0628\u0647 \u0627\u0648\u062c \u0631\u0633\u0627\u0646\u062f\u0647 \u0648 \u0648\u0641\u0627\u062f\u0627\u0631\u06cc \u0627\u06cc\u062c\u0627\u062f \u06a9\u0646\u062f.\" }\n        ],\n        advantages: [\n            { t: \"\u062a\u062e\u0635\u0635 \u062f\u0631 \u0645\u062d\u062a\u0648\u0627 \u0628\u0627 \u0646\u06af\u0627\u0647 \u0627\u0633\u062a\u0631\u0627\u062a\u0698\u06cc\u06a9\", icon: \"fa-brain\" },\n            { t: \"\u0631\u0648\u0627\u06cc\u062a\u200c\u0645\u062d\u0648\u0631\u06cc \u0648 \u062f\u0627\u0633\u062a\u0627\u0646\u200c\u06af\u0648\u06cc\u06cc \u062a\u0623\u062b\u06cc\u0631\u06af\u0630\u0627\u0631\", icon: \"fa-book-open\" },\n            { t: \"\u062a\u0648\u0644\u06cc\u062f \u0645\u0646\u0633\u062c\u0645 \u0635\u0648\u062a\u060c \u062a\u0635\u0648\u06cc\u0631 \u0648 \u0645\u062a\u0646\", icon: \"fa-layer-group\" },\n            { t: \"\u062a\u0639\u0647\u062f \u0628\u0647 \u06a9\u06cc\u0641\u06cc\u062a \u0648 \u0632\u0645\u0627\u0646\u200c\u0628\u0646\u062f\u06cc \u062f\u0642\u06cc\u0642\", icon: \"fa-clock\" },\n            { t: \"\u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0627\u0632 \u06a9\u0645\u067e\u06cc\u0646\u200c\u0647\u0627\u06cc \u06f3\u06f6\u06f0 \u062f\u0631\u062c\u0647\", icon: \"fa-arrows-to-dot\" }\n        ],\n        categories: [\n            {\n                name: \"\u0628\u0627\u0646\u06a9\u060c \u0628\u06cc\u0645\u0647 \u0648 \u0641\u06cc\u0646\u200c\u062a\u06a9\",\n                brands: [\n                    { n: \"\u0628\u0627\u0646\u06a9 \u0635\u0627\u062f\u0631\u0627\u062a\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/saderat.png\" },\n                    { n: \"\u0628\u0627\u0646\u06a9 \u067e\u0627\u0631\u0633\u06cc\u0627\u0646\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/parsian.png\" },\n                    { n: \"\u0628\u0627\u0646\u06a9 \u067e\u0627\u0633\u0627\u0631\u06af\u0627\u062f\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/pasargad.png\" },\n                    { n: \"\u0628\u0627\u0646\u06a9 \u0633\u0627\u0645\u0627\u0646\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/saman.png\" },\n                    { n: \"\u0628\u0627\u0646\u06a9 \u0627\u06cc\u0631\u0627\u0646 \u0632\u0645\u06cc\u0646\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/iranzamin.png\" },\n                    { n: \"\u0628\u0627\u0646\u06a9 \u0645\u0647\u0631 \u0627\u06cc\u0631\u0627\u0646\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/mehr.png\" },\n                    { n: \"\u0628\u06cc\u0645\u0647 \u0627\u06cc\u0631\u0627\u0646\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/bime-iran.png\" },\n                    { n: \"\u0628\u06cc\u0645\u0647 \u062f\u0627\u062a \u06a9\u0627\u0645\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/bimedotcom.png\" },\n                    { n: \"\u0627\u0633\u0646\u067e \u0628\u06cc\u0645\u0647\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/snapp-bime.png\" },\n                    { n: \"\u062a\u0648\u0628\u0627\u0646\u06a9\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/tobank.png\" },\n                    { n: \"\u0647\u0641 \u0647\u0634\u062a\u0627\u062f\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/780.png\" }\n                ]\n            },\n            {\n                name: \"\u062a\u06a9\u0646\u0648\u0644\u0648\u0698\u06cc \u0648 \u062e\u062f\u0645\u0627\u062a \u0622\u0646\u0644\u0627\u06cc\u0646\",\n                brands: [\n                    { n: \"\u062f\u06cc\u062c\u06cc \u06a9\u0627\u0644\u0627\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/digikala.png\" },\n                    { n: \"\u0627\u0633\u0646\u067e\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/snapp.png\" },\n                    { n: \"\u062f\u06cc\u0648\u0627\u0631\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/divar.png\" },\n                    { n: \"\u0627\u0632\u06a9\u06cc\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/azki.png\" },\n                    { n: \"\u0628\u0627\u0633\u0644\u0627\u0645\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/basalam.png\" },\n                    { n: \"\u062e\u0627\u0646\u0648\u0645\u06cc\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/khanoomi.png\" },\n                    { n: \"\u0631\u0648\u0628\u06cc\u06a9\u0627\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/rubika.png\" },\n                    { n: \"\u0647\u0627\u0633\u062a \u0627\u06cc\u0631\u0627\u0646\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/host-iran.png\" },\n                    { n: \"\u062f\u0644\u06cc\u0646\u0648\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/delino.png\" },\n                    { n: \"\u0628\u0627\u0628\u0627 \u0628\u06cc\u0644\u06cc\u062a\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/bababilit.png\" }\n                ]\n            },\n            {\n                name: \"\u0635\u0646\u0627\u06cc\u0639 \u063a\u0630\u0627\u06cc\u06cc \u0648 \u0622\u0634\u0627\u0645\u06cc\u062f\u0646\u06cc\",\n                brands: [\n                    { n: \"\u06a9\u0627\u0644\u0647\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/kale.png\" },\n                    { n: \"\u0646\u0633\u062a\u0644\u0647\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/nestle.png\" },\n                    { n: \"\u0633\u0646 \u0627\u06cc\u0686\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/sanich.png\" },\n                    { n: \"\u0627\u06cc\u0633\u062a\u06a9\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/istak.png\" },\n                    { n: \"\u0639\u0627\u0644\u06cc\u0633\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/alis.png\" },\n                    { n: \"\u0644\u0627\u062f\u0646\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/ladan.png\" },\n                    { n: \"\u062a\u0628\u0631\u06a9\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/tabarok.png\" },\n                    { n: \"\u0628\u0646\u06cc\u0633\", l: \"https:\/\/measomarket.com\/uploads\/brands\/434.jpeg\" },\n                    { n: \"\u0686\u06cc \u062a\u0648\u0632\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/cheetoz.png\" },\n                    { n: \"\u0631\u0627\u0645\u06a9\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/ramak.png\" },\n                    { n: \"\u06af\u0648\u0634\u062a\u06cc\u0631\u0627\u0646\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/gooshtiran.png\" }\n                ]\n            },\n            {\n                name: \"\u0622\u0631\u0627\u06cc\u0634\u06cc\u060c \u0628\u0647\u062f\u0627\u0634\u062a\u06cc \u0648 \u0634\u0648\u06cc\u0646\u062f\u0647\",\n                brands: [\n                    { n: \"\u0627\u06a9\u062a\u06cc\u0648\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/active.png\" },\n                    { n: \"\u0647\u0648\u0645 \u067e\u0644\u0627\u0633\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/homeplus.png\" },\n                    { n: \"\u0628\u0627\u06cc\u0648\u062f\u0646\u062a\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/biodent.png\" },\n                    { n: \"\u062f\u0631\u0645\u0627\u06a9\u0644\u06cc\u0646\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/dermaclean.png\" },\n                    { n: \"\u0648\u0627\u0634 \u0644\u0646\u062f\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/washland.png\" },\n                    { n: \"\u062f\u0627\u0641\u06cc\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/dafi.png\" }\n                ]\n            },\n            {\n                name: \"\u0635\u0646\u0639\u062a\u06cc\u060c \u062e\u0648\u062f\u0631\u0648 \u0648 \u0645\u062e\u0627\u0628\u0631\u0627\u062a\",\n                brands: [\n                    { n: \"\u0647\u0645\u0631\u0627\u0647 \u0627\u0648\u0644\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/mci.png\" },\n                    { n: \"\u0627\u06cc\u0631\u0627\u0646\u0633\u0644\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/MTN.png\" },\n                    { n: \"\u0645\u062f\u06cc\u0631\u0627\u0646 \u062e\u0648\u062f\u0631\u0648\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/modiran.png\" },\n                    { n: \"\u0633\u067e\u0627\u0647\u0627\u0646 \u0628\u0627\u062a\u0631\u06cc\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/sepahan.png\" },\n                    { n: \"\u067e\u062a\u0631\u0648\u06a9\u0644\u06cc\u0646\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/petroclean.png\" },\n                    { n: \"\u0627\u0644 \u062c\u06cc\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/LG.png\" }\n                ]\n            },\n            {\n                name: \"\u0641\u0631\u0647\u0646\u06af\u06cc\u060c \u0622\u0645\u0648\u0632\u0634\u06cc \u0648 \u0633\u0627\u06cc\u0631\",\n                brands: [\n                    { n: \"\u062a\u0648\u0628\u06cc\u06a9\u0633\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/tobix.png\" },\n                    { n: \"\u062f\u0627\u0646\u0634\u06af\u0627\u0647 \u067e\u06cc\u0627\u0645 \u0646\u0648\u0631\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/payame-noor.png\" },\n                    { n: \"\u0641\u06cc\u062f\u06cc\u0628\u0648\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/fidibo.png\" },\n                    { n: \"\u0641\u06cc\u0644\u0645\u06af\u0631\u062f\u06cc\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/filmgardi.png\" },\n                    { n: \"\u067e\u0648\u06cc\u0627 \u0647\u0646\u0631 \u0646\u0648\u06cc\u0646\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/phn.png\" },\n                    { n: \"\u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0622\u0631\u06cc\u0627\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/arya.png\" },\n                    { n: \"\u062a\u0646 \u062a\u0627\u06a9\", l: \"https:\/\/asemaneseda.ir\/wp-content\/uploads\/2026\/05\/tantak.png\" }\n                ]\n            }\n        ]\n    };\n\n    document.getElementById('mini-logo').innerHTML = LOGO_SVG;\n\n    \/\/ --- \u062a\u0627\u0628\u0639 \u0645\u062f\u06cc\u0631\u06cc\u062a \u0627\u0631\u0633\u0627\u0644 \u0641\u0631\u0645 \u062a\u0645\u0627\u0633 ---\n    window.handleContactSubmit = (e) => {\n        e.preventDefault(); \/\/ \u062c\u0644\u0648\u06af\u06cc\u0631\u06cc \u0627\u0632 \u0631\u0641\u0631\u0634 \u0634\u062f\u0646 \u0635\u0641\u062d\u0647\n        \n        const name = document.getElementById('senderName').value;\n        const phone = document.getElementById('senderPhone').value;\n        const msg = document.getElementById('senderMessage').value;\n\n        \/\/ \u0622\u0645\u0627\u062f\u0647 \u0633\u0627\u0632\u06cc \u0645\u062a\u0646 \u067e\u06cc\u0627\u0645\n        const text = `\u0633\u0644\u0627\u0645! \u067e\u06cc\u0627\u0645 \u062c\u062f\u06cc\u062f \u0627\u0632 \u0633\u0645\u062a \u06a9\u0627\u062a\u0627\u0644\u0648\u06af:\\n\\n\ud83d\udc64 \u0646\u0627\u0645: ${name}\\n\ud83d\udcde \u0634\u0645\u0627\u0631\u0647 \u062a\u0645\u0627\u0633: ${phone}\\n\ud83d\udcac \u067e\u06cc\u0627\u0645:\\n${msg}`;\n        \n        if (window.submitAction === 'telegram') {\n            const telegramUsername = CONFIG.brand.telegram; \n            \n            const encodedText = encodeURIComponent(text);\n            window.open(`https:\/\/t.me\/${telegramUsername}?text=${encodedText}`, '_blank');\n        } else {\n            const subject = \"\u067e\u06cc\u0627\u0645 \u062c\u062f\u06cc\u062f \u0627\u0632 \u0641\u0631\u0645 \u062a\u0645\u0627\u0633 \u06a9\u0627\u062a\u0627\u0644\u0648\u06af\";\n            const encodedBody = encodeURIComponent(text);\n            const encodedSubject = encodeURIComponent(subject);\n            \n            const mailtoUrl = `mailto:${CONFIG.brand.email}?subject=${encodedSubject}&body=${encodedBody}`;\n            const link = document.createElement('a');\n            link.href = mailtoUrl;\n            link.target = '_blank';\n            document.body.appendChild(link);\n            link.click();\n            document.body.removeChild(link);\n        }\n    };\n\n    \/\/ --- \u062a\u0627\u0628\u0639 \u0627\u06cc\u062c\u0627\u062f \u0627\u0641\u06a9\u062a \u0634\u0645\u0627\u0631\u0646\u062f\u0647 \u0627\u0639\u062f\u0627\u062f ---\n    const animateCounters = () => {\n        const counters = document.querySelectorAll('.counter-value');\n        counters.forEach(counter => {\n            const target = +counter.getAttribute('data-target');\n            const duration = 2000; \/\/ \u0645\u062f\u062a \u0632\u0645\u0627\u0646 \u0627\u0646\u06cc\u0645\u06cc\u0634\u0646 (\u06f2 \u062b\u0627\u0646\u06cc\u0647)\n            const step = target \/ (duration \/ 16); \n            let current = 0;\n            \n            const update = () => {\n                current += step;\n                if (current < target) {\n                    \/\/ \u0646\u0645\u0627\u06cc\u0634 \u0639\u062f\u062f \u0628\u0627 \u0641\u0631\u0645\u062a \u0641\u0627\u0631\u0633\u06cc\n                    counter.innerText = Math.ceil(current).toLocaleString('fa-IR');\n                    requestAnimationFrame(update);\n                } else {\n                    counter.innerText = target.toLocaleString('fa-IR');\n                }\n            };\n            update();\n        });\n    };\n\n    const render = (id) => {\n        const main = document.getElementById('main-content');\n        const badge = document.getElementById('tab-label');\n        main.innerHTML = \"\";\n        \n        if(id === 'home') {\n            badge.textContent = \"\u062e\u0627\u0646\u0647\";\n            main.innerHTML = `\n                <div class=\"fade\">\n                    <section class=\"hero\" style=\"padding-bottom: 30px;\">\n                        <div class=\"logo-wrap\">${LOGO_SVG}<\/div>\n                        <h1 class=\"title\" style=\"font-size: 26px;\">${CONFIG.brand.name}<\/h1>\n                        <p class=\"primary-text\" style=\"margin-top: 10px;\">${CONFIG.brand.slogan}<\/p>\n                        <p style=\"font-size: 14px; color: var(--text-muted); padding: 0 20px;\">${CONFIG.brand.mission}<\/p>\n                        \n                        <div style=\"display: flex; gap: 8px; padding: 0 20px; margin-top: 25px;\">\n                            <button class=\"btn\" style=\"flex: 1; background: transparent; color: var(--primary); border: 1px solid var(--primary); display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 12px; padding: 10px 2px;\" onclick=\"const ab = document.getElementById('about-section'); ab.style.display = ab.style.display === 'none' ? 'block' : 'none';\">\n                                <i class=\"fa-solid fa-info-circle\"><\/i> \u062f\u0631\u0628\u0627\u0631\u0647 \u0645\u0627\n                            <\/button>\n                            <button class=\"btn\" style=\"flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 12px; padding: 10px 2px;\" onclick=\"navTo('contact')\">\n                                <i class=\"fa-solid fa-phone\"><\/i> \u0645\u0634\u0627\u0648\u0631\u0647\n                            <\/button>\n                            <button class=\"btn\" style=\"flex: 1; background: transparent; color: var(--primary); border: 1px solid var(--primary); display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 12px; padding: 10px 2px;\" onclick=\"navTo('services')\">\n                                <i class=\"fa-solid fa-layer-group\"><\/i> \u062e\u062f\u0645\u0627\u062a \u0645\u0627\n                            <\/button>\n                        <\/div>\n\n                        <div id=\"about-section\" style=\"display: none; padding: 0 20px; margin-top: 20px; animation: fadeIn 0.4s ease;\">\n                            <div class=\"card\" style=\"margin: 0; padding: 20px; font-size: 13px; color: var(--text-muted); line-height: 1.9; text-align: right;\">\n                                <div style=\"color: var(--primary); font-size: 15px; font-weight: 800; margin-bottom: 12px;\">\u062f\u0631\u0628\u0627\u0631\u0647 \u0622\u0633\u0645\u0627\u0646 \u0635\u062f\u0627\u061b \u062c\u0627\u06cc\u06cc \u06a9\u0647 \u062f\u0627\u0633\u062a\u0627\u0646\u200c\u0647\u0627 \u0634\u0646\u06cc\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u0646\u062f\u2026<\/div>\n                                \u0645\u0627 \u062f\u0631 \u0627\u0633\u062a\u0648\u062f\u06cc\u0648 \u062e\u0644\u0627\u0642\u06cc\u062a \u0622\u0633\u0645\u0627\u0646 \u0635\u062f\u0627 \u0645\u0639\u062a\u0642\u062f\u06cc\u0645 \u06a9\u0647 \u0647\u0631 \u0628\u0631\u0646\u062f\u060c \u06cc\u06a9 \u0645\u0648\u062c\u0648\u062f \u0632\u0646\u062f\u0647 \u0627\u0633\u062a \u0648 \u0647\u0631 \u0645\u0648\u062c\u0648\u062f \u0632\u0646\u062f\u0647\u200c\u0627\u06cc\u060c \u0635\u062f\u0627\u06cc\u06cc \u0645\u0646\u062d\u0635\u0631\u0628\u0647\u200c\u0641\u0631\u062f \u062f\u0627\u0631\u062f. \u062f\u0627\u0633\u062a\u0627\u0646 \u0645\u0627 \u0627\u0632 \u0633\u0627\u0644 \u06f1\u06f3\u06f9\u06f8 \u0634\u0631\u0648\u0639 \u0634\u062f\u061b \u062c\u0627\u06cc\u06cc \u06a9\u0647 \u062a\u0635\u0645\u06cc\u0645 \u06af\u0631\u0641\u062a\u06cc\u0645 \u0641\u0631\u0627\u062a\u0631 \u0627\u0632 \u06cc\u06a9 \u0634\u0631\u06a9\u062a \u062a\u0648\u0644\u06cc\u062f \u0645\u062d\u062a\u0648\u0627 \u0628\u0627\u0634\u06cc\u0645 \u0648 \u0628\u0631\u0627\u06cc \u0628\u0631\u0646\u062f\u0647\u0627\u060c \u00ab\u062a\u062c\u0631\u0628\u0647\u00bb \u062e\u0644\u0642 \u06a9\u0646\u06cc\u0645.<br><br>\n                                \u0645\u0627 \u062a\u06cc\u0645\u06cc \u0627\u0632 \u0645\u062a\u062e\u0635\u0635\u0627\u0646 \u0635\u062f\u0627\u060c \u0645\u0627\u0631\u06a9\u062a\u06cc\u0646\u06af\u060c \u062a\u0635\u0648\u06cc\u0631 \u0648 \u0627\u0633\u062a\u0631\u0627\u062a\u0698\u06cc\u0633\u062a\u200c\u0647\u0627\u06cc \u0645\u062d\u062a\u0648\u0627 \u0647\u0633\u062a\u06cc\u0645 \u06a9\u0647 \u06a9\u0646\u0627\u0631 \u0647\u0645 \u062c\u0645\u0639 \u0634\u062f\u0647\u200c\u0627\u06cc\u0645 \u062a\u0627 \u0641\u0627\u0635\u0644\u0647\u200c\u06cc \u0628\u06cc\u0646 \u0634\u0645\u0627 \u0648 \u0645\u062e\u0627\u0637\u0628\u0627\u0646\u062a\u0627\u0646 \u0631\u0627 \u0628\u0627 \u062c\u0627\u062f\u0648\u06cc \u0631\u0648\u0627\u06cc\u062a\u200c\u06af\u0631\u06cc \u067e\u0631 \u06a9\u0646\u06cc\u0645. \u062f\u0631 \u0622\u0633\u0645\u0627\u0646 \u0635\u062f\u0627\u060c \u0645\u0627 \u0641\u0642\u0637 \u0645\u062d\u062a\u0648\u0627 \u062a\u0648\u0644\u06cc\u062f \u0646\u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645\u061b \u0645\u0627 \u0628\u0647 \u0628\u0631\u0646\u062f \u0634\u0645\u0627 \u0634\u062e\u0635\u06cc\u062a \u0645\u06cc\u200c\u062f\u0647\u06cc\u0645 \u062a\u0627 \u0639\u0645\u06cc\u0642\u200c\u062a\u0631\u060c \u0648\u0627\u0642\u0639\u06cc\u200c\u062a\u0631 \u0648 \u062e\u0644\u0627\u0642\u0627\u0646\u0647\u200c\u062a\u0631 \u0628\u0627 \u062c\u0647\u0627\u0646 \u0627\u0637\u0631\u0627\u0641\u0634 \u0627\u0631\u062a\u0628\u0627\u0637 \u0628\u0631\u0642\u0631\u0627\u0631 \u06a9\u0646\u062f. \u0627\u0632 \u06cc\u06a9 \u067e\u0627\u062f\u06a9\u0633\u062a \u0635\u0645\u06cc\u0645\u06cc \u062a\u0627 \u06cc\u06a9 \u06a9\u0645\u067e\u06cc\u0646 \u06f3\u06f6\u06f0 \u062f\u0631\u062c\u0647\u200c\u06cc \u067e\u0631\u0633\u0631\u0635\u062f\u0627\u060c \u0645\u0627 \u0628\u0627 \u0645\u062c\u0647\u0632\u062a\u0631\u06cc\u0646 \u0627\u0633\u062a\u0648\u062f\u06cc\u0648\u0647\u0627 \u0648 \u0646\u06af\u0627\u0647\u06cc \u0627\u0633\u062a\u0631\u0627\u062a\u0698\u06cc\u06a9\u060c \u0647\u0645\u200c\u0645\u0633\u06cc\u0631 \u0631\u0634\u062f \u0634\u0645\u0627 \u0647\u0633\u062a\u06cc\u0645.<br><br>\n                                <span style=\"color: var(--white); font-weight: 800;\">\u0686\u0648\u0646 \u0628\u0627\u0648\u0631 \u062f\u0627\u0631\u06cc\u0645 \u0635\u062f\u0627\u06cc \u0628\u0631\u0646\u062f \u0634\u0645\u0627\u060c \u0628\u0627\u06cc\u062f \u0627\u0632 \u0622\u0633\u0645\u0627\u0646 \u0634\u0646\u06cc\u062f\u0647 \u0634\u0648\u062f.<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/section>\n                    \n                    <div style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; margin-top: -10px;\">\n                         <div class=\"card\" style=\"text-align: center; padding: 15px 5px; margin: 0;\">\n                              <div class=\"title\" style=\"font-size: 18px; color: var(--primary);\">+<span class=\"counter-value\" data-target=\"90\">\u06f0<\/span><\/div>\n                              <div style=\"font-size: 11px; color: var(--text-muted); margin-top: 5px;\">\u0628\u0631\u0646\u062f \u0645\u0639\u062a\u0628\u0631<\/div>\n                         <\/div>\n                         <div class=\"card\" style=\"text-align: center; padding: 15px 2px; margin: 0;\">\n                              <div class=\"title\" style=\"font-size: 18px; color: var(--primary);\">+<span class=\"counter-value\" data-target=\"600\">\u06f0<\/span><\/div>\n                              <div style=\"font-size: 10px; color: var(--text-muted); margin-top: 5px; line-height: 1.4;\">\u0645\u062d\u062a\u0648\u0627\u06cc \u062a\u0648\u0644\u06cc\u062f \u0634\u062f\u0647<\/div>\n                         <\/div>\n                         <div class=\"card\" style=\"text-align: center; padding: 15px 5px; margin: 0;\">\n                              <div class=\"title\" style=\"font-size: 18px; color: var(--primary);\">+<span class=\"counter-value\" data-target=\"15\">\u06f0<\/span><\/div>\n                              <div style=\"font-size: 11px; color: var(--text-muted); margin-top: 5px;\">\u06a9\u0645\u067e\u06cc\u0646\u200c\u0647\u0627\u06cc \u0645\u0648\u0641\u0642<\/div>\n                         <\/div>\n                    <\/div>\n\n                    <div class=\"card\">\n                        <div style=\"display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;\">\n                            <div class=\"title\" style=\"font-size: 14px;\"><i class=\"fa-solid fa-star\" style=\"color: var(--primary)\"><\/i> \u062e\u062f\u0645\u0627\u062a \u0645\u0646\u062a\u062e\u0628 \u0645\u0627<\/div>\n                            <div style=\"font-size: 11px; color: var(--primary); cursor: pointer; font-weight: bold;\" onclick=\"navTo('services')\">\u0647\u0645\u0647 <i class=\"fa-solid fa-chevron-left\"><\/i><\/div>\n                        <\/div>\n                        \n                        <div class=\"home-services-grid\">\n                            ${CONFIG.services.slice(0, 3).map(s => `\n                                <div class=\"tile\" style=\"display: flex; align-items: center; gap: 12px; cursor: pointer; margin-top: 0;\" onclick=\"navTo('services')\">\n                                    <i class=\"fa-solid ${s.icon}\" style=\"color: var(--primary); font-size: 18px; width: 24px; text-align: center;\"><\/i>\n                                    <div style=\"flex: 1;\">\n                                        <div style=\"font-size: 13px; font-weight: 800; color: var(--white);\">${s.title}<\/div>\n\n                                    <\/div>\n                                    <i class=\"fa-solid fa-angle-left\" style=\"color: var(--text-muted); font-size: 12px;\"><\/i>\n                                <\/div>\n                            `).join('')}\n                        <\/div>\n                    <\/div>\n                <\/div>\n            `;\n            \/\/ \u0627\u062c\u0631\u0627\u06cc \u0627\u0641\u06a9\u062a \u0634\u0645\u0627\u0631\u0646\u062f\u0647 \u0628\u0627 \u06cc\u06a9 \u062a\u0627\u062e\u06cc\u0631 \u06a9\u0648\u062a\u0627\u0647 \u067e\u0633 \u0627\u0632 \u0633\u0627\u062e\u062a\u0647 \u0634\u062f\u0646 \u0627\u0644\u0645\u0627\u0646\u200c\u0647\u0627\n            setTimeout(animateCounters, 50);\n            \n        } else if(id === 'services') {\n            badge.textContent = \"\u062e\u062f\u0645\u0627\u062a \u062a\u062e\u0635\u0635\u06cc\";\n            main.innerHTML = `\n                <div class=\"fade\" style=\"padding-top: 20px;\">\n                    <p style=\"font-size: 13px; color: var(--text-muted); margin-bottom: 20px;\">\u0645\u0627 \u0628\u0627 \u0627\u0631\u0627\u0626\u0647 \u062e\u062f\u0645\u0627\u062a \u06f3\u06f6\u06f0 \u062f\u0631\u062c\u0647 \u062a\u0648\u0644\u06cc\u062f \u0645\u062d\u062a\u0648\u0627\u060c \u0628\u0631\u0646\u062f \u0634\u0645\u0627 \u0631\u0627 \u0645\u062a\u0645\u0627\u06cc\u0632 \u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645:<\/p>\n                    <div class=\"grid-2\">\n                        ${CONFIG.services.map(s => `\n                            <div class=\"card\" style=\"margin-bottom: 0; padding: 15px; cursor: pointer; user-select: none;\" onclick=\"const desc = this.querySelector('.service-desc'); const icon = this.querySelector('.chevron-icon'); if(desc.style.display==='none'){desc.style.display='block'; icon.style.transform='rotate(180deg)';}else{desc.style.display='none'; icon.style.transform='rotate(0deg)';}\">\n                                <div style=\"display: flex; gap: 15px; align-items: center;\">\n                                    <div class=\"icon-box\" style=\"width: 38px; height: 38px; font-size: 16px;\"><i class=\"fa-solid ${s.icon}\"><\/i><\/div>\n                                    <div class=\"title\" style=\"font-size: 14px; flex: 1;\">${s.title}<\/div>\n                                    <i class=\"fa-solid fa-chevron-down chevron-icon\" style=\"color: var(--text-muted); transition: 0.3s;\"><\/i>\n                                <\/div>\n                                <div class=\"service-desc\" style=\"display: none; font-size: 12px; color: var(--text-muted); margin-top: 10px; padding-right: 53px;\">\n                                    ${s.desc}\n                                <\/div>\n                            <\/div>\n                        `).join('')}\n                    <\/div>\n                <\/div>\n            `;\n        } else if(id === 'advantages') {\n            badge.textContent = \"\u0645\u0632\u06cc\u062a\u200c\u0647\u0627\u06cc \u0645\u0627\";\n            main.innerHTML = `\n                <div class=\"fade\" style=\"padding-top: 20px;\">\n                    <div class=\"card\">\n                        <div class=\"title\" style=\"font-size: 18px; margin-bottom: 20px;\"><i class=\"fa-solid fa-star\" style=\"color: var(--primary)\"><\/i> \u0645\u0632\u06cc\u062a\u200c\u0647\u0627\u06cc \u0631\u0642\u0627\u0628\u062a\u06cc \u0622\u0633\u0645\u0627\u0646 \u0635\u062f\u0627<\/div>\n                        <p style=\"font-size: 13px; color: var(--text-muted); margin-bottom: 20px;\">\u0686\u0631\u0627 \u0628\u0631\u0646\u062f\u0647\u0627\u06cc \u0645\u0639\u062a\u0628\u0631 \u0645\u0627 \u0631\u0627 \u0628\u0631\u0627\u06cc \u0647\u0645\u06a9\u0627\u0631\u06cc \u0627\u0646\u062a\u062e\u0627\u0628 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f\u061f<\/p>\n                        <div class=\"grid-2\">\n                            ${CONFIG.advantages.map(a => `\n                                <div class=\"card\" style=\"display: flex; gap: 15px; align-items: center; margin-bottom: 0;\">\n                                    <div class=\"icon-box\"><i class=\"fa-solid ${a.icon}\"><\/i><\/div>\n                                    <div class=\"title\" style=\"font-size: 14px;\">${a.t}<\/div>\n                                <\/div>\n                            `).join('')}\n                        <\/div>\n                    <\/div>\n                <\/div>\n            `;\n        } else if(id === 'clients') {\n            badge.textContent = \"\u0645\u0634\u062a\u0631\u06cc\u0627\u0646 \u0645\u0639\u062a\u0628\u0631\";\n            let html = `<div class=\"fade\" style=\"padding-top: 20px;\">`;\n            html += `<p style=\"font-size: 13px; color: var(--text-muted); text-align: center; margin-bottom: 25px;\">\u0627\u0641\u062a\u062e\u0627\u0631 \u0647\u0645\u06a9\u0627\u0631\u06cc \u0628\u0627 \u0628\u06cc\u0634 \u0627\u0632 \u06f9\u06f0 \u0628\u0631\u0646\u062f \u067e\u06cc\u0634\u0631\u0648 \u062f\u0631 \u0635\u0646\u0627\u06cc\u0639 \u0645\u062e\u062a\u0644\u0641.<\/p>`;\n            \n            CONFIG.categories.forEach(cat => {\n                html += `<div class=\"category-title\">${cat.name}<\/div>`;\n                html += `<div class=\"client-grid\">`;\n                cat.brands.forEach(b => {\n                    html += `\n                        <div class=\"client-card\">\n                            ${b.l ? `<img decoding=\"async\" src=\"${b.l}\" alt=\"${b.n}\" onerror=\"this.style.display='none'\">` : ''}\n                            <span>${b.n}<\/span>\n                        <\/div>\n                    `;\n                });\n                html += `<\/div>`;\n            });\n            html += `<\/div>`;\n            main.innerHTML = html;\n        } else if(id === 'contact') {\n            badge.textContent = \"\u0627\u0631\u062a\u0628\u0627\u0637 \u0628\u0627 \u0645\u0627\";\n            main.innerHTML = `\n                <div class=\"fade\" style=\"padding-top: 20px;\">\n                    <div class=\"contact-layout\">\n                        <div>\n                            <div class=\"card\">\n                                <div class=\"title\" style=\"margin-bottom: 20px;\">\u0628\u0631\u0627\u06cc \u0633\u0627\u062e\u062a\u0646 \u0635\u062f\u0627\u06cc \u0645\u062a\u0641\u0627\u0648\u062a \u0628\u0631\u0646\u062f\u062a\u0627\u0646:<\/div>\n                                <a href=\"tel:${CONFIG.brand.phone.replace(\/-\/g, '')}\" class=\"tile\" style=\"display: flex; align-items: center; gap: 15px; padding: 15px; text-decoration: none; color: inherit;\">\n                                    <i class=\"fa-solid fa-phone-volume fa-lg\" style=\"color: var(--primary)\"><\/i>\n                                    <div>\n                                        <div style=\"font-size: 11px; color: var(--text-muted);\">\u062a\u0644\u0641\u0646 \u0645\u0633\u062a\u0642\u06cc\u0645 \u0627\u0633\u062a\u0648\u062f\u06cc\u0648<\/div>\n                                        <div class=\"title\" style=\"font-size: 16px;\">${CONFIG.brand.phone}<\/div>\n                                    <\/div>\n                                <\/a>\n                                <a href=\"tel:${CONFIG.brand.mobile}\" class=\"tile\" style=\"display: flex; align-items: center; gap: 15px; padding: 15px; text-decoration: none; color: inherit;\">\n                                    <i class=\"fa-solid fa-mobile-screen-button fa-lg\" style=\"color: var(--primary)\"><\/i>\n                                    <div>\n                                        <div style=\"font-size: 11px; color: var(--text-muted);\">\u0634\u0645\u0627\u0631\u0647 \u0647\u0645\u0631\u0627\u0647<\/div>\n                                        <div class=\"title\" style=\"font-size: 16px; direction: ltr; text-align: right;\">${CONFIG.brand.mobile}<\/div>\n                                    <\/div>\n                                <\/a>\n                                <a href=\"mailto:${CONFIG.brand.email}\" class=\"tile\" style=\"display: flex; align-items: center; gap: 15px; padding: 15px; text-decoration: none; color: inherit;\">\n                                    <i class=\"fa-solid fa-envelope-open-text fa-lg\" style=\"color: var(--primary)\"><\/i>\n                                    <div>\n                                        <div style=\"font-size: 11px; color: var(--text-muted);\">\u067e\u0633\u062a \u0627\u0644\u06a9\u062a\u0631\u0648\u0646\u06cc\u06a9<\/div>\n                                        <div class=\"title\" style=\"font-size: 16px;\">${CONFIG.brand.email}<\/div>\n                                    <\/div>\n                                <\/a>\n                            <\/div>\n\n                            <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px;\">\n                                <button class=\"btn\" style=\"background: #e1306c; color: white;\" onclick=\"window.open('https:\/\/instagram.com\/' + CONFIG.brand.instagram, '_blank')\"><i class=\"fa-brands fa-instagram\"><\/i> \u0627\u06cc\u0646\u0633\u062a\u0627\u06af\u0631\u0627\u0645<\/button>\n                                <button class=\"btn\" style=\"background: #0088cc; color: white;\" onclick=\"window.open('https:\/\/t.me\/' + CONFIG.brand.telegram, '_blank')\"><i class=\"fa-brands fa-telegram\"><\/i> \u062a\u0644\u06af\u0631\u0627\u0645<\/button>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Contact Form Card -->\n                        <div class=\"card\" style=\"margin-bottom: 16px;\">\n                            <div class=\"title\" style=\"font-size: 16px; margin-bottom: 15px;\"><i class=\"fa-solid fa-paper-plane\" style=\"color: var(--primary)\"><\/i> \u0641\u0631\u0645 \u0627\u0631\u0633\u0627\u0644 \u067e\u06cc\u0627\u0645 \u0633\u0631\u06cc\u0639<\/div>\n                            <form onsubmit=\"handleContactSubmit(event)\">\n                                <input type=\"text\" id=\"senderName\" placeholder=\"\u0646\u0627\u0645 \u0648 \u0646\u0627\u0645 \u062e\u0627\u0646\u0648\u0627\u062f\u06af\u06cc\" required class=\"form-input\">\n                                <input type=\"tel\" id=\"senderPhone\" placeholder=\"\u0634\u0645\u0627\u0631\u0647 \u062a\u0645\u0627\u0633\" required class=\"form-input\">\n                                <textarea id=\"senderMessage\" placeholder=\"\u067e\u06cc\u0627\u0645 \u062e\u0648\u062f \u0631\u0627 \u0628\u0646\u0648\u06cc\u0633\u06cc\u062f...\" rows=\"3\" required class=\"form-input\" style=\"resize: none;\"><\/textarea>\n                                \n                                <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 5px;\">\n                                    <button type=\"submit\" class=\"btn\" style=\"background: #0088cc; color: white; font-size: 13px;\" onclick=\"window.submitAction='telegram'\">\n                                        <i class=\"fa-brands fa-telegram fa-lg\"><\/i> \u0627\u0631\u0633\u0627\u0644 \u062f\u0631 \u062a\u0644\u06af\u0631\u0627\u0645\n                                    <\/button>\n                                    <button type=\"submit\" class=\"btn\" style=\"background: #e2e8f0; color: var(--bg-dark); font-size: 13px;\" onclick=\"window.submitAction='email'\">\n                                        <i class=\"fa-solid fa-envelope fa-lg\"><\/i> \u0627\u0631\u0633\u0627\u0644 \u0627\u06cc\u0645\u06cc\u0644\n                                    <\/button>\n                                <\/div>\n                            <\/form>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            `;\n        }\n    };\n\n    const navTo = (id) => {\n        document.querySelectorAll('.nav-btn').forEach(b => b.classList.remove('active'));\n        const activeBtn = Array.from(document.querySelectorAll('.nav-btn')).find(b => b.dataset.id === id);\n        if(activeBtn) activeBtn.classList.add('active');\n        render(id);\n        window.scrollTo(0,0);\n    };\n\n    const initNav = () => {\n        const navs = [\n            { id: 'home', icon: 'fa-house', label: '\u062e\u0627\u0646\u0647' },\n            { id: 'services', icon: 'fa-headphones', label: '\u062e\u062f\u0645\u0627\u062a' },\n            { id: 'clients', icon: 'fa-users', label: '\u0645\u0634\u062a\u0631\u06cc\u0627\u0646' },\n            { id: 'advantages', icon: 'fa-star', label: '\u0645\u0632\u0627\u06cc\u0627' },\n            { id: 'contact', icon: 'fa-phone', label: '\u062a\u0645\u0627\u0633' }\n        ];\n        document.getElementById('nav-btns').innerHTML = navs.map(n => `\n            <button class=\"nav-btn ${n.id === 'home' ? 'active' : ''}\" data-id=\"${n.id}\" onclick=\"navTo('${n.id}')\">\n                <i class=\"fa-solid ${n.icon}\"><\/i>\n                <span>${n.label}<\/span>\n            <\/button>\n        `).join('');\n    };\n\n    initNav();\n    render('home');\n<\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0622\u0633\u0645\u0627\u0646 \u0635\u062f\u0627 \u2014 \u0627\u0633\u062a\u0648\u062f\u06cc\u0648 \u062e\u0644\u0627\u0642\u06cc\u062a \u0622\u0633\u0645\u0627\u0646 \u0635\u062f\u0627 \u062e\u0627\u0646\u0647<\/p>\n","protected":false},"author":1,"featured_media":79,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"elementor_canvas","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-77","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/asemaneseda.ir\/index.php?rest_route=\/wp\/v2\/pages\/77","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/asemaneseda.ir\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/asemaneseda.ir\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/asemaneseda.ir\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/asemaneseda.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=77"}],"version-history":[{"count":7,"href":"https:\/\/asemaneseda.ir\/index.php?rest_route=\/wp\/v2\/pages\/77\/revisions"}],"predecessor-version":[{"id":87,"href":"https:\/\/asemaneseda.ir\/index.php?rest_route=\/wp\/v2\/pages\/77\/revisions\/87"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/asemaneseda.ir\/index.php?rest_route=\/wp\/v2\/media\/79"}],"wp:attachment":[{"href":"https:\/\/asemaneseda.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=77"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}