{"id":73,"date":"2025-11-17T17:00:22","date_gmt":"2025-11-17T17:00:22","guid":{"rendered":"https:\/\/fixly247.com\/?page_id=73"},"modified":"2025-12-13T19:19:12","modified_gmt":"2025-12-13T19:19:12","slug":"home","status":"publish","type":"page","link":"https:\/\/fixly247.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n<title>Fixly247 &#8211; Customer Support<\/title>\n\n<style>\n\/* =======================================================\n   GLOBAL STYLES\n======================================================= *\/\nbody, html {\n  margin: 0;\n  padding: 0;\n  font-family: 'Segoe UI', Arial, Helvetica, sans-serif; \/* Thoda modern font stack *\/\n}\n\n\/* =======================================================\n   HERO SECTION\n======================================================= *\/\n.fixly-hero {\n  position: relative;\n  width: 100%;\n  \/* min-height ensures content isn't cut off on short mobile screens *\/\n  min-height: 100vh; \n  \n  background: url('https:\/\/images.unsplash.com\/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1950&q=80')\n  no-repeat center center\/cover;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  color: #ffffff;\n  \n  \/* Padding added for safe spacing on mobile *\/\n  padding: 20px;\n  box-sizing: border-box;\n}\n\n\/* DARK OVERLAY *\/\n.fixly-hero::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: rgba(5, 10, 25, 0.75);\n  z-index: 1;\n}\n\n\/* CONTENT *\/\n.fixly-content {\n  position: relative;\n  z-index: 2;\n  max-width: 780px;\n  width: 100%;\n}\n\n\/* =======================================================\n   CSS LOGO (HEADSET + TEXT)\n======================================================= *\/\n\n.fixly-logo-wrapper {\n  display: inline-flex;\n  justify-content: center;\n  align-items: center;\n  gap: 15px; \/* Thoda gap badhaya better look ke liye *\/\n  margin-bottom: 25px;\n  flex-wrap: wrap; \/* Mobile par tootne se bachane ke liye *\/\n}\n\n\/* HEADSET ICON *\/\n.fixly-headset {\n  position: relative;\n  width: 70px;\n  height: 70px;\n  flex-shrink: 0; \/* Icon ko shrink hone se rokna *\/\n}\n\n\/* Outer arc *\/\n.fixly-headset::before {\n  content: \"\";\n  position: absolute;\n  width: 70px;\n  height: 70px;\n  border: 6px solid #2CA6A4;\n  border-bottom: none;\n  border-radius: 50%;\n  top: 0;\n  left: 0;\n  box-sizing: border-box;\n}\n\n\/* Inner arc *\/\n.fixly-headset::after {\n  content: \"\";\n  position: absolute;\n  width: 48px;\n  height: 48px;\n  border: 5px solid #2CA6A4;\n  border-bottom: none;\n  border-radius: 50%;\n  top: 11px;\n  left: 11px;\n  box-sizing: border-box;\n}\n\n\/* Ear pieces *\/\n.ear-left, .ear-right {\n  width: 16px;\n  height: 28px;\n  background: #2CA6A4;\n  position: absolute;\n  top: 32px;\n  border-radius: 4px;\n}\n\n.ear-left { left: -4px; }\n.ear-right { right: -4px; }\n\n\/* Mic bar *\/\n.mic {\n  width: 35px;\n  height: 6px;\n  background: #2CA6A4;\n  position: absolute;\n  bottom: -8px;\n  left: 35px;\n  border-radius: 5px;\n}\n\n.mic-end {\n  width: 12px;\n  height: 12px;\n  background: #2CA6A4;\n  border-radius: 50%;\n  position: absolute;\n  left: 66px;\n  bottom: -10px;\n}\n\n\/* LOGO TEXT FIXLY24\/7 *\/\n.fixly-text {\n  font-size: 2.8rem;\n  font-weight: 700;\n  color: #ffffff !important;\n  line-height: 1;\n}\n\n\/* =======================================================\n   TEXT STYLES\n======================================================= *\/\n\n.fixly-content h1 {\n  font-size: 2.5rem;\n  font-weight: 700;\n  margin-bottom: 15px;\n  color: #ffffff !important;\n  line-height: 1.2;\n}\n\n.fixly-content p {\n  font-size: 1.25rem;\n  margin-bottom: 35px;\n  color: #e0e0e0 !important; \/* Thoda sa off-white taaki aankhon ko na chubhe *\/\n  line-height: 1.6;\n}\n\n\/* CTA BUTTON *\/\n.fixly-btn {\n  display: inline-block;\n  padding: 14px 36px;\n  border: 2px solid #ffffff;\n  background-color: transparent;\n  color: #ffffff;\n  text-decoration: none;\n  font-size: 1.1rem;\n  font-weight: 600;\n  border-radius: 50px; \/* Modern rounded button *\/\n  transition: all 0.3s ease;\n  letter-spacing: 1px;\n}\n\n.fixly-btn:hover {\n  background: #ffffff;\n  color: #0A325C;\n  transform: translateY(-3px); \/* Hover effect *\/\n  box-shadow: 0 5px 15px rgba(0,0,0,0.3);\n}\n\n\/* =======================================================\n   MOBILE RESPONSIVENESS (UPDATED)\n======================================================= *\/\n\n\/* Tablet & Large Mobile *\/\n@media (max-width: 768px) {\n  .fixly-logo-wrapper {\n    gap: 10px;\n  }\n  \n  .fixly-headset {\n    \/* Scale down logo slightly using transform *\/\n    transform: scale(0.9); \n  }\n\n  .fixly-text { font-size: 2.2rem; }\n  .fixly-content h1 { font-size: 2rem; }\n  .fixly-content p { font-size: 1.1rem; }\n}\n\n\/* Small Mobile Screens (iPhone SE, Androids etc) *\/\n@media (max-width: 480px) {\n  .fixly-hero {\n    align-items: center; \/* Center vertically specifically for mobile *\/\n    padding: 40px 20px; \/* Safe padding *\/\n  }\n\n  \/* Logo Size Control *\/\n  .fixly-logo-wrapper {\n    margin-bottom: 20px;\n  }\n  \n  .fixly-headset {\n    transform: scale(0.75); \/* Aur chota kiya mobile ke liye *\/\n    margin-right: -10px; \/* Gap fix kyunki scale se space bachti hai *\/\n  }\n\n  .fixly-text { \n    font-size: 1.8rem; \/* Fit in one line *\/\n  }\n\n  .fixly-content h1 { \n    font-size: 1.6rem; \n    margin-bottom: 10px;\n  }\n  \n  .fixly-content p { \n    font-size: 0.95rem; \n    margin-bottom: 25px;\n  }\n\n  .fixly-btn {\n    padding: 12px 30px;\n    font-size: 0.95rem;\n    width: 100%; \/* Full width button on mobile looks better *\/\n    max-width: 250px;\n  }\n}\n<\/style>\n<\/head>\n\n<body>\n\n<section class=\"fixly-hero\">\n  <div class=\"fixly-content\">\n\n    <!-- CSS LOGO -->\n    <div class=\"fixly-logo-wrapper\">\n      <div class=\"fixly-headset\">\n        <div class=\"ear-left\"><\/div>\n        <div class=\"ear-right\"><\/div>\n        <div class=\"mic\"><\/div>\n        <div class=\"mic-end\"><\/div>\n      <\/div>\n\n      <div class=\"fixly-text\">Fixly24\/7<\/div>\n    <\/div>\n\n    <!-- MAIN HEADING -->\n    <h1>Providing World-Class Customer Support 24\/7<\/h1>\n\n    <!-- SUBTEXT -->\n    <p>Helping businesses serve customers with professionalism, speed, and accuracy every single day.<\/p>\n\n    <!-- CTA BUTTON -->\n    <a href=\"#contact\" class=\"fixly-btn\">LET&#8217;S TALK<\/a>\n\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\n\n\n\n<!-- =======================================================\n     HOW CAN FIXLY247 HELP YOU TODAY?  (STANDALONE SECTION)\n======================================================= -->\n<section class=\"fixly-help-section\">\n  <div class=\"help-container\">\n\n    <h2 class=\"help-heading\">\n      HOW CAN <span>FIXLY247<\/span> HELP YOU TODAY?\n    <\/h2>\n\n    <div class=\"help-form\">\n\n      <span class=\"help-text\">I want to<\/span>\n\n      <!-- Custom Dropdown -->\n      <div class=\"custom-dropdown\">\n        <div class=\"dropdown-selected\">\n          Avail 14 days Free Trial Offer for Live Chat Support\n          <span class=\"arrow\">\u25bc<\/span>\n        <\/div>\n\n        <ul class=\"dropdown-options\">\n          <li>Avail 14 days Free Trial Offer for Live Chat Support<\/li>\n          <li>Hire Live Chat Support Agents \/ Representatives<\/li>\n          <li>Hire Representative(s) for Email Support<\/li>\n          <li>Outsource and Work Side by Side<\/li>\n          <li>Get Short-Term Support Coverage for My Business<\/li>\n          <li>Hire Technical Support Staff for My Business<\/li>\n          <li>Outsource My Phone Calls (Inbound)<\/li>\n          <li>Outsource My Phone Calls (Outbound)<\/li>\n        <\/ul>\n      <\/div>\n\n      <button class=\"help-btn\">Let&#8217;s Go!<\/button>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<!-- =======================================================\n     SECTION CSS (SAFE + STANDALONE)\n======================================================= -->\n<style>\n\n:root {\n  --navy: #0A325C;\n  --teal: #2CA6A4;\n  --white: #ffffff;\n}\n\n\/* SECTION BACKGROUND *\/\n.fixly-help-section {\n  background: linear-gradient(90deg, var(--navy), var(--teal));\n  padding: 35px 0;  \/* compact height *\/\n  color: var(--white);\n  text-align: center;\n}\n\n.help-container {\n  width: 90%;\n  max-width: 1100px;\n  margin: auto;\n}\n\n\/* Heading *\/\n.help-heading {\n  font-size: 1.7rem;\n  font-weight: 700;\n  margin-bottom: 15px;\n}\n\n.help-heading span {\n  color: var(--white);\n  border-bottom: 3px solid var(--white);\n  padding: 0 6px;\n}\n\n\/* FORM *\/\n.help-form {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 12px;\n  flex-wrap: wrap;\n}\n\n.help-text {\n  font-size: 1.1rem;\n}\n\n\/* =======================================================\n   DROPDOWN \u2014 ALWAYS SINGLE-LINE (NO WRAP)\n======================================================= *\/\n.custom-dropdown {\n  position: relative;\n  cursor: pointer;\n  min-width: 310px;\n  max-width: 450px;\n}\n\n\/* Selected Area *\/\n.dropdown-selected {\n  padding: 6px 4px;\n  border-bottom: 2px solid var(--white);\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  color: var(--white);\n  font-size: 1rem;\n\n  \/* FORCE SINGLE LINE *\/\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n\n.dropdown-selected .arrow {\n  font-size: 0.85rem;\n  margin-left: 8px;\n}\n\n\/* Options *\/\n.dropdown-options {\n  position: absolute;\n  width: 100%;\n  background: var(--white);\n  color: var(--navy);\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  border-radius: 4px;\n  max-height: 0;\n  overflow-y: hidden;\n  transition: max-height 0.25s ease-in-out;\n  z-index: 20;\n}\n\n\/* Single-line options *\/\n.dropdown-options li {\n  padding: 10px 12px;\n  font-size: 1rem;\n  border-bottom: 1px solid #eaeaea;\n  cursor: pointer;\n\n  \/* SINGLE LINE *\/\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n\n.dropdown-options li:hover {\n  background: var(--teal);\n  color: var(--white);\n}\n\n\/* When dropdown opens *\/\n.custom-dropdown.active .dropdown-options {\n  max-height: 330px;\n  overflow-y: auto;\n  box-shadow: 0px 4px 12px rgba(0,0,0,0.25);\n}\n\n\/* BUTTON *\/\n.help-btn {\n  padding: 9px 22px;\n  background: var(--navy);\n  color: var(--white);\n  border: 2px solid var(--white);\n  border-radius: 6px;\n  cursor: pointer;\n  font-size: 0.95rem;\n  transition: 0.3s ease;\n}\n\n.help-btn:hover {\n  background: var(--white);\n  color: var(--navy);\n}\n\n\/* MOBILE *\/\n@media (max-width: 768px) {\n  .custom-dropdown {\n    min-width: 100%;\n  }\n  .help-btn {\n    width: 100%;\n  }\n}\n\n<\/style>\n\n\n<!-- =======================================================\n     DROPDOWN SCRIPT (Standalone & Safe)\n======================================================= -->\n<script>\ndocument.querySelectorAll('.custom-dropdown').forEach(drop => {\n  const selected = drop.querySelector('.dropdown-selected');\n  const options = drop.querySelector('.dropdown-options');\n\n  selected.addEventListener('click', () => {\n    drop.classList.toggle('active');\n  });\n\n  options.querySelectorAll('li').forEach(option => {\n    option.addEventListener('click', () => {\n      selected.innerHTML = option.textContent + ' <span class=\"arrow\">\u25bc<\/span>';\n      drop.classList.remove('active');\n    });\n  });\n});\n<\/script>\n\n\n\n<!-- =======================================================\n     HOW WE HELP SECTION (Fixly247)\n======================================================= -->\n<section class=\"fixly-how-help\">\n  <div class=\"how-help-container\">\n\n    <h2 class=\"how-help-heading\">How We Help<\/h2>\n    <p class=\"how-help-subtext\">\n      Fixly247 provides reliable, 24\/7 customer support solutions designed \n      to help your business grow, retain customers, and deliver world-class service.\n    <\/p>\n\n    <!-- FEATURES GRID -->\n    <div class=\"how-help-grid\">\n\n      <!-- BOX 1 -->\n      <div class=\"help-box\">\n        <div class=\"help-icon\">\ud83d\udcac<\/div>\n        <h3>24\/7 Live Chat Support<\/h3>\n        <p>We connect with your customers instantly, helping answer queries and close more conversions.<\/p>\n      <\/div>\n\n      <!-- BOX 2 -->\n      <div class=\"help-box\">\n        <div class=\"help-icon\">\ud83d\udcde<\/div>\n        <h3>Phone Support<\/h3>\n        <p>Inbound &#038; outbound call agents trained to represent your brand professionally.<\/p>\n      <\/div>\n\n      <!-- BOX 3 -->\n      <div class=\"help-box\">\n        <div class=\"help-icon\">\ud83d\udce7<\/div>\n        <h3>Email Support<\/h3>\n        <p>Fast, accurate, and friendly email responses to maintain customer satisfaction.<\/p>\n      <\/div>\n\n      <!-- BOX 4 -->\n      <div class=\"help-box\">\n        <div class=\"help-icon\">\u2699\ufe0f<\/div>\n        <h3>Technical Support<\/h3>\n        <p>Skilled agents ready to solve customer issues and provide reliable technical assistance.<\/p>\n      <\/div>\n\n    <\/div>\n\n    <a href=\"#contact\" class=\"how-help-btn\">Get Started<\/a>\n\n  <\/div>\n<\/section>\n\n\n<style>\n\/* =======================================================\n   HOW WE HELP SECTION STYLES\n======================================================= *\/\n\n.fixly-how-help {\n  padding: 70px 0;\n  background: #f7f9fb;\n  text-align: center;\n}\n\n.how-help-container {\n  width: 90%;\n  max-width: 1100px;\n  margin: auto;\n}\n\n.how-help-heading {\n  font-size: 2.2rem;\n  font-weight: 700;\n  color: #0A325C;\n  margin-bottom: 10px;\n}\n\n.how-help-subtext {\n  color: #333;\n  max-width: 650px;\n  margin: 0 auto 40px auto;\n  font-size: 1.1rem;\n  line-height: 1.5;\n}\n\n\/* GRID *\/\n.how-help-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 25px;\n  margin-bottom: 40px;\n}\n\n\/* BOX *\/\n.help-box {\n  background: #ffffff;\n  padding: 25px 20px;\n  border-radius: 10px;\n  box-shadow: 0px 4px 12px rgba(0,0,0,0.08);\n  transition: .3s ease;\n}\n\n.help-box:hover {\n  transform: translateY(-5px);\n  box-shadow: 0px 6px 20px rgba(0,0,0,0.12);\n}\n\n.help-icon {\n  font-size: 2.5rem;\n  margin-bottom: 15px;\n  color: #2CA6A4;\n}\n\n.help-box h3 {\n  font-size: 1.3rem;\n  color: #0A325C;\n  margin-bottom: 10px;\n}\n\n.help-box p {\n  font-size: 1rem;\n  color: #444;\n  line-height: 1.4;\n}\n\n\/* BUTTON *\/\n.how-help-btn {\n  padding: 12px 30px;\n  background: #0A325C;\n  color: #ffffff;\n  text-decoration: none;\n  font-size: 1rem;\n  font-weight: 600;\n  border-radius: 6px;\n  border: 2px solid #0A325C;\n  transition: 0.3s ease;\n}\n\n.how-help-btn:hover {\n  background: #ffffff;\n  color: #0A325C;\n  border-color: #0A325C;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 992px) {\n  .how-help-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (max-width: 600px) {\n  .how-help-grid {\n    grid-template-columns: repeat(1, 1fr);\n  }\n}\n<\/style>\n\n\n\n<!-- =======================================================\n     FIXLY247 \u2014 CALL CENTER SERVICES SECTION (GLASS VERSION)\n======================================================= -->\n<section class=\"fixly-callcenter-section\">\n  <div class=\"callcenter-container\">\n\n    <h2 class=\"callcenter-heading\">Our Call Center Services<\/h2>\n    <p class=\"callcenter-subtext\">\n      Fixly247 provides reliable, scalable, and highly trained call center agents \n      to handle your customer interactions with professionalism and care.\n    <\/p>\n\n    <!-- SERVICES GRID -->\n    <div class=\"callcenter-grid\">\n\n      <div class=\"callcenter-box glass-box\">\n        <div class=\"callcenter-icon\">\ud83d\udcde<\/div>\n        <h3>Inbound Call Handling<\/h3>\n        <p>Friendly and professional agents trained to manage customer inquiries.<\/p>\n      <\/div>\n\n      <div class=\"callcenter-box glass-box\">\n        <div class=\"callcenter-icon\">\ud83d\udce4<\/div>\n        <h3>Outbound Calling<\/h3>\n        <p>Sales follow-ups, lead qualification, and outreach campaigns.<\/p>\n      <\/div>\n\n      <div class=\"callcenter-box glass-box\">\n        <div class=\"callcenter-icon\">\ud83d\udd04<\/div>\n        <h3>Order &#038; Billing Support<\/h3>\n        <p>Help customers with billing questions, refunds, and account issues.<\/p>\n      <\/div>\n\n      <div class=\"callcenter-box glass-box\">\n        <div class=\"callcenter-icon\">\ud83d\udc65<\/div>\n        <h3>Customer Retention<\/h3>\n        <p>Reduce churn with empathy-driven customer communication.<\/p>\n      <\/div>\n\n      <div class=\"callcenter-box glass-box\">\n        <div class=\"callcenter-icon\">\u2699\ufe0f<\/div>\n        <h3>Technical Support<\/h3>\n        <p>Technical troubleshooting and customer assistance by experts.<\/p>\n      <\/div>\n\n      <div class=\"callcenter-box glass-box\">\n        <div class=\"callcenter-icon\">\ud83c\udf0d<\/div>\n        <h3>24\/7 Multilingual Support<\/h3>\n        <p>Serve your customers globally with multilingual support agents.<\/p>\n      <\/div>\n\n    <\/div>\n\n    <!-- BUTTONS -->\n    <div class=\"callcenter-buttons\">\n      <a href=\"#services\" class=\"cc-btn cc-readmore\">Read More<\/a>\n      <a href=\"#contact\" class=\"cc-btn cc-talk\">Let&#8217;s Talk<\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n\/* =======================================================\n   CALL CENTER SECTION WITH GLASS BOXES\n======================================================= *\/\n\n.fixly-callcenter-section {\n  padding: 70px 0;\n  text-align: center;\n\n  \/* FIXLY247 GRADIENT BACKGROUND *\/\n  background: linear-gradient(135deg, #0A325C, #2CA6A4);\n}\n\n.callcenter-container {\n  width: 90%;\n  max-width: 1100px;\n  margin: auto;\n}\n\n.callcenter-heading {\n  font-size: 2.2rem;\n  font-weight: 700;\n  color: #ffffff;\n  margin-bottom: 10px;\n}\n\n.callcenter-subtext {\n  max-width: 700px;\n  margin: 0 auto 40px auto;\n  color: #e8f1f3;\n  font-size: 1.1rem;\n  line-height: 1.6;\n}\n\n\/* GRID *\/\n.callcenter-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 25px;\n  margin-bottom: 40px;\n}\n\n\/* \ud83d\udd25 GLASS TRANSPARENT BOX *\/\n.glass-box {\n  background: rgba(255, 255, 255, 0.10);\n  padding: 25px 20px;\n  border-radius: 14px;\n  box-shadow: 0 8px 22px rgba(0,0,0,0.15);\n  border: 1px solid rgba(255,255,255,0.25);\n\n  backdrop-filter: blur(10px);\n  -webkit-backdrop-filter: blur(10px);\n\n  transition: 0.3s ease;\n}\n\n.glass-box:hover {\n  background: rgba(255, 255, 255, 0.18);\n  transform: translateY(-6px);\n}\n\n\/* ICON *\/\n.callcenter-icon {\n  font-size: 2.5rem;\n  color: #ffffff;\n  margin-bottom: 15px;\n  text-shadow: 0 2px 8px rgba(0,0,0,0.4);\n}\n\n.glass-box h3 {\n  font-size: 1.3rem;\n  color: #ffffff;\n  margin-bottom: 10px;\n  text-shadow: 0 2px 8px rgba(0,0,0,0.4);\n}\n\n.glass-box p {\n  font-size: 1rem;\n  color: #f3f3f3;\n  line-height: 1.4;\n  text-shadow: 0 2px 6px rgba(0,0,0,0.5);\n}\n\n\/* BUTTONS *\/\n.callcenter-buttons {\n  display: flex;\n  justify-content: center;\n  gap: 18px;\n}\n\n.cc-btn {\n  padding: 12px 28px;\n  font-size: 1rem;\n  font-weight: 600;\n  border-radius: 6px;\n  text-decoration: none;\n  transition: .3s ease;\n}\n\n\/* READ MORE *\/\n.cc-readmore {\n  background: transparent;\n  border: 2px solid #ffffff;\n  color: #ffffff;\n}\n\n.cc-readmore:hover {\n  background: #ffffff;\n  color: #0A325C;\n}\n\n\/* LET'S TALK *\/\n.cc-talk {\n  background: #ffffff;\n  color: #0A325C;\n  border: 2px solid #ffffff;\n}\n\n.cc-talk:hover {\n  background: transparent;\n  color: #ffffff;\n  border-color: #ffffff;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 992px) {\n  .callcenter-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (max-width: 600px) {\n  .callcenter-grid {\n    grid-template-columns: repeat(1, 1fr);\n  }\n\n  .callcenter-buttons {\n    flex-direction: column;\n  }\n\n  .cc-btn {\n    width: 100%;\n  }\n}\n<\/style>\n\n\n\n<!-- =======================================================\n     HOW IT WORKS \u2014 FIXLY247 PROCESS SECTION\n======================================================= -->\n<section class=\"fixly-how-it-works\">\n  <div class=\"howworks-container\">\n\n    <h2 class=\"howworks-heading\">How It Works<\/h2>\n    <p class=\"howworks-subtext\">\n      We make it easy for businesses to outsource customer support with a smooth, transparent, and efficient process.\n    <\/p>\n\n    <!-- PROCESS STEPS -->\n    <div class=\"howworks-steps\">\n\n      <!-- STEP 1 -->\n      <div class=\"step-box\">\n        <div class=\"step-icon\">\ud83d\udcdd<\/div>\n        <h3>1. Tell Us Your Requirements<\/h3>\n        <p>\n          Share your business needs, support channels, working hours, and expectations \u2014 we analyze everything carefully.\n        <\/p>\n      <\/div>\n\n      <!-- STEP 2 -->\n      <div class=\"step-box\">\n        <div class=\"step-icon\">\ud83d\udc65<\/div>\n        <h3>2. We Assign the Best Agents<\/h3>\n        <p>\n          Our trained support professionals are matched to your business and prepared with your brand guidelines.\n        <\/p>\n      <\/div>\n\n      <!-- STEP 3 -->\n      <div class=\"step-box\">\n        <div class=\"step-icon\">\u26a1<\/div>\n        <h3>3. Start Your Support Operations<\/h3>\n        <p>\n          Your dedicated team begins handling calls, chats, and emails \u2014 ensuring 24\/7 coverage and customer satisfaction.\n        <\/p>\n      <\/div>\n\n    <\/div>\n\n    <!-- CTA BUTTON -->\n    <a href=\"#contact\" class=\"howworks-btn\">Get Started<\/a>\n\n  <\/div>\n<\/section>\n\n\n<style>\n\/* =======================================================\n     HOW IT WORKS \u2014 STYLING\n======================================================= *\/\n\n.fixly-how-it-works {\n  background: #F5F9FC;\n  padding: 70px 0;\n  text-align: center;\n}\n\n.howworks-container {\n  width: 90%;\n  max-width: 1100px;\n  margin: auto;\n}\n\n.howworks-heading {\n  font-size: 2.2rem;\n  font-weight: 700;\n  color: #0A325C;\n  margin-bottom: 10px;\n}\n\n.howworks-subtext {\n  max-width: 700px;\n  margin: 0 auto 40px auto;\n  color: #555;\n  font-size: 1.1rem;\n  line-height: 1.6;\n}\n\n\/* PROCESS GRID *\/\n.howworks-steps {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 25px;\n  margin-bottom: 40px;\n}\n\n\/* EACH STEP *\/\n.step-box {\n  background: #ffffff;\n  padding: 25px 20px;\n  border-radius: 12px;\n  box-shadow: 0px 4px 12px rgba(0,0,0,0.08);\n  transition: .3s ease;\n}\n\n.step-box:hover {\n  transform: translateY(-5px);\n  box-shadow: 0px 8px 20px rgba(0,0,0,0.12);\n}\n\n.step-icon {\n  font-size: 2.8rem;\n  color: #2CA6A4;\n  margin-bottom: 15px;\n}\n\n.step-box h3 {\n  font-size: 1.3rem;\n  color: #0A325C;\n  margin-bottom: 10px;\n}\n\n.step-box p {\n  font-size: 1rem;\n  color: #555;\n  line-height: 1.4;\n}\n\n\/* BUTTON *\/\n.howworks-btn {\n  padding: 12px 30px;\n  background: #0A325C;\n  color: #ffffff;\n  text-decoration: none;\n  font-size: 1rem;\n  font-weight: 600;\n  border-radius: 6px;\n  border: 2px solid #0A325C;\n  transition: 0.3s ease;\n}\n\n.howworks-btn:hover {\n  background: #ffffff;\n  color: #0A325C;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 992px) {\n  .howworks-steps {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (max-width: 650px) {\n  .howworks-steps {\n    grid-template-columns: 1fr;\n  }\n}\n<\/style>\n\n\n\n<!-- =======================================================\n     FIXLY247 \u2014 STATS + TESTIMONIALS (FULL FINAL UPDATED)\n======================================================= -->\n<section class=\"fixly-stats-unique\">\n\n  <!-- STATS WRAPPER -->\n  <div class=\"stats-wrapper\">\n\n    <div class=\"stat-item\">\n      <div class=\"stat-icon\">\ud83e\udd1d<\/div>\n      <h2 class=\"counter\" data-target=\"300\">0<\/h2><span class=\"plus\">+<\/span>\n      <p>Satisfied Clients<\/p>\n    <\/div>\n\n    <div class=\"stat-item\">\n      <div class=\"stat-icon\">\ud83d\udcac<\/div>\n      <h2 class=\"counter\" data-target=\"50\">0<\/h2><span class=\"plus\">M<\/span>\n      <p>Chats Handled<\/p>\n    <\/div>\n\n    <div class=\"stat-item\">\n      <div class=\"stat-icon\">\ud83c\udfa7<\/div>\n      <h2 class=\"counter\" data-target=\"8\">0<\/h2><span class=\"plus\">M<\/span>\n      <p>Inbound Calls Answered<\/p>\n    <\/div>\n\n    <div class=\"stat-item\">\n      <div class=\"stat-icon\">\ud83d\udcc8<\/div>\n      <h2 class=\"counter\" data-target=\"7.3\">0<\/h2><span class=\"plus\">M<\/span>\n      <p>Leads Generated<\/p>\n    <\/div>\n\n    <div class=\"stat-item\">\n      <div class=\"stat-icon\">\u23f1\ufe0f<\/div>\n      <h2 class=\"counter\" data-target=\"700\">0<\/h2><span class=\"plus\">K+<\/span>\n      <p>Hours Worked<\/p>\n    <\/div>\n\n  <\/div>\n\n  <!-- =======================================================\n       TESTIMONIAL SECTION\n  ======================================================== -->\n  <div class=\"fixly-testi-area\">\n\n    <div class=\"testi-left\">\n      <h3 class=\"white-heading\">Customer Experiences That Build Trust<\/h3>\n      <p>\n        Our support teams create real connections with customers, solving issues faster and boosting satisfaction.\n      <\/p>\n\n      <h3 class=\"white-heading\">Support That Builds Loyalty<\/h3>\n      <p>\n        The combination of empathy, fast responses, and expertise helps customers trust your brand more \u2014 \n        increasing conversions and long-term loyalty.\n      <\/p>\n    <\/div>\n\n    <div class=\"testi-right\">\n      <div class=\"chat-box\">\n        <div class=\"chat-head\">Live Chat Example<\/div>\n        <div class=\"chat-body\">\n          <p><strong>Agent:<\/strong> Welcome! How can I assist you today?<\/p>\n          <p><strong>User:<\/strong> I need help with my order.<\/p>\n          <p><strong>Agent:<\/strong> Sure! Please share your order ID.<\/p>\n          <p><strong>User:<\/strong> #54291<\/p>\n          <p><strong>Agent:<\/strong> Checking that for you now\u2026<\/p>\n        <\/div>\n        <div class=\"chat-footer\">\u2714 Your issue has been resolved successfully.<\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n<style>\n\/* =======================================================\n   BACKGROUND \u2014 BLUR IMAGE + DARK OVERLAY\n======================================================= *\/\n.fixly-stats-unique {\n  padding: 90px 0;\n  position: relative;\n  background: url('https:\/\/images.unsplash.com\/photo-1529333166437-7750a6dd5a70?auto=format&fit=crop&w=1600&q=80')\n    no-repeat center\/cover;\n}\n\n.fixly-stats-unique::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: rgba(0, 20, 40, 0.55);\n  backdrop-filter: blur(6px);\n  z-index: 1;\n}\n\n.fixly-stats-unique > * {\n  position: relative;\n  z-index: 2;\n}\n\n\/* =======================================================\n   STATS GRID \u2013 TRANSPARENT GLASS CARDS\n======================================================= *\/\n.stats-wrapper {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 20px;\n  max-width: 1250px;\n  width: 90%;\n  margin: auto;\n  margin-bottom: 70px;\n}\n\n.stat-item {\n  background: rgba(255, 255, 255, 0.10);\n  padding: 25px 15px;\n  border-radius: 18px;\n  text-align: center;\n\n  backdrop-filter: blur(10px);\n  -webkit-backdrop-filter: blur(10px);\n\n  border: 1px solid rgba(255, 255, 255, 0.28);\n  box-shadow: 0 8px 22px rgba(0,0,0,0.15);\n\n  transition: 0.3s ease;\n}\n\n.stat-item:hover {\n  background: rgba(255, 255, 255, 0.18);\n  transform: translateY(-6px);\n}\n\n.stat-icon {\n  font-size: 2.3rem;\n  margin-bottom: 10px;\n  color: #ffffff;\n}\n\n.stat-item h2 {\n  display: inline-block;\n  font-size: 2.6rem;\n  margin: 0;\n  font-weight: 700;\n  color: #ffffff;\n  text-shadow: 0 2px 8px rgba(0,0,0,0.4);\n}\n\n.plus {\n  font-size: 1.4rem;\n  color: #32E0D1;\n  font-weight: 700;\n}\n\n.stat-item p {\n  margin-top: 8px;\n  color: #ffffff;\n  font-size: 0.95rem;\n  opacity: 0.95;\n  text-shadow: 0 1px 5px rgba(0,0,0,0.4);\n}\n\n\/* =======================================================\n   TESTIMONIAL AREA\n======================================================= *\/\n.fixly-testi-area {\n  width: 90%;\n  max-width: 1250px;\n  margin: auto;\n  display: flex;\n  gap: 50px;\n}\n\n.testi-left {\n  width: 60%;\n  color: white;\n}\n\n.white-heading {\n  color: white !important;\n  font-size: 1.6rem;\n  margin-bottom: 10px;\n}\n\n.testi-left p {\n  font-size: 1rem;\n  line-height: 1.6;\n  margin-bottom: 20px;\n  opacity: 0.95;\n}\n\n\/* CHAT BOX *\/\n.testi-right {\n  width: 32%;\n}\n\n.chat-box {\n  background: #ffffff;\n  border-radius: 12px;\n  overflow: hidden;\n  border: 1px solid #d9e2ec;\n  box-shadow: 0 4px 14px rgba(0,0,0,0.15);\n}\n\n.chat-head {\n  background: #0A325C;\n  color: #fff;\n  text-align: center;\n  padding: 12px;\n  font-weight: 600;\n}\n\n.chat-body {\n  padding: 15px;\n  font-size: 0.95rem;\n  color: #222;\n}\n\n.chat-footer {\n  background: #f1f1f1;\n  padding: 10px;\n  border-top: 1px solid #ddd;\n  font-size: 0.85rem;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 1100px) {\n  .stats-wrapper {\n    grid-template-columns: repeat(3, 1fr);\n  }\n}\n\n@media (max-width: 900px) {\n  .stats-wrapper {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  .fixly-testi-area {\n    flex-direction: column;\n  }\n  .testi-left, .testi-right {\n    width: 100%;\n  }\n}\n\n@media (max-width: 600px) {\n  .stats-wrapper {\n    grid-template-columns: 1fr;\n  }\n}\n<\/style>\n\n<!-- =======================================================\n     NEW ADVANCED COUNTER ANIMATION (DECIMALS SUPPORTED)\n======================================================= -->\n<script>\nconst counters = document.querySelectorAll(\".counter\");\n\ncounters.forEach(counter => {\n    counter.innerText = \"0\";\n\n    const updateCounter = () => {\n        let target = parseFloat(counter.getAttribute(\"data-target\"));\n        let current = parseFloat(counter.innerText);\n\n        let increment = target \/ 120;\n\n        if (target % 1 !== 0) {\n            increment = target \/ 140; \/\/ decimals slower for smoothness\n        }\n\n        if (current < target) {\n            counter.innerText = (current + increment).toFixed(1);\n            setTimeout(updateCounter, 20);\n        } else {\n            counter.innerText = target;\n        }\n    };\n\n    updateCounter();\n});\n<\/script>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Fixly24\/7 - FAQ & Testimonials<\/title>\n    <!-- Fonts & Icons -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <style>\n        \/* --- BRAND VARIABLES --- *\/\n        :root {\n            --brand-navy: #0e2a47; \n            --brand-teal: #2d889c;\n            --bg-light: #f0f8fc; \n            --white: #ffffff;\n            --border-color: #dae1e7;\n            --text-grey: #555;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: #fff;\n        }\n\n        \/* --- SECTION LAYOUT --- *\/\n        .combo-section {\n            padding: 80px 20px;\n            background-color: var(--bg-light);\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            \/* FLEXBOX MAGIC FOR EQUAL HEIGHTS *\/\n            display: flex;\n            flex-wrap: wrap; \n            gap: 40px; \/* Space between columns *\/\n            align-items: stretch; \/* IMPORTANT: This makes both columns equal height *\/\n        }\n\n        \/* Left & Right Columns *\/\n        .col-half {\n            flex: 1; \/* Both take equal width *\/\n            min-width: 350px; \/* Mobile breakpoint *\/\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* Common Header *\/\n        .column-header {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .column-header h2 {\n            font-size: 1.6rem;\n            color: var(--brand-navy);\n            text-transform: uppercase;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n\n        .separator-line {\n            width: 50px;\n            height: 3px;\n            background-color: var(--brand-teal);\n            margin: 0 auto;\n        }\n\n        \/* --- LEFT SIDE: COMPACT ACCORDION (7 Items) --- *\/\n        .accordion-wrapper {\n            background: var(--white);\n            border-radius: 10px;\n            box-shadow: 0 5px 20px rgba(14, 42, 71, 0.05);\n            border: 1px solid rgba(45, 136, 156, 0.15);\n            overflow: hidden;\n            height: 100%; \/* Fills the height *\/\n        }\n\n        .accordion-item {\n            border-bottom: 1px dotted var(--border-color);\n        }\n        .accordion-item:last-child { border-bottom: none; }\n\n        .accordion-header {\n            background-color: var(--white);\n            padding: 14px 20px; \/* Compact Padding *\/\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background 0.2s;\n        }\n\n        .accordion-header:hover { background-color: #f9fbfd; }\n\n        .question-text {\n            font-size: 0.95rem; \/* Compact Font *\/\n            font-weight: 600;\n            color: var(--brand-navy);\n        }\n\n        .icon {\n            font-size: 0.8rem;\n            color: var(--brand-teal);\n            transition: transform 0.3s;\n        }\n\n        .accordion-body {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease-out;\n            background-color: #fff;\n        }\n\n        .accordion-body p {\n            margin: 0;\n            padding: 0 20px 20px 20px;\n            font-size: 0.9rem;\n            color: var(--text-grey);\n            line-height: 1.5;\n        }\n\n        \/* Active State *\/\n        .accordion-item.active .question-text { color: var(--brand-teal); }\n        .accordion-item.active .icon { transform: rotate(180deg); }\n\n\n        \/* --- RIGHT SIDE: TESTIMONIAL CARD --- *\/\n        .testimonial-wrapper {\n            background: var(--white);\n            border-radius: 10px;\n            box-shadow: 0 5px 20px rgba(14, 42, 71, 0.05);\n            border: 1px solid rgba(45, 136, 156, 0.15);\n            padding: 40px;\n            height: 100%; \/* Stretches to match left side *\/\n            \n            \/* Center Content Vertically *\/\n            display: flex;\n            flex-direction: column;\n            justify-content: center; \n            position: relative;\n        }\n\n        .carousel-container {\n            position: relative;\n            overflow: hidden;\n            width: 100%;\n        }\n\n        .carousel-track {\n            display: flex;\n            transition: transform 0.5s ease-in-out;\n            width: 100%;\n        }\n\n        .carousel-slide {\n            min-width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n\n        \/* Image Styling *\/\n        .client-img-wrapper {\n            width: 100px;\n            height: 100px;\n            border-radius: 50%;\n            overflow: hidden;\n            border: 3px solid #fff;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            margin-bottom: 20px;\n        }\n        \n        .client-img { width: 100%; height: 100%; object-fit: cover; }\n\n        .review-text {\n            font-size: 1rem;\n            color: var(--text-grey);\n            font-style: italic;\n            margin-bottom: 20px;\n            line-height: 1.6;\n        }\n\n        .client-info h4 {\n            margin: 0;\n            color: var(--brand-navy);\n            font-size: 1.1rem;\n            font-weight: 700;\n        }\n\n        .client-info span {\n            font-size: 0.85rem;\n            color: var(--brand-teal);\n            font-weight: 600;\n        }\n\n        \/* Arrows *\/\n        .nav-btn {\n            position: absolute;\n            top: 50%;\n            transform: translateY(-50%);\n            background: none;\n            border: none;\n            font-size: 2rem;\n            color: #ccc;\n            cursor: pointer;\n            z-index: 10;\n        }\n        .nav-btn:hover { color: var(--brand-teal); }\n        .prev-btn { left: -10px; }\n        .next-btn { right: -10px; }\n\n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            .container { flex-direction: column; }\n            .nav-btn { display: none; } \/* Hide arrows on mobile *\/\n            .testimonial-wrapper { padding: 30px 20px; min-height: 400px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"combo-section\">\n        <div class=\"container\">\n            \n            <!-- LEFT COLUMN: 7 COMPACT ACCORDION ITEMS -->\n            <div class=\"col-half\">\n                <div class=\"column-header\">\n                    <h2>Why Work With Us<\/h2>\n                    <div class=\"separator-line\"><\/div>\n                <\/div>\n\n                <div class=\"accordion-wrapper\">\n                    <!-- 1 -->\n                    <div class=\"accordion-item active\">\n                        <div class=\"accordion-header\">\n                            <span class=\"question-text\">What Is A Lead?<\/span>\n                            <i class=\"fa-solid fa-chevron-down icon\"><\/i>\n                        <\/div>\n                        <div class=\"accordion-body\">\n                            <p>A lead is a successful chat engagement where we capture a name, phone, or email from an interested visitor.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <!-- 2 -->\n                    <div class=\"accordion-item\">\n                        <div class=\"accordion-header\">\n                            <span class=\"question-text\">Can I Self Chat With Visitors?<\/span>\n                            <i class=\"fa-solid fa-chevron-down icon\"><\/i>\n                        <\/div>\n                        <div class=\"accordion-body\">\n                            <p>Yes! You can take over chats in real-time via dashboard. When you're busy, our agents handle everything.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <!-- 3 -->\n                    <div class=\"accordion-item\">\n                        <div class=\"accordion-header\">\n                            <span class=\"question-text\">How Do You Know My Business?<\/span>\n                            <i class=\"fa-solid fa-chevron-down icon\"><\/i>\n                        <\/div>\n                        <div class=\"accordion-body\">\n                            <p>We create a \"Knowledge Base\" from your FAQs and manuals during onboarding which our agents follow strictly.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <!-- 4 -->\n                    <div class=\"accordion-item\">\n                        <div class=\"accordion-header\">\n                            <span class=\"question-text\">Is My Information Secure?<\/span>\n                            <i class=\"fa-solid fa-chevron-down icon\"><\/i>\n                        <\/div>\n                        <div class=\"accordion-body\">\n                            <p>Absolutely. We use SSL encryption for all data and follow strict NDA protocols to ensure confidentiality.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <!-- 5 -->\n                    <div class=\"accordion-item\">\n                        <div class=\"accordion-header\">\n                            <span class=\"question-text\">How To Install The Chat?<\/span>\n                            <i class=\"fa-solid fa-chevron-down icon\"><\/i>\n                        <\/div>\n                        <div class=\"accordion-body\">\n                            <p>Simply paste our small script code into your website's header or footer. It takes less than 2 minutes.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <!-- 6 -->\n                    <div class=\"accordion-item\">\n                        <div class=\"accordion-header\">\n                            <span class=\"question-text\">What Happens After Free Trial?<\/span>\n                            <i class=\"fa-solid fa-chevron-down icon\"><\/i>\n                        <\/div>\n                        <div class=\"accordion-body\">\n                            <p>We provide a report of leads generated. You can then choose a monthly plan that fits your volume.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <!-- 7 -->\n                    <div class=\"accordion-item\">\n                        <div class=\"accordion-header\">\n                            <span class=\"question-text\">Do I Get An Account Manager?<\/span>\n                            <i class=\"fa-solid fa-chevron-down icon\"><\/i>\n                        <\/div>\n                        <div class=\"accordion-body\">\n                            <p>Yes, every client gets a dedicated manager for quality checks, script updates, and performance reviews.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- RIGHT COLUMN: TESTIMONIALS (Equal Height) -->\n            <div class=\"col-half\">\n                <div class=\"column-header\">\n                    <h2>What Clients Say<\/h2>\n                    <div class=\"separator-line\"><\/div>\n                <\/div>\n\n                <div class=\"testimonial-wrapper\">\n                    <!-- Carousel Buttons -->\n                    <button class=\"nav-btn prev-btn\" id=\"prevBtn\">&#10094;<\/button>\n\n                    <!-- Carousel Content -->\n                    <div class=\"carousel-container\">\n                        <div class=\"carousel-track\" id=\"track\">\n                            \n                            <!-- Slide 1 -->\n                            <div class=\"carousel-slide\">\n                                <div class=\"client-img-wrapper\">\n                                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&#038;auto=format&#038;fit=crop&#038;w=200&#038;q=80\" alt=\"Client\" class=\"client-img\">\n                                <\/div>\n                                <p class=\"review-text\">\"In the brief time that I got to know these guys, I found them to be a very talented resource. They have courage, determination and are result focused. I wish them success in their future endeavors.\"<\/p>\n                                <div class=\"client-info\">\n                                    <h4>Gabriel Joy<\/h4>\n                                    <span>Project Manager<\/span>\n                                <\/div>\n                            <\/div>\n\n                            <!-- Slide 2 -->\n                            <div class=\"carousel-slide\">\n                                <div class=\"client-img-wrapper\">\n                                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1560250097-0b93528c311a?ixlib=rb-1.2.1&#038;auto=format&#038;fit=crop&#038;w=200&#038;q=80\" alt=\"Client\" class=\"client-img\">\n                                <\/div>\n                                <p class=\"review-text\">\"Fixly24\/7 transformed our customer support. Their team is professional, polite, and truly available 24\/7. Our customer satisfaction score went up by 40% in just two months.\"<\/p>\n                                <div class=\"client-info\">\n                                    <h4>David Reynolds<\/h4>\n                                    <span>CEO, MarketBase<\/span>\n                                <\/div>\n                            <\/div>\n\n                            <!-- Slide 3 -->\n                            <div class=\"carousel-slide\">\n                                <div class=\"client-img-wrapper\">\n                                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1573496359142-b8d87734a5a2?ixlib=rb-1.2.1&#038;auto=format&#038;fit=crop&#038;w=200&#038;q=80\" alt=\"Client\" class=\"client-img\">\n                                <\/div>\n                                <p class=\"review-text\">\"Outsourcing to Fixly24\/7 was the best decision for my e-commerce store. They handle returns and inquiries perfectly, allowing me to focus on scaling my business.\"<\/p>\n                                <div class=\"client-info\">\n                                    <h4>Sarah Khan<\/h4>\n                                    <span>Founder, ShopCart<\/span>\n                                <\/div>\n                            <\/div>\n\n                        <\/div>\n                    <\/div>\n\n                    <button class=\"nav-btn next-btn\" id=\"nextBtn\">&#10095;<\/button>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- JS Logic -->\n    <script>\n        \/\/ --- Accordion Logic ---\n        const headers = document.querySelectorAll('.accordion-header');\n        headers.forEach(header => {\n            header.addEventListener('click', () => {\n                const item = header.parentElement;\n                const body = item.querySelector('.accordion-body');\n\n                if (item.classList.contains('active')) {\n                    item.classList.remove('active');\n                    body.style.maxHeight = null;\n                } else {\n                    document.querySelectorAll('.accordion-item').forEach(i => {\n                        i.classList.remove('active');\n                        i.querySelector('.accordion-body').style.maxHeight = null;\n                    });\n                    item.classList.add('active');\n                    body.style.maxHeight = body.scrollHeight + \"px\";\n                }\n            });\n        });\n        \n        \/\/ Open first item initially\n        const firstBody = document.querySelector('.accordion-item.active .accordion-body');\n        if(firstBody) firstBody.style.maxHeight = firstBody.scrollHeight + \"px\";\n\n        \/\/ --- Carousel Logic ---\n        const track = document.getElementById('track');\n        const slides = Array.from(track.children);\n        const nextBtn = document.getElementById('nextBtn');\n        const prevBtn = document.getElementById('prevBtn');\n        let currentSlide = 0;\n\n        function updateSlide(index) {\n            track.style.transform = 'translateX(-' + (index * 100) + '%)';\n            currentSlide = index;\n        }\n\n        nextBtn.addEventListener('click', () => {\n            currentSlide = (currentSlide === slides.length - 1) ? 0 : currentSlide + 1;\n            updateSlide(currentSlide);\n        });\n\n        prevBtn.addEventListener('click', () => {\n            currentSlide = (currentSlide === 0) ? slides.length - 1 : currentSlide - 1;\n            updateSlide(currentSlide);\n        });\n\n        setInterval(() => {\n            currentSlide = (currentSlide === slides.length - 1) ? 0 : currentSlide + 1;\n            updateSlide(currentSlide);\n        }, 5000);\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Fixly24\/7 Footer<\/title>\n    <!-- Fonts & Icons -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&#038;family=Merriweather:wght@700&#038;display=swap\" rel=\"stylesheet\">\n    <!-- Font Awesome (Supports X-Twitter icon) -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.2\/css\/all.min.css\">\n\n    <style>\n        \/* --- VARIABLES --- *\/\n        :root {\n            --brand-navy: #0e2a47; \n            --brand-teal: #2d889c;\n            --text-light: #b0c4de;\n            --white: #ffffff;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* --- FOOTER STYLING --- *\/\n        .site-footer {\n            background-color: var(--brand-navy);\n            color: var(--text-light);\n            padding: 70px 0 0;\n            font-size: 0.95rem;\n        }\n\n        .footer-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 40px;\n        }\n\n        \/* Column 1 *\/\n        .footer-logo {\n            font-size: 1.8rem;\n            color: var(--white);\n            margin-bottom: 20px;\n            display: inline-block;\n            text-decoration: none;\n        }\n        .footer-logo span {\n            font-family: 'Merriweather', serif;\n            font-weight: 700;\n        }\n        .logo-accent {\n            font-family: 'Poppins', sans-serif;\n            font-weight: 300;\n            color: var(--brand-teal);\n        }\n\n        .company-desc {\n            line-height: 1.6;\n            margin-bottom: 25px;\n            opacity: 0.9;\n        }\n\n        \/* Social Icons *\/\n        .social-links {\n            display: flex;\n            gap: 15px;\n            flex-wrap: wrap;\n        }\n        .social-links a {\n            width: 35px;\n            height: 35px;\n            background: rgba(255, 255, 255, 0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 50%;\n            color: var(--white);\n            transition: all 0.3s;\n            text-decoration: none;\n        }\n        .social-links a:hover {\n            background: var(--brand-teal);\n            transform: translateY(-3px);\n        }\n\n        \/* Headings & Links *\/\n        .footer-heading {\n            color: var(--white);\n            font-size: 1.1rem;\n            font-weight: 600;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .footer-heading::after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 30px;\n            height: 2px;\n            background: var(--brand-teal);\n        }\n\n        .footer-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .footer-links li { margin-bottom: 12px; }\n\n        .footer-links a {\n            color: var(--text-light);\n            text-decoration: none;\n            transition: all 0.3s;\n            display: inline-block;\n        }\n\n        .footer-links a:hover {\n            color: var(--brand-teal);\n            padding-left: 5px;\n        }\n\n        \/* Contact Info Items *\/\n        .contact-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            margin-bottom: 20px;\n        }\n        .contact-item i {\n            color: var(--brand-teal);\n            margin-top: 5px;\n            font-size: 1.1rem;\n            width: 20px; \/* Fixed width for alignment *\/\n        }\n        .contact-item span {\n            line-height: 1.5;\n        }\n\n        \/* Bottom Bar *\/\n        .footer-bottom {\n            background-color: #0a1f35;\n            margin-top: 60px;\n            padding: 20px 0;\n            text-align: center;\n            border-top: 1px solid rgba(255, 255, 255, 0.05);\n        }\n\n        .copyright-text {\n            margin: 0;\n            font-size: 0.85rem;\n            opacity: 0.7;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 992px) {\n            .footer-container { grid-template-columns: repeat(2, 1fr); }\n        }\n\n        @media (max-width: 576px) {\n            .footer-container { grid-template-columns: 1fr; text-align: center; }\n            .footer-heading::after { left: 50%; transform: translateX(-50%); }\n            .social-links { justify-content: center; }\n            .contact-item { justify-content: center; text-align: center; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <footer class=\"site-footer\">\n        <div class=\"footer-container\">\n            \n            <!-- Col 1: Brand & Socials -->\n            <div class=\"footer-col\">\n                <a href=\"#\" class=\"footer-logo\">\n                    <span>Fixly<\/span><span class=\"logo-accent\">24\/7<\/span>\n                <\/a>\n                <p class=\"company-desc\">\n                    Your trusted partner for 24\/7 BPO and customer care solutions. We handle your customers with empathy and professionalism.\n                <\/p>\n                <div class=\"social-links\">\n                    <!-- Facebook -->\n                    <a href=\"https:\/\/www.facebook.com\/profile.php?id=61581072546350\" target=\"_blank\" aria-label=\"Facebook\">\n                        <i class=\"fa-brands fa-facebook-f\"><\/i>\n                    <\/a>\n                    <!-- Instagram -->\n                    <a href=\"https:\/\/www.instagram.com\/fixly247\/\" target=\"_blank\" aria-label=\"Instagram\">\n                        <i class=\"fa-brands fa-instagram\"><\/i>\n                    <\/a>\n                    <!-- X (Twitter) -->\n                    <a href=\"https:\/\/x.com\/Fixly247\" target=\"_blank\" aria-label=\"X Twitter\">\n                        <i class=\"fa-brands fa-x-twitter\"><\/i>\n                    <\/a>\n                    <!-- WhatsApp (Click to Chat) -->\n                    <a href=\"https:\/\/wa.me\/923039378513\" target=\"_blank\" aria-label=\"WhatsApp\">\n                        <i class=\"fa-brands fa-whatsapp\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Col 2: Quick Links -->\n            <div class=\"footer-col\">\n                <h3 class=\"footer-heading\">Quick Links<\/h3>\n                <ul class=\"footer-links\">\n                    <li><a href=\"#\">Home<\/a><\/li>\n                    <li><a href=\"#\">About Us<\/a><\/li>\n                    <li><a href=\"#\">Services<\/a><\/li>\n                    <li><a href=\"#\">Careers<\/a><\/li>\n                    <li><a href=\"#\">Contact<\/a><\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Col 3: Services -->\n            <div class=\"footer-col\">\n                <h3 class=\"footer-heading\">Our Services<\/h3>\n                <ul class=\"footer-links\">\n                    <li><a href=\"#\">Live Chat Support<\/a><\/li>\n                    <li><a href=\"#\">Inbound Call Center<\/a><\/li>\n                    <li><a href=\"#\">Outbound Telesales<\/a><\/li>\n                    <li><a href=\"#\">Email Management<\/a><\/li>\n                    <li><a href=\"#\">Virtual Assistants<\/a><\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Col 4: Contact Info (UPDATED) -->\n            <div class=\"footer-col\">\n                <h3 class=\"footer-heading\">Contact Us<\/h3>\n                <div class=\"contact-info\">\n                    \n                    <!-- Address -->\n                    <div class=\"contact-item\">\n                        <i class=\"fa-solid fa-location-dot\"><\/i>\n                        <span>House no 319, 1st Floor,<br>Behind Pick & Pay, Shadman City Phase,<br>Civil Hospital Rd, Bahawalpur<\/span>\n                    <\/div>\n                    \n                    <!-- Email -->\n                    <div class=\"contact-item\">\n                        <i class=\"fa-solid fa-envelope\"><\/i>\n                        <span>ceofixly@gmail.com<\/span>\n                    <\/div>\n\n                    <!-- WhatsApp \/ Call -->\n                    <div class=\"contact-item\">\n                        <i class=\"fa-brands fa-whatsapp\"><\/i>\n                        <span>+92 303 9378513<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n        <!-- Copyright -->\n        <div class=\"footer-bottom\">\n            <p class=\"copyright-text\">\n                &copy; 2025 <strong>Fixly24\/7<\/strong>. All Rights Reserved. | Bahawalpur, Pakistan.\n            <\/p>\n        <\/div>\n    <\/footer>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Fixly247 &#8211; Customer Support Fixly24\/7 Providing World-Class Customer Support 24\/7 Helping businesses serve customers with professionalism, speed, and accuracy every single day. LET&#8217;S TALK HOW CAN FIXLY247 HELP YOU TODAY? I want to Avail 14 days Free Trial Offer for Live Chat Support \u25bc Avail 14 days Free Trial Offer for Live Chat Support Hire&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"page-templates\/template-pagebuilder-full-width.php","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-73","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fixly247.com\/index.php\/wp-json\/wp\/v2\/pages\/73","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fixly247.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fixly247.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fixly247.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/fixly247.com\/index.php\/wp-json\/wp\/v2\/comments?post=73"}],"version-history":[{"count":55,"href":"https:\/\/fixly247.com\/index.php\/wp-json\/wp\/v2\/pages\/73\/revisions"}],"predecessor-version":[{"id":155,"href":"https:\/\/fixly247.com\/index.php\/wp-json\/wp\/v2\/pages\/73\/revisions\/155"}],"wp:attachment":[{"href":"https:\/\/fixly247.com\/index.php\/wp-json\/wp\/v2\/media?parent=73"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}