{"id":7514,"date":"2024-08-13T15:56:35","date_gmt":"2024-08-13T15:56:35","guid":{"rendered":"https:\/\/erticaz.com\/?page_id=7514"},"modified":"2026-04-29T12:39:41","modified_gmt":"2026-04-29T09:39:41","slug":"services","status":"publish","type":"page","link":"https:\/\/erticaz.com\/en\/services\/","title":{"rendered":"Services"},"content":{"rendered":"<p><!-- Importing Cairo Font --><\/p>\n<p>    \/* Scoped Styles for WordPress Compatibility &#8211; using a specific wrapper class is safer, but inline styles work best for classic editor.<br \/>\n           We will use a main wrapper ID to scope styles as much as possible. *\/<br \/>\n    #erticaz-services-wrapper {<br \/>\n        font-family: &#8216;Cairo&#8217;, sans-serif;<br \/>\n        color: #333;<br \/>\n        background-color: #fcfcfc;<br \/>\n        line-height: 1.6;<br \/>\n        margin: 0;<br \/>\n        padding: 0;<br \/>\n        box-sizing: border-box;<br \/>\n        overflow-x: hidden;<br \/>\n        direction: rtl;<br \/>\n        \/* Force RTL *\/<br \/>\n        text-align: right;<br \/>\n        \/* Force Right Align *\/<br \/>\n        width: 100%;<br \/>\n    }<\/p>\n<p>    \/* Reset common theme conflicts *\/<br \/>\n    #erticaz-services-wrapper h1,<br \/>\n    #erticaz-services-wrapper h2,<br \/>\n    #erticaz-services-wrapper h3,<br \/>\n    #erticaz-services-wrapper p,<br \/>\n    #erticaz-services-wrapper div,<br \/>\n    #erticaz-services-wrapper span {<br \/>\n        box-sizing: border-box;<br \/>\n        margin-top: 0;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper * {<br \/>\n        box-sizing: border-box;<br \/>\n    }<\/p>\n<p>    \/* Variables *\/<br \/>\n    #erticaz-services-wrapper {<br \/>\n        &#8211;primary-color: #1e3a8a;<br \/>\n        \/* Deep Blue *\/<br \/>\n        &#8211;accent-color: #f59e0b;<br \/>\n        \/* Amber\/Gold *\/<br \/>\n        &#8211;secondary-color: #3b82f6;<br \/>\n        \/* Lighter Blue *\/<br \/>\n        &#8211;text-dark: #1f2937;<br \/>\n        &#8211;text-light: #6b7280;<br \/>\n        &#8211;white: #ffffff;<br \/>\n        &#8211;bg-light: #f3f4f6;<br \/>\n        &#8211;gradient-bg: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);<br \/>\n    }<\/p>\n<p>    \/* Animations *\/<br \/>\n    @keyframes fadeInDown {<br \/>\n        from {<br \/>\n            opacity: 0;<br \/>\n            transform: translateY(-20px);<br \/>\n        }<\/p>\n<p>        to {<br \/>\n            opacity: 1;<br \/>\n            transform: translateY(0);<br \/>\n        }<br \/>\n    }<\/p>\n<p>    @keyframes fadeInUp {<br \/>\n        from {<br \/>\n            opacity: 0;<br \/>\n            transform: translateY(20px);<br \/>\n        }<\/p>\n<p>        to {<br \/>\n            opacity: 1;<br \/>\n            transform: translateY(0);<br \/>\n        }<br \/>\n    }<\/p>\n<p>    @keyframes pulse {<br \/>\n        0% {<br \/>\n            transform: scale(1);<br \/>\n            box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);<br \/>\n        }<\/p>\n<p>        70% {<br \/>\n            transform: scale(1.05);<br \/>\n            box-shadow: 0 0 0 10px rgba(245, 158, 11, 0);<br \/>\n        }<\/p>\n<p>        100% {<br \/>\n            transform: scale(1);<br \/>\n            box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);<br \/>\n        }<br \/>\n    }<\/p>\n<p>    @keyframes float {<br \/>\n        0% {<br \/>\n            transform: translateY(0px);<br \/>\n        }<\/p>\n<p>        50% {<br \/>\n            transform: translateY(-10px);<br \/>\n        }<\/p>\n<p>        100% {<br \/>\n            transform: translateY(0px);<br \/>\n        }<br \/>\n    }<\/p>\n<p>    \/* Hero Section *\/<br \/>\n    #erticaz-services-wrapper .hero-section {<br \/>\n        background: var(&#8211;gradient-bg);<br \/>\n        color: var(&#8211;white);<br \/>\n        padding: 80px 20px 100px;<br \/>\n        text-align: center;<br \/>\n        position: relative;<br \/>\n        overflow: hidden;<br \/>\n        border-bottom-left-radius: 50px;<br \/>\n        border-bottom-right-radius: 50px;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .hero-content {<br \/>\n        position: relative;<br \/>\n        z-index: 2;<br \/>\n        max-width: 800px;<br \/>\n        margin: 0 auto;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .hero-title {<br \/>\n        font-size: 3rem;<br \/>\n        font-weight: 800;<br \/>\n        margin-bottom: 20px;<br \/>\n        animation: fadeInDown 1s ease-out;<br \/>\n        color: var(&#8211;white);<br \/>\n        \/* Ensure visible text *\/<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .hero-subtitle {<br \/>\n        font-size: 1.25rem;<br \/>\n        opacity: 0.9;<br \/>\n        margin-bottom: 40px;<br \/>\n        animation: fadeInUp 1s ease-out 0.3s forwards;<br \/>\n        opacity: 0;<br \/>\n        \/* Star hidden for animation *\/<br \/>\n    }<\/p>\n<p>    \/* Decorative Circles in bg *\/<br \/>\n    #erticaz-services-wrapper .circle-bg {<br \/>\n        position: absolute;<br \/>\n        border-radius: 50%;<br \/>\n        background: rgba(255, 255, 255, 0.05);<br \/>\n        z-index: 1;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .c1 {<br \/>\n        width: 300px;<br \/>\n        height: 300px;<br \/>\n        top: -50px;<br \/>\n        left: -50px;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .c2 {<br \/>\n        width: 200px;<br \/>\n        height: 200px;<br \/>\n        bottom: 20px;<br \/>\n        right: -20px;<br \/>\n    }<\/p>\n<p>    \/* Core Services *\/<br \/>\n    #erticaz-services-wrapper .services-container {<br \/>\n        max-width: 1100px;<br \/>\n        margin: -60px auto 50px;<br \/>\n        padding: 0 20px;<br \/>\n        position: relative;<br \/>\n        z-index: 3;<br \/>\n        display: grid;<br \/>\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));<br \/>\n        gap: 30px;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .service-card {<br \/>\n        background: var(&#8211;white);<br \/>\n        border-radius: 20px;<br \/>\n        padding: 40px 30px;<br \/>\n        text-align: center;<br \/>\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);<br \/>\n        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);<br \/>\n        border-top: 5px solid transparent;<br \/>\n        animation: fadeInUp 0.8s ease-out 0.5s forwards;<br \/>\n        opacity: 0;<br \/>\n        \/* Start hidden *\/<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .service-card:hover {<br \/>\n        transform: translateY(-15px);<br \/>\n        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);<br \/>\n        border-top-color: var(&#8211;accent-color);<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .icon-wrapper {<br \/>\n        width: 80px;<br \/>\n        height: 80px;<br \/>\n        background: var(&#8211;bg-light);<br \/>\n        border-radius: 50%;<br \/>\n        display: flex;<br \/>\n        align-items: center;<br \/>\n        justify-content: center;<br \/>\n        margin: 0 auto 25px;<br \/>\n        font-size: 2.5rem;<br \/>\n        color: var(&#8211;primary-color);<br \/>\n        transition: all 0.3s ease;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .service-card:hover .icon-wrapper {<br \/>\n        background: var(&#8211;primary-color);<br \/>\n        color: var(&#8211;white);<br \/>\n        transform: rotateY(180deg);<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .service-title {<br \/>\n        font-size: 1.5rem;<br \/>\n        font-weight: 700;<br \/>\n        color: var(&#8211;text-dark);<br \/>\n        margin-bottom: 15px;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .service-desc {<br \/>\n        color: var(&#8211;text-light);<br \/>\n        font-size: 0.95rem;<br \/>\n        margin-bottom: 20px;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .price-badge {<br \/>\n        display: inline-block;<br \/>\n        background: #ecfdf5;<br \/>\n        color: #059669;<br \/>\n        padding: 5px 15px;<br \/>\n        border-radius: 50px;<br \/>\n        font-weight: 700;<br \/>\n        font-size: 0.9rem;<br \/>\n    }<\/p>\n<p>    \/* Future Services Section *\/<br \/>\n    #erticaz-services-wrapper .future-section {<br \/>\n        padding: 60px 20px;<br \/>\n        text-align: center;<br \/>\n        background-color: var(&#8211;white);<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .section-header {<br \/>\n        max-width: 700px;<br \/>\n        margin: 0 auto 50px;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .section-title {<br \/>\n        font-size: 2.2rem;<br \/>\n        color: var(&#8211;primary-color);<br \/>\n        font-weight: 800;<br \/>\n        margin-bottom: 15px;<br \/>\n        position: relative;<br \/>\n        display: inline-block;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .section-title::after {<br \/>\n        content: &#8221;;<br \/>\n        display: block;<br \/>\n        width: 60px;<br \/>\n        height: 4px;<br \/>\n        background: var(&#8211;accent-color);<br \/>\n        margin: 10px auto 0;<br \/>\n        border-radius: 2px;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .future-grid {<br \/>\n        display: flex;<br \/>\n        flex-wrap: wrap;<br \/>\n        justify-content: center;<br \/>\n        gap: 20px;<br \/>\n        max-width: 1000px;<br \/>\n        margin: 0 auto;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .future-item {<br \/>\n        background: var(&#8211;white);<br \/>\n        border: 1px solid #e5e7eb;<br \/>\n        padding: 20px 30px;<br \/>\n        border-radius: 12px;<br \/>\n        display: flex;<br \/>\n        align-items: center;<br \/>\n        gap: 15px;<br \/>\n        min-width: 280px;<br \/>\n        transition: all 0.3s ease;<br \/>\n        cursor: default;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .future-item:hover {<br \/>\n        border-color: var(&#8211;primary-color);<br \/>\n        transform: translateX(-5px);<br \/>\n        \/* Move left because RTL *\/<br \/>\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .check-icon {<br \/>\n        color: var(&#8211;accent-color);<br \/>\n        font-weight: bold;<br \/>\n        font-size: 1.2rem;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .cta-section {<br \/>\n        text-align: center;<br \/>\n        padding: 80px 20px;<br \/>\n        background: #f8fafc;<br \/>\n        margin-top: 50px;<br \/>\n        border-radius: 20px;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .cta-btn {<br \/>\n        display: inline-block;<br \/>\n        background: var(&#8211;accent-color);<br \/>\n        color: var(&#8211;white);<br \/>\n        font-weight: 700;<br \/>\n        padding: 18px 40px;<br \/>\n        border-radius: 50px;<br \/>\n        text-decoration: none;<br \/>\n        font-size: 1.2rem;<br \/>\n        transition: all 0.3s;<br \/>\n        animation: pulse 2s infinite;<br \/>\n        border: none;<br \/>\n        cursor: pointer;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .cta-btn:hover {<br \/>\n        background: #d97706;<br \/>\n        \/* Darker amber *\/<br \/>\n        transform: scale(1.02);<br \/>\n        animation: none;<br \/>\n    }<\/p>\n<p>    \/* Associations Special Section *\/<br \/>\n    #erticaz-services-wrapper .assoc-section {<br \/>\n        padding: 80px 20px;<br \/>\n        background: #fff;<br \/>\n        position: relative;<br \/>\n        text-align: center;<br \/>\n        overflow: hidden;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .assoc-container {<br \/>\n        max-width: 1000px;<br \/>\n        margin: 0 auto;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .assoc-badge {<br \/>\n        display: inline-block;<br \/>\n        background: rgba(30, 58, 138, 0.1);<br \/>\n        color: var(&#8211;primary-color);<br \/>\n        padding: 8px 20px;<br \/>\n        border-radius: 30px;<br \/>\n        font-weight: 700;<br \/>\n        font-size: 0.95rem;<br \/>\n        margin-bottom: 20px;<br \/>\n        border: 1px solid rgba(30, 58, 138, 0.2);<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .assoc-title {<br \/>\n        font-size: 2.5rem;<br \/>\n        font-weight: 800;<br \/>\n        color: var(&#8211;text-dark);<br \/>\n        margin-bottom: 30px;<br \/>\n        line-height: 1.3;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .assoc-grid {<br \/>\n        display: grid;<br \/>\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));<br \/>\n        gap: 40px;<br \/>\n        margin-top: 50px;<br \/>\n        text-align: right;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .assoc-card {<br \/>\n        background: #f8fafc;<br \/>\n        padding: 30px;<br \/>\n        border-radius: 15px;<br \/>\n        border-right: 4px solid var(&#8211;accent-color);<br \/>\n        transition: transform 0.3s ease;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .assoc-card:hover {<br \/>\n        transform: translateY(-5px);<br \/>\n        background: #fff;<br \/>\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .assoc-icon {<br \/>\n        font-size: 2rem;<br \/>\n        margin-bottom: 15px;<br \/>\n        display: block;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .assoc-card-title {<br \/>\n        font-size: 1.3rem;<br \/>\n        font-weight: 700;<br \/>\n        color: var(&#8211;primary-color);<br \/>\n        margin-bottom: 10px;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .assoc-highlight {<br \/>\n        color: var(&#8211;accent-color);<br \/>\n        font-weight: bold;<br \/>\n    }<\/p>\n<p>    \/* Responsive *\/<br \/>\n    @media (max-width: 768px) {<br \/>\n        #erticaz-services-wrapper .hero-title {<br \/>\n            font-size: 2rem;<br \/>\n        }<\/p>\n<p>        #erticaz-services-wrapper .assoc-title {<br \/>\n            font-size: 1.8rem;<br \/>\n        }<\/p>\n<p>        #erticaz-services-wrapper .services-container {<br \/>\n            margin-top: -30px;<br \/>\n        }<\/p>\n<p>        #erticaz-services-wrapper .service-card {<br \/>\n            padding: 30px 20px;<br \/>\n        }<\/p>\n<p>        #erticaz-services-wrapper .assoc-grid {<br \/>\n            text-align: center;<br \/>\n        }<\/p>\n<p>        #erticaz-services-wrapper .assoc-card {<br \/>\n            border-right: none;<br \/>\n            border-top: 44px solid var(&#8211;accent-color);<br \/>\n        }<br \/>\n    }<\/p>\n<p>    \/* Contact Form Section *\/<br \/>\n    #erticaz-services-wrapper .contact-section {<br \/>\n        background: linear-gradient(135deg, #1e3a8a 0%, #111827 100%);<br \/>\n        color: var(&#8211;white);<br \/>\n        padding: 80px 20px;<br \/>\n        border-radius: 20px;<br \/>\n        margin-top: 60px;<br \/>\n        text-align: right;<br \/>\n        position: relative;<br \/>\n        overflow: hidden;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .contact-container {<br \/>\n        max-width: 800px;<br \/>\n        margin: 0 auto;<br \/>\n        position: relative;<br \/>\n        z-index: 2;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .form-title {<br \/>\n        font-size: 2.5rem;<br \/>\n        font-weight: 800;<br \/>\n        margin-bottom: 10px;<br \/>\n        color: var(&#8211;white);<br \/>\n        text-align: center;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .form-subtitle {<br \/>\n        text-align: center;<br \/>\n        opacity: 0.8;<br \/>\n        margin-bottom: 40px;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .form-group {<br \/>\n        margin-bottom: 20px;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper label {<br \/>\n        display: block;<br \/>\n        margin-bottom: 8px;<br \/>\n        font-weight: 600;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .form-control {<br \/>\n        width: 100%;<br \/>\n        padding: 15px;<br \/>\n        border-radius: 10px;<br \/>\n        border: 2px solid rgba(255, 255, 255, 0.1);<br \/>\n        background: rgba(255, 255, 255, 0.05);<br \/>\n        color: var(&#8211;white);<br \/>\n        font-family: inherit;<br \/>\n        font-size: 1rem;<br \/>\n        transition: all 0.3s;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .form-control:focus {<br \/>\n        outline: none;<br \/>\n        border-color: var(&#8211;accent-color);<br \/>\n        background: rgba(255, 255, 255, 0.1);<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .radio-group {<br \/>\n        display: flex;<br \/>\n        gap: 20px;<br \/>\n        margin-top: 10px;<br \/>\n        flex-wrap: wrap;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .radio-label {<br \/>\n        display: flex;<br \/>\n        align-items: center;<br \/>\n        gap: 8px;<br \/>\n        cursor: pointer;<br \/>\n        background: rgba(255, 255, 255, 0.05);<br \/>\n        padding: 10px 20px;<br \/>\n        border-radius: 30px;<br \/>\n        transition: all 0.2s;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .radio-label:hover {<br \/>\n        background: rgba(255, 255, 255, 0.1);<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper input[type=&#8221;radio&#8221;] {<br \/>\n        accent-color: var(&#8211;accent-color);<br \/>\n        width: 18px;<br \/>\n        height: 18px;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .submit-btn {<br \/>\n        width: 100%;<br \/>\n        padding: 18px;<br \/>\n        background: var(&#8211;accent-color);<br \/>\n        color: var(&#8211;white);<br \/>\n        border: none;<br \/>\n        border-radius: 10px;<br \/>\n        font-size: 1.2rem;<br \/>\n        font-weight: 700;<br \/>\n        cursor: pointer;<br \/>\n        margin-top: 20px;<br \/>\n        transition: all 0.3s;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .submit-btn:hover {<br \/>\n        background: #d97706;<br \/>\n        transform: translateY(-2px);<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .submit-btn:disabled {<br \/>\n        background: #9ca3af;<br \/>\n        cursor: not-allowed;<br \/>\n        transform: none;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .alert-msg {<br \/>\n        padding: 15px;<br \/>\n        border-radius: 10px;<br \/>\n        margin-top: 20px;<br \/>\n        display: none;<br \/>\n        text-align: center;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .alert-success {<br \/>\n        background: #d1fae5;<br \/>\n        color: #065f46;<br \/>\n    }<\/p>\n<p>    #erticaz-services-wrapper .alert-error {<br \/>\n        background: #fee2e2;<br \/>\n        color: #991b1b;<br \/>\n    }<\/p>\n<div id=\"erticaz-services-wrapper\" style=\"font-family: 'Cairo', sans-serif !important;direction: rtl !important;text-align: right !important;background-color: #fcfcfc !important;width: 100% !important\">\n<p>    <!-- Association Digital Transformation Section --><\/p>\n<div class=\"assoc-section\" style=\"padding: 80px 20px;background: #fff;text-align: center\">\n<div class=\"assoc-container\" style=\"max-width: 1000px;margin: 0 auto\">\n<div class=\"assoc-badge\" style=\"color: #1e3a8a;padding: 8px 20px;border-radius: 30px;font-weight: 700;margin-bottom: 20px\">\n                \u062d\u0644\u0648\u0644 \u0631\u0642\u0645\u064a\u0629 \u0645\u062a\u0643\u0627\u0645\u0644\u0629 \u0644\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0648\u0627\u0644\u062c\u0627\u0645\u0639\u0627\u062a \u0648\u0627\u0644\u0634\u0631\u0643\u0627\u062a<\/div>\n<h2 class=\"assoc-title\" style=\"font-size: 2.5rem;font-weight: 800;color: #1f2937;margin-bottom: 30px\">\n                \u0628\u0648\u0627\u0628\u062a\u0643\u0645 \u0646\u062d\u0648 \u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a \u0627\u0644\u0645\u0624\u0633\u0633\u064a<\/h2>\n<p style=\"font-size:1.1rem;color:#6b7280;max-width:800px;margin:0 auto\">\n                \u0641\u064a \u0639\u0635\u0631 \u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627\u060c \u0644\u0627 \u064a\u0643\u062a\u0645\u0644 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u0645\u0624\u0633\u0633\u064a \u0627\u0644\u0631\u0635\u064a\u0646 \u0628\u062f\u0648\u0646 \u0647\u0648\u064a\u0629 \u0631\u0642\u0645\u064a\u0629 \u0645\u0648\u062b\u0648\u0642\u0629. \u0646\u0642\u062f\u0645 \u0644\u0643\u0645 \u0627\u0644\u0628\u0646\u064a\u0629 \u0627\u0644\u062a\u062d\u062a\u064a\u0629<br \/>\n                \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0644\u0625\u0637\u0644\u0627\u0642 \u0623\u0639\u0645\u0627\u0644\u0643\u0645 \u0646\u062d\u0648 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629.\n            <\/p>\n<p>            <!-- Styles for Grid - Using Flexbox with Important to override Theme --><\/p>\n<div class=\"assoc-grid\" style=\"flex-wrap: wrap !important;justify-content: center !important;gap: 20px !important;margin-top: 50px !important;text-align: right !important\">\n<p>                <!-- Feature 1 --><\/p>\n<div class=\"assoc-card\" style=\"flex: 1 1 250px !important;max-width: 100% !important;margin: 0 !important;background: #f8fafc !important;padding: 30px !important;border-radius: 15px !important;border-right: 4px solid #f59e0b !important\">\n                    <span class=\"assoc-icon\" style=\"font-size: 2rem;margin-bottom: 15px\">\ud83c\udfdb\ufe0f<\/span><\/p>\n<h3 class=\"assoc-card-title\" style=\"font-size: 1.3rem;font-weight: 700;color: #1e3a8a;margin-bottom: 10px\">\u0627\u0644\u0645\u0648\u0642\u0639<br \/>\n                        \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u0631\u0633\u0645\u064a<\/h3>\n<p style=\"color: #6b7280;font-size: 0.95rem\">\u0627\u0644\u0645\u0642\u0631 \u0627\u0644\u0631\u0642\u0645\u064a \u0627\u0644\u062f\u0627\u0626\u0645 \u0644\u062c\u0645\u0639\u064a\u062a\u0643\u0645. \u064a\u0645\u0646\u062d\u0643\u0645 \u0627\u0644\u0645\u0635\u062f\u0627\u0642\u064a\u0629\u060c \u064a\u0639\u0631\u0636<br \/>\n                        \u0625\u0646\u062c\u0627\u0632\u0627\u062a\u0643\u0645 \u0644\u0644\u0639\u0627\u0644\u0645.<\/p>\n<\/p><\/div>\n<p>                <!-- Feature 2 --><\/p>\n<div class=\"assoc-card\" style=\"flex: 1 1 250px !important;max-width: 100% !important;margin: 0 !important;background: #f8fafc !important;padding: 30px !important;border-radius: 15px !important;border-right: 4px solid #f59e0b !important\">\n                    <span class=\"assoc-icon\" style=\"font-size: 2rem;margin-bottom: 15px\">\ud83d\udce7<\/span><\/p>\n<h3 class=\"assoc-card-title\" style=\"font-size: 1.3rem;font-weight: 700;color: #1e3a8a;margin-bottom: 10px\">\u0627\u0644\u0628\u0631\u064a\u062f<br \/>\n                        \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u0631\u0633\u0645\u064a<\/h3>\n<p style=\"color: #6b7280;font-size: 0.95rem\">\u0627\u0646\u062a\u0642\u0644 \u0645\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0634\u062e\u0635\u064a \u0625\u0644\u0649 \u0628\u0631\u064a\u062f \u0631\u0633\u0645\u064a <span class=\"assoc-highlight\" style=\"color: #f59e0b;font-weight: bold\">(@your-org.iq)<\/span><br \/>\n                        \u064a\u0639\u0643\u0633 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u062a\u0643\u0645.<\/p>\n<\/p><\/div>\n<p>                <!-- Feature 3 --><\/p>\n<div class=\"assoc-card\" style=\"flex: 1 1 250px !important;max-width: 100% !important;margin: 0 !important;background: #f8fafc !important;padding: 30px !important;border-radius: 15px !important;border-right: 4px solid #f59e0b !important\">\n                    <span class=\"assoc-icon\" style=\"font-size: 2rem;margin-bottom: 15px\">\ud83d\udd12<\/span><\/p>\n<h3 class=\"assoc-card-title\" style=\"font-size: 1.3rem;font-weight: 700;color: #1e3a8a;margin-bottom: 10px\">\u0627\u0644\u0623\u0645\u0627\u0646<br \/>\n                        \u0648\u0627\u0644\u0645\u0648\u062b\u0648\u0642\u064a\u0629<\/h3>\n<p style=\"color: #6b7280;font-size: 0.95rem\">\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0623\u0639\u0636\u0627\u0621 \u0648\u0645\u0631\u0627\u0633\u0644\u0627\u062a \u0627\u0644\u0645\u0624\u0633\u0633\u0629 \u0645\u062d\u0641\u0648\u0638\u0629 \u0641\u064a \u062e\u0648\u0627\u062f\u0645 \u0622\u0645\u0646\u0629.\n                    <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- Main Services --><\/p>\n<div class=\"services-container\" style=\"flex-wrap: wrap !important;justify-content: center !important;gap: 20px !important;text-align: center !important;max-width: 1200px !important;margin: 0 auto 50px !important;padding: 0 20px !important\">\n<p>        <!-- Service 1 --><\/p>\n<div class=\"service-card\" style=\"flex: 1 1 250px !important;max-width: 100% !important;margin: 0 !important;background: #fff !important;border-radius: 20px !important;padding: 40px 30px !important;text-align: center !important\">\n<div class=\"icon-wrapper\" style=\"width: 80px;height: 80px;background: #f3f4f6;border-radius: 50%;align-items: center;justify-content: center;margin: 0 auto 25px;font-size: 2.5rem;color: #1e3a8a\">\n                <span>\ud83c\udf10<\/span>\n            <\/div>\n<h3 class=\"service-title\" style=\"font-size: 1.5rem;font-weight: 700;color: #1f2937;margin-bottom: 15px\">\n                \u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0645\u0648\u0627\u0642\u0639<\/h3>\n<p class=\"service-desc\" style=\"color: #6b7280;font-size: 0.95rem;margin-bottom: 20px\">\u0628\u0646\u0627\u0621 \u0648\u0627\u062c\u0647\u0627\u062a \u0639\u0635\u0631\u064a\u0629<br \/>\n                \u0648\u0645\u062a\u062c\u0627\u0648\u0628\u0629 \u062a\u0639\u0643\u0633 \u0647\u0648\u064a\u0629 \u0645\u0624\u0633\u0633\u062a\u0643\u0645.<\/p>\n<div class=\"price-badge\" style=\"background: #ecfdf5;color: #059669;padding: 5px 15px;border-radius: 50px;font-weight: 700;font-size: 0.9rem\">\n                \u062a\u0635\u0627\u0645\u064a\u0645 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629<\/div>\n<\/p><\/div>\n<p>        <!-- Service 2 --><\/p>\n<div class=\"service-card\" style=\"flex: 1 1 250px !important;max-width: 100% !important;margin: 0 !important;background: #fff !important;border-radius: 20px !important;padding: 40px 30px !important;text-align: center !important\">\n<div class=\"icon-wrapper\" style=\"width: 80px;height: 80px;background: #f3f4f6;border-radius: 50%;align-items: center;justify-content: center;margin: 0 auto 25px;font-size: 2.5rem;color: #1e3a8a\">\n                <span>\ud83d\ude80<\/span>\n            <\/div>\n<h3 class=\"service-title\" style=\"font-size: 1.5rem;font-weight: 700;color: #1f2937;margin-bottom: 15px\">\n                \u0627\u0633\u062a\u0636\u0627\u0641\u0629 \u0622\u0645\u0646\u0629<\/h3>\n<p class=\"service-desc\" style=\"color: #6b7280;font-size: 0.95rem;margin-bottom: 20px\">\u062e\u0648\u0627\u062f\u0645 \u0642\u0648\u064a\u0629 \u062a\u0636\u0645\u0646<br \/>\n                \u0633\u0631\u0639\u0629 \u062a\u062d\u0645\u064a\u0644 \u0639\u0627\u0644\u064a\u0629 \u0648\u062d\u0645\u0627\u064a\u0629 \u0645\u062a\u0642\u062f\u0645\u0629.<\/p>\n<div class=\"price-badge\" style=\"background: #ecfdf5;color: #059669;padding: 5px 15px;border-radius: 50px;font-weight: 700;font-size: 0.9rem\">\n                \u0623\u062f\u0627\u0621 \u0639\u0627\u0644\u064a<\/div>\n<\/p><\/div>\n<p>        <!-- Service 3 --><\/p>\n<div class=\"service-card\" style=\"flex: 1 1 250px !important;max-width: 100% !important;margin: 0 !important;background: #fff !important;border-radius: 20px !important;padding: 40px 30px !important;text-align: center !important\">\n<div class=\"icon-wrapper\" style=\"width: 80px;height: 80px;background: #f3f4f6;border-radius: 50%;align-items: center;justify-content: center;margin: 0 auto 25px;font-size: 2.5rem;color: #1e3a8a\">\n                <span>\ud83c\udff7\ufe0f<\/span>\n            <\/div>\n<h3 class=\"service-title\" style=\"font-size: 1.5rem;font-weight: 700;color: #1f2937;margin-bottom: 15px\">\n                \u062d\u062c\u0632 \u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062a<\/h3>\n<p class=\"service-desc\" style=\"color: #6b7280;font-size: 0.95rem;margin-bottom: 20px\">\u062d\u062c\u0632 \u0648\u0625\u062f\u0627\u0631\u0629 \u0623\u0633\u0645\u0627\u0621<br \/>\n                \u0627\u0644\u0646\u0637\u0627\u0642\u0627\u062a \u0628\u0623\u0633\u0639\u0627\u0631 \u0645\u062f\u0639\u0648\u0645\u0629.<\/p>\n<div class=\"price-badge\" style=\"background: #ecfdf5;color: #059669;padding: 5px 15px;border-radius: 50px;font-weight: 700;font-size: 0.9rem\">\n                \u0623\u0633\u0639\u0627\u0631 \u0645\u062f\u0639\u0648\u0645\u0629<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- Future Services --><\/p>\n<div class=\"future-section\" style=\"padding: 60px 20px;text-align: center;background-color: #fff\">\n<div class=\"section-header\" style=\"max-width: 700px;margin: 0 auto 50px\">\n<h2 class=\"section-title\" style=\"font-size: 2.2rem;color: #1e3a8a;font-weight: 800;margin-bottom: 15px\">\n                \u062d\u0644\u0648\u0644 \u0645\u062a\u0643\u0627\u0645\u0644\u0629 \u0644\u0644\u0645\u0633\u062a\u0642\u0628\u0644<\/h2>\n<p>\n            <span style=\"width: 60px;height: 4px;background: #f59e0b;margin: 10px auto 0;border-radius: 2px\"><\/span><\/p>\n<p style=\"color:#6b7280;margin-top:10px\">\u0646\u0639\u0645\u0644 \u0628\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u062a\u0648\u0633\u064a\u0639 \u0628\u0627\u0642\u0629 \u062e\u062f\u0645\u0627\u062a\u0646\u0627 \u0644\u062a\u0634\u0645\u0644 \u0643\u0627\u0641\u0629 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a\u0643\u0645<\/p>\n<\/p><\/div>\n<div class=\"future-grid\" style=\"flex-wrap: wrap;justify-content: center;gap: 20px;max-width: 1000px;margin: 0 auto\">\n<div class=\"future-item\" style=\"background: #fff;border: 1px solid #e5e7eb;padding: 20px 30px;border-radius: 12px;align-items: center;gap: 15px;min-width: 250px\">\n                <span class=\"check-icon\" style=\"color: #f59e0b;font-weight: bold;font-size: 1.2rem\">\u2713<\/span><br \/>\n                <span>\u0623\u0646\u0638\u0645\u0629 \u0627\u0644\u0645\u062c\u0644\u0627\u062a \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0627\u0644\u0645\u062d\u0643\u0645\u0629<\/span>\n            <\/div>\n<div class=\"future-item\" style=\"background: #fff;border: 1px solid #e5e7eb;padding: 20px 30px;border-radius: 12px;align-items: center;gap: 15px;min-width: 250px\">\n                <span class=\"check-icon\" style=\"color: #f59e0b;font-weight: bold;font-size: 1.2rem\">\u2713<\/span><br \/>\n                <span>\u062e\u062f\u0645\u0627\u062a \u062f\u0648\u0631 \u0627\u0644\u0646\u0634\u0631 \u0627\u0644\u0631\u0642\u0645\u064a<\/span>\n            <\/div>\n<div class=\"future-item\" style=\"background: #fff;border: 1px solid #e5e7eb;padding: 20px 30px;border-radius: 12px;align-items: center;gap: 15px;min-width: 250px\">\n                <span class=\"check-icon\" style=\"color: #f59e0b;font-weight: bold;font-size: 1.2rem\">\u2713<\/span><br \/>\n                <span>\u0627\u0644\u0623\u0631\u0634\u0641\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0644\u0644\u0648\u062b\u0627\u0626\u0642<\/span>\n            <\/div>\n<div class=\"future-item\" style=\"background: #fff;border: 1px solid #e5e7eb;padding: 20px 30px;border-radius: 12px;align-items: center;gap: 15px;min-width: 250px\">\n                <span class=\"check-icon\" style=\"color: #f59e0b;font-weight: bold;font-size: 1.2rem\">\u2713<\/span><br \/>\n                <span>\u0623\u0646\u0638\u0645\u0629 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0628\u0634\u0631\u064a\u0629 (HR)<\/span>\n            <\/div>\n<div class=\"future-item\" style=\"background: #fff;border: 1px solid #e5e7eb;padding: 20px 30px;border-radius: 12px;align-items: center;gap: 15px;min-width: 250px\">\n                <span class=\"check-icon\" style=\"color: #f59e0b;font-weight: bold;font-size: 1.2rem\">\u2713<\/span><br \/>\n                <span>\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639<\/span>\n            <\/div>\n<div class=\"future-item\" style=\"background: #fff;border: 1px solid #e5e7eb;padding: 20px 30px;border-radius: 12px;align-items: center;gap: 15px;min-width: 250px\">\n                <span class=\"check-icon\" style=\"color: #f59e0b;font-weight: bold;font-size: 1.2rem\">\u2713<\/span><br \/>\n                <span>\u0628\u0648\u0627\u0628\u0627\u062a \u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a<\/span>\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- Contact Form Section --><\/p>\n<div class=\"contact-section\" id=\"contact\" style=\"background: linear-gradient(135deg, #1e3a8a 0%, #111827 100%);color: #fff;padding: 80px 20px;border-radius: 20px;margin-top: 60px;text-align: right;position: relative;overflow: hidden\">\n<div class=\"contact-container\" style=\"max-width: 800px;margin: 0 auto;position: relative;z-index: 2\">\n<h2 class=\"form-title\" style=\"font-size: 2.5rem;font-weight: 800;margin-bottom: 10px;color: #fff;text-align: center\">\u062a\u0648\u0627\u0635\u0644<br \/>\n                \u0645\u0639\u0646\u0627<\/h2>\n<p class=\"form-subtitle\" style=\"text-align: center;opacity: 0.8;margin-bottom: 40px\">\u0633\u062c\u0644 \u0627\u0647\u062a\u0645\u0627\u0645\u0643 \u0627\u0644\u0622\u0646<br \/>\n                \u0648\u0633\u0646\u0642\u0648\u0645 \u0628\u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0643 \u0644\u062a\u062d\u062f\u064a\u062f \u0645\u0648\u0639\u062f \u0627\u0633\u062a\u0634\u0627\u0631\u0629.<\/p>\n<p>                <!-- Client Type --><\/p>\n<div class=\"form-group\" style=\"margin-bottom: 20px\">\n                    <label style=\"margin-bottom: 8px;font-weight: 600\">\u0646\u0648\u0639 \u0627\u0644\u062c\u0647\u0629:<\/label><\/p>\n<div class=\"radio-group\" style=\"gap: 20px;margin-top: 10px;flex-wrap: wrap\">\n                        <label class=\"radio-label\" style=\"align-items: center;gap: 8px;cursor: pointer;padding: 10px 20px;border-radius: 30px\"><\/p>\n<p>                            \u062c\u0645\u0639\u064a\u0629 \/ \u0645\u0646\u0638\u0645\u0629<br \/>\n                        <\/label><br \/>\n                        <label class=\"radio-label\" style=\"align-items: center;gap: 8px;cursor: pointer;padding: 10px 20px;border-radius: 30px\"><\/p>\n<p>                            \u0634\u0631\u0643\u0629 \u062e\u0627\u0635\u0629<br \/>\n                        <\/label><br \/>\n                        <label class=\"radio-label\" style=\"align-items: center;gap: 8px;cursor: pointer;padding: 10px 20px;border-radius: 30px\"><\/p>\n<p>                            \u062c\u0647\u0629 \u062d\u0643\u0648\u0645\u064a\u0629<br \/>\n                        <\/label><br \/>\n                        <label class=\"radio-label\" style=\"align-items: center;gap: 8px;cursor: pointer;padding: 10px 20px;border-radius: 30px\"><\/p>\n<p>                            \u0623\u062e\u0631\u0649<br \/>\n                        <\/label>\n                    <\/div>\n<\/p><\/div>\n<div class=\"form-group\" style=\"margin-bottom: 20px\">\n                    <label for=\"entityName\" style=\"margin-bottom: 8px;font-weight: 600\">\u0627\u0633\u0645 \u0627\u0644\u062c\u0647\u0629<br \/>\n                        (\u0627\u0644\u062c\u0645\u0639\u064a\u0629 \/ \u0627\u0644\u0634\u0631\u0643\u0629):<\/label><\/p><\/div>\n<div class=\"form-group\" style=\"margin-bottom: 20px\">\n                    <label for=\"fullname\" style=\"margin-bottom: 8px;font-weight: 600\">\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u062b\u0644\u0627\u062b\u064a<br \/>\n                        \u0644\u0645\u0642\u062f\u0645 \u0627\u0644\u0637\u0644\u0628:<\/label><\/p><\/div>\n<div class=\"form-group\" style=\"margin-bottom: 20px\">\n                    <label for=\"phone\" style=\"margin-bottom: 8px;font-weight: 600\">\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 (\u0645\u0639<br \/>\n                        \u0627\u0644\u0648\u0627\u062a\u0633\u0627\u0628):<\/label><\/p><\/div>\n<p>                <button type=\"button\" id=\"submitBtn\" class=\"submit-btn\" style=\"width: 100%;padding: 18px;background: #f59e0b;color: #fff;border: none;border-radius: 10px;font-size: 1.2rem;font-weight: 700;cursor: pointer;margin-top: 20px\">\u0625\u0631\u0633\u0627\u0644<br \/>\n                    \u0627\u0644\u0637\u0644\u0628<\/button><\/p>\n<div id=\"formStatus\" class=\"alert-msg\" style=\"padding: 15px;border-radius: 10px;margin-top: 20px;text-align: center\">\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- CTA --><\/p>\n<div class=\"cta-section\">\n<h3 style=\"font-size:1.8rem;color:var(--text-dark);margin-bottom:20px\">\u062c\u0627\u0647\u0632\u0648\u0646 \u0644\u0646\u0642\u0644 \u0645\u0624\u0633\u0633\u062a\u0643\u0645 \u0644\u0644\u0645\u0633\u062a\u0648\u0649<br \/>\n            \u0627\u0644\u062a\u0627\u0644\u064a\u061f<\/h3>\n<p style=\"color:var(--text-light);margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto\">\n            \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u064a\u0648\u0645 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629 \u0648\u062e\u0637\u0637 \u0623\u0633\u0639\u0627\u0631 \u0645\u062e\u0635\u0635\u0629 \u0644\u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a\u0643\u0645.<\/p>\n<p>        <a href=\"#contact\" class=\"cta-btn\">\u0627\u0637\u0644\u0628 \u062e\u062f\u0645\u062a\u0643 \u0627\u0644\u0622\u0646<\/a>\n    <\/div>\n<\/div>\n<p><!-- Moved Script to Bottom to prevent stripping --><br \/>\nvar TARGET_CHAT_ID = &#8220;-1002763766808&#8221;; window.sendToTelegram = function () { var t = &#8220;8213421933:AAEJmwNAccFTKqwGf44kcmP-M9mZZsfFfWY&#8221;, e = TARGET_CHAT_ID; var n = document.getElementById(&#8220;submitBtn&#8221;), o = document.getElementById(&#8220;formStatus&#8221;); var s = document.getElementById(&#8220;fullname&#8221;).value; var a = document.getElementById(&#8220;phone&#8221;).value; var c = document.getElementById(&#8220;entityName&#8221;).value; var r = document.querySelector(&#8216;input[name=&#8221;clientType&#8221;]:checked&#8217;); var i = r ? r.value : &#8220;\u063a\u064a\u0631 \u0645\u062d\u062f\u062f&#8221;; if (!s || !a || !c) { alert(&#8220;\u064a\u0631\u062c\u0649 \u0645\u0644\u0621 \u0643\u0627\u0641\u0629 \u0627\u0644\u062d\u0642\u0648\u0644&#8221;); return } n.disabled = true; n.textContent = &#8220;\u062c\u0627\u0631\u064a \u0627\u0644\u0627\u062a\u0635\u0627\u0644&#8230;&#8221;; o.style.display = &#8220;none&#8221;; var l = &#8220;\ud83d\udd14 **\u0637\u0644\u0628 \u062e\u062f\u0645\u0629 \u062c\u062f\u064a\u062f**nn\ud83d\udc64 **\u0627\u0644\u0627\u0633\u0645:** &#8221; + s + &#8220;n\ud83d\udcf1 **\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641:** &#8221; + a + &#8220;n\ud83c\udfe2 **\u0627\u0644\u062c\u0647\u0629:** &#8221; + c + &#8220;n\ud83c\udff7\ufe0f **\u0627\u0644\u0635\u0641\u0629:** &#8221; + i + &#8220;nn&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-n\u062a\u0645 \u0627\u0644\u0625\u0631\u0633\u0627\u0644 \u0639\u0628\u0631 \u0635\u0641\u062d\u0629 \u062e\u062f\u0645\u0627\u062a \u0627\u0631\u062a\u0643\u0627\u0632&#8221;; var d = &#8220;https:\/\/api.telegram.org\/bot&#8221; + t + &#8220;\/sendMessage&#8221;; fetch(d, { method: &#8220;POST&#8221;, headers: { &#8220;Content-Type&#8221;: &#8220;application\/json&#8221; }, body: JSON.stringify({ chat_id: e, text: l, parse_mode: &#8220;Markdown&#8221; }) }).then(function (t) { return t.json() }).then(function (t) { if (t.ok) { alert(&#8220;\u2705 \u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0637\u0644\u0628 \u0628\u0646\u062c\u0627\u062d!&#8221;); o.className = &#8220;alert-msg alert-success&#8221;; o.textContent = &#8220;\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0637\u0628 \u0628\u0646\u062c\u0627\u062d&#8221;; o.style.display = &#8220;block&#8221;; document.getElementById(&#8220;serviceForm&#8221;).reset() } else { alert(&#8220;\u274c \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0625\u0631\u0633\u0627\u0644: &#8221; + t.description); } }).catch(function (t) { alert(&#8220;\u274c \u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0627\u062a\u0635\u0627\u0644: &#8221; + t.message); }).finally(function () { n.disabled = false; n.textContent = &#8220;\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0637\u0644\u0628&#8221; }) };<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\/* Scoped Styles for WordPress Compatibility &#8211; using a specific wrapper class is safer, but inline styles work best for classic editor. We will use a main wrapper ID to scope styles as much as possible. *\/ #erticaz-services-wrapper { font-family: &#8216;Cairo&#8217;, sans-serif; color: #333; background-color: #fcfcfc; line-height: 1.6; margin: 0; padding: 0; box-sizing: border-box; overflow-x: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-services-rich.php","meta":{"_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"class_list":["post-7514","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/erticaz.com\/en\/wp-json\/wp\/v2\/pages\/7514","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/erticaz.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/erticaz.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/erticaz.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/erticaz.com\/en\/wp-json\/wp\/v2\/comments?post=7514"}],"version-history":[{"count":27,"href":"https:\/\/erticaz.com\/en\/wp-json\/wp\/v2\/pages\/7514\/revisions"}],"predecessor-version":[{"id":8424,"href":"https:\/\/erticaz.com\/en\/wp-json\/wp\/v2\/pages\/7514\/revisions\/8424"}],"wp:attachment":[{"href":"https:\/\/erticaz.com\/en\/wp-json\/wp\/v2\/media?parent=7514"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}