{"id":50568,"date":"2026-05-04T05:40:30","date_gmt":"2026-05-04T05:40:30","guid":{"rendered":"https:\/\/bsolution.me\/he\/?page_id=50568"},"modified":"2026-05-04T05:54:28","modified_gmt":"2026-05-04T05:54:28","slug":"contact","status":"publish","type":"page","link":"https:\/\/bsolution.me\/he\/contact\/","title":{"rendered":"\u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8"},"content":{"rendered":"<style>\r\n    \/* Scoped CSS for Contact Us Snippet - Premium Design *\/\r\n    #bnet-contact-us {\r\n        --bg-color: transparent;\r\n        --card-bg: #ffffff;\r\n        --text-main: #1e293b;\r\n        --text-muted: #64748b;\r\n        --accent: #2563eb;\r\n        --accent-hover: #1d4ed8;\r\n        --accent-light: rgba(37, 99, 235, 0.1);\r\n        --accent-glow: rgba(37, 99, 235, 0.25);\r\n        --border-color: #e2e8f0;\r\n        --input-bg: #f8fafc;\r\n        --input-border: #cbd5e1;\r\n        --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.02);\r\n        --shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);\r\n        --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\r\n        --success-bg: #f0fdf4;\r\n        --success-text: #166534;\r\n        --success-border: #bbf7d0;\r\n        --error-text: #ef4444;\r\n        --gradient-primary: linear-gradient(135deg, #2563eb, #3b82f6);\r\n        --feature-bg: #f1f5f9;\r\n    }\r\n\r\n    #bnet-contact-us.dark-mode {\r\n        --card-bg: #11131c; \/* Bsolution dark mode surface *\/\r\n        --text-main: #f8fafc;\r\n        --text-muted: #94a3b8;\r\n        --accent: #60a5fa;\r\n        --accent-hover: #3b82f6;\r\n        --accent-light: rgba(96, 165, 250, 0.15);\r\n        --accent-glow: rgba(96, 165, 250, 0.25);\r\n        --border-color: rgba(255, 255, 255, 0.08);\r\n        --input-bg: rgba(255, 255, 255, 0.03);\r\n        --input-border: rgba(255, 255, 255, 0.12);\r\n        --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.2);\r\n        --shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.3);\r\n        --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.4);\r\n        --success-bg: rgba(22, 101, 52, 0.2);\r\n        --success-text: #86efac;\r\n        --success-border: rgba(34, 197, 94, 0.3);\r\n        --error-text: #f87171;\r\n        --gradient-primary: linear-gradient(135deg, #3b82f6, #2563eb);\r\n        --feature-bg: rgba(255, 255, 255, 0.05);\r\n    }\r\n\r\n    #bnet-contact-us * {\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    #bnet-contact-us {\r\n        font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\r\n        color: var(--text-main);\r\n        line-height: 1.6;\r\n        max-width: 800px;\r\n        margin: 0 auto;\r\n        padding: 2rem 0;\r\n    }\r\n\r\n    \/* Animations *\/\r\n    @keyframes slideUpFade {\r\n        from { opacity: 0; transform: translateY(20px); }\r\n        to { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    #bnet-contact-us .animate-in {\r\n        animation: slideUpFade 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;\r\n        opacity: 0;\r\n    }\r\n    #bnet-contact-us .delay-1 { animation-delay: 0.15s; }\r\n    #bnet-contact-us .delay-2 { animation-delay: 0.3s; }\r\n\r\n    \/* Header *\/\r\n    #bnet-contact-us .page-header {\r\n        text-align: center;\r\n        margin-bottom: 2.5rem;\r\n    }\r\n\r\n    #bnet-contact-us .badge {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        gap: 6px;\r\n        padding: 6px 14px;\r\n        background: var(--accent-light);\r\n        color: var(--accent);\r\n        border-radius: 999px;\r\n        font-size: 0.85rem;\r\n        font-weight: 600;\r\n        margin-bottom: 1rem;\r\n        border: 1px solid var(--accent-glow);\r\n    }\r\n\r\n    #bnet-contact-us h1 {\r\n        font-size: 2.5rem;\r\n        font-weight: 800;\r\n        margin: 0 0 0.75rem;\r\n        letter-spacing: -0.02em;\r\n    }\r\n\r\n    #bnet-contact-us .page-subtitle {\r\n        color: var(--text-muted);\r\n        font-size: 1.1rem;\r\n        max-width: 600px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    \/* Cards container *\/\r\n    #bnet-contact-us .section-stack {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 2rem;\r\n    }\r\n\r\n    #bnet-contact-us .glass-card {\r\n        background: var(--card-bg);\r\n        border-radius: 20px;\r\n        padding: 2.5rem;\r\n        border: 1px solid var(--border-color);\r\n        box-shadow: var(--shadow-md);\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n\r\n    \/* Subtle gradient top border for cards *\/\r\n    #bnet-contact-us .glass-card::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        right: 0;\r\n        height: 4px;\r\n        background: var(--gradient-primary);\r\n        opacity: 0.8;\r\n    }\r\n\r\n    \/* About Section *\/\r\n    #bnet-contact-us .about-header {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 12px;\r\n        margin-bottom: 1.5rem;\r\n    }\r\n\r\n    #bnet-contact-us .about-header .icon-wrap {\r\n        width: 48px;\r\n        height: 48px;\r\n        background: var(--accent-light);\r\n        color: var(--accent);\r\n        border-radius: 14px;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n    }\r\n\r\n    #bnet-contact-us .about-header .icon-wrap svg {\r\n        width: 24px;\r\n        height: 24px;\r\n    }\r\n\r\n    #bnet-contact-us .about-header h2 {\r\n        margin: 0;\r\n        font-size: 1.5rem;\r\n        font-weight: 700;\r\n    }\r\n\r\n    #bnet-contact-us .features-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\r\n        gap: 1rem;\r\n        margin: 2rem 0;\r\n    }\r\n\r\n    #bnet-contact-us .feature-item {\r\n        background: var(--feature-bg);\r\n        padding: 1.25rem;\r\n        border-radius: 12px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 10px;\r\n        border: 1px solid var(--border-color);\r\n        transition: transform 0.2s, box-shadow 0.2s;\r\n    }\r\n\r\n    #bnet-contact-us .feature-item:hover {\r\n        transform: translateY(-2px);\r\n        box-shadow: var(--shadow-sm);\r\n        border-color: var(--accent-glow);\r\n    }\r\n\r\n    #bnet-contact-us .feature-icon {\r\n        color: var(--accent);\r\n    }\r\n\r\n    #bnet-contact-us .feature-item h3 {\r\n        margin: 0;\r\n        font-size: 1.05rem;\r\n        font-weight: 600;\r\n    }\r\n\r\n    #bnet-contact-us .feature-item p {\r\n        margin: 0;\r\n        font-size: 0.9rem;\r\n        color: var(--text-muted);\r\n        line-height: 1.4;\r\n    }\r\n\r\n    \/* Email direct box *\/\r\n    #bnet-contact-us .direct-contact {\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: space-between;\r\n        padding: 1.25rem;\r\n        background: var(--accent-light);\r\n        border-radius: 12px;\r\n        border: 1px dashed var(--accent);\r\n        margin-top: 2rem;\r\n    }\r\n    \r\n    @media (max-width: 500px) {\r\n        #bnet-contact-us .direct-contact {\r\n            flex-direction: column;\r\n            gap: 1rem;\r\n            align-items: flex-start;\r\n        }\r\n    }\r\n\r\n    #bnet-contact-us .direct-contact div {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 12px;\r\n        font-weight: 600;\r\n        font-size: 1.1rem;\r\n    }\r\n\r\n    #bnet-contact-us .direct-contact a {\r\n        background: var(--card-bg);\r\n        padding: 8px 16px;\r\n        border-radius: 8px;\r\n        font-size: 0.95rem;\r\n        font-weight: 600;\r\n        border: 1px solid var(--border-color);\r\n        transition: all 0.2s;\r\n    }\r\n\r\n    #bnet-contact-us .direct-contact a:hover {\r\n        background: var(--accent);\r\n        color: #fff;\r\n        border-color: var(--accent);\r\n        text-decoration: none;\r\n    }\r\n\r\n    \/* Form Section *\/\r\n    #bnet-contact-us .form-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 1.5rem;\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n        #bnet-contact-us .form-grid {\r\n            grid-template-columns: 1fr;\r\n        }\r\n    }\r\n\r\n    #bnet-contact-us .form-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 0.5rem;\r\n    }\r\n\r\n    #bnet-contact-us .form-group.full-width {\r\n        grid-column: 1 \/ -1;\r\n    }\r\n\r\n    #bnet-contact-us label {\r\n        font-weight: 600;\r\n        font-size: 0.95rem;\r\n        color: var(--text-main);\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 4px;\r\n    }\r\n\r\n    #bnet-contact-us label span.required {\r\n        color: var(--error-text);\r\n    }\r\n\r\n    #bnet-contact-us .input-wrapper {\r\n        position: relative;\r\n        display: flex;\r\n        align-items: center;\r\n    }\r\n\r\n    #bnet-contact-us .form-control {\r\n        width: 100%;\r\n        padding: 14px 44px 14px 16px; \/* Right padding for RTL icon *\/\r\n        border-radius: 12px;\r\n        border: 2px solid var(--input-border);\r\n        background: var(--input-bg);\r\n        color: inherit;\r\n        font-family: inherit;\r\n        font-size: 1rem;\r\n        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n    }\r\n\r\n    #bnet-contact-us .input-icon {\r\n        position: absolute;\r\n        right: 14px;\r\n        width: 20px;\r\n        height: 20px;\r\n        color: var(--text-muted);\r\n        transition: color 0.3s;\r\n        pointer-events: none; \/* Let clicks pass through to input *\/\r\n    }\r\n\r\n    #bnet-contact-us .form-control:focus {\r\n        outline: none;\r\n        border-color: var(--accent);\r\n        background: var(--card-bg);\r\n        box-shadow: 0 0 0 4px var(--accent-light);\r\n    }\r\n\r\n    #bnet-contact-us .form-control:focus + .input-icon {\r\n        color: var(--accent);\r\n    }\r\n\r\n    #bnet-contact-us textarea.form-control {\r\n        padding: 14px 16px; \/* No icon in textarea *\/\r\n        resize: vertical;\r\n        min-height: 140px;\r\n    }\r\n\r\n    \/* Captcha styled as security check *\/\r\n    #bnet-contact-us .security-check {\r\n        background: var(--feature-bg);\r\n        border: 1px solid var(--border-color);\r\n        border-radius: 12px;\r\n        padding: 1.25rem;\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 1.5rem;\r\n        flex-wrap: wrap;\r\n    }\r\n\r\n    #bnet-contact-us .security-badge {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 8px;\r\n        background: var(--card-bg);\r\n        padding: 8px 16px;\r\n        border-radius: 8px;\r\n        border: 2px dashed var(--input-border);\r\n        font-weight: 700;\r\n        font-size: 1.2rem;\r\n        color: var(--accent);\r\n        letter-spacing: 2px;\r\n        user-select: none;\r\n    }\r\n\r\n    #bnet-contact-us .security-input-wrap {\r\n        flex: 1;\r\n        min-width: 150px;\r\n    }\r\n\r\n    #bnet-contact-us .security-input-wrap input {\r\n        text-align: center;\r\n        padding-right: 16px; \/* Reset padding for center align *\/\r\n    }\r\n\r\n    \/* Submit Button *\/\r\n    #bnet-contact-us .submit-btn {\r\n        width: 100%;\r\n        padding: 16px;\r\n        background: var(--gradient-primary);\r\n        color: #ffffff;\r\n        border: none;\r\n        border-radius: 12px;\r\n        font-size: 1.1rem;\r\n        font-weight: 700;\r\n        cursor: pointer;\r\n        transition: all 0.3s ease;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        gap: 10px;\r\n        box-shadow: 0 4px 15px var(--accent-glow);\r\n        margin-top: 1rem;\r\n    }\r\n\r\n    #bnet-contact-us .submit-btn:hover {\r\n        transform: translateY(-2px);\r\n        box-shadow: 0 8px 25px var(--accent-glow);\r\n    }\r\n\r\n    #bnet-contact-us .submit-btn:active {\r\n        transform: translateY(1px);\r\n    }\r\n\r\n    #bnet-contact-us .submit-btn svg {\r\n        transition: transform 0.3s ease;\r\n    }\r\n\r\n    #bnet-contact-us .submit-btn:hover svg {\r\n        transform: translateX(-4px); \/* RTL left movement *\/\r\n    }\r\n\r\n    #bnet-contact-us .error-text {\r\n        color: var(--error-text);\r\n        font-size: 0.85rem;\r\n        font-weight: 500;\r\n        display: none;\r\n        margin-top: 4px;\r\n    }\r\n\r\n    #bnet-contact-us .success-message {\r\n        display: none;\r\n        padding: 1.5rem;\r\n        background: var(--success-bg);\r\n        color: var(--success-text);\r\n        border-radius: 12px;\r\n        margin-bottom: 2rem;\r\n        border: 1px solid var(--success-border);\r\n        font-weight: 600;\r\n        text-align: center;\r\n        font-size: 1.1rem;\r\n        animation: slideUpFade 0.5s ease;\r\n    }\r\n<\/style>\r\n\r\n<div id=\"bnet-contact-us\" dir=\"rtl\">\r\n    \r\n    <!-- Header -->\r\n    <div class=\"page-header animate-in\">\r\n        <div class=\"badge\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\r\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z\" \/>\r\n            <\/svg>\r\n            \u05e9\u05d9\u05e8\u05d5\u05ea \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05d5\u05ea\u05de\u05d9\u05db\u05d4\r\n        <\/div>\r\n        <h1>\u05d3\u05d1\u05e8\u05d5 \u05d0\u05d9\u05ea\u05e0\u05d5<\/h1>\r\n        <p class=\"page-subtitle\">\r\n            \u05d9\u05e9 \u05dc\u05db\u05dd \u05e9\u05d0\u05dc\u05d4? \u05e8\u05e2\u05d9\u05d5\u05df \u05dc\u05db\u05dc\u05d9 \u05d7\u05d3\u05e9? \u05d0\u05d5 \u05e1\u05ea\u05dd \u05e6\u05e8\u05d9\u05db\u05d9\u05dd \u05e2\u05d6\u05e8\u05d4 \u05e2\u05dd \u05d0\u05d7\u05d3 \u05d4\u05db\u05dc\u05d9\u05dd \u05e9\u05dc\u05e0\u05d5? \u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05e2\u05d6\u05d5\u05e8 \u05d5\u05dc\u05e9\u05e4\u05e8 \u05d0\u05ea \u05d4\u05d7\u05d5\u05d5\u05d9\u05d4 \u05e9\u05dc\u05db\u05dd.\r\n        <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"section-stack\">\r\n        \r\n        <!-- About Section -->\r\n        <div class=\"glass-card animate-in delay-1\">\r\n            <div class=\"about-header\">\r\n                <div class=\"icon-wrap\">\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 10V3L4 14h7v7l9-11h-7z\" \/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <h2>\u05d4\u05de\u05d8\u05e8\u05d4 \u05e9\u05dc\u05e0\u05d5 \u2013 \u05dc\u05d7\u05e1\u05d5\u05da \u05dc\u05db\u05dd \u05d6\u05de\u05df<\/h2>\r\n            <\/div>\r\n            \r\n            <p style=\"font-size: 1.05rem; margin-bottom: 0;\">\r\n                \u05d1<strong>\u05d1\u05d9\u05e0\u05d8 \u05e4\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea<\/strong> \u05e9\u05de\u05e0\u05d5 \u05dc\u05e2\u05e6\u05de\u05e0\u05d5 \u05de\u05d8\u05e8\u05d4 \u05d0\u05d7\u05ea \u05de\u05e8\u05db\u05d6\u05d9\u05ea: \u05dc\u05d4\u05e0\u05d2\u05d9\u05e9 \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05d4 \u05d5\u05db\u05dc\u05d9\u05dd \u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9\u05d9\u05dd \u05de\u05e7\u05e6\u05d5\u05e2\u05d9\u05d9\u05dd \u05dc\u05db\u05dc \u05e2\u05e1\u05e7, \u05e4\u05e8\u05d9\u05dc\u05e0\u05e1\u05e8 \u05d5\u05d9\u05d6\u05dd \u2013 <strong>\u05dc\u05d2\u05de\u05e8\u05d9 \u05d1\u05d7\u05d9\u05e0\u05dd<\/strong> \u05d5\u05d1\u05dc\u05d9 \u05e6\u05d5\u05e8\u05da \u05d1\u05d4\u05e8\u05e9\u05de\u05d4 \u05d0\u05d5 \u05d4\u05ea\u05e7\u05e0\u05d5\u05ea \u05de\u05e1\u05d5\u05e8\u05d1\u05dc\u05d5\u05ea.\r\n            <\/p>\r\n\r\n            <div class=\"features-grid\">\r\n                <div class=\"feature-item\">\r\n                    <svg class=\"feature-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 7h6m0 10v-3m-3 3h.01M9 17h.01M9 14h.01M12 14h.01M15 11h.01M12 11h.01M9 11h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z\" \/>\r\n                    <\/svg>\r\n                    <h3>\u05db\u05dc\u05d9\u05dd \u05e4\u05d9\u05e0\u05e0\u05e1\u05d9\u05d9\u05dd<\/h3>\r\n                    <p>\u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9 \u05de\u05e2\"\u05de, \u05de\u05e9\u05db\u05e0\u05ea\u05d0\u05d5\u05ea, \u05d4\u05de\u05e8\u05d5\u05ea \u05de\u05d8\u05d1\u05e2 \u05d5\u05e8\u05d9\u05d1\u05d9\u05d5\u05ea \u05d1\u05e7\u05dc\u05d9\u05e7.<\/p>\r\n                <\/div>\r\n                <div class=\"feature-item\">\r\n                    <svg class=\"feature-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 3.055A9.001 9.001 0 1020.945 13H11V3.055z\" \/>\r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.488 9H15V3.512A9.025 9.025 0 0120.488 9z\" \/>\r\n                    <\/svg>\r\n                    <h3>\u05e9\u05d9\u05d5\u05d5\u05e7 \u05d5\u05e7\u05d9\u05d3\u05d5\u05dd<\/h3>\r\n                    <p>\u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d5\u05d3\u05d9 QR, \u05e0\u05d9\u05ea\u05d5\u05d7 \u05d8\u05e7\u05e1\u05d8\u05d9\u05dd \u05de\u05ea\u05e7\u05d3\u05dd \u05d5\u05d9\u05e6\u05d9\u05e8\u05ea \u05d7\u05ea\u05d9\u05de\u05d5\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea.<\/p>\r\n                <\/div>\r\n                <div class=\"feature-item\">\r\n                    <svg class=\"feature-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z\" \/>\r\n                    <\/svg>\r\n                    <h3>\u05e2\u05d9\u05e6\u05d5\u05d1 \u05d5\u05e4\u05d9\u05ea\u05d5\u05d7<\/h3>\r\n                    <p>\u05db\u05d9\u05d5\u05d5\u05e5 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05dc\u05dc\u05d0 \u05d0\u05d9\u05d1\u05d5\u05d3 \u05d0\u05d9\u05db\u05d5\u05ea, \u05d4\u05de\u05e8\u05d5\u05ea \u05e4\u05d5\u05e8\u05de\u05d8\u05d9\u05dd \u05d5\u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e1\u05d9\u05e1\u05de\u05d0\u05d5\u05ea \u05de\u05d0\u05d5\u05d1\u05d8\u05d7\u05d5\u05ea.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"direct-contact\">\r\n                <div>\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\" \/>\r\n                    <\/svg>\r\n                    <span>\u05de\u05e2\u05d3\u05d9\u05e4\u05d9\u05dd \u05dc\u05e9\u05dc\u05d5\u05d7 \u05de\u05d9\u05d9\u05dc \u05d9\u05e9\u05d9\u05e8?<\/span>\r\n                <\/div>\r\n                <a href=\"mailto:support@bsolution.me\">support@bsolution.me<\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Form Section -->\r\n        <div class=\"glass-card animate-in delay-2\">\r\n            \r\n            <div id=\"contact-success-message\" class=\"success-message\">\r\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" style=\"display: block; margin: 0 auto 8px;\">\r\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\" \/>\r\n                <\/svg>\r\n                \u05d0\u05d9\u05d6\u05d4 \u05db\u05d9\u05e3! \u05d4\u05d4\u05d5\u05d3\u05e2\u05d4 \u05e9\u05dc\u05da \u05e0\u05e9\u05dc\u05d7\u05d4 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4.<br>\u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05d9\u05d7\u05d6\u05d5\u05e8 \u05d0\u05dc\u05d9\u05da \u05d1\u05d4\u05e7\u05d3\u05dd.\r\n            <\/div>\r\n\r\n            <form id=\"bnet-contact-form\" action=\"https:\/\/formsubmit.co\/support@bsolution.me\" method=\"POST\">\r\n                \r\n                <input type=\"hidden\" name=\"_subject\" value=\"\u05e4\u05e0\u05d9\u05d9\u05d4 \u05d7\u05d3\u05e9\u05d4 \u05de\u05d3\u05e3 \u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8 - \u05d1\u05d9\u05e0\u05d8 \u05e4\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea\">\r\n                <input type=\"hidden\" name=\"_captcha\" value=\"false\">\r\n                <input type=\"hidden\" name=\"_template\" value=\"table\">\r\n                <!-- <input type=\"hidden\" name=\"_next\" value=\"https:\/\/bsolution.me\/he\/contact?success=true\"> -->\r\n\r\n                <div class=\"form-grid\">\r\n                    \r\n                    <div class=\"form-group\">\r\n                        <label for=\"contact-name\">\u05e9\u05dd \u05de\u05dc\u05d0 <span class=\"required\">*<\/span><\/label>\r\n                        <div class=\"input-wrapper\">\r\n                            <input type=\"text\" id=\"contact-name\" name=\"name\" class=\"form-control\" placeholder=\"\u05dc\u05de\u05e9\u05dc: \u05d9\u05e9\u05e8\u05d0\u05dc \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9\" required>\r\n                            <svg class=\"input-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\r\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z\" \/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"form-group\">\r\n                        <label for=\"contact-phone\">\u05d8\u05dc\u05e4\u05d5\u05df <span class=\"required\">*<\/span><\/label>\r\n                        <div class=\"input-wrapper\">\r\n                            <input type=\"tel\" id=\"contact-phone\" name=\"phone\" class=\"form-control\" placeholder=\"050-1234567\" required dir=\"ltr\" style=\"text-align: right;\">\r\n                            <svg class=\"input-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\r\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\" \/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"form-group full-width\">\r\n                        <label for=\"contact-email\">\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 <span class=\"required\">*<\/span><\/label>\r\n                        <div class=\"input-wrapper\">\r\n                            <input type=\"email\" id=\"contact-email\" name=\"email\" class=\"form-control\" placeholder=\"israel@example.com\" required dir=\"ltr\" style=\"text-align: right;\">\r\n                            <svg class=\"input-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\r\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 12a4 4 0 10-8 0 4 4 0 008 0zm0 0v1.5a2.5 2.5 0 005 0V12a9 9 0 10-9 9m4.5-1.206a8.959 8.959 0 01-4.5 1.207\" \/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"form-group full-width\">\r\n                        <label for=\"contact-message\">\u05d0\u05d9\u05da \u05d0\u05e4\u05e9\u05e8 \u05dc\u05e2\u05d6\u05d5\u05e8? <span class=\"required\">*<\/span><\/label>\r\n                        <!-- No icon for textarea -->\r\n                        <textarea id=\"contact-message\" name=\"message\" class=\"form-control\" placeholder=\"\u05db\u05ea\u05d1\u05d5 \u05db\u05d0\u05df \u05d0\u05ea \u05d4\u05d5\u05d3\u05e2\u05ea\u05db\u05dd \u05d1\u05e4\u05d9\u05e8\u05d5\u05d8...\" required><\/textarea>\r\n                    <\/div>\r\n\r\n                    <div class=\"form-group full-width\">\r\n                        <label>\u05d1\u05d3\u05d9\u05e7\u05ea \u05d0\u05d1\u05d8\u05d7\u05d4 (\u05e0\u05d2\u05d3 \u05d1\u05d5\u05d8\u05d9\u05dd) <span class=\"required\">*<\/span><\/label>\r\n                        <div class=\"security-check\">\r\n                            <div class=\"security-badge\" id=\"contact-captcha-question\">\r\n                                ? + ?\r\n                            <\/div>\r\n                            <div class=\"security-input-wrap\">\r\n                                <div class=\"input-wrapper\">\r\n                                    <input type=\"number\" id=\"contact-captcha-answer\" class=\"form-control\" placeholder=\"\u05d4\u05e7\u05dc\u05d9\u05d3\u05d5 \u05d0\u05ea \u05d4\u05ea\u05d5\u05e6\u05d0\u05d4...\" required>\r\n                                    <svg class=\"input-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\r\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" \/>\r\n                                    <\/svg>\r\n                                <\/div>\r\n                                <div id=\"contact-captcha-error\" class=\"error-text\">\u05d4\u05ea\u05e9\u05d5\u05d1\u05d4 \u05e9\u05d2\u05d5\u05d9\u05d4, \u05e0\u05e1\u05d5 \u05e9\u05d5\u05d1.<\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n\r\n                <button type=\"submit\" class=\"submit-btn\">\r\n                    <span>\u05e9\u05dc\u05d9\u05d7\u05ea \u05d4\u05d4\u05d5\u05d3\u05e2\u05d4<\/span>\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\" \/>\r\n                    <\/svg>\r\n                <\/button>\r\n            <\/form>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <script>\r\n        (function () {\r\n            \/\/ Theme synchronization\r\n            function syncTheme() {\r\n                const container = document.getElementById('bnet-contact-us');\r\n                if (document.body.classList.contains('dark-mode') || \r\n                    (localStorage.getItem('bnet-theme') === 'dark')) {\r\n                    container.classList.add('dark-mode');\r\n                } else {\r\n                    container.classList.remove('dark-mode');\r\n                }\r\n            }\r\n            syncTheme();\r\n            const observer = new MutationObserver(syncTheme);\r\n            observer.observe(document.body, { attributes: true, attributeFilter: ['class'] });\r\n\r\n            \/\/ Captcha Logic\r\n            let captchaCorrectAnswer = 0;\r\n            const captchaQuestionEl = document.getElementById('contact-captcha-question');\r\n            const captchaAnswerEl = document.getElementById('contact-captcha-answer');\r\n            const captchaErrorEl = document.getElementById('contact-captcha-error');\r\n            const contactForm = document.getElementById('bnet-contact-form');\r\n\r\n            function generateCaptcha() {\r\n                const num1 = Math.floor(Math.random() * 10) + 1;\r\n                const num2 = Math.floor(Math.random() * 10) + 1;\r\n                captchaCorrectAnswer = num1 + num2;\r\n                captchaQuestionEl.innerHTML = `\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\" \/>\r\n                    <\/svg>\r\n                    ${num1} + ${num2}\r\n                `;\r\n                captchaAnswerEl.value = '';\r\n                captchaErrorEl.style.display = 'none';\r\n            }\r\n\r\n            generateCaptcha();\r\n\r\n            contactForm.addEventListener('submit', function (e) {\r\n                e.preventDefault(); \/\/ Stop normal form submission to prevent redirect\r\n                \r\n                const userAnswer = parseInt(captchaAnswerEl.value, 10);\r\n                \r\n                if (userAnswer !== captchaCorrectAnswer) {\r\n                    captchaErrorEl.style.display = 'block';\r\n                    generateCaptcha();\r\n                    captchaAnswerEl.focus();\r\n                    return;\r\n                }\r\n                \r\n                \/\/ Validated! Submit via AJAX\r\n                const btn = contactForm.querySelector('.submit-btn');\r\n                const originalBtnHTML = btn.innerHTML;\r\n                \r\n                btn.innerHTML = `\r\n                    <svg class=\"animate-spin\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" style=\"animation: spin 1s linear infinite;\">\r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15\" \/>\r\n                    <\/svg>\r\n                    <span>\u05e9\u05d5\u05dc\u05d7...<\/span>\r\n                `;\r\n                btn.disabled = true;\r\n                \r\n                if (!document.getElementById('spin-style')) {\r\n                    const style = document.createElement('style');\r\n                    style.id = 'spin-style';\r\n                    style.innerHTML = '@keyframes spin { 100% { transform: rotate(360deg); } }';\r\n                    document.head.appendChild(style);\r\n                }\r\n\r\n                const formData = new FormData(contactForm);\r\n                \r\n                fetch(contactForm.action, {\r\n                    method: 'POST',\r\n                    body: formData,\r\n                    headers: {\r\n                        'Accept': 'application\/json'\r\n                    }\r\n                })\r\n                .then(response => {\r\n                    if (response.ok) {\r\n                        document.getElementById('contact-success-message').style.display = 'block';\r\n                        contactForm.reset();\r\n                        generateCaptcha();\r\n                        \/\/ Smooth scroll to top of the form so they see the success message\r\n                        document.getElementById('contact-success-message').scrollIntoView({ behavior: 'smooth', block: 'center' });\r\n                        \/\/ Hide success message after 8 seconds\r\n                        setTimeout(() => {\r\n                            document.getElementById('contact-success-message').style.display = 'none';\r\n                        }, 8000);\r\n                    } else {\r\n                        alert(\"\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e9\u05dc\u05d9\u05d7\u05ea \u05d4\u05d4\u05d5\u05d3\u05e2\u05d4. \u05e0\u05e1\u05d5 \u05e9\u05d5\u05d1 \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8.\");\r\n                    }\r\n                })\r\n                .catch(error => {\r\n                    alert(\"\u05e9\u05d2\u05d9\u05d0\u05ea \u05e8\u05e9\u05ea. \u05d0\u05e0\u05d0 \u05d1\u05d3\u05e7\u05d5 \u05d0\u05ea \u05d4\u05d7\u05d9\u05d1\u05d5\u05e8 \u05e9\u05dc\u05db\u05dd \u05d5\u05e0\u05e1\u05d5 \u05e9\u05d5\u05d1.\");\r\n                })\r\n                .finally(() => {\r\n                    btn.innerHTML = originalBtnHTML;\r\n                    btn.disabled = false;\r\n                });\r\n            });\r\n        })();\r\n    <\/script>\r\n<\/div>\r\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_yoast_wpseo_metadesc":"","tool_emoji":"","tool_category":"","tool_featured":"","footnotes":""},"class_list":["post-50568","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bsolution.me\/he\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bsolution.me\/he\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-04T05:54:28+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/contact\\\/\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/contact\\\/\",\"name\":\"\u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\"},\"datePublished\":\"2026-05-04T05:40:30+00:00\",\"dateModified\":\"2026-05-04T05:54:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/contact\\\/#breadcrumb\"},\"inLanguage\":\"he-IL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bsolution.me\\\/he\\\/contact\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/contact\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\",\"name\":\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"description\":\"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bsolution.me\\\/he\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"he-IL\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bsolution.me\/he\/contact\/","og_locale":"he_IL","og_type":"article","og_title":"\u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","og_url":"https:\/\/bsolution.me\/he\/contact\/","og_site_name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","article_modified_time":"2026-05-04T05:54:28+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bsolution.me\/he\/contact\/","url":"https:\/\/bsolution.me\/he\/contact\/","name":"\u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","isPartOf":{"@id":"https:\/\/bsolution.me\/he\/#website"},"datePublished":"2026-05-04T05:40:30+00:00","dateModified":"2026-05-04T05:54:28+00:00","breadcrumb":{"@id":"https:\/\/bsolution.me\/he\/contact\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bsolution.me\/he\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bsolution.me\/he\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bsolution.me\/he\/"},{"@type":"ListItem","position":2,"name":"\u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8"}]},{"@type":"WebSite","@id":"https:\/\/bsolution.me\/he\/#website","url":"https:\/\/bsolution.me\/he\/","name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bsolution.me\/he\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"he-IL"}]}},"_links":{"self":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/comments?post=50568"}],"version-history":[{"count":2,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50568\/revisions"}],"predecessor-version":[{"id":50571,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50568\/revisions\/50571"}],"wp:attachment":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/media?parent=50568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}