geonsrx/equanimity-connects
0
1<!DOCTYPE html>2<html lang="en">3<head>4 <meta charset="UTF-8">5 <meta name="viewport" content="width=device-width, initial-scale=1.0">6 <title>FAQ - Equanimity LLC</title>7 <meta name="description" content="Frequently asked questions about Equanimity LLC recruitment services for employers and job seekers.">8 <link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='50%' x='50%' text-anchor='middle' font-size='50'>๐</text></svg>">9 <link rel="stylesheet" href="style.css">10 <script src="https://cdn.tailwindcss.com"></script>11 <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>12 <script src="https://unpkg.com/feather-icons"></script>13 <script>14 tailwind.config = {15 theme: {16 extend: {17 colors: {18 'navy': '#1e3a5f',19 'teal': '#0f766e',20 'sand': '#f5e6d3',21 'green': '#65a30d'22 }23 }24 }25 }26 </script>27</head>28<body class="bg-white">29 <custom-header></custom-header>30 31 <!-- Hero Section -->32 <section class="relative py-32 bg-gradient-to-br from-navy to-teal text-white">33 <div class="container mx-auto px-6">34 <div class="text-center max-w-4xl mx-auto animate-fade-in-up">35 <h1 class="text-5xl md:text-6xl font-bold mb-6">Frequently Asked Questions</h1>36 <p class="text-xl text-gray-200">Everything you need to know about our services and processes</p>37 </div>38 </div>39 <div class="absolute bottom-0 left-0 right-0">40 <svg class="w-full h-24" viewBox="0 0 1440 120" fill="none">41 <path d="M0,120L48,110C96,100,192,80,288,70C384,60,480,60,576,65C672,70,768,80,864,85C960,90,1056,90,1152,85C1248,80,1344,70,1392,65L1440,60L1440,120L1392,120C1344,120,1248,120,1152,120C1056,120,960,120,864,120C768,120,672,120,576,120C480,120,384,120,288,120C192,120,96,120,48,120L0,120Z" fill="white"/>42 </svg>43 </div>44 </section>45 46 <!-- FAQ Categories -->47 <section class="py-12 bg-gray-50 sticky top-20 z-40 shadow-md">48 <div class="container mx-auto px-6">49 <div class="flex flex-wrap justify-center gap-4">50 <button onclick="filterFAQ('all')" class="faq-filter-btn px-6 py-3 bg-teal text-white rounded-lg font-semibold transition-all" data-category="all">51 All Questions52 </button>53 <button onclick="filterFAQ('employers')" class="faq-filter-btn px-6 py-3 bg-white text-navy rounded-lg font-semibold hover:bg-teal hover:text-white transition-all" data-category="employers">54 For Employers55 </button>56 <button onclick="filterFAQ('workers')" class="faq-filter-btn px-6 py-3 bg-white text-navy rounded-lg font-semibold hover:bg-teal hover:text-white transition-all" data-category="workers">57 For Job Seekers58 </button>59 <button onclick="filterFAQ('general')" class="faq-filter-btn px-6 py-3 bg-white text-navy rounded-lg font-semibold hover:bg-teal hover:text-white transition-all" data-category="general">60 General61 </button>62 </div>63 </div>64 </section>65 66 <!-- FAQ Section -->67 <section class="py-20 bg-white">68 <div class="container mx-auto px-6">69 <div class="max-w-4xl mx-auto">70 <!-- For Employers -->71 <div class="faq-item mb-4 animate-fade-in" data-category="employers">72 <div class="bg-white border-2 border-gray-200 rounded-2xl overflow-hidden hover:border-teal transition-all">73 <button onclick="toggleFAQ(this)" class="w-full px-8 py-6 text-left flex items-center justify-between hover:bg-gray-50 transition-colors">74 <h3 class="text-xl font-semibold text-navy pr-4">How quickly can you provide staff after we make a request?</h3>75 <i data-feather="chevron-down" class="w-6 h-6 text-teal transition-transform duration-300"></i>76 </button>77 <div class="faq-content hidden px-8 pb-6">78 <p class="text-gray-600 leading-relaxed">79 Depending on your requirements and the type of staff needed, we can provide qualified candidates within 7-14 days for most positions. For specialized roles, it may take 2-3 weeks. We maintain a database of pre-screened candidates to expedite the process.80 </p>81 </div>82 </div>83 </div>84 85 <div class="faq-item mb-4 animate-fade-in" data-category="employers">86 <div class="bg-white border-2 border-gray-200 rounded-2xl overflow-hidden hover:border-teal transition-all">87 <button onclick="toggleFAQ(this)" class="w-full px-8 py-6 text-left flex items-center justify-between hover:bg-gray-50 transition-colors">88 <h3 class="text-xl font-semibold text-navy pr-4">What is the cost structure for employer services?</h3>89 <i data-feather="chevron-down" class="w-6 h-6 text-teal transition-transform duration-300"></i>90 </button>91 <div class="faq-content hidden px-8 pb-6">92 <p class="text-gray-600 leading-relaxed">93 Our fee structure varies based on the type of position and number of staff required. We offer competitive rates with no hidden charges. The typical fee ranges from one to two months' salary per candidate, with discounts for bulk placements. Contact us for a customized quote based on your specific needs.94 </p>95 </div>96 </div>97 </div>98 99 <div class="faq-item mb-4 animate-fade-in" data-category="employers">100 <div class="bg-white border-2 border-gray-200 rounded-2xl overflow-hidden hover:border-teal transition-all">101 <button onclick="toggleFAQ(this)" class="w-full px-8 py-6 text-left flex items-center justify-between hover:bg-gray-50 transition-colors">102 <h3 class="text-xl font-semibold text-navy pr-4">Do you provide replacement guarantees?</h3>103 <i data-feather="chevron-down" class="w-6 h-6 text-teal transition-transform duration-300"></i>104 </button>105 <div class="faq-content hidden px-8 pb-6">106 <p class="text-gray-600 leading-relaxed">107 Yes, we provide a 3-month replacement guarantee. If a candidate leaves or is terminated for any reason within the first 90 days, we will provide a free replacement subject to terms and conditions. This demonstrates our confidence in the quality of our candidates.108 </p>109 </div>110 </div>111 </div>112 113 <!-- For Job Seekers -->114 <div class="faq-item mb-4 animate-fade-in" data-category="workers">115 <div class="bg-white border-2 border-gray-200 rounded-2xl overflow-hidden hover:border-teal transition-all">116 <button onclick="toggleFAQ(this)" class="w-full px-8 py-6 text-left flex items-center justify-between hover:bg-gray-50 transition-colors">117 <h3 class="text-xl font-semibold text-navy pr-4">Is there any fee for job seekers to apply through Equanimity?</h3>118 <i data-feather="chevron-down" class="w-6 h-6 text-teal transition-transform duration-300"></i>119 </button>120 <div class="faq-content hidden px-8 pb-6">121 <p class="text-gray-600 leading-relaxed">122 No, we do not charge any recruitment fees from job seekers. All costs are borne by the employer. We believe in ethical recruitment practices and strictly prohibit any form of payment from candidates. Be wary of agents asking for money - they are not authorized representatives of Equanimity.123 </p>124 </div>125 </div>126 </div>127 128 <div class="faq-item mb-4 animate-fade-in" data-category="workers">129 <div class="bg-white border-2 border-gray-200 rounded-2xl overflow-hidden hover:border-teal transition-all">130 <button onclick="toggleFAQ(this)" class="w-full px-8 py-6 text-left flex items-center justify-between hover:bg-gray-50 transition-colors">131 <h3 class="text-xl font-semibold text-navy pr-4">What documents do I need to prepare for application?</h3>132 <i data-feather="chevron-down" class="w-6 h-6 text-teal transition-transform duration-300"></i>133 </button>134 <div class="faq-content hidden px-8 pb-6">135 <p class="text-gray-600 leading-relaxed">136 You will need: Valid passport (minimum 6 months validity), CV/resume, educational certificates, experience certificates, medical fitness report, police clearance certificate, and passport-sized photographs. Additional documents may be required based on the destination country's regulations.137 </p>138 </div>139 </div>140 </div>141 142 <div class="faq-item mb-4 animate-fade-in" data-category="workers">143 <div class="bg-white border-2 border-gray-200 rounded-2xl overflow-hidden hover:border-teal transition-all">144 <button onclick="toggleFAQ(this)" class="w-full px-8 py-6 text-left flex items-center justify-between hover:bg-gray-50 transition-colors">145 <h3 class="text-xl font-semibold text-navy pr-4">How long does the entire recruitment process take?</h3>146 <i data-feather="chevron-down" class="w-6 h-6 text-teal transition-transform duration-300"></i>147 </button>148 <div class="faq-content hidden px-8 pb-6">149 <p class="text-gray-600 leading-relaxed">150 The process typically takes 4-8 weeks from application to deployment. This includes: 1-2 weeks for initial screening and interviews, 1-2 weeks for medical tests and documentation, and 1-2 weeks for visa processing and travel arrangements. Timeline may vary based on destination country requirements.151 </p>152 </div>153 </div>154 </div>155 156 <!-- General -->157 <div class="faq-item mb-4 animate-fade-in" data-category="general">158 <div class="bg-white border-2 border-gray-200 rounded-2xl overflow-hidden hover:border-teal transition-all">159 <button onclick="toggleFAQ(this)" class="w-full px-8 py-6 text-left flex items-center justify-between hover:bg-gray-50 transition-colors">160 <h3 class="text-xl font-semibold text-navy pr-4">Which countries do you serve?</h3>161 <i data-feather="chevron-down" class="w-6 h-6 text-teal transition-transform duration-300"></i>162 </button>163 <div class="faq-content hidden px-8 pb-6">164 <p class="text-gray-600 leading-relaxed">165 We provide recruitment services for all GCC countries (Oman, UAE, Saudi Arabia, Qatar, Kuwait, Bahrain) and Armenia. Our candidates come from various Asian and African countries including the Philippines, India, Sri Lanka, Nepal, Kenya, and Ethiopia.166 </p>167 </div>168 </div>169 </div>170 171 <div class="faq-item mb-4 animate-fade-in" data-category="general">172 <div class="bg-white border-2 border-gray-200 rounded-2xl overflow-hidden hover:border-teal transition-all">173 <button onclick="toggleFAQ(this)" class="w-full px-8 py-6 text-left flex items-center justify-between hover:bg-gray-50 transition-colors">174 <h3 class="text-xl font-semibold text-navy pr-4">Are you licensed and registered?</h3>175 <i data-feather="chevron-down" class="w-6 h-6 text-teal transition-transform duration-300"></i>176 </button>177 <div class="faq-content hidden px-8 pb-6">178 <p class="text-gray-600 leading-relaxed">179 Yes, Equanimity LLC is fully licensed and registered in Oman (Ministry of Labor license) and Armenia. We comply with all local and international recruitment regulations and maintain all necessary certifications to operate legally in our service areas.180 </p>181 </div>182 </div>183 </div>184 185 <div class="faq-item mb-4 animate-fade-in" data-category="general">186 <div class="bg-white border-2 border-gray-200 rounded-2xl overflow-hidden hover:border-teal transition-all">187 <button onclick="toggleFAQ(this)" class="w-full px-8 py-6 text-left flex items-center justify-between hover:bg-gray-50 transition-colors">188 <h3 class="text-xl font-semibold text-navy pr-4">What types of positions do you recruit for?</h3>189 <i data-feather="chevron-down" class="w-6 h-6 text-teal transition-transform duration-300"></i>190 </button>191 <div class="faq-content hidden px-8 pb-6">192 <p class="text-gray-600 leading-relaxed">193 We recruit across multiple sectors including: Domestic helpers (housekeepers, nannies, caregivers), Construction workers (laborers, carpenters, welders), Drivers (private, commercial), Retail staff, Office staff, Hospitality workers, and various skilled positions. Contact us to discuss your specific requirements.194 </p>195 </div>196 </div>197 </div>198 199 <div class="faq-item mb-4 animate-fade-in" data-category="general">200 <div class="bg-white border-2 border-gray-200 rounded-2xl overflow-hidden hover:border-teal transition-all">201 <button onclick="toggleFAQ(this)" class="w-full px-8 py-6 text-left flex items-center justify-between hover:bg-gray-50 transition-colors">202 <h3 class="text-xl font-semibold text-navy pr-4">How do you ensure the quality of your candidates?</h3>203 <i data-feather="chevron-down" class="w-6 h-6 text-teal transition-transform duration-300"></i>204 </button>205 <div class="faq-content hidden px-8 pb-6">206 <p class="text-gray-600 leading-relaxed">207 We implement a rigorous screening process including background checks, skill assessments, reference verification, and medical examinations. All candidates undergo personal interviews and document verification before being presented to employers. We maintain a success rate of over 95% in placements.208 </p>209 </div>210 </div>211 </div>212 213 <div class="faq-item mb-4 animate-fade-in" data-category="general">214 <div class="bg-white border-2 border-gray-200 rounded-2xl overflow-hidden hover:border-teal transition-all">215 <button onclick="toggleFAQ(this)" class="w-full px-8 py-6 text-left flex items-center justify-between hover:bg-gray-50 transition-colors">216 <h3 class="text-xl font-semibold text-navy pr-4">What support do you provide after placement?</h3>217 <i data-feather="chevron-down" class="w-6 h-6 text-teal transition-transform duration-300"></i>218 </button>219 <div class="faq-content hidden px-8 pb-6">220 <p class="text-gray-600 leading-relaxed">221 We provide comprehensive post-placement support including: 24/7 helpline for emergencies, regular follow-ups during the probation period, assistance with any issues that may arise, support for visa renewals, and mediation services if needed. We believe in building long-term relationships.222 </p>223 </div>224 </div>225 </div>226 </div>227 </div>228 </section>229 230 <!-- Still Have Questions -->231 <section class="py-20 bg-gradient-to-r from-navy to-teal text-white">232 <div class="container mx-auto px-6 text-center">233 <h2 class="text-4xl md:text-5xl font-bold mb-6">Still Have Questions?</h2>234 <p class="text-xl mb-8">Our team is here to help you with any additional queries</p>235 <div class="flex flex-col sm:flex-row gap-4 justify-center">236 <a href="contact.html" class="px-8 py-4 bg-white text-navy rounded-lg font-semibold text-lg transition-all transform hover:scale-105">237 Contact Us238 </a>239 <a href="https://wa.me/968XXXXXXXXX" target="_blank" class="inline-flex items-center px-8 py-4 bg-green-500 hover:bg-green-600 rounded-lg font-semibold text-lg transition-all transform hover:scale-105">240 <i data-feather="message-circle" class="w-5 h-5 mr-2"></i>241 WhatsApp Support242 </a>243 </div>244 </div>245 </section>246 247 <custom-footer></custom-footer>248 249 <script src="components/header.js"></script>250 <script src="components/footer.js"></script>251 <script src="script.js"></script>252 <script>feather.replace();</script>253</body>254</html>