{"id":2,"date":"2025-10-16T19:48:59","date_gmt":"2025-10-16T19:48:59","guid":{"rendered":"https:\/\/src.travel5min.com\/?page_id=2"},"modified":"2025-12-02T19:50:30","modified_gmt":"2025-12-02T19:50:30","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/src.travel5min.com\/?page_id=2","title":{"rendered":"Sample Page"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">This is an example page. It&#8217;s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Hi there! I&#8217;m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi\u00f1a coladas. (And gettin&#8217; caught in the rain.)<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">&#8230;or something like this:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">As a new WordPress user, you should go to <a href=\"https:\/\/src.travel5min.com\/wp-admin\/\">your dashboard<\/a> to delete this page and create new pages for your content. Have fun!<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"334\" src=\"https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/Flag_of_Syria_2025-.svg_.png\" alt=\"\" class=\"wp-image-7\" srcset=\"https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/Flag_of_Syria_2025-.svg_.png 500w, https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/Flag_of_Syria_2025-.svg_-300x200.png 300w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/><\/figure>\n\n\n\n<!DOCTYPE html>\n<html lang=\"he\" dir=\"rtl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u05d8\u05d5\u05e4\u05e1 OptinMonster &#8211; \u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05e9\u05de\u05d0\u05dc, \u05d8\u05dc\u05e4\u05d5\u05df \u05d9\u05de\u05d9\u05df<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: #ffffff;\n            padding: 20px;\n            direction: rtl;\n        }\n\n        .custom-form-container {\n            background: #ffffff;\n            border-radius: 8px;\n            padding: 30px;\n            max-width: 500px;\n            width: 100%;\n            margin: 0 auto;\n            border: 1px solid #e0e0e0;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n\n        .form-title {\n            text-align: center;\n            color: #333;\n            margin-bottom: 25px;\n            font-size: 24px;\n            font-weight: 600;\n        }\n\n        .form-group {\n            margin-bottom: 20px;\n        }\n\n        .form-label {\n            display: block;\n            margin-bottom: 6px;\n            color: #555;\n            font-weight: 500;\n            font-size: 14px;\n        }\n\n        .required {\n            color: #e74c3c;\n        }\n\n        .form-input {\n            width: 100%;\n            padding: 12px 16px;\n            border: 2px solid #e1e5e9;\n            border-radius: 8px;\n            font-size: 16px;\n            transition: all 0.3s ease;\n            background: #f8f9fa;\n            font-family: inherit;\n        }\n\n        .form-input:focus {\n            outline: none;\n            border-color: #3b82f6;\n            background: white;\n            box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);\n        }\n\n        .form-textarea {\n            resize: vertical;\n            min-height: 100px;\n        }\n\n        \/* \u05e9\u05d3\u05d4 \u05d8\u05dc\u05e4\u05d5\u05df \u05e2\u05dd \u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05d1\u05e6\u05d3 \u05e9\u05de\u05d0\u05dc *\/\n        .phone-container {\n            display: flex;\n            gap: 0;\n            position: relative;\n            direction: ltr;\n        }\n\n        .country-selector {\n            background: #f8f9fa;\n            border: 2px solid #e1e5e9;\n            border-radius: 8px 0 0 8px;\n            border-right: none;\n            padding: 12px 15px;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            min-width: 120px;\n            transition: all 0.3s ease;\n            position: relative;\n            user-select: none;\n        }\n\n        .country-selector:hover {\n            background: white;\n            border-color: #3b82f6;\n        }\n\n        .country-flag {\n            font-size: 18px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 24px;\n            height: 18px;\n        }\n\n        .country-flag-img {\n            width: 24px;\n            height: 18px;\n            object-fit: contain;\n            border-radius: 2px;\n            box-shadow: 0 0 1px rgba(0,0,0,0.2);\n        }\n\n        .country-code {\n            font-weight: 600;\n            color: #333;\n        }\n\n        .dropdown-arrow {\n            margin-left: auto;\n        }\n\n        .phone-input {\n            border-radius: 0 8px 8px 0 !important;\n            border-left: none !important;\n            direction: ltr !important;\n            text-align: left !important;\n            flex: 1;\n        }\n\n        \/* \u05e8\u05e9\u05d9\u05de\u05ea \u05de\u05d3\u05d9\u05e0\u05d5\u05ea *\/\n        .country-dropdown {\n            position: absolute;\n            z-index: 9999;\n            background: white;\n            border: 2px solid #e1e5e9;\n            border-radius: 8px;\n            box-shadow: 0 15px 40px rgba(0,0,0,0.3);\n            display: none;\n            width: 300px;\n            max-height: 320px;\n            overflow: hidden;\n            top: 100%;\n            left: 0;\n            margin-top: 5px;\n            flex-direction: column;\n        }\n\n        .country-dropdown.open {\n            display: flex;\n        }\n\n        .country-search {\n            width: 100%;\n            padding: 12px 15px;\n            border: none;\n            border-bottom: 2px solid #e1e5e9;\n            background: #f8f9fa;\n            font-size: 14px;\n            border-radius: 6px 6px 0 0;\n            outline: none;\n            direction: rtl;\n            box-sizing: border-box;\n            height: 48px;\n            flex-shrink: 0;\n        }\n\n        .country-search::placeholder {\n            color: #999;\n            font-size: 13px;\n        }\n\n        .country-search:focus {\n            background: white;\n            border-bottom-color: #3b82f6;\n        }\n\n        .country-list {\n            flex: 1;\n            overflow-y: auto;\n            overflow-x: hidden;\n            max-height: 272px;\n        }\n\n        .country-list::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .country-list::-webkit-scrollbar-track {\n            background: #f1f1f1;\n            border-radius: 4px;\n        }\n\n        .country-list::-webkit-scrollbar-thumb {\n            background: #c1c1c1;\n            border-radius: 4px;\n        }\n\n        .country-list::-webkit-scrollbar-thumb:hover {\n            background: #a8a8a8;\n        }\n\n        .country-option {\n            padding: 14px 15px;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            transition: background 0.2s ease;\n            border-bottom: 1px solid #f5f5f5;\n            flex-shrink: 0;\n        }\n\n        .country-option:hover {\n            background: #f0f7ff;\n        }\n\n        .country-option:last-child {\n            border-bottom: none;\n        }\n\n        .country-option.hidden {\n            display: none !important;\n        }\n\n        .country-name {\n            flex: 1;\n            font-size: 14px;\n            font-weight: 500;\n            color: #333;\n        }\n\n        .country-code-display {\n            color: #666;\n            font-size: 13px;\n            font-weight: 600;\n        }\n\n        .no-results {\n            padding: 30px 15px;\n            text-align: center;\n            color: #999;\n            font-size: 14px;\n            display: none;\n        }\n\n        \/* \u05d4\u05e1\u05db\u05de\u05d4 \u05dc\u05e9\u05d9\u05d5\u05d5\u05e7 *\/\n        .marketing-consent {\n            background: #f8f9fa;\n            border: 1px solid #e1e5e9;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 20px 0;\n        }\n\n        .checkbox-wrapper {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n        }\n\n        .checkbox-input {\n            width: 18px;\n            height: 18px;\n            accent-color: #3b82f6;\n            margin-top: 2px;\n            cursor: pointer;\n        }\n\n        .checkbox-label {\n            font-size: 13px;\n            color: #666;\n            line-height: 1.4;\n            cursor: pointer;\n        }\n\n        .submit-btn {\n            width: 100%;\n            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);\n            color: white;\n            border: none;\n            padding: 14px 20px;\n            border-radius: 8px;\n            font-size: 16px;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            margin-top: 15px;\n        }\n\n        .submit-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);\n        }\n\n        .submit-btn:disabled {\n            background: #ccc;\n            cursor: not-allowed;\n            transform: none;\n        }\n\n        \/* \u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05e1\u05d8\u05d8\u05d5\u05e1 *\/\n        .status-message {\n            padding: 12px;\n            border-radius: 8px;\n            margin-bottom: 15px;\n            text-align: center;\n            font-weight: 500;\n            display: none;\n        }\n\n        .status-success {\n            background: #d4edda;\n            color: #155724;\n            border: 1px solid #c3e6cb;\n        }\n\n        .status-error {\n            background: #f8d7da;\n            color: #721c24;\n            border: 1px solid #f5c6cb;\n        }\n\n        .status-loading {\n            background: #d1ecf1;\n            color: #0c5460;\n            border: 1px solid #bee5eb;\n        }\n\n        \/* \u05d3\u05d9\u05d1\u05d5\u05d2 \u05dc\u05d5\u05d2 *\/\n        .debug-log {\n            background: #f8f9fa;\n            border: 1px solid #e1e5e9;\n            border-radius: 8px;\n            padding: 15px;\n            margin-top: 20px;\n            font-family: monospace;\n            font-size: 12px;\n            max-height: 300px;\n            overflow-y: auto;\n            direction: ltr;\n            text-align: left;\n        }\n\n        .debug-log .log-entry {\n            margin-bottom: 5px;\n            padding: 5px;\n            border-bottom: 1px solid #e1e5e9;\n        }\n\n        .debug-log .log-entry.success {\n            color: #155724;\n            background: #d4edda;\n        }\n\n        .debug-log .log-entry.error {\n            color: #721c24;\n            background: #f8d7da;\n        }\n\n        .debug-log .log-entry.info {\n            color: #0c5460;\n            background: #d1ecf1;\n        }\n\n        \/* \u05e8\u05e1\u05e4\u05d5\u05e0\u05e1\u05d9\u05d1\u05d9\u05d5\u05ea *\/\n        @media (max-width: 768px) {\n            .custom-form-container {\n                margin: 10px;\n                padding: 20px;\n            }\n\n            .country-dropdown {\n                width: 90vw;\n                max-width: 300px;\n                left: 50% !important;\n                transform: translateX(-50%) !important;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"custom-form-container\">\n    <h2 class=\"form-title\">\ud83d\udcde \u05d8\u05d5\u05e4\u05e1 \u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05e9\u05e8<\/h2>\n    \n    <div id=\"statusMessage\" class=\"status-message\"><\/div>\n    \n    <form id=\"contactForm\">\n        \n        <!-- \u05e9\u05dd \u05de\u05dc\u05d0 -->\n        <div class=\"form-group\">\n            <label for=\"fullName\" class=\"form-label\">\u05e9\u05dd \u05de\u05dc\u05d0 <span class=\"required\">*<\/span><\/label>\n            <input \n                type=\"text\" \n                id=\"fullName\" \n                name=\"full_name\" \n                class=\"form-input\" \n                required \n                placeholder=\"\u05d4\u05db\u05e0\u05e1 \u05d0\u05ea \u05e9\u05de\u05da \u05d4\u05de\u05dc\u05d0\"\n            >\n        <\/div>\n\n        <!-- \u05d0\u05d9\u05de\u05d9\u05d9\u05dc -->\n        <div class=\"form-group\">\n            <label for=\"email\" class=\"form-label\">\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc <span class=\"required\">*<\/span><\/label>\n            <input \n                type=\"email\" \n                id=\"email\" \n                name=\"email\" \n                class=\"form-input\" \n                required \n                placeholder=\"example@domain.com\"\n            >\n        <\/div>\n\n        <!-- \u05d8\u05dc\u05e4\u05d5\u05df \u05e2\u05dd \u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05d1\u05e6\u05d3 \u05e9\u05de\u05d0\u05dc -->\n        <div class=\"form-group\">\n            <label for=\"phone\" class=\"form-label\">\u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df <span class=\"required\">*<\/span><\/label>\n            <div class=\"phone-container\">\n                <div class=\"country-selector\" onclick=\"toggleCountryDropdown(event)\">\n                    <span class=\"country-flag\" id=\"selectedFlag\">\ud83c\uddee\ud83c\uddf1<\/span>\n                    <span class=\"country-code\" id=\"selectedCode\">+972<\/span>\n                    <span class=\"dropdown-arrow\">\u25bc<\/span>\n                    \n                    <div id=\"countryDropdown\" class=\"country-dropdown\">\n                        <input \n                            type=\"text\" \n                            id=\"countrySearch\" \n                            class=\"country-search\" \n                            placeholder=\"\ud83d\udd0d \u05d7\u05e4\u05e9 \u05de\u05d3\u05d9\u05e0\u05d4...\"\n                            onkeyup=\"filterCountries()\"\n                        >\n                        <div class=\"country-list\" id=\"countryList\">\n                            <!-- \u05de\u05d3\u05d9\u05e0\u05d5\u05ea \u05de\u05e1\u05d5\u05d3\u05e8\u05d5\u05ea \u05dc\u05e4\u05d9 \u05d4\u05d0\u05dc\u05e3-\u05d1\u05d9\u05ea \u05d4\u05e2\u05d1\u05e8\u05d9 -->\n                            \n                            <!-- \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4 australia +61 au\" onclick=\"selectCountry('\ud83c\udde6\ud83c\uddfa', '+61', 'AU', '\u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\udde6\ud83c\uddfa<\/span>\n                                <span class=\"country-name\">\u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+61<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d0\u05d5\u05e1\u05d8\u05e8\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05d0\u05d5\u05e1\u05d8\u05e8\u05d9\u05d4 austria +43 at\" onclick=\"selectCountry('\ud83c\udde6\ud83c\uddf9', '+43', 'AT', '\u05d0\u05d5\u05e1\u05d8\u05e8\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\udde6\ud83c\uddf9<\/span>\n                                <span class=\"country-name\">\u05d0\u05d5\u05e1\u05d8\u05e8\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+43<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d0\u05d5\u05e7\u05e8\u05d0\u05d9\u05e0\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05d0\u05d5\u05e7\u05e8\u05d0\u05d9\u05e0\u05d4 ukraine +380 ua\" onclick=\"selectCountry('\ud83c\uddfa\ud83c\udde6', '+380', 'UA', '\u05d0\u05d5\u05e7\u05e8\u05d0\u05d9\u05e0\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddfa\ud83c\udde6<\/span>\n                                <span class=\"country-name\">\u05d0\u05d5\u05e7\u05e8\u05d0\u05d9\u05e0\u05d4<\/span>\n                                <span class=\"country-code-display\">+380<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d0\u05d9\u05d8\u05dc\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05d0\u05d9\u05d8\u05dc\u05d9\u05d4 italy +39 it\" onclick=\"selectCountry('\ud83c\uddee\ud83c\uddf9', '+39', 'IT', '\u05d0\u05d9\u05d8\u05dc\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddee\ud83c\uddf9<\/span>\n                                <span class=\"country-name\">\u05d0\u05d9\u05d8\u05dc\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+39<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d0\u05d9\u05d7\u05d5\u05d3 \u05d4\u05d0\u05de\u05d9\u05e8\u05d5\u05d9\u05d5\u05ea -->\n                            <div class=\"country-option\" data-search=\"\u05d0\u05d9\u05d7\u05d5\u05d3 \u05d4\u05d0\u05de\u05d9\u05e8\u05d5\u05d9\u05d5\u05ea uae +971 ae\" onclick=\"selectCountry('\ud83c\udde6\ud83c\uddea', '+971', 'AE', '\u05d0\u05d9\u05d7\u05d5\u05d3 \u05d4\u05d0\u05de\u05d9\u05e8\u05d5\u05d9\u05d5\u05ea')\">\n                                <span class=\"country-flag\">\ud83c\udde6\ud83c\uddea<\/span>\n                                <span class=\"country-name\">\u05d0\u05d9\u05d7\u05d5\u05d3 \u05d4\u05d0\u05de\u05d9\u05e8\u05d5\u05d9\u05d5\u05ea<\/span>\n                                <span class=\"country-code-display\">+971<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d0\u05d9\u05e0\u05d3\u05d5\u05e0\u05d6\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05d0\u05d9\u05e0\u05d3\u05d5\u05e0\u05d6\u05d9\u05d4 indonesia +62 id\" onclick=\"selectCountry('\ud83c\uddee\ud83c\udde9', '+62', 'ID', '\u05d0\u05d9\u05e0\u05d3\u05d5\u05e0\u05d6\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddee\ud83c\udde9<\/span>\n                                <span class=\"country-name\">\u05d0\u05d9\u05e0\u05d3\u05d5\u05e0\u05d6\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+62<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d0\u05d9\u05e8\u05d0\u05df - \u05e2\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea -->\n                            <div class=\"country-option\" data-search=\"\u05d0\u05d9\u05e8\u05d0\u05df iran +98 ir\" onclick=\"selectCountry('https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/State_flag_of_Iran_1964%E2%80%931980.svg_.png', '+98', 'IR', '\u05d0\u05d9\u05e8\u05d0\u05df', true)\">\n                                <span class=\"country-flag\">\n                                    <img decoding=\"async\" src=\"https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/State_flag_of_Iran_1964%E2%80%931980.svg_.png\" alt=\"\u05d0\u05d9\u05e8\u05d0\u05df\" class=\"country-flag-img\">\n                                <\/span>\n                                <span class=\"country-name\">\u05d0\u05d9\u05e8\u05d0\u05df<\/span>\n                                <span class=\"country-code-display\">+98<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d0\u05d9\u05e8\u05dc\u05e0\u05d3 -->\n                            <div class=\"country-option\" data-search=\"\u05d0\u05d9\u05e8\u05dc\u05e0\u05d3 ireland +353 ie\" onclick=\"selectCountry('\ud83c\uddee\ud83c\uddea', '+353', 'IE', '\u05d0\u05d9\u05e8\u05dc\u05e0\u05d3')\">\n                                <span class=\"country-flag\">\ud83c\uddee\ud83c\uddea<\/span>\n                                <span class=\"country-name\">\u05d0\u05d9\u05e8\u05dc\u05e0\u05d3<\/span>\n                                <span class=\"country-code-display\">+353<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d4 argentina +54 ar\" onclick=\"selectCountry('\ud83c\udde6\ud83c\uddf7', '+54', 'AR', '\u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\udde6\ud83c\uddf7<\/span>\n                                <span class=\"country-name\">\u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d4<\/span>\n                                <span class=\"country-code-display\">+54<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d0\u05e8\u05e6\u05d5\u05ea \u05d4\u05d1\u05e8\u05d9\u05ea -->\n                            <div class=\"country-option\" data-search=\"\u05d0\u05e8\u05e6\u05d5\u05ea \u05d4\u05d1\u05e8\u05d9\u05ea america usa +1 us\" onclick=\"selectCountry('\ud83c\uddfa\ud83c\uddf8', '+1', 'US', '\u05d0\u05e8\u05e6\u05d5\u05ea \u05d4\u05d1\u05e8\u05d9\u05ea')\">\n                                <span class=\"country-flag\">\ud83c\uddfa\ud83c\uddf8<\/span>\n                                <span class=\"country-name\">\u05d0\u05e8\u05e6\u05d5\u05ea \u05d4\u05d1\u05e8\u05d9\u05ea<\/span>\n                                <span class=\"country-code-display\">+1<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d1\u05dc\u05d2\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05d1\u05dc\u05d2\u05d9\u05d4 belgium +32 be\" onclick=\"selectCountry('\ud83c\udde7\ud83c\uddea', '+32', 'BE', '\u05d1\u05dc\u05d2\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\udde7\ud83c\uddea<\/span>\n                                <span class=\"country-name\">\u05d1\u05dc\u05d2\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+32<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d1\u05e0\u05d2\u05dc\u05d3\u05e9 -->\n                            <div class=\"country-option\" data-search=\"\u05d1\u05e0\u05d2\u05dc\u05d3\u05e9 bangladesh +880 bd\" onclick=\"selectCountry('\ud83c\udde7\ud83c\udde9', '+880', 'BD', '\u05d1\u05e0\u05d2\u05dc\u05d3\u05e9')\">\n                                <span class=\"country-flag\">\ud83c\udde7\ud83c\udde9<\/span>\n                                <span class=\"country-name\">\u05d1\u05e0\u05d2\u05dc\u05d3\u05e9<\/span>\n                                <span class=\"country-code-display\">+880<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d1\u05e8\u05d6\u05d9\u05dc -->\n                            <div class=\"country-option\" data-search=\"\u05d1\u05e8\u05d6\u05d9\u05dc brazil +55 br\" onclick=\"selectCountry('\ud83c\udde7\ud83c\uddf7', '+55', 'BR', '\u05d1\u05e8\u05d6\u05d9\u05dc')\">\n                                <span class=\"country-flag\">\ud83c\udde7\ud83c\uddf7<\/span>\n                                <span class=\"country-name\">\u05d1\u05e8\u05d6\u05d9\u05dc<\/span>\n                                <span class=\"country-code-display\">+55<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d1\u05e8\u05d9\u05d8\u05e0\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05d1\u05e8\u05d9\u05d8\u05e0\u05d9\u05d4 england uk +44 gb\" onclick=\"selectCountry('\ud83c\uddec\ud83c\udde7', '+44', 'GB', '\u05d1\u05e8\u05d9\u05d8\u05e0\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddec\ud83c\udde7<\/span>\n                                <span class=\"country-name\">\u05d1\u05e8\u05d9\u05d8\u05e0\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+44<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d2\u05e8\u05de\u05e0\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05d2\u05e8\u05de\u05e0\u05d9\u05d4 germany +49 de\" onclick=\"selectCountry('\ud83c\udde9\ud83c\uddea', '+49', 'DE', '\u05d2\u05e8\u05de\u05e0\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\udde9\ud83c\uddea<\/span>\n                                <span class=\"country-name\">\u05d2\u05e8\u05de\u05e0\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+49<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d3\u05e0\u05de\u05e8\u05e7 -->\n                            <div class=\"country-option\" data-search=\"\u05d3\u05e0\u05de\u05e8\u05e7 denmark +45 dk\" onclick=\"selectCountry('\ud83c\udde9\ud83c\uddf0', '+45', 'DK', '\u05d3\u05e0\u05de\u05e8\u05e7')\">\n                                <span class=\"country-flag\">\ud83c\udde9\ud83c\uddf0<\/span>\n                                <span class=\"country-name\">\u05d3\u05e0\u05de\u05e8\u05e7<\/span>\n                                <span class=\"country-code-display\">+45<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d3\u05e8\u05d5\u05dd \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05d3\u05e8\u05d5\u05dd \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4 south africa +27 za\" onclick=\"selectCountry('\ud83c\uddff\ud83c\udde6', '+27', 'ZA', '\u05d3\u05e8\u05d5\u05dd \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddff\ud83c\udde6<\/span>\n                                <span class=\"country-name\">\u05d3\u05e8\u05d5\u05dd \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4<\/span>\n                                <span class=\"country-code-display\">+27<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d3\u05e8\u05d5\u05dd \u05e7\u05d5\u05e8\u05d9\u05d0\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05d3\u05e8\u05d5\u05dd \u05e7\u05d5\u05e8\u05d9\u05d0\u05d4 south korea +82 kr\" onclick=\"selectCountry('\ud83c\uddf0\ud83c\uddf7', '+82', 'KR', '\u05d3\u05e8\u05d5\u05dd \u05e7\u05d5\u05e8\u05d9\u05d0\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddf0\ud83c\uddf7<\/span>\n                                <span class=\"country-name\">\u05d3\u05e8\u05d5\u05dd \u05e7\u05d5\u05e8\u05d9\u05d0\u05d4<\/span>\n                                <span class=\"country-code-display\">+82<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d4\u05d5\u05d3\u05d5 -->\n                            <div class=\"country-option\" data-search=\"\u05d4\u05d5\u05d3\u05d5 india +91 in\" onclick=\"selectCountry('\ud83c\uddee\ud83c\uddf3', '+91', 'IN', '\u05d4\u05d5\u05d3\u05d5')\">\n                                <span class=\"country-flag\">\ud83c\uddee\ud83c\uddf3<\/span>\n                                <span class=\"country-name\">\u05d4\u05d5\u05d3\u05d5<\/span>\n                                <span class=\"country-code-display\">+91<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d4\u05d5\u05dc\u05e0\u05d3 -->\n                            <div class=\"country-option\" data-search=\"\u05d4\u05d5\u05dc\u05e0\u05d3 netherlands +31 nl\" onclick=\"selectCountry('\ud83c\uddf3\ud83c\uddf1', '+31', 'NL', '\u05d4\u05d5\u05dc\u05e0\u05d3')\">\n                                <span class=\"country-flag\">\ud83c\uddf3\ud83c\uddf1<\/span>\n                                <span class=\"country-name\">\u05d4\u05d5\u05dc\u05e0\u05d3<\/span>\n                                <span class=\"country-code-display\">+31<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d5\u05d9\u05d9\u05d8\u05e0\u05d0\u05dd -->\n                            <div class=\"country-option\" data-search=\"\u05d5\u05d9\u05d9\u05d8\u05e0\u05d0\u05dd vietnam +84 vn\" onclick=\"selectCountry('\ud83c\uddfb\ud83c\uddf3', '+84', 'VN', '\u05d5\u05d9\u05d9\u05d8\u05e0\u05d0\u05dd')\">\n                                <span class=\"country-flag\">\ud83c\uddfb\ud83c\uddf3<\/span>\n                                <span class=\"country-name\">\u05d5\u05d9\u05d9\u05d8\u05e0\u05d0\u05dd<\/span>\n                                <span class=\"country-code-display\">+84<\/span>\n                            <\/div>\n                            \n                            <!-- \u05ea\u05d0\u05d9\u05dc\u05e0\u05d3 -->\n                            <div class=\"country-option\" data-search=\"\u05ea\u05d0\u05d9\u05dc\u05e0\u05d3 thailand +66 th\" onclick=\"selectCountry('\ud83c\uddf9\ud83c\udded', '+66', 'TH', '\u05ea\u05d0\u05d9\u05dc\u05e0\u05d3')\">\n                                <span class=\"country-flag\">\ud83c\uddf9\ud83c\udded<\/span>\n                                <span class=\"country-name\">\u05ea\u05d0\u05d9\u05dc\u05e0\u05d3<\/span>\n                                <span class=\"country-code-display\">+66<\/span>\n                            <\/div>\n                            \n                            <!-- \u05ea\u05d5\u05e8\u05db\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05ea\u05d5\u05e8\u05db\u05d9\u05d4 turkey +90 tr\" onclick=\"selectCountry('\ud83c\uddf9\ud83c\uddf7', '+90', 'TR', '\u05ea\u05d5\u05e8\u05db\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddf9\ud83c\uddf7<\/span>\n                                <span class=\"country-name\">\u05ea\u05d5\u05e8\u05db\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+90<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d9\u05d5\u05d5\u05df -->\n                            <div class=\"country-option\" data-search=\"\u05d9\u05d5\u05d5\u05df greece +30 gr\" onclick=\"selectCountry('\ud83c\uddec\ud83c\uddf7', '+30', 'GR', '\u05d9\u05d5\u05d5\u05df')\">\n                                <span class=\"country-flag\">\ud83c\uddec\ud83c\uddf7<\/span>\n                                <span class=\"country-name\">\u05d9\u05d5\u05d5\u05df<\/span>\n                                <span class=\"country-code-display\">+30<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d9\u05e4\u05df -->\n                            <div class=\"country-option\" data-search=\"\u05d9\u05e4\u05df japan +81 jp\" onclick=\"selectCountry('\ud83c\uddef\ud83c\uddf5', '+81', 'JP', '\u05d9\u05e4\u05df')\">\n                                <span class=\"country-flag\">\ud83c\uddef\ud83c\uddf5<\/span>\n                                <span class=\"country-name\">\u05d9\u05e4\u05df<\/span>\n                                <span class=\"country-code-display\">+81<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d9\u05e8\u05d3\u05df -->\n                            <div class=\"country-option\" data-search=\"\u05d9\u05e8\u05d3\u05df jordan +962 jo\" onclick=\"selectCountry('\ud83c\uddef\ud83c\uddf4', '+962', 'JO', '\u05d9\u05e8\u05d3\u05df')\">\n                                <span class=\"country-flag\">\ud83c\uddef\ud83c\uddf4<\/span>\n                                <span class=\"country-name\">\u05d9\u05e8\u05d3\u05df<\/span>\n                                <span class=\"country-code-display\">+962<\/span>\n                            <\/div>\n                            \n                            <!-- \u05d9\u05e9\u05e8\u05d0\u05dc -->\n                            <div class=\"country-option\" data-search=\"\u05d9\u05e9\u05e8\u05d0\u05dc israel +972 il\" onclick=\"selectCountry('\ud83c\uddee\ud83c\uddf1', '+972', 'IL', '\u05d9\u05e9\u05e8\u05d0\u05dc')\">\n                                <span class=\"country-flag\">\ud83c\uddee\ud83c\uddf1<\/span>\n                                <span class=\"country-name\">\u05d9\u05e9\u05e8\u05d0\u05dc<\/span>\n                                <span class=\"country-code-display\">+972<\/span>\n                            <\/div>\n                            \n                            <!-- \u05dc\u05d1\u05e0\u05d5\u05df - \u05e2\u05dd \u05ea\u05de\u05d5\u05e0\u05d4 \u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d0\u05d9\u05e9\u05d9\u05ea -->\n                            <div class=\"country-option\" data-search=\"\u05dc\u05d1\u05e0\u05d5\u05df lebanon +961 lb\" onclick=\"selectCountry('https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/11\/%D7%9C%D7%91%D7%A0%D7%95%D7%9F-%D7%94%D7%92%D7%93%D7%95%D7%9C%D7%94.png', '+961', 'LB', '\u05dc\u05d1\u05e0\u05d5\u05df', true)\">\n                                <span class=\"country-flag\">\n                                    <img decoding=\"async\" src=\"https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/11\/%D7%9C%D7%91%D7%A0%D7%95%D7%9F-%D7%94%D7%92%D7%93%D7%95%D7%9C%D7%94.png\" alt=\"\u05dc\u05d1\u05e0\u05d5\u05df\" class=\"country-flag-img\">\n                                <\/span>\n                                <span class=\"country-name\">\u05dc\u05d1\u05e0\u05d5\u05df<\/span>\n                                <span class=\"country-code-display\">+961<\/span>\n                            <\/div>\n                            \n                            <!-- \u05de\u05dc\u05d6\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05de\u05dc\u05d6\u05d9\u05d4 malaysia +60 my\" onclick=\"selectCountry('\ud83c\uddf2\ud83c\uddfe', '+60', 'MY', '\u05de\u05dc\u05d6\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddf2\ud83c\uddfe<\/span>\n                                <span class=\"country-name\">\u05de\u05dc\u05d6\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+60<\/span>\n                            <\/div>\n                            \n                            <!-- \u05de\u05e6\u05e8\u05d9\u05dd -->\n                            <div class=\"country-option\" data-search=\"\u05de\u05e6\u05e8\u05d9\u05dd egypt +20 eg\" onclick=\"selectCountry('\ud83c\uddea\ud83c\uddec', '+20', 'EG', '\u05de\u05e6\u05e8\u05d9\u05dd')\">\n                                <span class=\"country-flag\">\ud83c\uddea\ud83c\uddec<\/span>\n                                <span class=\"country-name\">\u05de\u05e6\u05e8\u05d9\u05dd<\/span>\n                                <span class=\"country-code-display\">+20<\/span>\n                            <\/div>\n                            \n                            <!-- \u05de\u05e7\u05e1\u05d9\u05e7\u05d5 -->\n                            <div class=\"country-option\" data-search=\"\u05de\u05e7\u05e1\u05d9\u05e7\u05d5 mexico +52 mx\" onclick=\"selectCountry('\ud83c\uddf2\ud83c\uddfd', '+52', 'MX', '\u05de\u05e7\u05e1\u05d9\u05e7\u05d5')\">\n                                <span class=\"country-flag\">\ud83c\uddf2\ud83c\uddfd<\/span>\n                                <span class=\"country-name\">\u05de\u05e7\u05e1\u05d9\u05e7\u05d5<\/span>\n                                <span class=\"country-code-display\">+52<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e0\u05d5\u05e8\u05d5\u05d5\u05d2\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05e0\u05d5\u05e8\u05d5\u05d5\u05d2\u05d9\u05d4 norway +47 no\" onclick=\"selectCountry('\ud83c\uddf3\ud83c\uddf4', '+47', 'NO', '\u05e0\u05d5\u05e8\u05d5\u05d5\u05d2\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddf3\ud83c\uddf4<\/span>\n                                <span class=\"country-name\">\u05e0\u05d5\u05e8\u05d5\u05d5\u05d2\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+47<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e0\u05d9\u05d5 \u05d6\u05d9\u05dc\u05e0\u05d3 -->\n                            <div class=\"country-option\" data-search=\"\u05e0\u05d9\u05d5 \u05d6\u05d9\u05dc\u05e0\u05d3 new zealand +64 nz\" onclick=\"selectCountry('\ud83c\uddf3\ud83c\uddff', '+64', 'NZ', '\u05e0\u05d9\u05d5 \u05d6\u05d9\u05dc\u05e0\u05d3')\">\n                                <span class=\"country-flag\">\ud83c\uddf3\ud83c\uddff<\/span>\n                                <span class=\"country-name\">\u05e0\u05d9\u05d5 \u05d6\u05d9\u05dc\u05e0\u05d3<\/span>\n                                <span class=\"country-code-display\">+64<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e1\u05d9\u05df -->\n                            <div class=\"country-option\" data-search=\"\u05e1\u05d9\u05df china +86 cn\" onclick=\"selectCountry('\ud83c\udde8\ud83c\uddf3', '+86', 'CN', '\u05e1\u05d9\u05df')\">\n                                <span class=\"country-flag\">\ud83c\udde8\ud83c\uddf3<\/span>\n                                <span class=\"country-name\">\u05e1\u05d9\u05df<\/span>\n                                <span class=\"country-code-display\">+86<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e1\u05d9\u05e0\u05d2\u05e4\u05d5\u05e8 -->\n                            <div class=\"country-option\" data-search=\"\u05e1\u05d9\u05e0\u05d2\u05e4\u05d5\u05e8 singapore +65 sg\" onclick=\"selectCountry('\ud83c\uddf8\ud83c\uddec', '+65', 'SG', '\u05e1\u05d9\u05e0\u05d2\u05e4\u05d5\u05e8')\">\n                                <span class=\"country-flag\">\ud83c\uddf8\ud83c\uddec<\/span>\n                                <span class=\"country-name\">\u05e1\u05d9\u05e0\u05d2\u05e4\u05d5\u05e8<\/span>\n                                <span class=\"country-code-display\">+65<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e1\u05d5\u05e8\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05e1\u05d5\u05e8\u05d9\u05d4 syria +963 sy\" onclick=\"selectCountry('\ud83c\uddf8\ud83c\uddfe', '+963', 'SY', '\u05e1\u05d5\u05e8\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddf8\ud83c\uddfe<\/span>\n                                <span class=\"country-name\">\u05e1\u05d5\u05e8\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+963<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e1\u05e4\u05e8\u05d3 -->\n                            <div class=\"country-option\" data-search=\"\u05e1\u05e4\u05e8\u05d3 spain +34 es\" onclick=\"selectCountry('\ud83c\uddea\ud83c\uddf8', '+34', 'ES', '\u05e1\u05e4\u05e8\u05d3')\">\n                                <span class=\"country-flag\">\ud83c\uddea\ud83c\uddf8<\/span>\n                                <span class=\"country-name\">\u05e1\u05e4\u05e8\u05d3<\/span>\n                                <span class=\"country-code-display\">+34<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e1\u05e2\u05d5\u05d3\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05e1\u05e2\u05d5\u05d3\u05d9\u05d4 saudi arabia +966 sa\" onclick=\"selectCountry('\ud83c\uddf8\ud83c\udde6', '+966', 'SA', '\u05e1\u05e2\u05d5\u05d3\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddf8\ud83c\udde6<\/span>\n                                <span class=\"country-name\">\u05e1\u05e2\u05d5\u05d3\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+966<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e2\u05d9\u05e8\u05d0\u05e7 -->\n                            <div class=\"country-option\" data-search=\"\u05e2\u05d9\u05e8\u05d0\u05e7 iraq +964 iq\" onclick=\"selectCountry('\ud83c\uddee\ud83c\uddf6', '+964', 'IQ', '\u05e2\u05d9\u05e8\u05d0\u05e7')\">\n                                <span class=\"country-flag\">\ud83c\uddee\ud83c\uddf6<\/span>\n                                <span class=\"country-name\">\u05e2\u05d9\u05e8\u05d0\u05e7<\/span>\n                                <span class=\"country-code-display\">+964<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e4\u05d5\u05dc\u05d9\u05df -->\n                            <div class=\"country-option\" data-search=\"\u05e4\u05d5\u05dc\u05d9\u05df poland +48 pl\" onclick=\"selectCountry('\ud83c\uddf5\ud83c\uddf1', '+48', 'PL', '\u05e4\u05d5\u05dc\u05d9\u05df')\">\n                                <span class=\"country-flag\">\ud83c\uddf5\ud83c\uddf1<\/span>\n                                <span class=\"country-name\">\u05e4\u05d5\u05dc\u05d9\u05df<\/span>\n                                <span class=\"country-code-display\">+48<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc -->\n                            <div class=\"country-option\" data-search=\"\u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc portugal +351 pt\" onclick=\"selectCountry('\ud83c\uddf5\ud83c\uddf9', '+351', 'PT', '\u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc')\">\n                                <span class=\"country-flag\">\ud83c\uddf5\ud83c\uddf9<\/span>\n                                <span class=\"country-name\">\u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc<\/span>\n                                <span class=\"country-code-display\">+351<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e4\u05d9\u05dc\u05d9\u05e4\u05d9\u05e0\u05d9\u05dd -->\n                            <div class=\"country-option\" data-search=\"\u05e4\u05d9\u05dc\u05d9\u05e4\u05d9\u05e0\u05d9\u05dd philippines +63 ph\" onclick=\"selectCountry('\ud83c\uddf5\ud83c\udded', '+63', 'PH', '\u05e4\u05d9\u05dc\u05d9\u05e4\u05d9\u05e0\u05d9\u05dd')\">\n                                <span class=\"country-flag\">\ud83c\uddf5\ud83c\udded<\/span>\n                                <span class=\"country-name\">\u05e4\u05d9\u05dc\u05d9\u05e4\u05d9\u05e0\u05d9\u05dd<\/span>\n                                <span class=\"country-code-display\">+63<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e4\u05d9\u05e0\u05dc\u05e0\u05d3 -->\n                            <div class=\"country-option\" data-search=\"\u05e4\u05d9\u05e0\u05dc\u05e0\u05d3 finland +358 fi\" onclick=\"selectCountry('\ud83c\uddeb\ud83c\uddee', '+358', 'FI', '\u05e4\u05d9\u05e0\u05dc\u05e0\u05d3')\">\n                                <span class=\"country-flag\">\ud83c\uddeb\ud83c\uddee<\/span>\n                                <span class=\"country-name\">\u05e4\u05d9\u05e0\u05dc\u05e0\u05d3<\/span>\n                                <span class=\"country-code-display\">+358<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e4\u05e7\u05d9\u05e1\u05d8\u05df -->\n                            <div class=\"country-option\" data-search=\"\u05e4\u05e7\u05d9\u05e1\u05d8\u05df pakistan +92 pk\" onclick=\"selectCountry('\ud83c\uddf5\ud83c\uddf0', '+92', 'PK', '\u05e4\u05e7\u05d9\u05e1\u05d8\u05df')\">\n                                <span class=\"country-flag\">\ud83c\uddf5\ud83c\uddf0<\/span>\n                                <span class=\"country-name\">\u05e4\u05e7\u05d9\u05e1\u05d8\u05df<\/span>\n                                <span class=\"country-code-display\">+92<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e6'\u05db\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05e6\u05db\u05d9\u05d4 czech republic +420 cz\" onclick=\"selectCountry('\ud83c\udde8\ud83c\uddff', '+420', 'CZ', '\u05e6'\u05db\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\udde8\ud83c\uddff<\/span>\n                                <span class=\"country-name\">\u05e6&#8217;\u05db\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+420<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e6\u05e8\u05e4\u05ea -->\n                            <div class=\"country-option\" data-search=\"\u05e6\u05e8\u05e4\u05ea france +33 fr\" onclick=\"selectCountry('\ud83c\uddeb\ud83c\uddf7', '+33', 'FR', '\u05e6\u05e8\u05e4\u05ea')\">\n                                <span class=\"country-flag\">\ud83c\uddeb\ud83c\uddf7<\/span>\n                                <span class=\"country-name\">\u05e6\u05e8\u05e4\u05ea<\/span>\n                                <span class=\"country-code-display\">+33<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e7\u05e0\u05d3\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05e7\u05e0\u05d3\u05d4 canada +1 ca\" onclick=\"selectCountry('\ud83c\udde8\ud83c\udde6', '+1', 'CA', '\u05e7\u05e0\u05d3\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\udde8\ud83c\udde6<\/span>\n                                <span class=\"country-name\">\u05e7\u05e0\u05d3\u05d4<\/span>\n                                <span class=\"country-code-display\">+1<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e8\u05d5\u05de\u05e0\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05e8\u05d5\u05de\u05e0\u05d9\u05d4 romania +40 ro\" onclick=\"selectCountry('\ud83c\uddf7\ud83c\uddf4', '+40', 'RO', '\u05e8\u05d5\u05de\u05e0\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddf7\ud83c\uddf4<\/span>\n                                <span class=\"country-name\">\u05e8\u05d5\u05de\u05e0\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+40<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e8\u05d5\u05e1\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05e8\u05d5\u05e1\u05d9\u05d4 russia +7 ru\" onclick=\"selectCountry('\ud83c\uddf7\ud83c\uddfa', '+7', 'RU', '\u05e8\u05d5\u05e1\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddf7\ud83c\uddfa<\/span>\n                                <span class=\"country-name\">\u05e8\u05d5\u05e1\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+7<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e9\u05d5\u05d5\u05d3\u05d9\u05d4 -->\n                            <div class=\"country-option\" data-search=\"\u05e9\u05d5\u05d5\u05d3\u05d9\u05d4 sweden +46 se\" onclick=\"selectCountry('\ud83c\uddf8\ud83c\uddea', '+46', 'SE', '\u05e9\u05d5\u05d5\u05d3\u05d9\u05d4')\">\n                                <span class=\"country-flag\">\ud83c\uddf8\ud83c\uddea<\/span>\n                                <span class=\"country-name\">\u05e9\u05d5\u05d5\u05d3\u05d9\u05d4<\/span>\n                                <span class=\"country-code-display\">+46<\/span>\n                            <\/div>\n                            \n                            <!-- \u05e9\u05d5\u05d5\u05d9\u05d9\u05e5 -->\n                            <div class=\"country-option\" data-search=\"\u05e9\u05d5\u05d5\u05d9\u05d9\u05e5 switzerland +41 ch\" onclick=\"selectCountry('\ud83c\udde8\ud83c\udded', '+41', 'CH', '\u05e9\u05d5\u05d5\u05d9\u05d9\u05e5')\">\n                                <span class=\"country-flag\">\ud83c\udde8\ud83c\udded<\/span>\n                                <span class=\"country-name\">\u05e9\u05d5\u05d5\u05d9\u05d9\u05e5<\/span>\n                                <span class=\"country-code-display\">+41<\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"no-results\" id=\"noResults\">\n                            \ud83d\udd0d \u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05de\u05ea\u05d0\u05d9\u05de\u05d5\u05ea\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <input \n                    type=\"tel\" \n                    id=\"phone\" \n                    name=\"phone_local\" \n                    class=\"form-input phone-input\" \n                    required \n                    placeholder=\"\u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df\"\n                >\n            <\/div>\n        <\/div>\n\n        <!-- \u05e2\u05d9\u05e8 -->\n        <div class=\"form-group\">\n            <label for=\"city\" class=\"form-label\">\u05e2\u05d9\u05e8 \u05de\u05d2\u05d5\u05e8\u05d9\u05dd<\/label>\n            <input \n                type=\"text\" \n                id=\"city\" \n                name=\"city\" \n                class=\"form-input\" \n                placeholder=\"\u05d4\u05db\u05e0\u05e1 \u05e2\u05d9\u05e8 \u05de\u05d2\u05d5\u05e8\u05d9\u05dd\"\n            >\n        <\/div>\n\n        <!-- \u05e0\u05d5\u05e9\u05d0 -->\n        <div class=\"form-group\">\n            <label for=\"subject\" class=\"form-label\">\u05e0\u05d5\u05e9\u05d0 \u05d4\u05e4\u05e0\u05d9\u05d9\u05d4 <span class=\"required\">*<\/span><\/label>\n            <select \n                id=\"subject\" \n                name=\"subject\" \n                class=\"form-input\" \n                required\n            >\n                <option value=\"\">\u05d1\u05d7\u05e8 \u05e0\u05d5\u05e9\u05d0<\/option>\n                <option value=\"general\">\u05e4\u05e0\u05d9\u05d9\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea<\/option>\n                <option value=\"support\">\u05ea\u05de\u05d9\u05db\u05d4 \u05d8\u05db\u05e0\u05d9\u05ea<\/option>\n                <option value=\"sales\">\u05de\u05db\u05d9\u05e8\u05d5\u05ea<\/option>\n                <option value=\"partnership\">\u05e9\u05d9\u05ea\u05d5\u05e3 \u05e4\u05e2\u05d5\u05dc\u05d4<\/option>\n            <\/select>\n        <\/div>\n\n        <!-- \u05d4\u05d5\u05d3\u05e2\u05d4 -->\n        <div class=\"form-group\">\n            <label for=\"message\" class=\"form-label\">\u05d4\u05d5\u05d3\u05e2\u05d4 <span class=\"required\">*<\/span><\/label>\n            <textarea \n                id=\"message\" \n                name=\"message\" \n                class=\"form-input form-textarea\" \n                required \n                placeholder=\"\u05db\u05ea\u05d1 \u05d0\u05ea \u05d4\u05d5\u05d3\u05e2\u05ea\u05da \u05db\u05d0\u05df...\"\n                rows=\"4\"\n            ><\/textarea>\n        <\/div>\n\n        <!-- \u05d4\u05e1\u05db\u05de\u05d4 \u05dc\u05e7\u05d1\u05dc\u05ea \u05ea\u05db\u05e0\u05d9\u05dd \u05e9\u05d9\u05d5\u05d5\u05e7\u05d9\u05d9\u05dd -->\n        <div class=\"form-group marketing-consent\">\n            <div class=\"checkbox-wrapper\">\n                <input \n                    type=\"checkbox\" \n                    id=\"marketingConsent\" \n                    name=\"marketing_consent\" \n                    class=\"checkbox-input\"\n                    value=\"yes\"\n                >\n                <label for=\"marketingConsent\" class=\"checkbox-label\">\n                    \ud83c\udfaf \u05d0\u05e0\u05d9 \u05de\u05e1\u05db\u05d9\u05dd\/\u05d4 \u05dc\u05e7\u05d1\u05dc \u05ea\u05db\u05e0\u05d9\u05dd \u05e9\u05d9\u05d5\u05d5\u05e7\u05d9\u05d9\u05dd, \u05d4\u05e6\u05e2\u05d5\u05ea \u05de\u05d9\u05d5\u05d7\u05d3\u05d5\u05ea \u05d5\u05e2\u05d3\u05db\u05d5\u05e0\u05d9\u05dd \u05d1\u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05d5\u05d1\u05d4\u05d5\u05d3\u05e2\u05d5\u05ea \u05d8\u05e7\u05e1\u05d8. \n                    \u05e0\u05d9\u05ea\u05df \u05dc\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05d4\u05e1\u05db\u05de\u05d4 \u05d1\u05db\u05dc \u05e2\u05ea.\n                <\/label>\n            <\/div>\n        <\/div>\n\n        <!-- \u05e9\u05d3\u05d5\u05ea \u05e0\u05e1\u05ea\u05e8\u05d9\u05dd -->\n        <input type=\"hidden\" name=\"submission_timestamp\" value=\"\">\n        <input type=\"hidden\" name=\"user_language\" value=\"HEBROW\">\n        <input type=\"hidden\" name=\"user_timezone\" value=\"\">\n        <input type=\"hidden\" name=\"session_id\" value=\"\">\n        <input type=\"hidden\" name=\"phone_country_code\" value=\"+972\">\n        <input type=\"hidden\" name=\"phone_country_iso\" value=\"IL\">\n        <input type=\"hidden\" name=\"phone_country_name\" value=\"\u05d9\u05e9\u05e8\u05d0\u05dc\">\n        <input type=\"hidden\" name=\"phone_full_international\" value=\"\">\n\n        <button type=\"submit\" class=\"submit-btn\" id=\"submitBtn\">\n            \ud83d\ude80 \u05e9\u05dc\u05d7 \u05d8\u05d5\u05e4\u05e1\n        <\/button>\n    <\/form>\n\n    <!-- \u05dc\u05d5\u05d2 \u05d3\u05d9\u05d1\u05d5\u05d2 -->\n    <div class=\"debug-log\" id=\"debugLog\"><\/div>\n<\/div>\n\n<script>\n(function() {\n    'use strict';\n    \n    if (window.ContactFormInitialized) {\n        return;\n    }\n    window.ContactFormInitialized = true;\n\n    \/\/ \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d9\u05ea \u05e2\u05d6\u05e8 \u05dc\u05dc\u05d5\u05d2 \u05d3\u05d9\u05d1\u05d5\u05d2\n    function debugLog(message, type = 'info') {\n        const logDiv = document.getElementById('debugLog');\n        if (logDiv) {\n            const timestamp = new Date().toLocaleTimeString('he-IL');\n            const entry = document.createElement('div');\n            entry.className = `log-entry ${type}`;\n            entry.textContent = `[${timestamp}] ${message}`;\n            logDiv.appendChild(entry);\n            logDiv.scrollTop = logDiv.scrollHeight;\n        }\n        console.log(`[${type.toUpperCase()}] ${message}`);\n    }\n\n    class ContactFormHandler {\n        constructor() {\n            this.form = document.getElementById('contactForm');\n            this.submitBtn = document.getElementById('submitBtn');\n            this.statusDiv = document.getElementById('statusMessage');\n            this.sessionId = this.generateSessionId();\n            \n            const webhookUrl = 'https:\/\/cors-anywhere.herokuapp.com\/https:\/\/n8n-vication.travel5min.com\/webhook\/TRAVEL5MIN';\n\nfetch(webhookUrl, {\n    method: 'POST',\n    headers: {\n        'Content-Type': 'application\/json',\n    },\n    body: JSON.stringify(formData)\n})\n            \n            debugLog('\u05de\u05d0\u05ea\u05d7\u05dc \u05d8\u05d5\u05e4\u05e1 \u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05e9\u05e8...', 'info');\n            debugLog(`Webhook URL: ${this.webhookUrl}`, 'info');\n            \n            if (this.form && !this.form._initialized) {\n                this.form._initialized = true;\n                this.init();\n            }\n        }\n\n        init() {\n            try {\n                this.setupEventListeners();\n                this.setHiddenFields();\n                debugLog('\u2705 \u05d8\u05d5\u05e4\u05e1 \u05d9\u05e6\u05d9\u05e8\u05ea \u05e7\u05e9\u05e8 \u05d0\u05d5\u05ea\u05d7\u05dc \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4', 'success');\n            } catch (error) {\n                debugLog('\u274c \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d0\u05ea\u05d7\u05d5\u05dc \u05d4\u05d8\u05d5\u05e4\u05e1: ' + error.message, 'error');\n                console.error('\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d0\u05ea\u05d7\u05d5\u05dc \u05d4\u05d8\u05d5\u05e4\u05e1:', error);\n            }\n        }\n\n        setupEventListeners() {\n            if (this.form) {\n                this.form.addEventListener('submit', (e) => {\n                    e.preventDefault();\n                    debugLog('\ud83d\udd04 \u05d8\u05d5\u05e4\u05e1 \u05e0\u05e9\u05dc\u05d7, \u05de\u05ea\u05d7\u05d9\u05dc \u05e2\u05d9\u05d1\u05d5\u05d3...', 'info');\n                    this.handleSubmit();\n                });\n            }\n\n            const phoneInput = document.getElementById('phone');\n            if (phoneInput) {\n                phoneInput.addEventListener('input', () => this.updateFullPhoneNumber());\n            }\n        }\n\n        setHiddenFields() {\n            try {\n                const now = new Date();\n                const fieldsToUpdate = {\n                    'submission_timestamp': now.toISOString(),\n                    'user_language': navigator.language || 'he',\n                    'user_timezone': Intl.DateTimeFormat().resolvedOptions().timeZone,\n                    'session_id': this.sessionId\n                };\n\n                Object.entries(fieldsToUpdate).forEach(([name, value]) => {\n                    const field = document.querySelector(`input[name=\"${name}\"]`);\n                    if (field) field.value = value;\n                });\n                \n                debugLog('\u05e9\u05d3\u05d5\u05ea \u05e0\u05e1\u05ea\u05e8\u05d9\u05dd \u05e2\u05d5\u05d3\u05db\u05e0\u05d5', 'info');\n            } catch (error) {\n                debugLog('\u26a0\ufe0f \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05d2\u05d3\u05e8\u05ea \u05e9\u05d3\u05d5\u05ea \u05e0\u05e1\u05ea\u05e8\u05d9\u05dd: ' + error.message, 'error');\n                console.warn('\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d4\u05d2\u05d3\u05e8\u05ea \u05e9\u05d3\u05d5\u05ea \u05e0\u05e1\u05ea\u05e8\u05d9\u05dd:', error);\n            }\n        }\n\n        updateFullPhoneNumber() {\n            try {\n                const countryCodeField = document.querySelector('input[name=\"phone_country_code\"]');\n                const phoneInput = document.getElementById('phone');\n                const fullPhoneField = document.querySelector('input[name=\"phone_full_international\"]');\n                \n                if (countryCodeField && phoneInput && fullPhoneField) {\n                    const countryCode = countryCodeField.value;\n                    const localNumber = phoneInput.value;\n                    const fullNumber = countryCode + localNumber.replace(\/^0+\/, '');\n                    fullPhoneField.value = fullNumber;\n                }\n            } catch (error) {\n                debugLog('\u26a0\ufe0f \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05d3\u05db\u05d5\u05df \u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df: ' + error.message, 'error');\n                console.warn('\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05d3\u05db\u05d5\u05df \u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df:', error);\n            }\n        }\n\n        generateSessionId() {\n            return 'session_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9);\n        }\n\n        showStatus(message, type) {\n            if (this.statusDiv) {\n                this.statusDiv.textContent = message;\n                this.statusDiv.className = `status-message status-${type}`;\n                this.statusDiv.style.display = 'block';\n                \n                if (type !== 'loading') {\n                    setTimeout(() => {\n                        this.statusDiv.style.display = 'none';\n                    }, 5000);\n                }\n            }\n        }\n\n        async handleSubmit() {\n            try {\n                debugLog('\ud83d\udce4 \u05de\u05ea\u05d7\u05d9\u05dc \u05ea\u05d4\u05dc\u05d9\u05da \u05e9\u05dc\u05d9\u05d7\u05d4...', 'info');\n                this.showStatus('\u05e9\u05d5\u05dc\u05d7 \u05d8\u05d5\u05e4\u05e1...', 'loading');\n                \n                if (this.submitBtn) {\n                    this.submitBtn.disabled = true;\n                    this.submitBtn.textContent = '\u23f3 \u05e9\u05d5\u05dc\u05d7...';\n                }\n                \n                this.setHiddenFields();\n                this.updateFullPhoneNumber();\n                \n                const formData = new FormData(this.form);\n                const data = Object.fromEntries(formData.entries());\n                \n                data.marketing_consent_given = data.marketing_consent === 'yes';\n                data.form_completed_at = new Date().toISOString();\n                \n                debugLog('\ud83d\udccb \u05e0\u05ea\u05d5\u05e0\u05d9 \u05d8\u05d5\u05e4\u05e1 \u05e0\u05d0\u05e1\u05e4\u05d5: ' + Object.keys(data).length + ' \u05e9\u05d3\u05d5\u05ea', 'info');\n                console.log('\ud83d\udce4 \u05e9\u05d5\u05dc\u05d7 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd:', data);\n                \n                await this.sendToWebhook(data);\n                \n            } catch (error) {\n                debugLog('\u274c \u05e9\u05d2\u05d9\u05d0\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea \u05d1\u05e9\u05dc\u05d9\u05d7\u05d4: ' + error.message, 'error');\n                console.error('\u274c \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e9\u05dc\u05d9\u05d7\u05d4:', error);\n                this.showStatus(`\u05e9\u05d2\u05d9\u05d0\u05d4: ${error.message}`, 'error');\n            } finally {\n                if (this.submitBtn) {\n                    this.submitBtn.disabled = false;\n                    this.submitBtn.textContent = '\ud83d\ude80 \u05e9\u05dc\u05d7 \u05d8\u05d5\u05e4\u05e1';\n                }\n            }\n        }\n\n        async sendToWebhook(data) {\n            const payload = {\n                form_data: data,\n                webhook_received_at: new Date().toISOString(),\n                source: 'contact_form',\n                user_agent: navigator.userAgent,\n                page_url: window.location.href,\n                referrer: document.referrer || 'direct'\n            };\n\n            debugLog('\ud83c\udf10 \u05de\u05db\u05d9\u05df \u05e7\u05e8\u05d9\u05d0\u05ea HTTP \u05dc-Webhook...', 'info');\n            debugLog('URL: ' + this.webhookUrl, 'info');\n            \n            try {\n                debugLog('\ud83d\udd04 \u05e9\u05d5\u05dc\u05d7 \u05d1\u05e7\u05e9\u05ea POST...', 'info');\n                \n                const response = await fetch(this.webhookUrl, {\n                    method: 'POST',\n                    headers: {\n                        'Content-Type': 'application\/json',\n                        'Accept': 'application\/json',\n                        'X-Requested-With': 'XMLHttpRequest'\n                    },\n                    body: JSON.stringify(payload),\n                    mode: 'cors', \/\/ \u2705 \u05d7\u05e9\u05d5\u05d1: \u05de\u05d0\u05e4\u05e9\u05e8 CORS\n                    credentials: 'omit' \/\/ \u05dc\u05d0 \u05e9\u05d5\u05dc\u05d7 Cookies\n                });\n\n                debugLog(`\ud83d\udce1 \u05ea\u05d2\u05d5\u05d1\u05d4 \u05d4\u05ea\u05e7\u05d1\u05dc\u05d4 - Status: ${response.status} ${response.statusText}`, 'info');\n                \n                \/\/ \u05e7\u05e8\u05d9\u05d0\u05ea \u05ea\u05d5\u05db\u05df \u05d4\u05ea\u05d2\u05d5\u05d1\u05d4\n                let responseText = '';\n                try {\n                    responseText = await response.text();\n                    debugLog('\ud83d\udcc4 \u05ea\u05d5\u05db\u05df \u05ea\u05d2\u05d5\u05d1\u05d4: ' + responseText.substring(0, 200), 'info');\n                } catch (e) {\n                    debugLog('\u26a0\ufe0f \u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05e8\u05d5\u05d0 \u05ea\u05d5\u05db\u05df \u05ea\u05d2\u05d5\u05d1\u05d4', 'error');\n                }\n\n                if (response.ok) {\n                    debugLog('\u2705 \u05d4\u05d8\u05d5\u05e4\u05e1 \u05e0\u05e9\u05dc\u05d7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4 \u05dc-Webhook!', 'success');\n                    console.log('\u2705 Webhook \u05d4\u05e6\u05dc\u05d9\u05d7 - Response:', responseText);\n                    this.showStatus('\ud83c\udf89 \u05d4\u05d8\u05d5\u05e4\u05e1 \u05e0\u05e9\u05dc\u05d7 \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4! \u05ea\u05d5\u05d3\u05d4 \u05e2\u05dc \u05e4\u05e0\u05d9\u05d9\u05ea\u05da.', 'success');\n                    this.resetForm();\n                } else {\n                    throw new Error(`HTTP ${response.status}: ${response.statusText}`);\n                }\n            } catch (error) {\n                debugLog('\u274c \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05e8\u05d9\u05d0\u05ea Webhook: ' + error.message, 'error');\n                console.error('\u274c Webhook Error:', error);\n                \n                \/\/ \u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05d2\u05d9\u05d1\u05d5\u05d9 - \u05e9\u05de\u05d9\u05e8\u05d4 \u05d1-localStorage\n                try {\n                    const backupKey = 'form_backup_' + Date.now();\n                    localStorage.setItem(backupKey, JSON.stringify(payload));\n                    debugLog('\ud83d\udcbe \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05e0\u05e9\u05de\u05e8\u05d5 \u05d1-localStorage \u05d1\u05d2\u05d9\u05d1\u05d5\u05d9: ' + backupKey, 'info');\n                } catch (storageError) {\n                    debugLog('\u26a0\ufe0f \u05d2\u05dd \u05d2\u05d9\u05d1\u05d5\u05d9 \u05d1-localStorage \u05e0\u05db\u05e9\u05dc', 'error');\n                }\n                \n                console.warn('\ud83d\udce7 \u05e0\u05ea\u05d5\u05e0\u05d9 \u05d8\u05d5\u05e4\u05e1 \u05dc\u05d2\u05d9\u05d1\u05d5\u05d9:', payload);\n                this.showStatus('\u26a0\ufe0f \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e9\u05dc\u05d9\u05d7\u05d4. \u05d1\u05d3\u05d5\u05e7 \u05d0\u05ea \u05d4-Console \u05dc\u05e4\u05e8\u05d8\u05d9\u05dd.', 'error');\n                \n                \/\/ \u05dc\u05d0 \u05de\u05d1\u05e6\u05e2\u05d9\u05dd reset \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05d1\u05de\u05e7\u05e8\u05d4 \u05e9\u05dc \u05e9\u05d2\u05d9\u05d0\u05d4\n            }\n        }\n\n        resetForm() {\n            if (this.form) {\n                this.form.reset();\n                if (window.selectCountry) {\n                    window.selectCountry('\ud83c\uddee\ud83c\uddf1', '+972', 'IL', '\u05d9\u05e9\u05e8\u05d0\u05dc');\n                }\n                this.sessionId = this.generateSessionId();\n                this.setHiddenFields();\n                debugLog('\ud83d\udd04 \u05d8\u05d5\u05e4\u05e1 \u05d0\u05d5\u05e4\u05e1 (reset)', 'info');\n            }\n        }\n    }\n\n    \/\/ \u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d4 \u05de\u05e9\u05d5\u05e4\u05e8\u05ea \u05dc\u05d1\u05d7\u05d9\u05e8\u05ea \u05de\u05d3\u05d9\u05e0\u05d4 - \u05ea\u05d5\u05de\u05db\u05ea \u05d2\u05dd \u05d1\u05d0\u05de\u05d5\u05d2'\u05d9 \u05d5\u05d2\u05dd \u05d1\u05ea\u05de\u05d5\u05e0\u05d5\u05ea\n    window.selectCountry = function(flag, code, iso, name, isImage = false) {\n        try {\n            const flagEl = document.getElementById('selectedFlag');\n            const codeEl = document.getElementById('selectedCode');\n            const dropdown = document.getElementById('countryDropdown');\n            \n            if (flagEl) {\n                if (isImage || flag.startsWith('http')) {\n                    flagEl.innerHTML = `<img decoding=\"async\" src=\"${flag}\" alt=\"${name}\" class=\"country-flag-img\">`;\n                } else {\n                    flagEl.textContent = flag;\n                    flagEl.innerHTML = flag;\n                }\n            }\n            if (codeEl) codeEl.textContent = code;\n            \n            const fields = {\n                'phone_country_code': code,\n                'phone_country_iso': iso,\n                'phone_country_name': name\n            };\n\n            Object.entries(fields).forEach(([name, value]) => {\n                const field = document.querySelector(`input[name=\"${name}\"]`);\n                if (field) field.value = value;\n            });\n            \n            if (dropdown) dropdown.classList.remove('open');\n            \n            if (window.contactForm) {\n                window.contactForm.updateFullPhoneNumber();\n            }\n            \n            debugLog(`\u05e0\u05d1\u05d7\u05e8\u05d4 \u05de\u05d3\u05d9\u05e0\u05d4: ${name} (${code})`, 'info');\n        } catch (error) {\n            debugLog('\u26a0\ufe0f \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d1\u05d7\u05d9\u05e8\u05ea \u05de\u05d3\u05d9\u05e0\u05d4: ' + error.message, 'error');\n            console.warn('\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d1\u05d7\u05d9\u05e8\u05ea \u05de\u05d3\u05d9\u05e0\u05d4:', error);\n        }\n    };\n\n    window.toggleCountryDropdown = function(event) {\n        try {\n            event.stopPropagation();\n            \n            const dropdown = document.getElementById('countryDropdown');\n            \n            if (dropdown) {\n                dropdown.classList.toggle('open');\n                \n                if (dropdown.classList.contains('open')) {\n                    setTimeout(() => {\n                        const searchInput = document.getElementById('countrySearch');\n                        if (searchInput) {\n                            searchInput.focus();\n                            searchInput.value = '';\n                            filterCountries();\n                        }\n                    }, 100);\n                }\n            }\n        } catch (error) {\n            debugLog('\u26a0\ufe0f \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e4\u05ea\u05d9\u05d7\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05de\u05d3\u05d9\u05e0\u05d5\u05ea: ' + error.message, 'error');\n            console.warn('\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e4\u05ea\u05d9\u05d7\u05ea \u05e8\u05e9\u05d9\u05de\u05ea \u05de\u05d3\u05d9\u05e0\u05d5\u05ea:', error);\n        }\n    };\n\n    window.filterCountries = function() {\n        try {\n            const searchInput = document.getElementById('countrySearch');\n            const options = document.querySelectorAll('#countryList .country-option');\n            const noResults = document.getElementById('noResults');\n            \n            if (!searchInput || !options.length || !noResults) return;\n            \n            const searchTerm = searchInput.value.toLowerCase().trim();\n            let visibleCount = 0;\n            \n            options.forEach(option => {\n                const searchData = option.getAttribute('data-search');\n                if (searchData) {\n                    const matches = !searchTerm || searchData.toLowerCase().includes(searchTerm);\n                    \n                    if (matches) {\n                        option.classList.remove('hidden');\n                        visibleCount++;\n                    } else {\n                        option.classList.add('hidden');\n                    }\n                }\n            });\n            \n            noResults.style.display = visibleCount === 0 ? 'block' : 'none';\n        } catch (error) {\n            debugLog('\u26a0\ufe0f \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d7\u05d9\u05e4\u05d5\u05e9 \u05de\u05d3\u05d9\u05e0\u05d5\u05ea: ' + error.message, 'error');\n            console.warn('\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d7\u05d9\u05e4\u05d5\u05e9 \u05de\u05d3\u05d9\u05e0\u05d5\u05ea:', error);\n        }\n    };\n\n    document.addEventListener('click', function(e) {\n        try {\n            if (!e.target.closest('.country-selector') && !e.target.closest('.country-dropdown')) {\n                const dropdown = document.getElementById('countryDropdown');\n                if (dropdown) dropdown.classList.remove('open');\n            }\n        } catch (error) {\n            console.warn('\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e1\u05d2\u05d9\u05e8\u05ea \u05e8\u05e9\u05d9\u05de\u05d4:', error);\n        }\n    });\n\n    function initContactForm() {\n        try {\n            if (document.getElementById('contactForm') && !window.contactForm) {\n                window.contactForm = new ContactFormHandler();\n            }\n        } catch (error) {\n            debugLog('\u274c \u05e9\u05d2\u05d9\u05d0\u05d4 \u05e7\u05e8\u05d9\u05d8\u05d9\u05ea \u05d1\u05d0\u05ea\u05d7\u05d5\u05dc: ' + error.message, 'error');\n            console.error('\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d0\u05ea\u05d7\u05d5\u05dc \u05d8\u05d5\u05e4\u05e1:', error);\n        }\n    }\n\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initContactForm);\n    } else {\n        setTimeout(initContactForm, 100);\n    }\n\n    if (window.jQuery) {\n        jQuery(window).on(\"elementor\/popup\/show\", function() {\n            debugLog('\ud83c\udfaf Elementor Popup \u05e0\u05e4\u05ea\u05d7', 'info');\n            setTimeout(initContactForm, 1000);\n        });\n    }\n\n    \/\/debugLog('\ud83d\udcdc \u05e1\u05e7\u05e8\u05d9\u05e4\u05d8 \u05d8\u05d5\u05e4\u05e1 \u05e0\u05d8\u05e2\u05df \u05d1\u05d4\u05e6\u05dc\u05d7\u05d4', 'success');\n\n})();\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<pre class=\"wp-block-code\"><code><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\" src=\"https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/11\/\u05dc\u05d1\u05e0\u05d5\u05df-\u05d4\u05d2\u05d3\u05d5\u05dc\u05d4.png\" alt=\"\" class=\"wp-image-27\" style=\"width:498px;height:auto\" srcset=\"https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/11\/\u05dc\u05d1\u05e0\u05d5\u05df-\u05d4\u05d2\u05d3\u05d5\u05dc\u05d4.png 600w, https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/11\/\u05dc\u05d1\u05e0\u05d5\u05df-\u05d4\u05d2\u05d3\u05d5\u05dc\u05d4-300x200.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"585\" src=\"https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/State_flag_of_Iran_1964\u20131980.svg_-1024x585.png\" alt=\"\" class=\"wp-image-8\" srcset=\"https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/State_flag_of_Iran_1964\u20131980.svg_-1024x585.png 1024w, https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/State_flag_of_Iran_1964\u20131980.svg_-300x172.png 300w, https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/State_flag_of_Iran_1964\u20131980.svg_-768x439.png 768w, https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/State_flag_of_Iran_1964\u20131980.svg_.png 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/c2acfba5-6a3d-4fed-b0ba-844ce7a48463-1024x683.png\" alt=\"\" class=\"wp-image-9\" srcset=\"https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/c2acfba5-6a3d-4fed-b0ba-844ce7a48463-1024x683.png 1024w, https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/c2acfba5-6a3d-4fed-b0ba-844ce7a48463-300x200.png 300w, https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/c2acfba5-6a3d-4fed-b0ba-844ce7a48463-768x512.png 768w, https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/c2acfba5-6a3d-4fed-b0ba-844ce7a48463.png 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/A_serene_and_tranquil_scene_of_the_sea_with_clear-1759947351106.png\" alt=\"\" class=\"wp-image-11\" srcset=\"https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/A_serene_and_tranquil_scene_of_the_sea_with_clear-1759947351106.png 1024w, https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/A_serene_and_tranquil_scene_of_the_sea_with_clear-1759947351106-300x300.png 300w, https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/A_serene_and_tranquil_scene_of_the_sea_with_clear-1759947351106-150x150.png 150w, https:\/\/src.travel5min.com\/wp-content\/uploads\/2025\/10\/A_serene_and_tranquil_scene_of_the_sea_with_clear-1759947351106-768x768.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n  <style>\n  .yt-container {\n    border: 1px solid #e5e7eb;\n    border-radius: 12px;\n    margin: 16px 0;\n    overflow: hidden;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n    background: white;\n    transition: all 0.3s ease;\n  }\n  .yt-container:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.12); transform: translateY(-2px); }\n\n  .yt-header {\n    display: flex; align-items: center; justify-content: space-between;\n    padding: 16px 20px;\n    background: linear-gradient(135deg, #ff6b35, #f7931e);\n    cursor: pointer; user-select: none; list-style: none; color: white;\n    transition: all 0.3s ease; gap: 12px;\n  }\n  .yt-header::-webkit-details-marker { display: none; }\n  .yt-header::marker { display: none; }\n  .yt-header:hover { filter: brightness(1.05); }\n\n  .yt-icon { font-size: 24px; flex-shrink: 0; }\n  .yt-title { flex-grow: 1; font-weight: 600; font-size: 16px; text-align: center; }\n\n  .yt-play-btn {\n    font-size: 20px;\n    background: rgba(255,255,255,0.2);\n    width: 40px; height: 40px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    transition: all 0.3s ease; flex-shrink: 0;\n    direction: ltr; unicode-bidi: isolate;\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Arial, sans-serif;\n    position: relative;\n  }\n  .yt-play-btn::before { content: \"\\25B6\"; }\n  .yt-play-btn[data-state=\"pause\"]::before { content: \"\\23F8\"; }\n\n  .yt-header:hover .yt-play-btn { background: rgba(255,255,255,0.3); transform: scale(1.1); }\n\n  .yt-content { padding: 0; }\n\n  .yt-video-wrapper {\n    position: relative; width: 100%; aspect-ratio: 16\/9; background: #000;\n  }\n\n  .yt-iframe {\n    position: absolute; top: 0; left: 0;\n    width: 100%; height: 100%; border: none;\n  }\n\n  @media (max-width: 768px) {\n    .yt-header { padding: 12px 16px; }\n    .yt-icon { font-size: 20px; }\n    .yt-title { font-size: 14px; }\n    .yt-play-btn { width: 35px; height: 35px; font-size: 18px; }\n  }\n  @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n  .yt-container[open] .yt-content { animation: fadeIn 0.3s ease-out; }\n\n  .yt-click-shield {\n    position: absolute; inset: 0; z-index: 2;\n    background: transparent; border: 0; padding: 0; margin: 0;\n    cursor: pointer;\n  }\n  .yt-click-shield:focus { outline: 2px solid #fff6; outline-offset: -4px; }\n  <\/style>\n\n  <details class=\"yt-container yt-deal\" id=\"ytc_p4jT7kZ4zv8_deal_871053\" data-yt-id=\"p4jT7kZ4zv8\" open>\n    <summary class=\"yt-header\">\n      <span class=\"yt-icon\">\ud83d\udd25<\/span>\n      <span class=\"yt-title\">DOOM<\/span>\n      <span class=\"yt-play-btn\" aria-hidden=\"true\" data-state=\"play\"><\/span>\n    <\/summary>\n    <div class=\"yt-content\">\n      <div class=\"yt-video-wrapper\">\n        <button type=\"button\" class=\"yt-click-shield\" aria-label=\"\u05e0\u05d2\u05df\"><\/button>\n\n        <iframe class=\"yt-iframe\"\n                src=\"about:blank\"\n                allow=\"autoplay; encrypted-media; picture-in-picture; web-share\"\n                allowfullscreen\n                loading=\"lazy\"\n                title=\"\u05d4\u05e4\u05d9\u05e0\u05d4 \u05d4\u05d7\u05de\u05d4\"\n                referrerpolicy=\"strict-origin-when-cross-origin\">\n        <\/iframe>\n      <\/div>\n    <\/div>\n  <\/details>\n\n  <script>\n(function() {\n  const container = document.getElementById('ytc_p4jT7kZ4zv8_deal_871053');\n  if (!container || container.hasAttribute('data-initialized')) return;\n\n  container.setAttribute('data-initialized', 'true');\n\n  const iframe  = container.querySelector('.yt-iframe');\n  const playBtn = container.querySelector('.yt-play-btn');\n  const shield  = container.querySelector('.yt-click-shield');\n  const videoId = container.getAttribute('data-yt-id') || 'sEQBI1OBePc';\n\n  const base = 'https:\/\/www.youtube-nocookie.com\/embed\/' + encodeURIComponent(videoId);\n  const baseParams = {\n    autoplay: '0',\n    mute: '0',\n    rel: '0',\n    modestbranding: '1',\n    playsinline: '1',\n    iv_load_policy: '3',\n    enablejsapi: '1',\n    origin: location.origin\n  };\n\n  function toQS(obj) { return new URLSearchParams(obj).toString(); }\n\n  function ensureLoaded() {\n    if (!iframe.src || iframe.src === 'about:blank' || iframe.src.startsWith('about:blank')) {\n      iframe.src = `${base}?${toQS(baseParams)}`;\n      playBtn.dataset.state = 'play';\n      if (typeof gtag !== 'undefined') {\n        gtag('event', 'video_ready', { video_title: '\u05e4\u05d9\u05e0\u05ea \u05d4\u05d3\u05d9\u05dc\u05d9\u05dd \u05d4\u05d7\u05de\u05d9\u05dd', video_id: videoId, container_type: 'deal' });\n      }\n    }\n  }\n\n  function ytCommand(func, args = []) {\n    try {\n      iframe.contentWindow.postMessage(JSON.stringify({ event: 'command', func, args }), '*');\n    } catch(e) { \/* ignore *\/ }\n  }\n\n  \/\/ \u05d5\u05d3\u05d0 \u05e9\u05d4\u05d5\u05d5\u05d9\u05d3\u05d2'\u05d8 \u05e4\u05ea\u05d5\u05d7 \u05d5\u05d8\u05e2\u05df \u05d0\u05ea \u05d4\u05e0\u05d2\u05df\n  container.open = true;\n  ensureLoaded();\n\n  container.addEventListener('toggle', function() {\n    if (container.open) {\n      ensureLoaded();\n      playBtn.dataset.state = 'play';\n    } else {\n      iframe.src = 'about:blank';\n      playBtn.dataset.state = 'play';\n      if (shield) shield.style.display = '';\n    }\n  });\n\n  if (shield) {\n    shield.addEventListener('click', function(e) {\n      e.preventDefault();\n      ensureLoaded();\n      ytCommand('playVideo');\n      playBtn.dataset.state = 'pause';\n      shield.style.display = 'none';\n      if (typeof gtag !== 'undefined') {\n        gtag('event', 'video_play', { video_title: '\u05e4\u05d9\u05e0\u05ea \u05d4\u05d3\u05d9\u05dc\u05d9\u05dd \u05d4\u05d7\u05de\u05d9\u05dd', video_id: videoId, container_type: 'deal' });\n      }\n    }, { once: true });\n  }\n\n  iframe.addEventListener('click', function(e) { e.stopPropagation(); });\n\n})();\n<\/script>\n\n  \n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n  <style>\n  .ytn-container {\n    border: 1px solid #d1d5db;\n    border-radius: 12px;\n    margin: 16px 0;\n    overflow: hidden;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.06);\n    background: white;\n    transition: all 0.3s ease;\n  }\n  .ytn-container:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.1); transform: translateY(-2px); }\n\n  .ytn-header {\n    display: flex; align-items: center; justify-content: space-between;\n    padding: 16px 20px;\n    background: linear-gradient(135deg, #3b82f6, #1e40af);\n    cursor: pointer; user-select: none; list-style: none; color: white;\n    transition: all 0.3s ease; gap: 12px;\n  }\n  .ytn-header::-webkit-details-marker { display: none; }\n  .ytn-header::marker { display: none; }\n  .ytn-header:hover { filter: brightness(1.05); }\n\n  .ytn-icon { font-size: 24px; flex-shrink: 0; }\n  .ytn-title { flex-grow: 1; font-weight: 600; font-size: 16px; text-align: center; }\n\n  .ytn-play-btn {\n    font-size: 20px;\n    background: rgba(255,255,255,0.2);\n    width: 40px; height: 40px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    transition: all 0.3s ease; flex-shrink: 0;\n    direction: ltr; unicode-bidi: isolate;\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Arial, sans-serif;\n    position: relative;\n  }\n  .ytn-play-btn::before { content: \"\\25B6\"; }\n  .ytn-play-btn[data-state=\"pause\"]::before { content: \"\\23F8\"; }\n\n  .ytn-header:hover .ytn-play-btn { background: rgba(255,255,255,0.3); transform: scale(1.1); }\n\n  .ytn-content { padding: 0; }\n\n  .ytn-video-wrapper {\n    position: relative; width: 100%; aspect-ratio: 16\/9; background: #000;\n  }\n\n  .ytn-iframe {\n    position: absolute; top: 0; left: 0;\n    width: 100%; height: 100%; border: none;\n  }\n\n  @media (max-width: 768px) {\n    .ytn-header { padding: 12px 16px; }\n    .ytn-icon { font-size: 20px; }\n    .ytn-title { font-size: 14px; }\n    .ytn-play-btn { width: 35px; height: 35px; font-size: 18px; }\n  }\n  @keyframes fadeInNews { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n  .ytn-container[open] .ytn-content { animation: fadeInNews 0.3s ease-out; }\n\n  .ytn-click-shield {\n    position: absolute; inset: 0; z-index: 2;\n    background: transparent; border: 0; padding: 0; margin: 0;\n    cursor: pointer;\n  }\n  .ytn-click-shield:focus { outline: 2px solid #fff6; outline-offset: -4px; }\n  <\/style>\n\n  <details class=\"ytn-container\" id=\"ytn_D-NvQ6VJYtE_news_538689\" data-yt-id=\"D-NvQ6VJYtE\" open>\n    <summary class=\"ytn-header\">\n      <span class=\"ytn-icon\">\ud83d\udca1<\/span>\n      <span class=\"ytn-title\">ALPINE TRAVEL<\/span>\n      <span class=\"ytn-play-btn\" aria-hidden=\"true\" data-state=\"play\"><\/span>\n    <\/summary>\n    <div class=\"ytn-content\">\n      <div class=\"ytn-video-wrapper\">\n        <button type=\"button\" class=\"ytn-click-shield\" aria-label=\"\u05e0\u05d2\u05df\"><\/button>\n\n        <iframe class=\"ytn-iframe\"\n                src=\"about:blank\"\n                allow=\"autoplay; encrypted-media; picture-in-picture; web-share\"\n                allowfullscreen\n                loading=\"lazy\"\n                title=\"\u05d8\u05d9\u05e4\u05d9\u05dd \u05d5\u05d4\u05de\u05dc\u05e6\u05d5\u05ea\"\n                referrerpolicy=\"strict-origin-when-cross-origin\">\n        <\/iframe>\n      <\/div>\n    <\/div>\n  <\/details>\n\n  <script>\n  (function() {\n    const container = document.getElementById('ytn_D-NvQ6VJYtE_news_538689');\n    if (!container || container.hasAttribute('data-initialized')) return;\n\n    container.setAttribute('data-initialized', 'true');\n\n    const iframe  = container.querySelector('.ytn-iframe');\n    const playBtn = container.querySelector('.ytn-play-btn');\n    const shield  = container.querySelector('.ytn-click-shield');\n    const videoId = container.getAttribute('data-yt-id') || 'dQw4w9WgXcQ';\n\n    const base = 'https:\/\/www.youtube-nocookie.com\/embed\/' + encodeURIComponent(videoId);\n    const baseParams = {\n      autoplay: '0',\n      mute: '0',\n      rel: '0',\n      modestbranding: '1',\n      playsinline: '1',\n      iv_load_policy: '3',\n      enablejsapi: '1',\n      origin: location.origin\n    };\n\n    function toQS(obj) { return new URLSearchParams(obj).toString(); }\n\n    function ensureLoaded() {\n      if (!iframe.src || iframe.src === 'about:blank' || iframe.src.startsWith('about:blank')) {\n        iframe.src = `${base}?${toQS(baseParams)}`;\n        playBtn.dataset.state = 'play';\n        if (typeof gtag !== 'undefined') {\n          gtag('event', 'video_ready', { video_title: '\u05d8\u05d9\u05e4\u05d9\u05dd \u05d5\u05d4\u05de\u05dc\u05e6\u05d5\u05ea', video_id: videoId, container_type: 'news' });\n        }\n      }\n    }\n\n    function ytCommand(func, args = []) {\n      try {\n        iframe.contentWindow.postMessage(JSON.stringify({ event: 'command', func, args }), '*');\n      } catch(e) { \/* ignore *\/ }\n    }\n\n    \/\/ \u05d5\u05d3\u05d0 \u05e9\u05d4\u05d5\u05d5\u05d9\u05d3\u05d2'\u05d8 \u05e4\u05ea\u05d5\u05d7 \u05d5\u05d8\u05e2\u05df \u05d0\u05ea \u05d4\u05e0\u05d2\u05df\n    container.open = true;\n    ensureLoaded();\n\n    container.addEventListener('toggle', function() {\n      if (container.open) {\n        ensureLoaded();\n        playBtn.dataset.state = 'play';\n      } else {\n        iframe.src = 'about:blank';\n        playBtn.dataset.state = 'play';\n        if (shield) shield.style.display = '';\n      }\n    });\n\n    if (shield) {\n      shield.addEventListener('click', function(e) {\n        e.preventDefault();\n        ensureLoaded();\n        ytCommand('playVideo');\n        playBtn.dataset.state = 'pause';\n        shield.style.display = 'none';\n        if (typeof gtag !== 'undefined') {\n          gtag('event', 'video_play', { video_title: '\u05d8\u05d9\u05e4\u05d9\u05dd \u05d5\u05d4\u05de\u05dc\u05e6\u05d5\u05ea', video_id: videoId, container_type: 'news' });\n        }\n      }, { once: true });\n    }\n\n    iframe.addEventListener('click', function(e) { e.stopPropagation(); });\n\n  })();\n  <\/script>\n  \n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f38-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"38\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2#wpcf7-f38-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"38\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.3\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f38-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><label> \u05e9\u05dd<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label><br \/>\n<label> \u05d8\u05dc\u05e4\u05d5\u05df<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"phonetext-848\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-phonetext wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-phonetext\" autocomplete=\"tel\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"phonetext-848\" \/><input type=\"hidden\" name=\"phonetext-848-country-code\" class=\"wpcf7-phonetext-country-code\" \/><\/span><\/label><br \/>\n<label> \u05d1\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\"\u05dc<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span><\/label><br \/>\n<label> \u05d9\u05e2\u05d3 \u05de\u05d5\u05e2\u05d3\u05e3<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-subject\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" \/><\/span> <\/label><br \/>\n<label> \u05d1\u05d0\u05d9\u05d6\u05d4 \u05e2\u05e8\u05d5\u05e5 \u05e0\u05d5\u05d7 \u05dc\u05da \u05e9\u05e0\u05de\u05e9\u05d9\u05da \u05dc\u05d3\u05d1\u05e8?<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"select-961\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"select-961\"><option value=\"\">Whatsapp<\/option><option value=\"Telegram\">Telegram<\/option><option value=\"Messenger\">Messenger<\/option><\/select><\/span><\/label><br \/>\n<label> (\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4) \u05e2\u05dd \u05d9\u05e9 \u05dc\u05da \u05de\u05e9\u05d4\u05d5 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05de\u05d5\u05d6\u05de\u05df\/\u05ea \u05dc\u05db\u05ea\u05d5\u05d1 \u05e4\u05d4<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"checkbox-28\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first last\"><label><input type=\"checkbox\" name=\"checkbox-28[]\" value=\"(\u05d0\u05e0\u05d9 \u05de\u05d0\u05e9\u05e8\/\u05ea \u05dc\u05e7\u05d1\u05dc \u05ea\u05d5\u05db\u05df \u05e9\u05d9\u05d5\u05d5\u05e7\u05d9, (\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d1\u05db\u05dc \u05e2\u05ea\" \/><span class=\"wpcf7-list-item-label\">(\u05d0\u05e0\u05d9 \u05de\u05d0\u05e9\u05e8\/\u05ea \u05dc\u05e7\u05d1\u05dc \u05ea\u05d5\u05db\u05df \u05e9\u05d9\u05d5\u05d5\u05e7\u05d9, (\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d1\u05db\u05dc \u05e2\u05ea<\/span><\/label><\/span><\/span><\/span><br \/>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u05e9\u05dc\u05d9\u05d7\u05d4\" \/>\n<\/p><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"_wpcf7_ak_js\" value=\"152\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"beautiful-form-container\">\n   \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f38-o2\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"38\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2#wpcf7-f38-o2\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"38\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.3\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f38-o2\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><label> \u05e9\u05dd<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label><br \/>\n<label> \u05d8\u05dc\u05e4\u05d5\u05df<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"phonetext-848\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-phonetext wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-phonetext\" autocomplete=\"tel\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"phonetext-848\" \/><input type=\"hidden\" name=\"phonetext-848-country-code\" class=\"wpcf7-phonetext-country-code\" \/><\/span><\/label><br \/>\n<label> \u05d1\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\"\u05dc<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span><\/label><br \/>\n<label> \u05d9\u05e2\u05d3 \u05de\u05d5\u05e2\u05d3\u05e3<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-subject\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" \/><\/span> <\/label><br \/>\n<label> \u05d1\u05d0\u05d9\u05d6\u05d4 \u05e2\u05e8\u05d5\u05e5 \u05e0\u05d5\u05d7 \u05dc\u05da \u05e9\u05e0\u05de\u05e9\u05d9\u05da \u05dc\u05d3\u05d1\u05e8?<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"select-961\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"select-961\"><option value=\"\">Whatsapp<\/option><option value=\"Telegram\">Telegram<\/option><option value=\"Messenger\">Messenger<\/option><\/select><\/span><\/label><br \/>\n<label> (\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4) \u05e2\u05dd \u05d9\u05e9 \u05dc\u05da \u05de\u05e9\u05d4\u05d5 \u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05de\u05d5\u05d6\u05de\u05df\/\u05ea \u05dc\u05db\u05ea\u05d5\u05d1 \u05e4\u05d4<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"checkbox-28\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first last\"><label><input type=\"checkbox\" name=\"checkbox-28[]\" value=\"(\u05d0\u05e0\u05d9 \u05de\u05d0\u05e9\u05e8\/\u05ea \u05dc\u05e7\u05d1\u05dc \u05ea\u05d5\u05db\u05df \u05e9\u05d9\u05d5\u05d5\u05e7\u05d9, (\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d1\u05db\u05dc \u05e2\u05ea\" \/><span class=\"wpcf7-list-item-label\">(\u05d0\u05e0\u05d9 \u05de\u05d0\u05e9\u05e8\/\u05ea \u05dc\u05e7\u05d1\u05dc \u05ea\u05d5\u05db\u05df \u05e9\u05d9\u05d5\u05d5\u05e7\u05d9, (\u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e1\u05d9\u05e8 \u05d1\u05db\u05dc \u05e2\u05ea<\/span><\/label><\/span><\/span><\/span><br \/>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u05e9\u05dc\u05d9\u05d7\u05d4\" \/>\n<\/p><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_2\" name=\"_wpcf7_ak_js\" value=\"23\"\/><script>document.getElementById( \"ak_js_2\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f43-o3\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"43\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2#wpcf7-f43-o3\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"43\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.3\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f43-o3\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p>\u05e7\u05d9\u05d3\u05d5\u05de\u05ea *<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"prefix\"><select class=\"wpcf7-form-control wpcf7-select prefix-select\" id=\"prefix\" aria-invalid=\"false\" name=\"prefix\"><option value=\"\u05de\u05e8\">\u05de\u05e8<\/option><option value=\"\u05d2\u05d1\u05e8\u05ea\">\u05d2\u05d1\u05e8\u05ea<\/option><option value=\"\u05d2\u05d1&#039;\">\u05d2\u05d1&#039;<\/option><\/select><\/span>\n<\/p>\n<p>\u05e9\u05dd \u05de\u05dc\u05d0 *<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"fullname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-input\" id=\"fullname\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u05d4\u05db\u05e0\u05e1 \u05d0\u05ea \u05e9\u05de\u05da \u05d4\u05de\u05dc\u05d0\" value=\"\" type=\"text\" name=\"fullname\" \/><\/span>\n<\/p>\n<p>\u05d3\u05d5\u05d0\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 *<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email form-input\" id=\"email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@email.com\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n<\/p>\n<p>\u05d8\u05dc\u05e4\u05d5\u05df (\u05e2\u05dd \u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9\u05ea) *\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"country-code\"><select class=\"wpcf7-form-control wpcf7-select country-code-select\" id=\"country-code\" aria-invalid=\"false\" name=\"country-code\"><option value=\"+972 (\ud83c\uddee\ud83c\uddf1 \u05d9\u05e9\u05e8\u05d0\u05dc)\">+972 (\ud83c\uddee\ud83c\uddf1 \u05d9\u05e9\u05e8\u05d0\u05dc)<\/option><option value=\"+1 (\ud83c\uddfa\ud83c\uddf8 \u05d0\u05e8\u05d4\u05f4\u05d1)\">+1 (\ud83c\uddfa\ud83c\uddf8 \u05d0\u05e8\u05d4\u05f4\u05d1)<\/option><option value=\"+44 (\ud83c\uddec\ud83c\udde7 \u05d1\u05e8\u05d9\u05d8\u05e0\u05d9\u05d4)\">+44 (\ud83c\uddec\ud83c\udde7 \u05d1\u05e8\u05d9\u05d8\u05e0\u05d9\u05d4)<\/option><option value=\"+33 (\ud83c\uddeb\ud83c\uddf7 \u05e6\u05e8\u05e4\u05ea)\">+33 (\ud83c\uddeb\ud83c\uddf7 \u05e6\u05e8\u05e4\u05ea)<\/option><option value=\"+49 (\ud83c\udde9\ud83c\uddea \u05d2\u05e8\u05de\u05e0\u05d9\u05d4)\">+49 (\ud83c\udde9\ud83c\uddea \u05d2\u05e8\u05de\u05e0\u05d9\u05d4)<\/option><option value=\"+39 (\ud83c\uddee\ud83c\uddf9 \u05d0\u05d9\u05d8\u05dc\u05d9\u05d4)\">+39 (\ud83c\uddee\ud83c\uddf9 \u05d0\u05d9\u05d8\u05dc\u05d9\u05d4)<\/option><option value=\"+34 (\ud83c\uddea\ud83c\uddf8 \u05e1\u05e4\u05e8\u05d3)\">+34 (\ud83c\uddea\ud83c\uddf8 \u05e1\u05e4\u05e8\u05d3)<\/option><option value=\"+31 (\ud83c\uddf3\ud83c\uddf1 \u05d4\u05d5\u05dc\u05e0\u05d3)\">+31 (\ud83c\uddf3\ud83c\uddf1 \u05d4\u05d5\u05dc\u05e0\u05d3)<\/option><option value=\"+41 (\ud83c\udde8\ud83c\udded \u05e9\u05d5\u05d5\u05d9\u05e5)\">+41 (\ud83c\udde8\ud83c\udded \u05e9\u05d5\u05d5\u05d9\u05e5)<\/option><option value=\"+43 (\ud83c\udde6\ud83c\uddf9 \u05d0\u05d5\u05e1\u05d8\u05e8\u05d9\u05d4)\">+43 (\ud83c\udde6\ud83c\uddf9 \u05d0\u05d5\u05e1\u05d8\u05e8\u05d9\u05d4)<\/option><option value=\"+32 (\ud83c\udde7\ud83c\uddea \u05d1\u05dc\u05d2\u05d9\u05d4)\">+32 (\ud83c\udde7\ud83c\uddea \u05d1\u05dc\u05d2\u05d9\u05d4)<\/option><option value=\"+45 (\ud83c\udde9\ud83c\uddf0 \u05d3\u05e0\u05de\u05e8\u05e7)\">+45 (\ud83c\udde9\ud83c\uddf0 \u05d3\u05e0\u05de\u05e8\u05e7)<\/option><option value=\"+46 (\ud83c\uddf8\ud83c\uddea \u05e9\u05d5\u05d5\u05d3\u05d9\u05d4)\">+46 (\ud83c\uddf8\ud83c\uddea \u05e9\u05d5\u05d5\u05d3\u05d9\u05d4)<\/option><option value=\"+47 (\ud83c\uddf3\ud83c\uddf4 \u05e0\u05d5\u05e8\u05d1\u05d2\u05d9\u05d4)\">+47 (\ud83c\uddf3\ud83c\uddf4 \u05e0\u05d5\u05e8\u05d1\u05d2\u05d9\u05d4)<\/option><option value=\"+351 (\ud83c\uddf5\ud83c\uddf9 \u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc)\">+351 (\ud83c\uddf5\ud83c\uddf9 \u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc)<\/option><option value=\"+30 (\ud83c\uddec\ud83c\uddf7 \u05d9\u05d5\u05d5\u05df)\">+30 (\ud83c\uddec\ud83c\uddf7 \u05d9\u05d5\u05d5\u05df)<\/option><option value=\"+90 (\ud83c\uddf9\ud83c\uddf7 \u05d8\u05d5\u05e8\u05e7\u05d9\u05d4)\">+90 (\ud83c\uddf9\ud83c\uddf7 \u05d8\u05d5\u05e8\u05e7\u05d9\u05d4)<\/option><option value=\"+20 (\ud83c\uddea\ud83c\uddec \u05de\u05e6\u05e8\u05d9\u05dd)\">+20 (\ud83c\uddea\ud83c\uddec \u05de\u05e6\u05e8\u05d9\u05dd)<\/option><option value=\"+971 (\ud83c\udde6\ud83c\uddea \u05d0\u05d9\u05d7\u05d5\u05d3 \u05d4\u05d0\u05de\u05d9\u05e8\u05d5\u05d9\u05d5\u05ea)\">+971 (\ud83c\udde6\ud83c\uddea \u05d0\u05d9\u05d7\u05d5\u05d3 \u05d4\u05d0\u05de\u05d9\u05e8\u05d5\u05d9\u05d5\u05ea)<\/option><option value=\"+86 (\ud83c\udde8\ud83c\uddf3 \u05e1\u05d9\u05df)\">+86 (\ud83c\udde8\ud83c\uddf3 \u05e1\u05d9\u05df)<\/option><option value=\"+81 (\ud83c\uddef\ud83c\uddf5 \u05d9\u05e4\u05df)\">+81 (\ud83c\uddef\ud83c\uddf5 \u05d9\u05e4\u05df)<\/option><option value=\"+82 (\ud83c\uddf0\ud83c\uddf7 \u05d3\u05e8\u05d5\u05dd \u05e7\u05d5\u05e8\u05d9\u05d0\u05d4)\">+82 (\ud83c\uddf0\ud83c\uddf7 \u05d3\u05e8\u05d5\u05dd \u05e7\u05d5\u05e8\u05d9\u05d0\u05d4)<\/option><option value=\"+61 (\ud83c\udde6\ud83c\uddfa \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4)\">+61 (\ud83c\udde6\ud83c\uddfa \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4)<\/option><option value=\"+64 (\ud83c\uddf3\ud83c\uddff \u05e0\u05d9\u05d5 \u05d6\u05d9\u05dc\u05e0\u05d3)\">+64 (\ud83c\uddf3\ud83c\uddff \u05e0\u05d9\u05d5 \u05d6\u05d9\u05dc\u05e0\u05d3)<\/option><\/select><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel form-input\" id=\"phone\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df\" value=\"\" type=\"tel\" name=\"phone\" \/><\/span>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner submit-btn\" type=\"submit\" value=\"\u05e9\u05dc\u05d7 \u05e4\u05e0\u05d9\u05d9\u05d4\" \/>\n<\/p>\n<p>\u05e9\u05dc\u05d1 1: \u05d4\u05ea\u05e7\u05df \u05d0\u05ea \u05d4\u05ea\u05d5\u05e1\u05e3 CF7 Webhook Integration<br \/>\n- \u05de\u05d4\u05de\u05de\u05e9\u05e7 \u05d4\u05e0\u05d9\u05d4\u05d5\u05dc: Plugins \u2192 Add New<br \/>\n- \u05d7\u05e4\u05e9: \"CF7 Webhook\" \u05d0\u05d5 \"Contact Form 7 to Webhook\"<br \/>\n- \u05d4\u05ea\u05e7\u05df \u05d5\u05d0\u05e4\u05e9\u05e8 \u05d0\u05ea \u05d4\u05ea\u05d5\u05e1\u05e3\n<\/p>\n<p>\u05e9\u05dc\u05d1 2: \u05d4\u05d2\u05d3\u05e8 \u05d0\u05ea \u05d4-Webhook<br \/>\n- \u05e2\u05d1\u05d5\u05e8 \u05dc\u05d8\u05d5\u05e4\u05e1 CF7 \u05e9\u05dc\u05da<br \/>\n- \u05d1\u05d8\u05d0\u05d1 \"Webhook\" \u05d0\u05d5 \"Additional Settings\", \u05d4\u05d5\u05e1\u05e3:\n<\/p>\n<p>on_sent_ok: \"<br \/>\nfetch('YOUR_WEBHOOK_URL', {<br \/>\nmethod: 'POST',<br \/>\nheaders: {'Content-Type': 'application\/json'},<br \/>\nbody: JSON.stringify({<br \/>\nprefix: '[prefix]',<br \/>\nfullname: '[fullname]',<br \/>\nemail: '[email]',<br \/>\ncountry_code: '[country-code]',<br \/>\nphone: '[phone]',<br \/>\nfull_phone: '[country-code][phone]',<br \/>\ntimestamp: new Date().toISOString()<br \/>\n})<br \/>\n});<br \/>\n\"\n<\/p>\n<p>\u05e9\u05dc\u05d1 3: \u05d4\u05d7\u05dc\u05e3 YOUR_WEBHOOK_URL<br \/>\n- \u05d4\u05db\u05e0\u05e1 \u05d0\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05d4-Webhook \u05e9\u05dc\u05da (\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: https:\/\/hooks.zapier.com\/...)\n<\/p>\n<p>\u05d0\u05d5\u05e4\u05e6\u05d9\u05d4 2: \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1-functions.php (WordPress)<br \/>\n\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea \u05d4\u05e7\u05d5\u05d3 \u05d4\u05d1\u05d0 \u05dc-functions.php \u05e9\u05dc \u05d4\u05ea\u05de\u05d4:\n<\/p>\n<p>add_action('wpcf7_before_send_mail', 'send_to_webhook');<br \/>\nfunction send_to_webhook($contact_form) {<br \/>\n$submission = WPCF7_Submission::get_instance();<br \/>\nif ($submission) {<br \/>\n$data = $submission->get_posted_data();\n<\/p>\n<p>$webhook_data = array(<br \/>\n'prefix' => $data['prefix'],<br \/>\n'fullname' => $data['fullname'],<br \/>\n'email' => $data['email'],<br \/>\n'country_code' => $data['country-code'],<br \/>\n'phone' => $data['phone'],<br \/>\n'full_phone' => $data['country-code'] . $data['phone'],<br \/>\n'timestamp' => current_time('mysql')<br \/>\n);\n<\/p>\n<p>wp_remote_post('YOUR_WEBHOOK_URL', array(<br \/>\n'headers' => array('Content-Type' => 'application\/json'),<br \/>\n'body' => json_encode($webhook_data),<br \/>\n'timeout' => 15<br \/>\n));<br \/>\n}<br \/>\n}\n<\/p><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_3\" name=\"_wpcf7_ak_js\" value=\"153\"\/><script>document.getElementById( \"ak_js_3\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>This is an example page. It&#8217;s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this: Hi there! I&#8217;m a bike messenger [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"om_disable_all_campaigns":false,"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/src.travel5min.com\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/src.travel5min.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/src.travel5min.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/src.travel5min.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/src.travel5min.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":5,"href":"https:\/\/src.travel5min.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":71,"href":"https:\/\/src.travel5min.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/71"}],"wp:attachment":[{"href":"https:\/\/src.travel5min.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}