{"id":222,"date":"2023-02-26T16:21:08","date_gmt":"2023-02-26T16:21:08","guid":{"rendered":"https:\/\/iadv.shop\/?page_id=222"},"modified":"2025-12-04T09:31:27","modified_gmt":"2025-12-04T09:31:27","slug":"hr-policies-and-agreement","status":"publish","type":"page","link":"https:\/\/iadv.shop\/index.php\/hr-policies-and-agreement\/","title":{"rendered":"HR Policies and Agreement"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\">\n    <script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n\n    <style>\n        \/* ============================\n           VARIABLES\n           ============================ *\/\n        :root {\n            --brand: #4f46e5;\n            --bg-page: #f8fafc;\n            --bg-card: #ffffff;\n            --text-main: #1f2937;\n            --text-muted: #6b7280;\n            --border: #e5e7eb;\n            --input-bg: #ffffff;\n            --header-bg: rgba(255, 255, 255, 0.98);\n        }\n\n        \/* Dark Mode *\/\n        [data-theme=\"dark\"] {\n            --bg-page: #0f172a;\n            --bg-card: #1e293b;\n            --text-main: #f8fafc;\n            --text-muted: #94a3b8;\n            --border: #334155;\n            --input-bg: #334155; \/* Dark inputs for dark mode *\/\n            --header-bg: rgba(15, 23, 42, 0.98);\n        }\n\n        body { \n            background-color: var(--bg-page) !important; \n            color: var(--text-main) !important; \n            font-family: 'Inter', sans-serif; margin: 0; padding: 0; \n        }\n\n        \/* Force Visibility *\/\n        .custom-navbar, .new-footer { display: block !important; }\n        .entry-title, .is-content-justification-space-between, .fw-copytext, .msf-h2 { display: none !important; }\n\n        \/* ============================\n           HEADER\n           ============================ *\/\n        .custom-navbar {\n            background: var(--header-bg); border-bottom: 1px solid var(--border);\n            position: relative; z-index: 999; height: 80px; display: flex; align-items: center;\n            backdrop-filter: blur(10px);\n        }\n        .container { max-width: 1280px; margin: 0 auto; padding: 0 20px; width: 100%; }\n        \n        .nav-flex { display: flex; justify-content: space-between; align-items: center; height: 100%; }\n        .nav-right { display: flex; align-items: center; gap: 25px; height: 100%; }\n        \n        .nav-links { list-style: none; display: flex; gap: 25px; margin: 0; padding: 0; align-items: center; height: 100%; }\n        .nav-links li { position: relative; height: 100%; display: flex; align-items: center; }\n        .nav-links a { \n            text-decoration: none; color: var(--text-muted); font-weight: 500; font-size: 0.9rem; \n            display: flex; align-items: center; gap: 6px; transition: 0.3s;\n        }\n        .nav-links a:hover { color: var(--brand); }\n        \n        \/* Dropdowns *\/\n        .dd-container { \n            position: absolute; top: 100%; left: 50%; transform: translateX(-50%); \n            background-color: var(--bg-card); border-radius: 12px; \n            box-shadow: 0 10px 30px rgba(0,0,0,0.15); border: 1px solid var(--border); \n            padding: 15px; opacity: 0; visibility: hidden; transition: 0.2s; \n            z-index: 1001; width: max-content; min-width: 240px; margin-top: 10px;\n        }\n        .nav-links li:hover .dd-container { opacity: 1; visibility: visible; margin-top: 0; }\n        .dd-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }\n        .dd-menu.cols-2 { grid-template-columns: 1fr 1fr; gap: 10px 20px; }\n        .dd-menu a { display: block; padding: 6px 0; color: var(--text-muted); font-size: 0.9rem; }\n        .dd-menu a:hover { color: var(--brand); background: transparent; }\n\n        .btn-cta {\n            padding: 10px 24px !important; background: var(--brand); color: white !important;\n            border-radius: 8px; font-weight: 600; font-size: 0.9rem !important; \n            box-shadow: 0 2px 5px rgba(0,0,0,0.1); height: 40px; display: flex; align-items: center;\n        }\n\n        .theme-switch { display: flex; align-items: center; gap: 10px; cursor: pointer; }\n        .switch { position: relative; display: inline-block; width: 44px; height: 24px; }\n        .switch input { opacity: 0; width: 0; height: 0; }\n        .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #cbd5e1; transition: .4s; border-radius: 24px; }\n        .slider:before { position: absolute; content: \"\"; height: 18px; width: 18px; left: 3px; bottom: 3px; background-color: white; transition: .4s; border-radius: 50%; }\n        input:checked + .slider { background-color: var(--brand); }\n        input:checked + .slider:before { transform: translateX(20px); }\n\n        .hamburger-menu { display: none; cursor: pointer; background: none; border: none; }\n        .bar { display: block; width: 25px; height: 3px; margin: 5px auto; background-color: var(--text-main); }\n        \n        @media (max-width: 1100px) {\n            .nav-links { display: none; }\n            .hamburger-menu { display: block; }\n        }\n\n        \/* Mobile Nav *\/\n        .mobile-nav { \n            position: fixed; top: 0; right: 0; width: 300px; height: 100%; \n            background-color: var(--bg-card); z-index: 100000; \n            transform: translateX(100%); transition: transform 0.4s; padding: 20px; box-shadow: -5px 0 15px rgba(0,0,0,0.2); overflow-y: auto;\n        }\n        .mobile-nav.is-open { transform: translateX(0); }\n        .mobile-nav-close { position: absolute; top: 15px; right: 20px; background: none; border: none; font-size: 2rem; cursor: pointer; color: var(--text-main); }\n        .mobile-nav-links { list-style: none; padding: 0; margin-top: 40px; }\n        .mobile-nav-links li a { display: block; padding: 12px 0; color: var(--text-main); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--border); }\n\n        \/* ============================\n           WIZARD\n           ============================ *\/\n        .wizard-wrap { max-width: 850px; margin: 50px auto; padding: 0 20px; }\n        .wizard-card { \n            background: var(--bg-card); border-radius: 16px; \n            box-shadow: 0 10px 40px -10px rgba(0,0,0,0.08); \n            border: 1px solid var(--border); overflow: hidden; \n        }\n\n        .step-head { display: flex; justify-content: space-between; padding: 30px 60px; background: var(--bg-card); border-bottom: 1px solid var(--border); position: relative; }\n        .step-head::before { content: ''; position: absolute; top: 48px; left: 80px; right: 80px; height: 2px; background: var(--bg-body); z-index: 0; }\n        .step-item { position: relative; z-index: 1; text-align: center; flex: 1; }\n        .step-circ { width: 36px; height: 36px; background: var(--bg-card); border: 2px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; font-weight: 700; color: var(--text-muted); transition: 0.3s; }\n        .step-lbl { font-size: 0.75rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; }\n        .step-item.active .step-circ { border-color: var(--brand); background: var(--brand); color: white; }\n        .step-item.active .step-lbl { color: var(--brand); }\n        .step-item.done .step-circ { background: #10b981; border-color: #10b981; color: white; }\n\n        .form-body { padding: 50px; }\n\n        \/* ============================\n           FOOTER\n           ============================ *\/\n        .new-footer { background-color: #1F2937; color: #a0aec0; padding: 60px 0 20px; margin-top: 80px; }\n        .footer-grid { display: grid; gap: 40px; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; }\n        .new-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 20px; text-transform: uppercase; }\n        .new-footer ul { list-style: none; padding: 0; margin: 0; }\n        .new-footer li { margin-bottom: 8px; }\n        .new-footer a { color: #a0aec0; text-decoration: none; font-size: 0.9rem; }\n        .contact-list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; }\n        \n        @media (max-width: 900px) {\n            .footer-grid { grid-template-columns: 1fr; }\n            .step-lbl, .step-head::before { display: none; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"custom-navbar\">\n        <div class=\"container nav-flex\">\n            <a href=\"#\" class=\"logo\"><img decoding=\"async\" src=\"https:\/\/indiaadvocacy.in\/wp-content\/uploads\/2024\/02\/logo.png\" alt=\"Logo\" height=\"40\"><\/a>\n            \n            <div class=\"nav-right\">\n                <ul class=\"nav-links\">\n                    <li><a href=\"#\">Startup <i class=\"fas fa-chevron-down\" style=\"font-size:10px\"><\/i><\/a>\n                        <div class=\"dd-container\"><ul class=\"dd-menu cols-2\"><li><a href=\"#\">Private Limited<\/a><\/li><li><a href=\"#\">LLP<\/a><\/li><\/ul><\/div>\n                    <\/li>\n                    <li><a href=\"#\">Compliances <i class=\"fas fa-chevron-down\" style=\"font-size:10px\"><\/i><\/a>\n                        <div class=\"dd-container\"><ul class=\"dd-menu cols-2\"><li><a href=\"#\">GST<\/a><\/li><li><a href=\"#\">Income Tax<\/a><\/li><\/ul><\/div>\n                    <\/li>\n                    <li><a href=\"#\">Agreements<\/a><\/li>\n                    <li><a href=\"#\">Taxation<\/a><\/li>\n                    <li><a href=\"#\" class=\"btn-cta\">Consult Expert<\/a><\/li>\n                <\/ul>\n                \n                <div class=\"theme-switch\">\n                    <label class=\"switch\"><input type=\"checkbox\" id=\"theme-toggle\"><span class=\"slider\"><\/span><\/label>\n                    <i class=\"fas fa-moon\" style=\"color:var(--text-grey)\"><\/i>\n                <\/div>\n                <button class=\"hamburger-menu\"><span class=\"bar\"><\/span><span class=\"bar\"><\/span><span class=\"bar\"><\/span><\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"mobile-nav\">\n        <button class=\"mobile-nav-close\">&times;<\/button>\n        <ul class=\"mobile-nav-links\">\n            <li><a href=\"#\">Startup<\/a><\/li><li><a href=\"#\">Compliances<\/a><\/li><li><a href=\"#\">Agreements<\/a><\/li><li><a href=\"#\">Taxation<\/a><\/li>\n        <\/ul>\n    <\/div>\n\n    <div class=\"wizard-wrap\">\n        <div style=\"text-align: center; margin-bottom: 40px;\">\n            <h1 style=\"font-size: 2rem; font-weight: 800; color: var(--text-main); margin-bottom: 10px;\">HR Policy &#038; Agreement<\/h1>\n            <p style=\"color: var(--text-muted);\">Complete the details below to generate your document.<\/p>\n        <\/div>\n\n        <div class=\"wizard-card\">\n            <div class=\"step-head\">\n                <div class=\"step-item active\" id=\"st-1\"><div class=\"step-circ\">1<\/div><div class=\"step-lbl\">Company<\/div><\/div>\n                <div class=\"step-item\" id=\"st-2\"><div class=\"step-circ\">2<\/div><div class=\"step-lbl\">Details<\/div><\/div>\n                <div class=\"step-item\" id=\"st-3\"><div class=\"step-circ\">3<\/div><div class=\"step-lbl\">Documents<\/div><\/div>\n            <\/div>\n\n            <div class=\"form-body\">\n                <div style=\"margin-bottom: 30px;\">\n                    <h3 id=\"d-title\" style=\"margin:0; font-size:1.4rem; font-weight:700; color:var(--text-main);\">Company Information<\/h3>\n                    <p id=\"d-desc\" style=\"color:var(--text-muted); margin-top:5px;\">Provide your registered business details.<\/p>\n                <\/div>\n\n                <div id=\"multi-step-form\" class=\"fw-wizard fw-no-progressbar\" data-stepCount=\"3\" data-wizardid=\"138\">\n    <div class=\"fw-wizard-step-header-container\">\n        <div class=\"fw-container\" data-redirect=\"https:\/\/iadv.shop\/forms\/dist\/check.html?subject=HR%20Policies%20and%20Agreement\">\n                <div class=\"fw-wizard-step-header\" data-stepId=\"0\">\n            <span class=\"msf-h2\"><\/span>\n            <p class=\"fw-copytext\"><\/p>\n        <\/div>\n                <div class=\"fw-wizard-step-header\" data-stepId=\"1\">\n            <span class=\"msf-h2\"><\/span>\n            <p class=\"fw-copytext\"><\/p>\n        <\/div>\n                <div class=\"fw-wizard-step-header\" data-stepId=\"2\">\n            <span class=\"msf-h2\">Other Details<\/span>\n            <p class=\"fw-copytext\">Other Details<\/p>\n        <\/div>\n                <\/div>\n    <\/div>\n    <div class=\"fw-progress-bar-container  fw-hide-progress-bar\">\n        <div class=\"fw-container\">\n    <div class=\"fw-progress-wrap\">\n    <ul class=\"fw-progress-bar\"\n        data-activecolor=\"#157cc9\"\n        data-donecolor=\"#157cc9\"\n        data-nextcolor=\"#157cc9\"\n        data-buttoncolor=\"#157cc9\">\n                <li class=\"fw-progress-step\"\n            data-id=\"0\">\n            <span class=\"fw-progress-bar-bar\"><\/span>\n            <span class=\"fw-txt-ellipsis\" data-title=\"HR Policies and Agreement\">HR Policies and Agreement<\/span>\n                    <\/li>\n                    <li class=\"fw-progress-step\"\n            data-id=\"1\">\n            <span class=\"fw-progress-bar-bar\"><\/span>\n            <span class=\"fw-txt-ellipsis\" data-title=\"Details Of Company\">Details Of Company<\/span>\n                    <\/li>\n                    <li class=\"fw-progress-step\"\n            data-id=\"2\">\n            <span class=\"fw-progress-bar-bar\"><\/span>\n            <span class=\"fw-txt-ellipsis\" data-title=\"Other Details\">Other Details<\/span>\n                    <\/li>\n                <\/ul>\n<\/div>\n        <\/div>\n    <\/div>\n    <div class=\"fw-wizard-step-container\">\n        <div class=\"fw-container\">\n                    <div class=\"fw-wizard-step\" data-stepId=\"0\">\n                <div class=\"fw-step-part  fw-plain-layout\" data-partId=\"0\">\n\t<span class=\"fw-step-part-title \">\n\t\t\tDocuments Required For HR Policies and Agreement\t<\/span>\n\t<div class=\"fw-clearfix\"><\/div>\n\t<div class=\"fw-step-part-body\">\n\t\t\t\t\t\t\t\t   <div class=\"fw-step-block\"\n\t         data-blockId=\"138\"\n\t         data-type=\"fw-select\"\n\t         data-required=\"true\">\n\t\n\t        <label id=\"msf-select-label-employer-id-proof(select-any)\">\n\t\t\t<span class=\"msf-h3\">Employer Id Proof(select any)<\/span> \n\t        <\/label>\n\t\n\t        <select class=\"fw-select\"\n\t                id=\"msf-select-employer-id-proof(select-any)\"\n\t                name=\"fw-138-0-0-0\"\n\t                required\t                data-search=\"true\"\n\t                data-placeholder=\"Select any\">\n\t\n\t            <option value=\"\">\n\t                Select any\t            <\/option>\n\t            \t            <option id=\"fw-138-0-0-0-0\" value=\"GST NO\">\n\t                GST NO\t            <\/option>\n\t            \t            <option id=\"fw-138-0-0-0-1\" value=\"PAN NO\">\n\t                PAN NO\t            <\/option>\n\t            \t            <option id=\"fw-138-0-0-0-2\" value=\"Aadhar No\">\n\t                Aadhar No\t            <\/option>\n\t            \t            <option id=\"fw-138-0-0-0-3\" value=\"CIN No\">\n\t                CIN No\t            <\/option>\n\t            \t        <\/select>\n\t    <\/div>\n\t    \t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-file\" data-required=\"true\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<span class=\"msf-h3\">Upload Selected Id Proof(Employer)<\/span>\n\t\t\t\t<input type=\"file\" name=\"fw-138-0-0-1\" id=\"fw-138-0-0-1\" class=\"fw-file-upload-input\" multiple>\n\t\t\t\t<label class=\"fw-btn fw-button-fileupload\" for=\"fw-138-0-0-1\"><i class=\"fa fa-upload fw-file-upload-status\" aria-hidden=\"true\"><\/i><span>Choose a file<\/span><\/label>\n\t\t\t\t<p>Max. size: 1.0 GB<\/p>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t  \t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-text\" data-required=\"true\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-text-registration-no.-of-company\"><span class=\"msf-h3\">Registration No. Of Company<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tid=\"msf-text-registration-no.-of-company\"\n\t\t\t\t\tdata-id=\"text\">\n\t\t\t\t<span class=\"fa fa-pencil form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-text\" data-required=\"true\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-text-premises-details-of-company\"><span class=\"msf-h3\">Premises Details Of Company<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tid=\"msf-text-premises-details-of-company\"\n\t\t\t\t\tdata-id=\"text\">\n\t\t\t\t<span class=\"fa fa-pencil form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-text\" data-required=\"true\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-text-e-mail-of-company\"><span class=\"msf-h3\">E-mail Of Company<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tid=\"msf-text-e-mail-of-company\"\n\t\t\t\t\tdata-id=\"text\">\n\t\t\t\t<span class=\"fa fa-pencil form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n<\/div>\n\t\t\t                <div class=\"fw-clearfix\"><\/div>\n            <\/div>\n                        <div class=\"fw-wizard-step\" data-stepId=\"1\">\n                <div class=\"fw-step-part  fw-plain-layout\" data-partId=\"0\">\n\t<span class=\"fw-step-part-title \">\n\t\t\tDetails Of Company\t<\/span>\n\t<div class=\"fw-clearfix\"><\/div>\n\t<div class=\"fw-step-part-body\">\n\t\t\t\t\t\t\t\t\t<div \n\t\t\tclass=\"fw-step-block\" \n\t\t\tdata-blockId=\"138\" \n\t\t\tdata-type=\"fw-numeric\" \n\t\t\tdata-required=\"true\" \n\t\t\tdata-min=\"000000000\"\t\t\tdata-max=\"999999999\"\t\t>\n\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-numeric-mobile-no-of-company\"><span class=\"msf-h3\">Mobile No Of Company<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tdata-id=\"numeric\"\n\t\t\t\t\tid=\"msf-numeric-mobile-no-of-company\"\n\t\t\t\t\tplaceholder=\"000000000 - 999999999\"\n\t\t\t\t\tmin=\"000000000\"\t\t\t\t\tmax=\"999999999\"\t\t\t\t>\n\t\t\t\t<span class=\"fa fa-asterisk form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t  \t\t\t\t\t\t\t\t   <div class=\"fw-step-block\"\n\t         data-blockId=\"138\"\n\t         data-type=\"fw-select\"\n\t         data-required=\"true\">\n\t\n\t        <label id=\"msf-select-label-employee-id-proof(select-any-one)\">\n\t\t\t<span class=\"msf-h3\">Employee Id Proof(Select any one)<\/span> \n\t        <\/label>\n\t\n\t        <select class=\"fw-select\"\n\t                id=\"msf-select-employee-id-proof(select-any-one)\"\n\t                name=\"fw-138-1-0-1\"\n\t                required\t                data-search=\"true\"\n\t                data-placeholder=\"Select any one\">\n\t\n\t            <option value=\"\">\n\t                Select any one\t            <\/option>\n\t            \t            <option id=\"fw-138-1-0-1-0\" value=\"GST NO\">\n\t                GST NO\t            <\/option>\n\t            \t            <option id=\"fw-138-1-0-1-1\" value=\"PAN No\">\n\t                PAN No\t            <\/option>\n\t            \t            <option id=\"fw-138-1-0-1-2\" value=\"Aadhar no\">\n\t                Aadhar no\t            <\/option>\n\t            \t            <option id=\"fw-138-1-0-1-3\" value=\"CIN No\">\n\t                CIN No\t            <\/option>\n\t            \t        <\/select>\n\t    <\/div>\n\t    \t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-text\" data-required=\"true\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-text-office-address-of-company\"><span class=\"msf-h3\">Office Address Of Company<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tid=\"msf-text-office-address-of-company\"\n\t\t\t\t\tdata-id=\"text\">\n\t\t\t\t<span class=\"fa fa-pencil form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-file\" data-required=\"true\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<span class=\"msf-h3\">Upload Selected Id(Employee)<\/span>\n\t\t\t\t<input type=\"file\" name=\"fw-138-1-0-3\" id=\"fw-138-1-0-3\" class=\"fw-file-upload-input\" multiple>\n\t\t\t\t<label class=\"fw-btn fw-button-fileupload\" for=\"fw-138-1-0-3\"><i class=\"fa fa-upload fw-file-upload-status\" aria-hidden=\"true\"><\/i><span>Choose a file<\/span><\/label>\n\t\t\t\t<p>Max. size: 1.0 GB<\/p>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t  \t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-text\" data-required=\"true\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-text-premises-address-of-employee\"><span class=\"msf-h3\">Premises Address of Employee<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tid=\"msf-text-premises-address-of-employee\"\n\t\t\t\t\tdata-id=\"text\">\n\t\t\t\t<span class=\"fa fa-pencil form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n<\/div>\n\t\t\t<div class=\"fw-step-part  fw-plain-layout\" data-partId=\"1\">\n\t<span class=\"fw-step-part-title \">\n\t\t\tDetails Of Employee\t<\/span>\n\t<div class=\"fw-clearfix\"><\/div>\n\t<div class=\"fw-step-part-body\">\n\t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-text\" data-required=\"true\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-text-email-id-of-employee\"><span class=\"msf-h3\">Email Id Of Employee<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tid=\"msf-text-email-id-of-employee\"\n\t\t\t\t\tdata-id=\"text\">\n\t\t\t\t<span class=\"fa fa-pencil form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div \n\t\t\tclass=\"fw-step-block\" \n\t\t\tdata-blockId=\"138\" \n\t\t\tdata-type=\"fw-numeric\" \n\t\t\tdata-required=\"true\" \n\t\t\tdata-min=\"000000000\"\t\t\tdata-max=\"999999999\"\t\t>\n\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-numeric-mobile-no-of-employee\"><span class=\"msf-h3\">Mobile No Of Employee<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tdata-id=\"numeric\"\n\t\t\t\t\tid=\"msf-numeric-mobile-no-of-employee\"\n\t\t\t\t\tplaceholder=\"000000000 - 999999999\"\n\t\t\t\t\tmin=\"000000000\"\t\t\t\t\tmax=\"999999999\"\t\t\t\t>\n\t\t\t\t<span class=\"fa fa-asterisk form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t  \t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-text\" data-required=\"false\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-text-salary\"><span class=\"msf-h3\">Salary<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tid=\"msf-text-salary\"\n\t\t\t\t\tdata-id=\"text\">\n\t\t\t\t<span class=\"fa fa-pencil form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-text\" data-required=\"false\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-text-working-days\"><span class=\"msf-h3\">Working Days<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tid=\"msf-text-working-days\"\n\t\t\t\t\tdata-id=\"text\">\n\t\t\t\t<span class=\"fa fa-pencil form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-text\" data-required=\"false\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-text-working-hour\"><span class=\"msf-h3\">Working Hour<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tid=\"msf-text-working-hour\"\n\t\t\t\t\tdata-id=\"text\">\n\t\t\t\t<span class=\"fa fa-pencil form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n<\/div>\n\t\t\t                <div class=\"fw-clearfix\"><\/div>\n            <\/div>\n                        <div class=\"fw-wizard-step\" data-stepId=\"2\">\n                <div class=\"fw-step-part  fw-plain-layout\" data-partId=\"0\">\n\t<span class=\"fw-step-part-title \">\n\t\t\tOther Details\t<\/span>\n\t<div class=\"fw-clearfix\"><\/div>\n\t<div class=\"fw-step-part-body\">\n\t\t\t\t<\/div>\n<\/div>\n\t\t\t<div class=\"fw-step-part  fw-plain-layout\" data-partId=\"1\">\n\t<span class=\"fw-step-part-title  fw-title-hidden\">\n\t\t\tOther Details\t<\/span>\n\t<div class=\"fw-clearfix\"><\/div>\n\t<div class=\"fw-step-part-body\">\n\t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-text\" data-required=\"false\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-text-position-of-employee\"><span class=\"msf-h3\">Position of Employee<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tid=\"msf-text-position-of-employee\"\n\t\t\t\t\tdata-id=\"text\">\n\t\t\t\t<span class=\"fa fa-pencil form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-text\" data-required=\"false\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<label for=\"msf-text-remarks\"><span class=\"msf-h3\">Remarks<\/span><\/label>\n\t\t\t\t<input \n\t\t\t\t\ttype=\"text\" \n\t\t\t\t\tclass=\"fw-text-input\" \n\t\t\t\t\tid=\"msf-text-remarks\"\n\t\t\t\t\tdata-id=\"text\">\n\t\t\t\t<span class=\"fa fa-pencil form-control-feedback\" aria-hidden=\"true\"><\/span>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"fw-step-block\" data-blockId=\"138\" data-type=\"fw-file\" data-required=\"false\">\n\t\t\t<div class=\"fw-input-container\">\n\t\t\t\t<span class=\"msf-h3\">Other Documents<\/span>\n\t\t\t\t<input type=\"file\" name=\"fw-138-2-1-2\" id=\"fw-138-2-1-2\" class=\"fw-file-upload-input\" multiple>\n\t\t\t\t<label class=\"fw-btn fw-button-fileupload\" for=\"fw-138-2-1-2\"><i class=\"fa fa-upload fw-file-upload-status\" aria-hidden=\"true\"><\/i><span>Choose a file<\/span><\/label>\n\t\t\t\t<p>Max. size: 1.0 GB<\/p>\n\t\t\t<\/div>\n\t\t\t<div class=\"fw-clearfix\"><\/div>\n\t\t<\/div>\n\t  \t\t\t\t<\/div>\n<\/div>\n\t\t\t                        <div class=\"fw-summary-container\">\n                            <button type=\"button\" class=\"fw-toggle-summary\">SHOW SUMMARY<\/button>\n                            <div id=\"wizard-summary\" class=\"fw-wizard-summary\" style=\"display:none;\" data-showsummary=\"on\">\n                            <div class=\"fw-summary-alert\">Some required Fields are empty<br>Please check the highlighted fields.<\/div>\n                            <\/div>\n                        <\/div>\n                                            <button type=\"button\" class=\"fw-btn-submit\">Submit<\/button>\n                                <div class=\"fw-clearfix\"><\/div>\n            <\/div>\n                    <\/div>\n    <\/div>\n        <div class=\"fw-wizard-button-container\">\n        <div class=\"fw-container\">\n            <div class=\"fw-wizard-buttons\">\n                <button class=\"fw-button-previous\"><i class=\"fa fa-arrow-circle-left\" aria-hidden=\"true\"><\/i> &nbsp;Previous Step<\/button>\n                <button class=\"fw-button-next\">Next Step &nbsp;<i class=\"fa fa-arrow-circle-right\" aria-hidden=\"true\"><\/i><\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n        <div class=\"fw-alert-user\" style=\"display:none;\"><\/div>\n<\/div>\n\n            <\/div>\n        <\/div>\n        \n        <div style=\"text-align: center; margin-top: 30px; font-size: 0.8rem; color: var(--text-muted);\">\n            <i class=\"fas fa-lock\"><\/i> 256-Bit SSL Encrypted\n        <\/div>\n    <\/div>\n\n    <footer class=\"new-footer\">\n        <div class=\"container\">\n            <div class=\"footer-grid\">\n                <div>\n                    <img decoding=\"async\" src=\"https:\/\/indiaadvocacy.in\/wp-content\/uploads\/2024\/02\/logo.png\" style=\"height:35px; filter:brightness(0) invert(1); margin-bottom:15px;\">\n                    <p style=\"font-size:0.9rem;\">Startup cell, Sathyabama College Road, Chennai.<\/p>\n                <\/div>\n                <div><h3>Links<\/h3><ul><li><a href=\"#\">About<\/a><\/li><li><a href=\"#\">Contact<\/a><\/li><\/ul><\/div>\n                <div><h3>Services<\/h3><ul><li><a href=\"#\">Startup<\/a><\/li><li><a href=\"#\">Taxation<\/a><\/li><\/ul><\/div>\n                <div><h3>Legal<\/h3><ul><li><a href=\"#\">Privacy<\/a><\/li><li><a href=\"#\">Terms<\/a><\/li><\/ul><\/div>\n                <div><h3>Social<\/h3><ul><li><a href=\"#\">Facebook<\/a><\/li><li><a href=\"#\">Twitter<\/a><\/li><\/ul><\/div>\n            <\/div>\n            <div style=\"border-top:1px solid #374151; margin-top:40px; padding-top:20px; text-align:center; font-size:0.8rem; color:#6b7280;\">\n                \u00a9 2025 India Advocacy. All rights reserved.\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n    jQuery(document).ready(function($) {\n        \n        \/\/ 1. THEME LOGIC\n        function applyTheme(theme) {\n            if(theme === 'dark') { $('html').attr('data-theme', 'dark'); $('#theme-toggle').prop('checked', true); }\n            else { $('html').removeAttr('data-theme'); $('#theme-toggle').prop('checked', false); }\n        }\n        const savedTheme = localStorage.getItem('theme') || (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');\n        applyTheme(savedTheme);\n\n        $('#theme-toggle').change(function(){\n            const newTheme = this.checked ? 'dark' : 'light';\n            localStorage.setItem('theme', newTheme);\n            applyTheme(newTheme);\n        });\n\n        \/\/ 2. MOBILE MENU\n        $('.hamburger-menu').click(function(){ $('.mobile-nav').addClass('is-open'); });\n        $('.mobile-nav-close').click(function(){ $('.mobile-nav').removeClass('is-open'); });\n\n        \/\/ 3. STEPPER SYNC\n        let step = 1;\n        $(document).on('click', '.fw-button-next', function() {\n            step++;\n            if(step===2){\n                $('#st-1').addClass('done').removeClass('active').find('.step-circ').html('\u2713');\n                $('#st-2').addClass('active');\n                $('#d-title').text('Employee Details'); $('#d-desc').text('Enter contact information.');\n            } else if(step===3){\n                $('#st-2').addClass('done').removeClass('active').find('.step-circ').html('\u2713');\n                $('#st-3').addClass('active');\n                $('#d-title').text('Documents'); $('#d-desc').text('Upload required proofs.');\n            }\n            var name = $('#msf-text-capital-structure').val(); \n            $.ajax({ type: 'POST', url: 'https:\/\/iadv.shop\/forms\/process.php', data: { name: name } });\n        });\n\n        $(document).on('click', '.fw-button-previous', function() {\n            step--;\n            if(step===1){\n                $('#st-2').removeClass('active'); $('#st-1').addClass('active').removeClass('done').find('.step-circ').text('1');\n                $('#d-title').text('Company Information');\n            } else if(step===2){\n                $('#st-3').removeClass('active'); $('#st-2').addClass('active').removeClass('done').find('.step-circ').text('2');\n                $('#d-title').text('Employee Details');\n            }\n        });\n    });\n    <\/script>\n<\/body>\n<\/html>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Startup Private Limited LLP Compliances GST Income Tax Agreements Taxation Consult Expert &times; Startup Compliances Agreements Taxation HR Policy &#038; Agreement Complete the details below to generate your document. 1 Company 2 Details 3 Documents Company Information Provide your registered business details. 256-Bit SSL Encrypted Startup cell, Sathyabama College Road, Chennai. Links About Contact Services [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-222","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iadv.shop\/index.php\/wp-json\/wp\/v2\/pages\/222","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/iadv.shop\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/iadv.shop\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/iadv.shop\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/iadv.shop\/index.php\/wp-json\/wp\/v2\/comments?post=222"}],"version-history":[{"count":61,"href":"https:\/\/iadv.shop\/index.php\/wp-json\/wp\/v2\/pages\/222\/revisions"}],"predecessor-version":[{"id":2231,"href":"https:\/\/iadv.shop\/index.php\/wp-json\/wp\/v2\/pages\/222\/revisions\/2231"}],"wp:attachment":[{"href":"https:\/\/iadv.shop\/index.php\/wp-json\/wp\/v2\/media?parent=222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}