{"id":137,"date":"2025-11-10T09:58:48","date_gmt":"2025-11-10T09:58:48","guid":{"rendered":"https:\/\/beingurbania.com\/?page_id=137"},"modified":"2025-11-11T09:45:26","modified_gmt":"2025-11-11T09:45:26","slug":"faq","status":"publish","type":"page","link":"https:\/\/beingurbania.com\/?page_id=137","title":{"rendered":"FAQ"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"137\" class=\"elementor elementor-137\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23483a7 e-con-full e-flex e-con e-parent\" data-id=\"23483a7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d24665 elementor-widget elementor-widget-html\" data-id=\"1d24665\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<style>\n.hero-heading {\n  color: #fff !important;\n}\n<\/style>\n\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <meta name=\"description\" content=\"FAQ - Tradesmen Jobs. Answers to questions about recruitment services, pricing, compliance, and more.\">\n  <title>Frequently Asked Questions | Tradesmen Jobs Private Limited<\/title>\n  <!-- Bootstrap Icons -->\n  <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap-icons@1.10.5\/font\/bootstrap-icons.css\">\n  <!-- Google Fonts -->\n  <link href=\"https:\/\/fonts.googleapis.com\/css?family=Montserrat:700,600,400,300|Open+Sans:400,600,700&display=swap\" rel=\"stylesheet\">\n  <style>\n    :root {\n      --bright-green: #8BC34A;\n      --lime-green: #7CB342;\n      --dark-bg: #000;\n      --rich-black: #1a1a1a;\n      --charcoal: #2d2d2d;\n      --light-bg: #f8f8f8;\n      --mint-green: #e8f5e9;\n      --text-light: #fff;\n      --text-dark: #333;\n      --text-muted: #b3b3b3;\n      --text-gray: #666;\n      --brand-font: 'Montserrat', Arial, sans-serif;\n    }\n\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    html, body {\n      scroll-behavior: smooth;\n    }\n\n    body {\n      font-family: 'Open Sans', Arial, sans-serif;\n      color: var(--text-dark);\n      line-height: 1.6;\n    }\n\n    .container {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 2%;\n    }\n\n    \/* ============ SECTION 1: HERO ============ *\/\n    .hero {\n      background: linear-gradient(135deg, var(--rich-black) 0%, var(--dark-bg) 100%);\n      color: var(--text-light);\n      padding: 6rem 2%;\n      text-align: center;\n      position: relative;\n    }\n\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: linear-gradient(135deg, rgba(2, 180, 26, 0.15) 0%, rgba(0, 122, 18, 0.1) 100%);\n      pointer-events: none;\n    }\n\n    .hero-content {\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero-heading {\n      font-family: var(--brand-font);\n      font-size: 3rem;\n      font-weight: 700;\n      margin-bottom: 1rem;\n    }\n\n    .hero-subheading {\n      font-size: 1.3rem;\n      color: var(--bright-green);\n      margin-bottom: 1rem;\n      font-weight: 600;\n    }\n\n    .hero-description {\n      font-size: 1rem;\n      color: var(--text-muted);\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    \/* ============ SECTION 2: CATEGORY TABS ============ *\/\n    .category-section {\n      background: var(--light-bg);\n      padding: 3rem 2%;\n    }\n\n    .section-heading {\n      font-family: var(--brand-font);\n      font-size: 2rem;\n      font-weight: 700;\n      color: var(--text-dark);\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n\n    .category-tabs {\n      max-width: 1400px;\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: repeat(6, 1fr);\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    .category-btn {\n      padding: 1rem;\n      background: white;\n      border: 2px solid transparent;\n      border-radius: 8px;\n      cursor: pointer;\n      font-weight: 600;\n      color: var(--text-dark);\n      transition: all 0.3s ease;\n      font-family: var(--brand-font);\n      text-align: center;\n    }\n\n    .category-btn:hover,\n    .category-btn.active {\n      border-color: var(--bright-green);\n      background: rgba(139, 195, 74, 0.1);\n      color: var(--bright-green);\n    }\n\n    \/* ============ SECTION 3: FAQ CONTENT ============ *\/\n    .faq-section {\n      background: white;\n      padding: 4rem 2%;\n    }\n\n    .faq-container {\n      max-width: 1000px;\n      margin: 0 auto;\n    }\n\n    .faq-content {\n      display: none;\n    }\n\n    .faq-content.active {\n      display: block;\n    }\n\n    .faq-item {\n      background: var(--light-bg);\n      padding: 0;\n      margin-bottom: 1.5rem;\n      border-radius: 10px;\n      border-left: 4px solid transparent;\n      transition: all 0.3s ease;\n      overflow: hidden;\n    }\n\n    .faq-item:hover {\n      border-left-color: var(--bright-green);\n      box-shadow: 0 4px 12px rgba(139, 195, 74, 0.15);\n    }\n\n    .faq-question {\n      padding: 1.5rem;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      cursor: pointer;\n      background: var(--light-bg);\n      transition: all 0.3s ease;\n    }\n\n    .faq-item.open .faq-question {\n      background: rgba(139, 195, 74, 0.1);\n    }\n\n    .faq-question-text {\n      font-family: var(--brand-font);\n      font-size: 1.1rem;\n      font-weight: 700;\n      color: var(--text-dark);\n      margin: 0;\n      text-align: left;\n      flex-grow: 1;\n    }\n\n    .faq-toggle {\n      color: var(--bright-green);\n      font-size: 1.3rem;\n      transition: transform 0.3s ease;\n      margin-left: 1rem;\n      flex-shrink: 0;\n    }\n\n    .faq-item.open .faq-toggle {\n      transform: rotate(180deg);\n    }\n\n    .faq-answer {\n      display: none;\n      padding: 1.5rem;\n      background: white;\n      border-top: 1px solid var(--light-bg);\n      font-size: 0.95rem;\n      color: var(--text-gray);\n      line-height: 1.8;\n    }\n\n    .faq-item.open .faq-answer {\n      display: block;\n    }\n\n    .faq-answer strong {\n      color: var(--text-dark);\n      display: block;\n      margin-top: 1rem;\n      margin-bottom: 0.5rem;\n    }\n\n    .faq-answer ul {\n      list-style: none;\n      margin: 1rem 0;\n      padding-left: 1rem;\n    }\n\n    .faq-answer li {\n      display: flex;\n      gap: 0.8rem;\n      margin-bottom: 0.8rem;\n      align-items: flex-start;\n    }\n\n    .faq-answer li::before {\n      content: '\u2713';\n      color: var(--bright-green);\n      font-weight: 700;\n      min-width: 20px;\n      flex-shrink: 0;\n    }\n\n    .contact-info {\n      background: var(--mint-green);\n      padding: 1rem;\n      border-radius: 6px;\n      margin: 1rem 0;\n    }\n\n    .contact-info p {\n      margin: 0.3rem 0;\n      font-size: 0.9rem;\n    }\n\n    .contact-info strong {\n      color: var(--bright-green);\n    }\n\n    \/* ============ SECTION 4: CTA ============ *\/\n    .faq-cta {\n      background: var(--mint-green);\n      padding: 3rem 2%;\n      text-align: center;\n    }\n\n    .cta-heading {\n      font-family: var(--brand-font);\n      font-size: 1.8rem;\n      font-weight: 700;\n      color: var(--text-dark);\n      margin-bottom: 1rem;\n    }\n\n    .cta-description {\n      font-size: 1rem;\n      color: var(--text-gray);\n      margin-bottom: 2rem;\n      max-width: 600px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .cta-buttons {\n      display: flex;\n      gap: 1.5rem;\n      justify-content: center;\n      flex-wrap: wrap;\n    }\n\n    .btn-cta {\n      padding: 0.9rem 2rem;\n      background: var(--bright-green);\n      color: white;\n      border: none;\n      border-radius: 6px;\n      font-family: var(--brand-font);\n      font-weight: 700;\n      cursor: pointer;\n      transition: all 0.3s ease;\n    }\n\n    .btn-cta:hover {\n      background: var(--lime-green);\n      transform: translateY(-2px);\n    }\n\n    \/* ============ FOOTER ============ *\/\n    .faq-footer {\n      background: var(--dark-bg);\n      padding: 2rem;\n      text-align: center;\n      color: var(--text-light);\n    }\n\n    .faq-footer p {\n      margin: 0.5rem 0;\n      font-size: 0.95rem;\n    }\n\n    .faq-footer a {\n      color: var(--bright-green);\n      text-decoration: none;\n    }\n\n    .faq-footer a:hover {\n      text-decoration: underline;\n    }\n\n    \/* ============ RESPONSIVE ============ *\/\n    @media (max-width: 768px) {\n      .hero-heading {\n        font-size: 2rem;\n      }\n\n      .category-tabs {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .faq-question-text {\n        font-size: 1rem;\n      }\n\n      .cta-buttons {\n        flex-direction: column;\n      }\n\n      .btn-cta {\n        width: 100%;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .hero-heading {\n        font-size: 1.5rem;\n      }\n\n      .category-tabs {\n        grid-template-columns: 1fr;\n      }\n\n      .faq-question {\n        padding: 1rem;\n      }\n\n      .faq-answer {\n        padding: 1rem;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- SECTION 1: HERO -->\n  <section class=\"hero\">\n    <div class=\"hero-content\">\n      <h1 class=\"hero-heading\">Frequently Asked Questions<\/h1>\n      <div class=\"hero-subheading\">Get Answers to Common Questions About Our Recruitment Services<\/div>\n      <p class=\"hero-description\">We've compiled answers to the most frequently asked questions from our clients and candidates. Can't find your answer? Contact our team directly.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 2: CATEGORY TABS -->\n  <section class=\"category-section\">\n    <div class=\"container\">\n      <h2 class=\"section-heading\">Browse by Category<\/h2>\n      <div class=\"category-tabs\">\n        <button class=\"category-btn active\" onclick=\"switchCategory(0)\">Employers<\/button>\n        <button class=\"category-btn\" onclick=\"switchCategory(1)\">Candidates<\/button>\n        <button class=\"category-btn\" onclick=\"switchCategory(2)\">Services<\/button>\n        <button class=\"category-btn\" onclick=\"switchCategory(3)\">Pricing<\/button>\n        <button class=\"category-btn\" onclick=\"switchCategory(4)\">Compliance<\/button>\n        <button class=\"category-btn\" onclick=\"switchCategory(5)\">General<\/button>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 3: FAQ CONTENT -->\n  <section class=\"faq-section\">\n    <div class=\"faq-container\">\n\n      <!-- CATEGORY 1: EMPLOYERS -->\n      <div id=\"category-0\" class=\"faq-content active\">\n        <h3 style=\"font-family: var(--brand-font); font-size: 1.8rem; margin-bottom: 2rem; color: var(--text-dark);\">For Employers & Clients<\/h3>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">How do I get started with Tradesmen Jobs?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Getting started is simple:<\/strong>\n            <ul>\n              <li>Initial Contact: Call or email with your recruitment requirements<\/li>\n              <li>Requirement Discussion: Share job description, qualifications, experience, and deadline<\/li>\n              <li>Company Details: Provide company information and documentation for verification<\/li>\n              <li>Demand Letter: Submit official demand letter (optional but recommended)<\/li>\n              <li>Consultation: Discuss service package, timeline, and fees<\/li>\n              <li>Agreement: Sign service agreement with clear terms<\/li>\n              <li>CV Submission: Within 48 hours, receive qualified candidate CVs<\/li>\n            <\/ul>\n            <strong>Our Business Managers:<\/strong>\n            <div class=\"contact-info\">\n              <p><strong>Mr. Manoj Mahapatra:<\/strong> manoj@tradesmenjob.com | +91-9920288945<\/p>\n              <p><strong>Mr. Sanoj Mahapatra:<\/strong> sanoj@tradesmenjob.com | +91-9930352266<\/p>\n              <p><strong>Mr. Mikun Mahapatra:<\/strong> mikun@tradesmenjob.com | +91-8692020002<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">Why do you need company details and verification?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Company verification is crucial for several reasons:<\/strong>\n            <ul>\n              <li><strong>Fraud Prevention:<\/strong> Protects candidates and ensures ethical recruitment<\/li>\n              <li><strong>Trust Building:<\/strong> Establishes credibility and proper business relationships<\/li>\n              <li><strong>Candidate Safety:<\/strong> Ensures they're working with genuine, established companies<\/li>\n              <li><strong>Contract Validity:<\/strong> Ensures legal and binding employment agreements<\/li>\n              <li><strong>Quality Assurance:<\/strong> Only work with registered, legitimate business entities<\/li>\n            <\/ul>\n            <strong>Required Company Details:<\/strong>\n            <ul>\n              <li>Company registration certificate<\/li>\n              <li>Business license\/trade license<\/li>\n              <li>Company letter with official letterhead<\/li>\n              <li>Company website (if available)<\/li>\n              <li>Reference contacts in your industry<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">This verification protects both our candidates and your company.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">Is it necessary to provide Job Descriptions (JD) every time?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>No, not always. Here's our process:<\/strong>\n            <ul>\n              <li><strong>First-Time:<\/strong> Yes, provide detailed Job Descriptions for each position<\/li>\n              <li><strong>Repeat Positions:<\/strong> Mention 'Same as previous requirement'<\/li>\n              <li><strong>Multiple New Positions:<\/strong> Submit JD for each different position<\/li>\n            <\/ul>\n            <strong>Why Detailed JDs Matter:<\/strong>\n            <ul>\n              <li>Better candidate matching<\/li>\n              <li>Fewer unsuitable CVs<\/li>\n              <li>Faster interview process<\/li>\n              <li>Higher placement success rate<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">We recommend a detailed JD at least once per position. It significantly improves outcomes.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">Do I need to send a Demand Letter?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Is it mandatory?<\/strong> No, but it's highly recommended.\n            <strong>Benefits of Sending a Demand Letter:<\/strong>\n            <ul>\n              <li>Priority Processing: Your requirement gets prioritized<\/li>\n              <li>Urgency Signal: Shows seriousness of hiring<\/li>\n              <li>Timeline Clarity: Demonstrates deadline urgency to team<\/li>\n              <li>Quality Improvement: Attracts better candidates<\/li>\n              <li>Documentation: Creates official record of hiring need<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">What is the average time to find suitable candidates?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Typical Timeline:<\/strong>\n            <ul>\n              <li>Common positions: 2-3 weeks<\/li>\n              <li>Specialized roles: 3-4 weeks<\/li>\n              <li>Urgent requirements: 48-72 hours<\/li>\n              <li>Executive roles: 4-6 weeks<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Timelines depend on position specificity, experience requirements, and market availability. We provide express processing for urgent needs.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">What is your replacement policy?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Replacement Guarantee:<\/strong>\n            <p style=\"margin-top: 0.8rem;\">If a deployed candidate doesn't meet expectations or leaves within the first 30 days, we provide a replacement candidate free of charge. This ensures you get quality placement with minimal risk.<\/p>\n            <strong>What We Cover:<\/strong>\n            <ul>\n              <li>Candidate incompatibility or poor performance<\/li>\n              <li>Candidate departure within first month<\/li>\n              <li>Skill or experience mismatch<\/li>\n              <li>Behavioral or cultural fit issues<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- CATEGORY 2: CANDIDATES -->\n      <div id=\"category-1\" class=\"faq-content\">\n        <h3 style=\"font-family: var(--brand-font); font-size: 1.8rem; margin-bottom: 2rem; color: var(--text-dark);\">For Candidates & Job Seekers<\/h3>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">Is there any cost to job seekers for using your services?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>No, absolutely not.<\/strong> Our services are completely free for job seekers. We follow ethical recruitment practices and never charge candidates for job placement. Our revenue comes from employers, not candidates.\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">What does the pre-departure training include?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Our training programs include:<\/strong>\n            <ul>\n              <li>Technical skill training (trade-specific)<\/li>\n              <li>Pre-departure orientation programs<\/li>\n              <li>Cultural sensitization for destination country<\/li>\n              <li>Safety protocols and compliance training<\/li>\n              <li>Language basics (if required)<\/li>\n              <li>Professional etiquette and workplace culture<\/li>\n              <li>Health and safety briefing<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Training is provided at our dedicated training centers across India, conducted by experienced professionals.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">How do I apply for jobs with Tradesmen Jobs?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Application Process:<\/strong>\n            <ul>\n              <li>Visit our website and browse current job openings<\/li>\n              <li>Submit your resume and fill the online application form<\/li>\n              <li>Contact our team directly via phone or email<\/li>\n              <li>Visit our office to register in person<\/li>\n            <\/ul>\n            <strong>Required Documents:<\/strong>\n            <ul>\n              <li>Updated resume\/CV<\/li>\n              <li>Copy of passport\/ID<\/li>\n              <li>Educational certificates<\/li>\n              <li>Professional certifications\/licenses<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Once registered, you'll be matched with suitable job opportunities.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">What are my rights as a candidate?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>As a candidate, you have the right to:<\/strong>\n            <ul>\n              <li>Transparent information about job requirements<\/li>\n              <li>Fair and unbiased consideration<\/li>\n              <li>Confidentiality of your personal information<\/li>\n              <li>No hidden charges or fees<\/li>\n              <li>Clear employment contract before deployment<\/li>\n              <li>Proper pre-departure training<\/li>\n              <li>Post-placement support<\/li>\n              <li>Report any fraudulent practices<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">Do I need trade testing\/certification?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Yes, for technical roles:<\/strong> Most technical and blue-collar positions require trade testing at government-recognized centers. This verifies your skills and competency level.\n            <strong>Benefits of Trade Testing:<\/strong>\n            <ul>\n              <li>Proves your actual skills and qualifications<\/li>\n              <li>Increases employer confidence<\/li>\n              <li>Better job placement opportunities<\/li>\n              <li>Higher salary potential<\/li>\n              <li>International credibility<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">We coordinate all testing and arrange it at convenient locations.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- CATEGORY 3: SERVICES -->\n      <div id=\"category-2\" class=\"faq-content\">\n        <h3 style=\"font-family: var(--brand-font); font-size: 1.8rem; margin-bottom: 2rem; color: var(--text-dark);\">Services & Process<\/h3>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">What industries do you serve?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>We serve 20+ industries including:<\/strong>\n            <ul>\n              <li>Construction & Civil Engineering<\/li>\n              <li>Oil & Gas<\/li>\n              <li>Manufacturing & Automotive<\/li>\n              <li>Hospitality & Tourism<\/li>\n              <li>Healthcare & Medical<\/li>\n              <li>Marine & Shipping<\/li>\n              <li>HVAC & Electromechanical<\/li>\n              <li>Food & Beverages<\/li>\n              <li>IT & ITES<\/li>\n              <li>And 11+ other sectors<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Each sector has specialized recruitment and training protocols.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">What countries do you operate in?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>We have established presence in 14+ countries:<\/strong>\n            <strong>GCC Region:<\/strong> Saudi Arabia, UAE, Oman, Bahrain, Kuwait, Qatar\n            <strong>Middle East:<\/strong> Iraq, Jordan, Egypt, Libya\n            <strong>Europe:<\/strong> Malta, Slovakia\n            <strong>Africa:<\/strong> Mauritius, Kenya, Lesotho\n            <strong>Asia:<\/strong> South Korea, Turkey\n            <p style=\"margin-top: 1rem;\">We're continuously expanding into new markets based on client demand.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">Do you provide visa and documentation support?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Yes, complete post-selection support includes:<\/strong>\n            <ul>\n              <li>Passport preparation & authentication<\/li>\n              <li>Employment contract finalization<\/li>\n              <li>Medical fitness processing<\/li>\n              <li>Visa documentation preparation<\/li>\n              <li>E-Migrate registration assistance<\/li>\n              <li>Training & pre-departure briefing<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Typically 2-4 weeks depending on destination country requirements.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">What is your success rate?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Our Performance Metrics:<\/strong>\n            <ul>\n              <li>95%+ Placement Success Rate<\/li>\n              <li>98% Client Satisfaction Rating<\/li>\n              <li>85%+ Client Retention Rate<\/li>\n              <li>90,000+ Successful Placements (total)<\/li>\n              <li>350+ Global Clients Served<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">These metrics demonstrate our commitment to quality and client satisfaction. Our pre-screening and verification process ensures high-quality placements.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">Can you handle urgent\/emergency recruitment?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Yes, we offer Express Recruitment Services:<\/strong>\n            <ul>\n              <li>48-72 hour deployment for deployment-ready candidates<\/li>\n              <li>Priority candidate selection<\/li>\n              <li>Expedited processing<\/li>\n              <li>Dedicated fast-track consultant<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Contact our business managers immediately for urgent requirements. Express services may have additional fees.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- CATEGORY 4: PRICING -->\n      <div id=\"category-3\" class=\"faq-content\">\n        <h3 style=\"font-family: var(--brand-font); font-size: 1.8rem; margin-bottom: 2rem; color: var(--text-dark);\">Pricing & Billing<\/h3>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">What is your pricing model?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Our pricing depends on:<\/strong>\n            <ul>\n              <li>Service package (Standard, Express, Specialized)<\/li>\n              <li>Number of positions<\/li>\n              <li>Skill level requirements<\/li>\n              <li>Deployment country<\/li>\n              <li>Urgency of requirement<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">We offer transparent pricing with no hidden charges. Request a customized quote for your specific needs.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">Is there a minimum order value?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <p>No, we work with all business sizes from small businesses to large enterprises. We can fulfill requirements for 1 candidate or 1,000+ candidates.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">Do you offer volume discounts?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Yes, we offer discounts for:<\/strong>\n            <ul>\n              <li>Large volume recruitment (50+ candidates)<\/li>\n              <li>Long-term partnership agreements<\/li>\n              <li>Multi-position requirements<\/li>\n              <li>Repeat business clients<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Contact our team to discuss volume discounts and partnership tiers.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">When and how do I pay?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Payment Terms:<\/strong>\n            <ul>\n              <li>Initial deposit upon agreement signing<\/li>\n              <li>Balance upon candidate deployment<\/li>\n              <li>Invoice issued after joining confirmation<\/li>\n            <\/ul>\n            <strong>Payment Methods:<\/strong>\n            <ul>\n              <li>Bank transfer (preferred)<\/li>\n              <li>Cheque payment<\/li>\n              <li>Credit card (with processing fees)<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Flexible payment terms available for long-term partners.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- CATEGORY 5: COMPLIANCE -->\n      <div id=\"category-4\" class=\"faq-content\">\n        <h3 style=\"font-family: var(--brand-font); font-size: 1.8rem; margin-bottom: 2rem; color: var(--text-dark);\">Compliance & Documentation<\/h3>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">Are you legally authorized to recruit?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Yes, we are fully authorized and certified:<\/strong>\n            <ul>\n              <li>MEA Licensed: License No. B-0198\/MUM\/PER\/1000+\/5\/8097\/2007 (Valid till 2027)<\/li>\n              <li>1000+ Capacity Authorization<\/li>\n              <li>ISO 27001:2013 (Information Security)<\/li>\n              <li>ISO 14001:2015 (Environmental Management)<\/li>\n              <li>ISO 30414:2018 (Human Capital Reporting)<\/li>\n              <li>Ministry of External Affairs Approved<\/li>\n              <li>Ministry of Labour Compliance<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">We maintain highest compliance standards and conduct all recruitment ethically and legally.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">What certifications do your candidates have?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>We ensure candidates have:<\/strong>\n            <ul>\n              <li>Valid passport and travel documents<\/li>\n              <li>Relevant educational qualifications<\/li>\n              <li>Professional certifications for technical roles<\/li>\n              <li>Trade testing certificates (for skilled workers)<\/li>\n              <li>Medical fitness certificates<\/li>\n              <li>Police clearance\/background verification<\/li>\n              <li>Visa compliance documentation<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">All certifications are verified by third-party authorities.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">How do you verify candidate credentials?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Our verification process includes:<\/strong>\n            <ul>\n              <li>Document verification with issuing authorities<\/li>\n              <li>Educational qualification confirmation<\/li>\n              <li>Previous employment verification<\/li>\n              <li>Criminal background check<\/li>\n              <li>Skills assessment and testing<\/li>\n              <li>Interview and personality assessment<\/li>\n              <li>Reference checks from previous employers<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Thorough verification ensures only qualified, trustworthy candidates are presented.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">What data protection measures do you have?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Data Protection & Security:<\/strong>\n            <ul>\n              <li>ISO 27001 Certification for information security<\/li>\n              <li>Encrypted data storage and transmission<\/li>\n              <li>Regular security audits<\/li>\n              <li>Confidentiality agreements with all staff<\/li>\n              <li>GDPR compliance for EU clients<\/li>\n              <li>Limited access to sensitive information<\/li>\n              <li>Secure disposal of documents<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Your data security is our top priority.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- CATEGORY 6: GENERAL -->\n      <div id=\"category-5\" class=\"faq-content\">\n        <h3 style=\"font-family: var(--brand-font); font-size: 1.8rem; margin-bottom: 2rem; color: var(--text-dark);\">General Questions<\/h3>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">How long have you been in business?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>22+ Years of Experience:<\/strong>\n            <ul>\n              <li>Founded in 2000<\/li>\n              <li>90,000+ successful placements<\/li>\n              <li>350+ global clients served<\/li>\n              <li>14+ countries with operations<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Our longevity in the industry demonstrates our reliability and success.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">What is your office location?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Corporate Office:<\/strong>\n            <p>A-2, 1st Floor, Aurum Enclave<br>Vakola, Santacruz East<br>Mumbai 400055, India<\/p>\n            <strong>Contact:<\/strong>\n            <ul>\n              <li>Phone: +91-22-26653403 \/ 503<\/li>\n              <li>Email: hr@tradesmenjob.com<\/li>\n              <li>Hours: Mon-Sat 10AM-7PM IST<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">We also have provincial offices across major Indian cities and regional offices in key markets.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">How can I contact you?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Multiple Ways to Reach Us:<\/strong>\n            <div class=\"contact-info\">\n              <p><strong>Phone:<\/strong> +91-22-26653403 \/ 503<\/p>\n              <p><strong>Email:<\/strong> hr@tradesmenjob.com<\/p>\n              <p><strong>WhatsApp:<\/strong> Available for inquiries<\/p>\n              <p><strong>Hours:<\/strong> Mon-Sat 10AM-7PM IST<\/p>\n            <\/div>\n            <p style=\"margin-top: 1rem;\">Our team responds to all inquiries within 24 hours.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">Can I visit your office?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Yes, you're welcome to visit:<\/strong>\n            <ul>\n              <li>By appointment (recommended)<\/li>\n              <li>Walk-ins accepted during office hours<\/li>\n              <li>Face-to-face consultations available<\/li>\n              <li>Virtual meetings via video call also available<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Contact us to schedule your visit or virtual meeting.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-question\">\n            <h3 class=\"faq-question-text\">Do you offer consulting services?<\/h3>\n            <i class=\"bi bi-chevron-down faq-toggle\"><\/i>\n          <\/div>\n          <div class=\"faq-answer\">\n            <strong>Yes, we offer:<\/strong>\n            <ul>\n              <li>Recruitment strategy consultation<\/li>\n              <li>Market insights and trends<\/li>\n              <li>Skill requirement assessment<\/li>\n              <li>Industry-specific guidance<\/li>\n              <li>Compliance and legal advice<\/li>\n            <\/ul>\n            <p style=\"margin-top: 1rem;\">Contact our business managers to discuss your specific consultation needs.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- SECTION 4: CTA -->\n  <section class=\"faq-cta\">\n    <div class=\"container\">\n      <h2 class=\"cta-heading\">Still have questions?<\/h2>\n      <p class=\"cta-description\">Our team is ready to help! Contact us today for personalized consultation and answers to any specific questions.<\/p>\n      <div class=\"cta-buttons\">\n        <button class=\"btn-cta\" onclick=\"alert('Contact form would open here')\">Contact Us<\/button>\n        <button class=\"btn-cta\" onclick=\"alert('Scheduling page would open here')\">Schedule Consultation<\/button>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FOOTER -->\n  <footer class=\"faq-footer\">\n    <p><strong>Tradesmen Jobs Private Limited<\/strong><\/p>\n    <p>Phone: +91-22-26653403 \/ 503 | Email: hr@tradesmenjob.com<\/p>\n    <p>Mon-Sat 10AM-7PM IST<\/p>\n    <p><a href=\"#\">Privacy Policy<\/a> | <a href=\"#\">Terms of Service<\/a> | <a href=\"#\">Contact Us<\/a><\/p>\n  <\/footer>\n\n  <script>\n    function switchCategory(index) {\n      const tabs = document.querySelectorAll('.category-btn');\n      const contents = document.querySelectorAll('.faq-content');\n      \n      tabs.forEach((tab, i) => {\n        tab.classList.remove('active');\n        contents[i].classList.remove('active');\n      });\n      \n      tabs[index].classList.add('active');\n      contents[index].classList.add('active');\n      \n      \/\/ Close all FAQ items when switching categories\n      document.querySelectorAll('.faq-item').forEach(item => {\n        item.classList.remove('open');\n      });\n    }\n\n    function toggleFaq(element) {\n      element.classList.toggle('open');\n    }\n  <\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Frequently Asked Questions | Tradesmen Jobs Private Limited Frequently Asked Questions Get Answers to Common Questions About Our Recruitment Services [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","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-137","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"shivadigital150@gmail.com","author_link":"https:\/\/beingurbania.com\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Frequently Asked Questions | Tradesmen Jobs Private Limited Frequently Asked Questions Get Answers to Common Questions About Our Recruitment Services [&hellip;]","_links":{"self":[{"href":"https:\/\/beingurbania.com\/index.php?rest_route=\/wp\/v2\/pages\/137","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beingurbania.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/beingurbania.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/beingurbania.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/beingurbania.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=137"}],"version-history":[{"count":13,"href":"https:\/\/beingurbania.com\/index.php?rest_route=\/wp\/v2\/pages\/137\/revisions"}],"predecessor-version":[{"id":244,"href":"https:\/\/beingurbania.com\/index.php?rest_route=\/wp\/v2\/pages\/137\/revisions\/244"}],"wp:attachment":[{"href":"https:\/\/beingurbania.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}