{"id":698,"date":"2026-01-12T21:31:03","date_gmt":"2026-01-12T21:31:03","guid":{"rendered":"https:\/\/kuwaitnext.com\/contact\/"},"modified":"2026-02-12T00:59:15","modified_gmt":"2026-02-12T00:59:15","slug":"contact","status":"publish","type":"page","link":"https:\/\/kuwaitnext.com\/ar\/contact\/","title":{"rendered":"\u0627\u062a\u0635\u0644 \u0628\u0646\u0627"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@700&#038;family=Share+Tech+Mono&#038;family=Rakkas&#038;family=Tajawal:wght@700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* --- CONTAINER --- *\/\n    #kn-section-finale-v5 {\n        position: relative;\n        width: 100%;\n        height: 100vh;\n        min-height: 700px;\n        background-color: #000000 !important;\n        overflow: hidden;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        z-index: 10;\n        margin: 0 !important; padding: 0 !important;\n        cursor: none; \/* Hide default cursor for immersion *\/\n        \n        \/* TIMER ANIMATION STATES *\/\n        opacity: 0;\n        transition: opacity 1s ease-in-out;\n        pointer-events: none;\n    }\n\n    #kn-section-finale-v5.kn-visible {\n        opacity: 1;\n        pointer-events: auto;\n    }\n\n    \/* --- CANVAS --- *\/\n    #kn-final-canvas-v5 {\n        position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n        z-index: 1;\n        display: block;\n    }\n\n    \/* --- CURSOR FOLLOWER --- *\/\n    #kn-cursor-glow {\n        position: absolute; top: 0; left: 0; width: 400px; height: 400px;\n        background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);\n        transform: translate(-50%, -50%);\n        pointer-events: none; z-index: 2;\n        mix-blend-mode: screen;\n        transition: opacity 0.3s;\n        opacity: 0;\n    }\n    #kn-section-finale-v5:hover #kn-cursor-glow { opacity: 1; }\n\n    \/* --- UI LAYER --- *\/\n    .kn-final-ui-v5 {\n        position: relative; z-index: 10;\n        text-align: center;\n        pointer-events: none;\n        mix-blend-mode: exclusion; \/* Interacts with particles *\/\n        width: 100%; padding: 0 20px;\n    }\n\n    \/* Brand Name *\/\n    .kn-final-brand-v5 {\n        font-family: 'Cinzel', serif !important; \n        font-size: clamp(3.5rem, 12vw, 11rem);\n        line-height: 0.8;\n        color: #fff !important;\n        margin: 0 0 40px 0;\n        opacity: 0; transform: scale(0.9);\n        transition: 2s cubic-bezier(0.19, 1, 0.22, 1);\n        text-transform: uppercase;\n        letter-spacing: -4px;\n        text-shadow: 0 0 60px rgba(255,255,255,0.1);\n    }\n\n    \/* Tagline *\/\n    .kn-final-tagline-v5 {\n        font-family: 'Share Tech Mono', monospace !important;\n        color: #D4AF37 !important;\n        font-size: clamp(0.8rem, 2vw, 1.1rem);\n        letter-spacing: 12px;\n        text-transform: uppercase;\n        opacity: 0; transform: translateY(30px);\n        transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;\n        display: inline-block;\n        border-top: 1px solid rgba(212, 175, 55, 0.5);\n        padding-top: 20px;\n    }\n\n    \/* REVEAL *\/\n    .kn-active .kn-final-brand-v5,\n    .kn-active .kn-final-tagline-v5 {\n        opacity: 1; transform: scale(1) translateY(0);\n    }\n\n    \/* RTL *\/\n    body.rtl .kn-final-brand-v5, [dir=\"rtl\"] .kn-final-brand-v5 { font-family: 'Rakkas', serif !important; letter-spacing: 0; line-height: 1.1; }\n    body.rtl .kn-final-tagline-v5, [dir=\"rtl\"] .kn-final-tagline-v5 { font-family: 'Tajawal', sans-serif !important; letter-spacing: 2px; font-weight: 800; }\n    \n    .kn-lang-en { display: block; } .kn-lang-ar { display: none; }\n    body.rtl .kn-lang-en, [dir=\"rtl\"] .kn-lang-en { display: none !important; }\n    body.rtl .kn-lang-ar, [dir=\"rtl\"] .kn-lang-ar { display: block !important; }\n\n<\/style>\n\n<section id=\"kn-section-finale-v5\">\n    \n    <canvas id=\"kn-final-canvas-v5\"><\/canvas>\n    <div id=\"kn-cursor-glow\"><\/div>\n\n    <div class=\"kn-final-ui-v5\">\n        <div class=\"kn-lang-en\">\n            <h1 class=\"kn-final-brand-v5\">Kuwait<br>Next<\/h1>\n            <div class=\"kn-final-tagline-v5\">One Nation | One Platform | One Solution<\/div>\n        <\/div>\n        <div class=\"kn-lang-ar\">\n            <h1 class=\"kn-final-brand-v5\">\u0643\u0648\u064a\u062a<br>\u0646\u0643\u0633\u062a<\/h1>\n            <div class=\"kn-final-tagline-v5\">\/\/\/ \u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644<\/div>\n        <\/div>\n    <\/div>\n\n<\/section>\n\n<script>\n(function() {\n    function initGalaxy() {\n        const section = document.getElementById('kn-section-finale-v5');\n        const canvas = document.getElementById('kn-final-canvas-v5');\n        const glow = document.getElementById('kn-cursor-glow');\n        \n        if (!section || !canvas) return;\n\n        const ctx = canvas.getContext('2d');\n        \n        \/\/ --- 1. REVEAL & TIMER LOGIC ---\n        \/\/ Show immediately\n        setTimeout(() => {\n            section.classList.add('kn-visible');\n            section.classList.add('kn-active'); \/\/ Trigger animations\n        }, 100);\n\n        \/\/ Hide after 2 seconds\n        setTimeout(() => {\n            section.classList.remove('kn-visible'); \/\/ Fade out\n            setTimeout(() => {\n                section.style.display = 'none'; \/\/ Remove from DOM flow\n            }, 1000); \/\/ Wait for fade transition\n        }, 2100); \/\/ 2s + 100ms initial buffer\n\n\n        \/\/ --- 2. CONFIG ---\n        let width, height;\n        let particles = [];\n        \/\/ Maximize detail: 4000 dots on desktop\n        const PARTICLE_COUNT = window.innerWidth < 768 ? 1200 : 4000;\n        let mouse = { x: -5000, y: -5000 };\n        let rotation = 0;\n\n        \/\/ --- 3. PARTICLE CLASS ---\n        class Star {\n            constructor() { this.init(); }\n            \n            init() {\n                \/\/ Sphere Shape (Fibonacci Distribution for perfection)\n                const idx = Math.floor(Math.random() * PARTICLE_COUNT);\n                const phi = Math.acos(1 - 2 * (idx + 0.5) \/ PARTICLE_COUNT);\n                const theta = Math.PI * (1 + Math.sqrt(5)) * (idx + 0.5);\n                const r = window.innerWidth < 768 ? 100 : 220; \/\/ Sphere Radius\n                \n                \/\/ Add noise to radius for \"Fuzzy Galaxy\" look\n                const radiusJitter = r + (Math.random() * 30 - 15);\n\n                this.homeX = radiusJitter * Math.sin(phi) * Math.cos(theta);\n                this.homeY = radiusJitter * Math.sin(phi) * Math.sin(theta);\n                this.homeZ = radiusJitter * Math.cos(phi);\n                \n                this.x = this.homeX; this.y = this.homeY; this.z = this.homeZ;\n                \n                this.size = Math.random() * 1.2;\n                \/\/ 90% Gold, 10% Diamond White\n                this.color = Math.random() > 0.9 ? '#FFF' : '#D4AF37'; \n                this.baseAlpha = Math.random() * 0.5 + 0.5;\n            }\n\n            update(rotX, rotY) {\n                \/\/ 1. ROTATE 3D\n                let y1 = this.y * Math.cos(rotX) - this.z * Math.sin(rotX);\n                let z1 = this.z * Math.cos(rotX) + this.y * Math.sin(rotX);\n                let x1 = this.x * Math.cos(rotY) - z1 * Math.sin(rotY);\n                let z2 = z1 * Math.cos(rotY) + this.x * Math.sin(rotY);\n                \n                \/\/ 2. PROJECT\n                const fov = 600;\n                const scale = fov \/ (fov + z2);\n                this.px = x1 * scale + width\/2;\n                this.py = y1 * scale + height\/2;\n                this.ps = this.size * scale;\n                this.alpha = (z2 + 250) \/ 500; \/\/ Depth fade\n\n                \/\/ 3. INTERACTION (The Disruption)\n                const dx = mouse.x - this.px;\n                const dy = mouse.y - this.py;\n                const dist = Math.sqrt(dx*dx + dy*dy);\n                const interactRadius = 250;\n\n                if(dist < interactRadius) {\n                    const force = (interactRadius - dist) \/ interactRadius;\n                    \n                    \/\/ Push away from home based on mouse position (3D displacement)\n                    \/\/ We modify the actual x\/y\/z for persistence\n                    this.x += (Math.random() - 0.5) * 5 * force; \n                    this.y += (Math.random() - 0.5) * 5 * force;\n                    this.z += (Math.random() - 0.5) * 5 * force;\n                    \n                    this.alpha = 1; \/\/ Highlight active particles\n                } else {\n                    \/\/ Elastic Return to Home\n                    this.x += (this.homeX - this.x) * 0.05;\n                    this.y += (this.homeY - this.y) * 0.05;\n                    this.z += (this.homeZ - this.z) * 0.05;\n                }\n            }\n\n            draw() {\n                if(this.alpha <= 0) return;\n                \n                ctx.fillStyle = this.color;\n                ctx.globalAlpha = Math.min(1, this.alpha * this.baseAlpha);\n                ctx.beginPath();\n                ctx.arc(this.px, this.py, Math.max(0.5, this.ps), 0, Math.PI*2);\n                ctx.fill();\n            }\n        }\n\n        \/\/ --- 4. ENGINE ---\n        function initCanvas() {\n            width = section.offsetWidth;\n            height = section.offsetHeight;\n            canvas.width = width;\n            canvas.height = height;\n            particles = [];\n            for(let i=0; i<PARTICLE_COUNT; i++) particles.push(new Star());\n        }\n\n        function animate() {\n            \/\/ Fade trail for motion blur feel\n            ctx.fillStyle = 'rgba(0, 0, 0, 0.3)';\n            ctx.fillRect(0,0,width,height);\n            \n            rotation += 0.002;\n\n            \/\/ DRAW PARTICLES\n            \/\/ Optimization: We don't sort by Z every frame to save CPU for 4000 points\n            particles.forEach(p => {\n                p.update(rotation * 0.6, rotation); \/\/ Rotate on 2 axes\n                p.draw();\n                \n                \/\/ DRAW CONNECTIONS (The Web) - ONLY near mouse\n                \/\/ This creates detailed complexity only where the user looks\n                const dx = mouse.x - p.px;\n                const dy = mouse.y - p.py;\n                const dist = Math.sqrt(dx*dx + dy*dy);\n                \n                if(dist < 100) {\n                    ctx.beginPath();\n                    ctx.strokeStyle = `rgba(212, 175, 55, ${0.2 * (1 - dist\/100)})`;\n                    ctx.lineWidth = 0.5;\n                    ctx.moveTo(p.px, p.py);\n                    ctx.lineTo(mouse.x, mouse.y);\n                    ctx.stroke();\n                }\n            });\n\n            requestAnimationFrame(animate);\n        }\n\n        \/\/ --- 5. EVENTS ---\n        section.addEventListener('mousemove', e => {\n            const rect = section.getBoundingClientRect();\n            mouse.x = e.clientX - rect.left;\n            mouse.y = e.clientY - rect.top;\n            \n            \/\/ Move glow\n            glow.style.left = mouse.x + 'px';\n            glow.style.top = mouse.y + 'px';\n        });\n        \n        section.addEventListener('mouseleave', () => { \n            mouse.x = -5000; \n        });\n        \n        window.addEventListener('resize', initCanvas);\n\n        initCanvas();\n        animate();\n    }\n\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initGalaxy);\n    } else {\n        initGalaxy();\n    }\n    window.addEventListener('load', initGalaxy);\n\n})();\n<\/script>\n\n\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;700;900&#038;family=Rakkas&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* =========================================\n   CONTACT HEADER: GOLDEN PULSE (V3)\n   ========================================= *\/\n.kn-contact-wrapper {\n    position: relative;\n    width: 100%;\n    padding: 120px 0 100px 0; \/* Reduced padding slightly *\/\n    background-color: #020202;\n    text-align: center;\n    overflow: hidden;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    perspective: 1000px;\n}\n\n\/* --- BG: GOLDEN RAIN & STARS --- *\/\n.kn-gold-rain {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n    background-image: \n        linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.2), transparent),\n        radial-gradient(circle, #fff 1px, transparent 1px);\n    background-size: 1px 100px, 100px 100px; \/* Lines and Stars *\/\n    background-repeat: repeat-x, repeat;\n    opacity: 0.15;\n    animation: rainFall 4s linear infinite;\n    z-index: 0;\n}\n\n\/* --- BG: SCANNER BEAM (New Effect) --- *\/\n.kn-scanner {\n    position: absolute;\n    left: 0;\n    width: 100%;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.5), transparent);\n    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);\n    opacity: 0.5;\n    animation: scanMove 6s ease-in-out infinite;\n    z-index: 1;\n}\n\n\/* --- BG: NEBULA PULSE --- *\/\n.kn-nebula {\n    position: absolute;\n    top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 500px; height: 250px;\n    background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.12) 0%, transparent 70%);\n    filter: blur(50px);\n    z-index: 1;\n    animation: nebulaPulse 6s ease-in-out infinite alternate;\n}\n\n\/* --- ARABIC (Crown) --- *\/\n.kn-ar-title {\n    font-family: 'Rakkas', serif;\n    \/* Reduced Size *\/\n    font-size: clamp(1.5rem, 3vw, 2.2rem); \n    color: #D4AF37;\n    margin: 0;\n    opacity: 0;\n    transform: translateY(-20px);\n    animation: fadeDown 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n    position: relative; z-index: 2;\n    text-shadow: 0 0 20px rgba(212, 175, 55, 0.5);\n}\n\n\/* --- ENGLISH (Main) --- *\/\n.kn-en-title {\n    font-family: 'Cinzel', serif;\n    \/* Reduced Size *\/\n    font-size: clamp(3.5rem, 9vw, 6.5rem); \n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 6px; \n    line-height: 1;\n    margin: 5px 0;\n    position: relative; z-index: 2;\n    color: transparent;\n    \n    \/* 1. OUTLINE START *\/\n    -webkit-text-stroke: 1px rgba(212, 175, 55, 0.3);\n    \n    \/* 2. LIQUID GOLD FILL (Left <-> Right) *\/\n    background: linear-gradient(\n        110deg, \n        #8a6e2f 0%, \n        #D4AF37 20%, \n        #fff8dc 45%, \n        #fff8dc 50%, \n        #D4AF37 80%, \n        #8a6e2f 100%\n    );\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    background-clip: text;\n    \n    \/* REVEAL + ALTERNATING SHINE *\/\n    opacity: 0;\n    transform: scale(0.95);\n    animation: \n        popIn 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.3s,\n        shimmerPingPong 3s ease-in-out infinite alternate 1.5s; \/* The LTR\/RTL Logic *\/\n}\n\n\/* --- TAGLINE --- *\/\n.kn-tagline {\n    font-family: 'Cinzel', serif;\n    font-size: clamp(0.9rem, 1.5vw, 1.2rem);\n    color: #9ca3af;\n    letter-spacing: 8px;\n    text-transform: uppercase;\n    margin-top: 20px;\n    opacity: 0;\n    animation: letterExpand 1.5s ease-out forwards 1s;\n    position: relative; z-index: 2;\n}\n.kn-tagline span { \n    color: #D4AF37; \n    font-weight: 700;\n    text-shadow: 0 0 10px rgba(212, 175, 55, 0.6);\n}\n\n\/* --- SEPARATOR LINE --- *\/\n.kn-separator {\n    width: 0; height: 1px;\n    background: linear-gradient(90deg, transparent, #D4AF37, transparent);\n    margin: 0 auto;\n    opacity: 0;\n    animation: lineGrow 1s ease-out forwards 1.2s;\n    position: absolute;\n    bottom: -15px; left: 50%; transform: translateX(-50%);\n}\n\n\/* --- ANIMATIONS --- *\/\n@keyframes rainFall { 0% { background-position: 0 0, 0 0; } 100% { background-position: 100px 1000px, 50px 50px; } }\n@keyframes scanMove { 0% { top: 0%; opacity: 0; } 50% { opacity: 0.8; } 100% { top: 100%; opacity: 0; } }\n@keyframes nebulaPulse { 0% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); } 100% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.1); } }\n@keyframes fadeDown { to { opacity: 1; transform: translateY(0); } }\n@keyframes popIn { to { opacity: 1; transform: scale(1); -webkit-text-stroke: 0px transparent; -webkit-text-fill-color: transparent; } }\n\n\/* The Ping Pong Effect (LTR then RTL) *\/\n@keyframes shimmerPingPong { \n    0% { background-position: 0% 50%; } \n    100% { background-position: 100% 50%; } \n}\n\n@keyframes letterExpand { from { letter-spacing: 0px; opacity: 0; } to { letter-spacing: 8px; opacity: 1; } }\n@keyframes lineGrow { to { width: 80px; opacity: 1; } }\n\n\/* Mobile *\/\n@media (max-width: 768px) {\n    .kn-contact-wrapper { padding: 90px 0 60px 0; }\n    .kn-en-title { letter-spacing: 2px; -webkit-text-stroke: 0.5px rgba(212, 175, 55, 0.5); }\n    .kn-tagline { letter-spacing: 4px; font-size: 0.8rem; }\n    @keyframes letterExpand { to { letter-spacing: 4px; opacity: 1; } }\n}\n<\/style>\n\n<div class=\"kn-contact-wrapper\">\n    <div class=\"kn-gold-rain\"><\/div>\n    <div class=\"kn-nebula\"><\/div>\n    <div class=\"kn-scanner\"><\/div> <h2 class=\"kn-ar-title\">\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627<\/h2>\n    \n    <h1 class=\"kn-en-title\">CONTACT US<\/h1>\n    \n    <div class=\"kn-tagline\">\n        Let&#8217;s Build The <span>Future<\/span>\n        <div class=\"kn-separator\"><\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\t\t\t<div class=\"srfm-form-container srfm-form-container-2501 srfm-bg-color srfm-submit-button-hidden\">\n\t\t\t<style>\n\t\t\t\t\/* Need to check and remove the input variables related to the Style Tab. *\/\n\t\t\t\t.srfm-form-container-2501 {\n\t\t\t\t\t\/* New test variables *\/\n\t\t\t\t\t--srfm-color-scheme-primary: #32fc00;\n\t\t\t\t\t--srfm-color-scheme-text-on-primary: #000000;\n\t\t\t\t\t--srfm-color-scheme-text: #00ff1e;\n\t\t\t\t\t--srfm-quill-editor-color: #32fc00;\n\n\t\t\t\t\t--srfm-color-input-label: #00ff1e;\n\t\t\t\t\t--srfm-color-input-description: hsl( from #00ff1e h s l \/ 0.65 );\n\t\t\t\t\t--srfm-color-input-placeholder: hsl( from #00ff1e h s l \/ 0.5 );\n\t\t\t\t\t--srfm-color-input-text: #00ff1e;\n\t\t\t\t\t--srfm-color-input-prefix: hsl( from #00ff1e h s l \/ 0.65 );\n\t\t\t\t\t--srfm-color-input-background: hsl( from #00ff1e h s l \/ 0.02 );\n\t\t\t\t\t--srfm-color-input-background-hover: hsl( from #00ff1e h s l \/ 0.05 );\n\t\t\t\t\t--srfm-color-input-background-disabled: hsl( from #00ff1e h s l \/ 0.07 );\n\t\t\t\t\t--srfm-color-input-border: hsl( from #00ff1e h s l \/ 0.25 );\n\t\t\t\t\t--srfm-color-input-border-disabled: hsl( from #00ff1e h s l \/ 0.15 );\n\t\t\t\t\t--srfm-color-multi-choice-svg: hsl( from #00ff1e h s l \/ 0.7 );\n\t\t\t\t\t--srfm-color-input-border-hover: hsl( from #32fc00 h s l \/ 0.65 );\n\t\t\t\t\t--srfm-color-input-border-focus-glow: hsl( from #32fc00 h s l \/ 0.15 );\n\t\t\t\t\t--srfm-color-input-selected: hsl( from #32fc00 h s l \/ 0.1 );\n\t\t\t\t\t--srfm-btn-color-hover: hsl( from #32fc00 h s l \/ 0.9 );\n\t\t\t\t\t--srfm-btn-color-disabled: hsl( from #32fc00 h s l \/ 0.25 );\n\n\t\t\t\t\t\/* Dropdown Variables *\/\n\t\t\t\t\t--srfm-dropdown-input-background-hover: hsl( from #00ff1e h s l \/ 0.05 );\n\t\t\t\t\t--srfm-dropdown-option-background-hover: hsl( from #00ff1e h s l \/ 0.10 );\n\t\t\t\t\t--srfm-dropdown-option-background-selected: hsl( from #00ff1e h s l \/ 0.05 );\n\t\t\t\t\t--srfm-dropdown-option-selected-icon: hsl( from #00ff1e h s l \/ 0.65 );\n\t\t\t\t\t--srfm-dropdown-option-text-color: hsl( from #00ff1e h s l \/ 0.80 );\n\t\t\t\t\t--srfm-dropdown-option-selected-text: #00ff1e;\n\t\t\t\t\t--srfm-dropdown-badge-background: hsl( from #00ff1e h s l \/ 0.05 );\n\t\t\t\t\t--srfm-dropdown-badge-background-hover: hsl( from #00ff1e h s l \/ 0.10 );\n\t\t\t\t\t--srfm-dropdown-menu-border-color: hsl( from #00ff1e h s l \/ 0.10 );\n\t\t\t\t\t--srfm-dropdown-placeholder-color: hsl( from #00ff1e h s l \/ 0.50 );\n\t\t\t\t\t--srfm-dropdown-icon-color: hsl( from #00ff1e h s l \/ 0.65 );\n\t\t\t\t\t--srfm-dropdown-icon-disabled: hsl( from #00ff1e h s l \/ 0.25 );\n\n\t\t\t\t\t\/* Background Control Variables *\/\n\t\t\t\t\t--srfm-instant-form-padding-top: 32px;--srfm-instant-form-padding-right: 32px;--srfm-instant-form-padding-bottom: 32px;--srfm-instant-form-padding-left: 32px;--srfm-instant-form-border-radius-top: 12px;--srfm-instant-form-border-radius-right: 12px;--srfm-instant-form-border-radius-bottom: 12px;--srfm-instant-form-border-radius-left: 12px;--srfm-form-padding-top: 0px;--srfm-form-padding-right: 0px;--srfm-form-padding-bottom: 0px;--srfm-form-padding-left: 0px;--srfm-form-border-radius-top: 0px;--srfm-form-border-radius-right: 0px;--srfm-form-border-radius-bottom: 0px;--srfm-form-border-radius-left: 0px;--srfm-bg-color: #020202;--srfm-bg-overlay-opacity: 1;\t\t\t\t\t--srfm-row-gap-between-blocks: 20px;--srfm-address-label-font-size: 18px;--srfm-address-label-line-height: 28px;--srfm-address-description-font-size: 16px;--srfm-address-description-line-height: 24px;--srfm-col-gap-between-fields: 16px;--srfm-row-gap-between-fields: 20px;--srfm-gap-below-address-label: 16px;--srfm-dropdown-font-size: 16px;--srfm-dropdown-gap-between-input-menu: 6px;--srfm-dropdown-badge-padding: 6px 6px;--srfm-dropdown-multiselect-font-size: 14px;--srfm-dropdown-multiselect-line-height: 20px;--srfm-dropdown-padding-right: 14px;--srfm-dropdown-padding-right-icon: calc( var( --srfm-dropdown-padding-right ) + 20px );--srfm-dropdown-multiselect-padding: 8px var( --srfm-dropdown-padding-right-icon ) 8px 8px;--srfm-input-height: 48px;--srfm-input-field-padding: 10px 14px;--srfm-input-field-font-size: 18px;--srfm-input-field-line-height: 28px;--srfm-input-field-margin-top: 8px;--srfm-input-field-margin-bottom: 8px;--srfm-checkbox-label-font-size: 18px;--srfm-checkbox-label-line-height: 28px;--srfm-checkbox-description-font-size: 16px;--srfm-checkbox-description-line-height: 24px;--srfm-check-ctn-width: 20px;--srfm-check-ctn-height: 20px;--srfm-check-svg-size: 14px;--srfm-checkbox-margin-top-frontend: 4px;--srfm-checkbox-margin-top-editor: 5px;--srfm-check-gap: 10px;--srfm-checkbox-description-margin-left: 30px;--srfm-flag-section-padding: 10px 0 10px 12px;--srfm-gap-between-icon-text: 8px;--srfm-label-font-size: 18px;--srfm-label-line-height: 28px;--srfm-description-font-size: 16px;--srfm-description-line-height: 24px;--srfm-btn-padding: 10px 14px;--srfm-btn-font-size: 18px;--srfm-btn-line-height: 28px;--srfm-multi-choice-horizontal-padding: 24px;--srfm-multi-choice-vertical-padding: 24px;--srfm-multi-choice-internal-option-gap: 12px;--srfm-multi-choice-vertical-svg-size: 48px;--srfm-multi-choice-horizontal-image-size: 28px;--srfm-multi-choice-vertical-image-size: 140px;--srfm-multi-choice-outer-padding: 4px;\t\t\t\t}\n\t\t\t<\/style>\n\t\t\t\t\t\t\t<form method=\"post\" enctype=\"multipart\/form-data\" id=\"srfm-form-2501\" class=\"srfm-form \"\n\t\t\t\tform-id=\"2501\" after-submission=\"hide form\" message-type=\"different page\" success-url=\"https:\/\/kuwaitnext.com\/submission\/\" ajaxurl=\"https:\/\/kuwaitnext.com\/wp-admin\/admin-ajax.php\" data-submit-token=\"da5d8d6c6d3d6d6bc5fc5bd3f59107009cb4774126a4f327e5216417ab3960a2\"\n\t\t\t\t>\n\t\t\t\t\n\t\t\t\t<input type=\"hidden\" value=\"2501\" name=\"form-id\">\n\t\t\t\t<input type=\"hidden\" value=\"\" name=\"srfm-sender-email-field\" id=\"srfm-sender-email\">\n\t\t\t\t<input type=\"hidden\" value=\"\" id=\"srfm-page-break\">\n\t\t\t\t\t\t<p id=\"srfm-error-message\" class=\"srfm-common-error-message srfm-error-message srfm-head-error\" hidden>\t\t<span class=\"srfm-icon\" aria-hidden=\"true\">\n\t\t\t<svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='20' height='20' fill='none'><path d='M9.99935 18.3327C14.6017 18.3327 18.3327 14.6017 18.3327 9.99935C18.3327 5.39698 14.6017 1.66602 9.99935 1.66602C5.39698 1.66602 1.66602 5.39698 1.66602 9.99935C1.66602 14.6017 5.39698 18.3327 9.99935 18.3327Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' \/><path d='M10 6.66602V9.99935' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' \/><path d='M10 13.334H10.0083' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<span class=\"srfm-error-content\">There was an error trying to submit your form. Please try again.<\/span><\/p>\n\t\t\t\t\t\t<div data-block-id=\"e5da29a0\" class=\"wp-block-uagb-advanced-heading uagb-block uagb-block-e5da29a0 2501 \" >\n\t\t\t\t\t<h2 class=\"uagb-heading-text\"><strong>Free consultation form<\/strong><\/h2>\t\t\t\t<\/div>\n\t\t\t\n\n\t\t\t<div data-block-id=\"1f46e777\" class=\"srfm-block-single srfm-block srfm-input-block srf-input-1f46e777-block  srfm-block-width-100 srfm-slug-%d8%a7%d9%84%d8%a7%d8%b3%d9%85-%d8%a7%d9%84%d9%83%d8%a7%d9%85%d9%84 2501\" >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-description\" id=\"srfm-description-1f46e777\">\n\t\t\t\t\t\tPlease enter your full name\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-wrap\">\n\t\t\t\t<input class=\"srfm-input-common srfm-input-input\" type=\"text\" name=\"srfm-input-1f46e777-lbl-RnVsbCBuYW1l-%d8%a7%d9%84%d8%a7%d8%b3%d9%85-%d8%a7%d9%84%d9%83%d8%a7%d9%85%d9%84\" id=\"srfm-input-1f46e777-lbl-RnVsbCBuYW1l\"\n\t\t\t\t\taria-describedby='srfm-error-1f46e777 srfm-description-1f46e777'\t\t\t\t\tdata-required=\"true\" aria-required=\"true\" data-unique=\"false\" maxlength=\"100\" value=\"\"  placeholder=\"Full name *\"  data-srfm-mask=\"none\"   \/>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"srfm-error-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-error-message\" data-srfm-id=\"srfm-error-1f46e777\" data-error-msg=\"This field is required.\" data-unique-msg=\"Value needs to be unique.\">\n\t\t\t\t\t\tThis field is required.\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\n\n\t\t\t<div data-block-id=\"60358306\" class=\"srfm-block-single srfm-block srfm-email-block srf-email-60358306-block  srfm-block-width-100 srfm-slug-%d8%a7%d9%84%d8%a8%d8%b1%d9%8a%d8%af-%d8%a7%d9%84%d8%a5%d9%84%d9%83%d8%aa%d8%b1%d9%88%d9%86%d9%8a 2501 srfm-email-block-wrap\">\n\t\t\t\t<div class=\"srfm-email-block srf-email-60358306-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-description\" id=\"srfm-description-60358306\">\n\t\t\t\t\t\tPlease enter your email address.\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-wrap\">\n\t\t\t\t\t\t<input class=\"srfm-input-common srfm-input-email\" type=\"email\" name=\"srfm-email-60358306-lbl-RW1haWwgYWRkcmVzcyAoZXhhbXBsZTogd2VsY29tZUBrdXdhaXRuZXh0LmNvbSk-%d8%a7%d9%84%d8%a8%d8%b1%d9%8a%d8%af-%d8%a7%d9%84%d8%a5%d9%84%d9%83%d8%aa%d8%b1%d9%88%d9%86%d9%8a\" id=\"srfm-email-60358306-lbl-RW1haWwgYWRkcmVzcyAoZXhhbXBsZTogd2VsY29tZUBrdXdhaXRuZXh0LmNvbSk\"\n\t\t\t\t\t\taria-describedby='srfm-error-60358306 srfm-description-60358306'\t\t\t\t\t\tdata-required=\"true\" aria-required=\"true\" data-unique=\"false\" value=\"\"  placeholder=\"Email address (example: welcome@kuwaitnext.com) *\"   \/>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"srfm-error-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-error-message\" data-srfm-id=\"srfm-error-60358306\" data-error-msg=\"This field is required.\" data-unique-msg=\"Value needs to be unique.\">\n\t\t\t\t\t\tThis field is required.\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\n\n\t\t<div data-block-id=\"3fedcf2b\" class=\"srfm-block-single srfm-block srfm-phone-block srf-phone-3fedcf2b-block srfm-block-width-100 2501\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-description\" id=\"srfm-description-3fedcf2b\">\n\t\t\t\t\t\tPlease enter your WhatsApp number without symbols or spaces.\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"srfm-block-wrap\">\n\t\t\t\t<input type=\"tel\"\n\t\t\t\t\tclass=\"srfm-input-common srfm-input-phone\"\n\t\t\t\t\tname=\"srfm-phone-3fedcf2b-lbl-V2hhdHNBcHAgbnVtYmVy-%d8%b1%d9%82%d9%85-whatsapp\"\n\t\t\t\t\tid=\"srfm-phone-3fedcf2b-lbl-V2hhdHNBcHAgbnVtYmVy\"\n\t\t\t\t\taria-describedby='srfm-error-3fedcf2b srfm-description-3fedcf2b'\t\t\t\t\tdata-required=\"true\"\n\t\t\t\t\taria-required=\"true\"\n\t\t\t\t\tdefault-country=\"kw\"\n\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t placeholder=\"WhatsApp number *\" \t\t\t\t\tdata-unique=\"false\">\n\t\t\t<\/div>\n\t\t\t<div class=\"srfm-error-wrap\">\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-error-message\" data-srfm-id=\"srfm-error-3fedcf2b\" data-error-msg=\"This field is required.\" data-unique-msg=\"Value needs to be unique.\">\n\t\t\t\t\t\tThis field is required.\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n\n\t\t<div data-block-id=\"433a08f7\" class=\"srfm-block-single srfm-block srfm-multi-choice-block srf-multi-choice-433a08f7-block  srfm-block-width-100 srfm-slug-%d8%a7%d9%84%d8%ae%d8%af%d9%85%d8%a7%d8%aa-%d8%a7%d9%84%d9%85%d8%b7%d9%84%d9%88%d8%a8%d8%a9 2501 srfm-checkbox-mode\">\n\t\t\t<fieldset>\n\t\t\t\t<input class=\"srfm-input-multi-choice-hidden\" data-required=\"true\" aria-required=\"true\"  name=\"srfm-input-multi-choice-433a08f7-lbl-UmVxdWlyZWQgc2VydmljZXM-%d8%a7%d9%84%d8%ae%d8%af%d9%85%d8%a7%d8%aa-%d8%a7%d9%84%d9%85%d8%b7%d9%84%d9%88%d8%a8%d8%a9\" type=\"hidden\" value=\"\"\/>\n\t\t\t\t<legend class=\"srfm-block-legend\">\n\t\t\t\t\t\t\t\t\t\tRequired services\t\t\t\t\t\t\t\t\t\t\t<span class=\"srfm-required\" aria-hidden=\"true\"> *<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/legend>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-description\" id=\"srfm-description-433a08f7\">\n\t\t\t\t\t\tChoose the services you wish to receive.\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-wrap srfm-choice-width-100 \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"checkbox\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-433a08f7-0\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" \t\t\t\t\t\t\t\t\t\taria-describedby=\"srfm-error-433a08f7 srfm-description-433a08f7\"\t\t\t\t\t\t\t\t\t\taria-required=\"true\"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-433a08f7-0\" data-option-text=\"Website Development\">Website Development<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M6.5 7.33366L8.5 9.33366L15.1667 2.66699' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M14.5 8V12.6667C14.5 13.0203 14.3595 13.3594 14.1095 13.6095C13.8594 13.8595 13.5203 14 13.1667 14H3.83333C3.47971 14 3.14057 13.8595 2.89052 13.6095C2.64048 13.3594 2.5 13.0203 2.5 12.6667V3.33333C2.5 2.97971 2.64048 2.64057 2.89052 2.39052C3.14057 2.14048 3.47971 2 3.83333 2H11.1667' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M12.6667 2H3.33333C2.59695 2 2 2.59695 2 3.33333V12.6667C2 13.403 2.59695 14 3.33333 14H12.6667C13.403 14 14 13.403 14 12.6667V3.33333C14 2.59695 13.403 2 12.6667 2Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"checkbox\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-433a08f7-1\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-433a08f7-1\" data-option-text=\"Mobile Application Development\">Mobile Application Development<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M6.5 7.33366L8.5 9.33366L15.1667 2.66699' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M14.5 8V12.6667C14.5 13.0203 14.3595 13.3594 14.1095 13.6095C13.8594 13.8595 13.5203 14 13.1667 14H3.83333C3.47971 14 3.14057 13.8595 2.89052 13.6095C2.64048 13.3594 2.5 13.0203 2.5 12.6667V3.33333C2.5 2.97971 2.64048 2.64057 2.89052 2.39052C3.14057 2.14048 3.47971 2 3.83333 2H11.1667' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M12.6667 2H3.33333C2.59695 2 2 2.59695 2 3.33333V12.6667C2 13.403 2.59695 14 3.33333 14H12.6667C13.403 14 14 13.403 14 12.6667V3.33333C14 2.59695 13.403 2 12.6667 2Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"checkbox\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-433a08f7-2\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-433a08f7-2\" data-option-text=\"User Interface and User Experience design (website and application design)\">User Interface and User Experience design (website and application design)<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M6.5 7.33366L8.5 9.33366L15.1667 2.66699' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M14.5 8V12.6667C14.5 13.0203 14.3595 13.3594 14.1095 13.6095C13.8594 13.8595 13.5203 14 13.1667 14H3.83333C3.47971 14 3.14057 13.8595 2.89052 13.6095C2.64048 13.3594 2.5 13.0203 2.5 12.6667V3.33333C2.5 2.97971 2.64048 2.64057 2.89052 2.39052C3.14057 2.14048 3.47971 2 3.83333 2H11.1667' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M12.6667 2H3.33333C2.59695 2 2 2.59695 2 3.33333V12.6667C2 13.403 2.59695 14 3.33333 14H12.6667C13.403 14 14 13.403 14 12.6667V3.33333C14 2.59695 13.403 2 12.6667 2Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"checkbox\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-433a08f7-3\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-433a08f7-3\" data-option-text=\"E-commerce Platform (integrated development and setup)\">E-commerce Platform (integrated development and setup)<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M6.5 7.33366L8.5 9.33366L15.1667 2.66699' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M14.5 8V12.6667C14.5 13.0203 14.3595 13.3594 14.1095 13.6095C13.8594 13.8595 13.5203 14 13.1667 14H3.83333C3.47971 14 3.14057 13.8595 2.89052 13.6095C2.64048 13.3594 2.5 13.0203 2.5 12.6667V3.33333C2.5 2.97971 2.64048 2.64057 2.89052 2.39052C3.14057 2.14048 3.47971 2 3.83333 2H11.1667' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M12.6667 2H3.33333C2.59695 2 2 2.59695 2 3.33333V12.6667C2 13.403 2.59695 14 3.33333 14H12.6667C13.403 14 14 13.403 14 12.6667V3.33333C14 2.59695 13.403 2 12.6667 2Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"checkbox\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-433a08f7-4\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-433a08f7-4\" data-option-text=\"Search Engine Optimization and Digital Marketing\">Search Engine Optimization and Digital Marketing<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M6.5 7.33366L8.5 9.33366L15.1667 2.66699' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M14.5 8V12.6667C14.5 13.0203 14.3595 13.3594 14.1095 13.6095C13.8594 13.8595 13.5203 14 13.1667 14H3.83333C3.47971 14 3.14057 13.8595 2.89052 13.6095C2.64048 13.3594 2.5 13.0203 2.5 12.6667V3.33333C2.5 2.97971 2.64048 2.64057 2.89052 2.39052C3.14057 2.14048 3.47971 2 3.83333 2H11.1667' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M12.6667 2H3.33333C2.59695 2 2 2.59695 2 3.33333V12.6667C2 13.403 2.59695 14 3.33333 14H12.6667C13.403 14 14 13.403 14 12.6667V3.33333C14 2.59695 13.403 2 12.6667 2Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"checkbox\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-433a08f7-5\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-433a08f7-5\" data-option-text=\"Website and Application Maintenance\">Website and Application Maintenance<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M6.5 7.33366L8.5 9.33366L15.1667 2.66699' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M14.5 8V12.6667C14.5 13.0203 14.3595 13.3594 14.1095 13.6095C13.8594 13.8595 13.5203 14 13.1667 14H3.83333C3.47971 14 3.14057 13.8595 2.89052 13.6095C2.64048 13.3594 2.5 13.0203 2.5 12.6667V3.33333C2.5 2.97971 2.64048 2.64057 2.89052 2.39052C3.14057 2.14048 3.47971 2 3.83333 2H11.1667' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M12.6667 2H3.33333C2.59695 2 2 2.59695 2 3.33333V12.6667C2 13.403 2.59695 14 3.33333 14H12.6667C13.403 14 14 13.403 14 12.6667V3.33333C14 2.59695 13.403 2 12.6667 2Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"checkbox\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-433a08f7-6\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-433a08f7-6\" data-option-text=\"Customized digital solutions\">Customized digital solutions<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M6.5 7.33366L8.5 9.33366L15.1667 2.66699' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M14.5 8V12.6667C14.5 13.0203 14.3595 13.3594 14.1095 13.6095C13.8594 13.8595 13.5203 14 13.1667 14H3.83333C3.47971 14 3.14057 13.8595 2.89052 13.6095C2.64048 13.3594 2.5 13.0203 2.5 12.6667V3.33333C2.5 2.97971 2.64048 2.64057 2.89052 2.39052C3.14057 2.14048 3.47971 2 3.83333 2H11.1667' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M12.6667 2H3.33333C2.59695 2 2 2.59695 2 3.33333V12.6667C2 13.403 2.59695 14 3.33333 14H12.6667C13.403 14 14 13.403 14 12.6667V3.33333C14 2.59695 13.403 2 12.6667 2Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"checkbox\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-433a08f7-7\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-433a08f7-7\" data-option-text=\"Complete digital transformation\">Complete digital transformation<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M6.5 7.33366L8.5 9.33366L15.1667 2.66699' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M14.5 8V12.6667C14.5 13.0203 14.3595 13.3594 14.1095 13.6095C13.8594 13.8595 13.5203 14 13.1667 14H3.83333C3.47971 14 3.14057 13.8595 2.89052 13.6095C2.64048 13.3594 2.5 13.0203 2.5 12.6667V3.33333C2.5 2.97971 2.64048 2.64057 2.89052 2.39052C3.14057 2.14048 3.47971 2 3.83333 2H11.1667' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M12.6667 2H3.33333C2.59695 2 2 2.59695 2 3.33333V12.6667C2 13.403 2.59695 14 3.33333 14H12.6667C13.403 14 14 13.403 14 12.6667V3.33333C14 2.59695 13.403 2 12.6667 2Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-error-wrap\">\t\t\t\t\t<div class=\"srfm-error-message\" data-srfm-id=\"srfm-error-433a08f7\" data-error-msg=\"This field is required.\">\n\t\t\t\t\t\tThis field is required.\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<\/fieldset>\n\t\t<\/div>\n\t\t\n\n\t\t\t<div data-block-id=\"58b40f06\" class=\"srfm-block-single srfm-block srfm-dropdown-block srf-dropdown-58b40f06-block  srfm-block-width-100 srfm-slug-%d8%a7%d9%84%d9%85%d9%8a%d8%b2%d8%a7%d9%86%d9%8a%d8%a9-%d8%a7%d9%84%d8%aa%d9%82%d8%af%d9%8a%d8%b1%d9%8a%d8%a9-%d8%a8%d8%a7%d9%84%d8%af%d9%8a%d9%86%d8%a7%d8%b1-%d8%a7%d9%84%d9%83%d9%88%d9%8a%d8%aa 2501\">\n\t\t\t\t<fieldset>\n\t\t\t\t\t<input class=\"srfm-input-dropdown-hidden\" data-required=\"true\" aria-required=\"true\"  name=\"srfm-dropdown-1-58b40f06-lbl-RXN0aW1hdGVkIGJ1ZGdldCAoaW4gS3V3YWl0aSBkaW5hcnMp-%d8%a7%d9%84%d9%85%d9%8a%d8%b2%d8%a7%d9%86%d9%8a%d8%a9-%d8%a7%d9%84%d8%aa%d9%82%d8%af%d9%8a%d8%b1%d9%8a%d8%a9-%d8%a8%d8%a7%d9%84%d8%af%d9%8a%d9%86%d8%a7%d8%b1-%d8%a7%d9%84%d9%83%d9%88%d9%8a%d8%aa\" type=\"hidden\" value=\"\"\/>\n\t\t\t\t\t<legend class=\"srfm-block-legend\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-description\" id=\"srfm-description-58b40f06\">\n\t\t\t\t\t\tChoose your estimated budget for the project\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/legend>\n\t\t\t\t\t<div class=\"srfm-block-wrap srfm-dropdown-common-wrap\">\n\t\t\t\t\t\t\t\t\t\t<select\n\t\t\t\t\t\tclass=\"srfm-dropdown-common srfm-dropdown-input\"\n\t\t\t\t\t\taria-describedby='srfm-error-58b40f06 srfm-description-58b40f06'\t\t\t\tdata-required=\"true\" aria-required=\"true\"  name=\"srfm-dropdown-1-58b40f06-lbl-RXN0aW1hdGVkIGJ1ZGdldCAoaW4gS3V3YWl0aSBkaW5hcnMp-%d8%a7%d9%84%d9%85%d9%8a%d8%b2%d8%a7%d9%86%d9%8a%d8%a9-%d8%a7%d9%84%d8%aa%d9%82%d8%af%d9%8a%d8%b1%d9%8a%d8%a9-%d8%a8%d8%a7%d9%84%d8%af%d9%8a%d9%86%d8%a7%d8%b1-%d8%a7%d9%84%d9%83%d9%88%d9%8a%d8%aa\" data-multiple=\"false\" data-searchable=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\ttabindex=\"0\" aria-hidden=\"true\">\n\t\t\t\t\t<option class=\"srfm-dropdown-placeholder\" value=\"\" disabled selected>Estimated budget (in Kuwaiti dinars)<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"Less than 1,000 KWD\" data-icon=\"\"  >Less than 1,000 KWD<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"1,000 \u2013 3,000 KWD\" data-icon=\"\"  >1,000 \u2013 3,000 KWD<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"3,000 \u2013 7,000 KWD\" data-icon=\"\"  >3,000 \u2013 7,000 KWD<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"7,000 \u2013 10,000 KWD\" data-icon=\"\"  >7,000 \u2013 10,000 KWD<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"10,000 \u2013 15,000 KWD\" data-icon=\"\"  >10,000 \u2013 15,000 KWD<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"15,000 \u2013 20,000 KWD\" data-icon=\"\"  >15,000 \u2013 20,000 KWD<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"More than 20,000 KWD\" data-icon=\"\"  >More than 20,000 KWD<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/select>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"srfm-error-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-error-message\" data-srfm-id=\"srfm-error-58b40f06\" data-error-msg=\"This field is required.\">\n\t\t\t\t\t\tThis field is required.\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/fieldset>\n\t\t\t<\/div>\n\t\t\n\n\t\t<div data-block-id=\"b41771ed\" class=\"srfm-block-single srfm-block srfm-textarea-block srf-textarea-b41771ed-block  srfm-block-width-100 2501\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-description\" id=\"srfm-description-b41771ed\">\n\t\t\t\t\t\tBriefly explain your idea or project requirements.\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"srfm-block-wrap\">\n\t\t\t\t<textarea\n\t\t\t\t\tclass=\"srfm-input-common srfm-input-textarea\"\n\t\t\t\t\tname=\"srfm-textarea-b41771ed-lbl-RGVzY3JpcHRpb24gb2YgdGhlIHByb2plY3Qgb3IgaWRlYQ-%d9%88%d8%b5%d9%81-%d8%a7%d9%84%d9%85%d8%b4%d8%b1%d9%88%d8%b9-%d8%a3%d9%88-%d8%a7%d9%84%d9%81%d9%83%d8%b1%d8%a9\"\n\t\t\t\t\tid=\"srfm-textarea-b41771ed-lbl-RGVzY3JpcHRpb24gb2YgdGhlIHByb2plY3Qgb3IgaWRlYQ-1324\"\n\t\t\t\t\taria-describedby='srfm-error-b41771ed srfm-description-b41771ed'\t\t\t\t\tdata-required=\"false\" aria-required=\"false\"  rows=\"4\"   placeholder=\"Description of the project or idea\" \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t><\/textarea>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"srfm-error-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\n\n\t\t<div data-block-id=\"92d0cff0\" class=\"srfm-block-single srfm-block srfm-multi-choice-block srf-multi-choice-92d0cff0-block  srfm-block-width-100 srfm-slug-%d9%83%d9%8a%d9%81-%d8%b3%d9%85%d8%b9%d8%aa-%d8%b9%d9%86-kuwait-next%d8%9f 2501 srfm-radio-mode\">\n\t\t\t<fieldset>\n\t\t\t\t<input class=\"srfm-input-multi-choice-hidden\" data-required=\"true\" aria-required=\"true\"  name=\"srfm-input-multi-choice-92d0cff0-lbl-SG93IGRpZCB5b3UgaGVhciBhYm91dCBLdXdhaXQgTmV4dA-%d9%83%d9%8a%d9%81-%d8%b3%d9%85%d8%b9%d8%aa-%d8%b9%d9%86-kuwait-next%d8%9f\" type=\"hidden\" value=\"\"\/>\n\t\t\t\t<legend class=\"srfm-block-legend\">\n\t\t\t\t\t\t\t\t\t\tHow did you hear about Kuwait Next\t\t\t\t\t\t\t\t\t\t\t<span class=\"srfm-required\" aria-hidden=\"true\"> *<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/legend>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-wrap srfm-choice-width-50 \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"radio\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-92d0cff0-0\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" name=\"srfm-input-multi-choice-92d0cff0\"\t\t\t\t\t\t\t\t\t\taria-describedby=\"srfm-error-92d0cff0\"\t\t\t\t\t\t\t\t\t\taria-required=\"true\"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-92d0cff0-0\" data-option-text=\"Google search\">Google search<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M15.1663 7.38674V8.00007C15.1655 9.43769 14.7 10.8365 13.8392 11.988C12.9785 13.1394 11.7685 13.9817 10.3899 14.3893C9.0113 14.797 7.53785 14.748 6.18932 14.2498C4.8408 13.7516 3.68944 12.8308 2.90698 11.6248C2.12452 10.4188 1.75287 8.99211 1.84746 7.55761C1.94205 6.12312 2.49781 4.75762 3.43186 3.66479C4.36591 2.57195 5.6282 1.81033 7.03047 1.4935C8.43274 1.17668 9.89985 1.32163 11.213 1.90674' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M15.1667 2.6665L8.5 9.33984L6.5 7.33984' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M7.99967 14.6668C11.6816 14.6668 14.6663 11.6821 14.6663 8.00016C14.6663 4.31826 11.6816 1.3335 7.99967 1.3335C4.31778 1.3335 1.33301 4.31826 1.33301 8.00016C1.33301 11.6821 4.31778 14.6668 7.99967 14.6668Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"radio\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-92d0cff0-1\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" name=\"srfm-input-multi-choice-92d0cff0\"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-92d0cff0-1\" data-option-text=\"Social media\">Social media<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M15.1663 7.38674V8.00007C15.1655 9.43769 14.7 10.8365 13.8392 11.988C12.9785 13.1394 11.7685 13.9817 10.3899 14.3893C9.0113 14.797 7.53785 14.748 6.18932 14.2498C4.8408 13.7516 3.68944 12.8308 2.90698 11.6248C2.12452 10.4188 1.75287 8.99211 1.84746 7.55761C1.94205 6.12312 2.49781 4.75762 3.43186 3.66479C4.36591 2.57195 5.6282 1.81033 7.03047 1.4935C8.43274 1.17668 9.89985 1.32163 11.213 1.90674' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M15.1667 2.6665L8.5 9.33984L6.5 7.33984' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M7.99967 14.6668C11.6816 14.6668 14.6663 11.6821 14.6663 8.00016C14.6663 4.31826 11.6816 1.3335 7.99967 1.3335C4.31778 1.3335 1.33301 4.31826 1.33301 8.00016C1.33301 11.6821 4.31778 14.6668 7.99967 14.6668Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"radio\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-92d0cff0-2\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" name=\"srfm-input-multi-choice-92d0cff0\"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-92d0cff0-2\" data-option-text=\"Recommendation from someone\">Recommendation from someone<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M15.1663 7.38674V8.00007C15.1655 9.43769 14.7 10.8365 13.8392 11.988C12.9785 13.1394 11.7685 13.9817 10.3899 14.3893C9.0113 14.797 7.53785 14.748 6.18932 14.2498C4.8408 13.7516 3.68944 12.8308 2.90698 11.6248C2.12452 10.4188 1.75287 8.99211 1.84746 7.55761C1.94205 6.12312 2.49781 4.75762 3.43186 3.66479C4.36591 2.57195 5.6282 1.81033 7.03047 1.4935C8.43274 1.17668 9.89985 1.32163 11.213 1.90674' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M15.1667 2.6665L8.5 9.33984L6.5 7.33984' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M7.99967 14.6668C11.6816 14.6668 14.6663 11.6821 14.6663 8.00016C14.6663 4.31826 11.6816 1.3335 7.99967 1.3335C4.31778 1.3335 1.33301 4.31826 1.33301 8.00016C1.33301 11.6821 4.31778 14.6668 7.99967 14.6668Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"radio\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-92d0cff0-3\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" name=\"srfm-input-multi-choice-92d0cff0\"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-92d0cff0-3\" data-option-text=\"Advertisement\">Advertisement<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M15.1663 7.38674V8.00007C15.1655 9.43769 14.7 10.8365 13.8392 11.988C12.9785 13.1394 11.7685 13.9817 10.3899 14.3893C9.0113 14.797 7.53785 14.748 6.18932 14.2498C4.8408 13.7516 3.68944 12.8308 2.90698 11.6248C2.12452 10.4188 1.75287 8.99211 1.84746 7.55761C1.94205 6.12312 2.49781 4.75762 3.43186 3.66479C4.36591 2.57195 5.6282 1.81033 7.03047 1.4935C8.43274 1.17668 9.89985 1.32163 11.213 1.90674' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M15.1667 2.6665L8.5 9.33984L6.5 7.33984' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M7.99967 14.6668C11.6816 14.6668 14.6663 11.6821 14.6663 8.00016C14.6663 4.31826 11.6816 1.3335 7.99967 1.3335C4.31778 1.3335 1.33301 4.31826 1.33301 8.00016C1.33301 11.6821 4.31778 14.6668 7.99967 14.6668Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-multi-choice-single\">\n\t\t\t\t\t\t\t\t\t<input type=\"radio\"\n\t\t\t\t\t\t\t\t\t\tid=\"srfm-multi-choice-92d0cff0-4\"\n\t\t\t\t\t\t\t\t\t\tclass=\"srfm-input-multi-choice-single\" name=\"srfm-input-multi-choice-92d0cff0\"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-content-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-option-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- This label content is used in conditional logic and for storing values in a hidden input field as comma-separated values.\n\t\t\t\t\t\t\t\t\t\t\tThe markup should remain unchanged.\n\t\t\t\t\t\t\t\t\t\t\tIf you make any changes here, ensure the corresponding JavaScript value functionality and conditional logic are also updated. -->\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"srfm-multi-choice-92d0cff0-4\" data-option-text=\"Email\">Email<\/label>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-icon-container\">\t\t<span class=\"srfm-icon srfm-multi-choice-icon\" aria-hidden=\"true\">\n\t\t\t<svg width='17' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M15.1663 7.38674V8.00007C15.1655 9.43769 14.7 10.8365 13.8392 11.988C12.9785 13.1394 11.7685 13.9817 10.3899 14.3893C9.0113 14.797 7.53785 14.748 6.18932 14.2498C4.8408 13.7516 3.68944 12.8308 2.90698 11.6248C2.12452 10.4188 1.75287 8.99211 1.84746 7.55761C1.94205 6.12312 2.49781 4.75762 3.43186 3.66479C4.36591 2.57195 5.6282 1.81033 7.03047 1.4935C8.43274 1.17668 9.89985 1.32163 11.213 1.90674' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><path d='M15.1667 2.6665L8.5 9.33984L6.5 7.33984' stroke='#111C44' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t\t\t<span class=\"srfm-icon srfm-multi-choice-icon-unchecked\" aria-hidden=\"true\">\n\t\t\t<svg width='16' height='16' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'><path d='M7.99967 14.6668C11.6816 14.6668 14.6663 11.6821 14.6663 8.00016C14.6663 4.31826 11.6816 1.3335 7.99967 1.3335C4.31778 1.3335 1.33301 4.31826 1.33301 8.00016C1.33301 11.6821 4.31778 14.6668 7.99967 14.6668Z' stroke='#1E1E1E' stroke-opacity='0.7' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-error-wrap\">\t\t\t\t\t<div class=\"srfm-error-message\" data-srfm-id=\"srfm-error-92d0cff0\" data-error-msg=\"This field is required.\">\n\t\t\t\t\t\tThis field is required.\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<\/fieldset>\n\t\t<\/div>\n\t\t\n\n\t\t\t<div data-block-id=\"1a847eac\" class=\"srfm-block-single srfm-block srfm-input-block srf-input-1a847eac-block  srfm-block-width-100 srfm-slug-%d9%81%d9%8a-%d8%ad%d8%a7%d9%84-%d9%83%d8%a7%d9%86%d8%aa-%d8%aa%d9%88%d8%b5%d9%8a%d8%a9%d8%8c-%d9%8a%d8%b1%d8%ac%d9%89-%d8%b0%d9%83%d8%b1-%d8%a7%d9%84%d8%a7%d8%b3%d9%85 2501\" >\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-description\" id=\"srfm-description-1a847eac\">\n\t\t\t\t\t\tPlease enter the Referral code \/ promotional code \t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"srfm-block-wrap\">\n\t\t\t\t<input class=\"srfm-input-common srfm-input-input\" type=\"text\" name=\"srfm-input-1a847eac-lbl-UGxlYXNlIGVudGVyIHRoZSBSZWZlcnJhbCBjb2RlIC8gUHJvbW8gY29kZQ-%d9%81%d9%8a-%d8%ad%d8%a7%d9%84-%d9%83%d8%a7%d9%86%d8%aa-%d8%aa%d9%88%d8%b5%d9%8a%d8%a9%d8%8c-%d9%8a%d8%b1%d8%ac%d9%89-%d8%b0%d9%83%d8%b1-%d8%a7%d9%84%d8%a7%d8%b3%d9%85\" id=\"srfm-input-1a847eac-lbl-UGxlYXNlIGVudGVyIHRoZSBSZWZlcnJhbCBjb2RlIC8gUHJvbW8gY29kZQ\"\n\t\t\t\t\taria-describedby='srfm-error-1a847eac srfm-description-1a847eac'\t\t\t\t\tdata-required=\"false\" aria-required=\"false\" data-unique=\"false\" maxlength=\"100\" value=\"\"  placeholder=\"Please enter the Referral code \/ Promo code \"  data-srfm-mask=\"none\"   \/>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"srfm-error-wrap\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"srfm-error-message\" data-srfm-id=\"srfm-error-1a847eac\" data-error-msg=\"This field is required.\" data-unique-msg=\"Value needs to be unique.\">\n\t\t\t\t\t\tThis field is required.\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\n\n\t\t\t\t\t\t\t\t\t\t<div data-block-id=\"59cd3d44\" class=\" 2501 srf-inline-button-59cd3d44-block srfm-block-width-100 srfm-block srfm-custom-button-ctn \">\n\t\t\t\t\t\t\t\t<button style=\" font-family: inherit; font-weight: var(--wp--custom--font-weight--medium); line-height: normal;width:100%;\" id=\"srfm-submit-btn\" class=\"srfm-button srfm-submit-button srfm-btn-frontend srfm-custom-button\" >\n\t\t\t\t\t<div class=\"srfm-submit-wrap\">\n\t\t\t\t\t\tRequest for consultation\t\t\t\t\t\t<div class=\"srfm-loader\"><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/button>\n\t\t\t\t<div class=\"srfm-error-wrap\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"srfm-submit-container \" style=\"visibility:hidden;position:absolute;\">\n\t\t\t\t\t\t<div style=\"width: ; text-align: center\" class=\"wp-block-button\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<p id=\"srfm-error-message\" class=\"srfm-common-error-message srfm-error-message srfm-footer-error\" hidden>\t\t<span class=\"srfm-icon\" aria-hidden=\"true\">\n\t\t\t<svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='20' height='20' fill='none'><path d='M9.99935 18.3327C14.6017 18.3327 18.3327 14.6017 18.3327 9.99935C18.3327 5.39698 14.6017 1.66602 9.99935 1.66602C5.39698 1.66602 1.66602 5.39698 1.66602 9.99935C1.66602 14.6017 5.39698 18.3327 9.99935 18.3327Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' \/><path d='M10 6.66602V9.99935' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' \/><path d='M10 13.334H10.0083' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' \/><\/svg>\t\t<\/span>\n\t\t<span class=\"srfm-error-content\">There was an error trying to submit your form. Please try again.<\/span><\/p>\n\t\t\t\t\t<\/form>\n\t\t\t<div class=\"srfm-single-form srfm-success-box in-page\">\n\t\t\t\t<div aria-live=\"polite\" aria-atomic=\"true\" role=\"alert\" id=\"srfm-success-message-page-2501\" class=\"srfm-success-box-description\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>KuwaitNext One Nation | One Platform | One Solution \u0643\u0648\u064a\u062a\u0646\u0643\u0633\u062a \/\/\/ \u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644 \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 CONTACT US Let&#8217;s Build The Future<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"plain-container","ast-site-content-layout":"normal-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-698","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/kuwaitnext.com\/ar\/wp-json\/wp\/v2\/pages\/698","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kuwaitnext.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kuwaitnext.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kuwaitnext.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kuwaitnext.com\/ar\/wp-json\/wp\/v2\/comments?post=698"}],"version-history":[{"count":23,"href":"https:\/\/kuwaitnext.com\/ar\/wp-json\/wp\/v2\/pages\/698\/revisions"}],"predecessor-version":[{"id":2839,"href":"https:\/\/kuwaitnext.com\/ar\/wp-json\/wp\/v2\/pages\/698\/revisions\/2839"}],"wp:attachment":[{"href":"https:\/\/kuwaitnext.com\/ar\/wp-json\/wp\/v2\/media?parent=698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}