{"id":11,"date":"2025-11-12T12:06:38","date_gmt":"2025-11-12T12:06:38","guid":{"rendered":"https:\/\/acquilix.com\/?page_id=11"},"modified":"2026-01-06T08:57:29","modified_gmt":"2026-01-06T08:57:29","slug":"home","status":"publish","type":"page","link":"https:\/\/acquilix.com\/","title":{"rendered":"Home"},"content":{"rendered":"<div class=\"et_pb_section_4 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_4 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_4 et_pb_column et-last-child et_flex_column_24_24 et_flex_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_4 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!-- Acquilix Hero Section -->\n<section class=\"acq-hero\">\n\n <!-- Font Awesome CDN -->\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n  <!-- Floating Logo -->\n  <div class=\"acq-logo\">\n    <img decoding=\"async\" src=\"https:\/\/acquilix.com\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-12-at-16.48.21_347146f3.jpg\" alt=\"Acquilix Logo\">\n  <\/div>\n\n  <!-- Top Right Buttons -->\n  <div class=\"acq-top-buttons\">\n    <a href=\"https:\/\/app.acquilix.com\/\" class=\"acq-top-btn login-btn\">\n      <i class=\"fas fa-right-to-bracket\"><\/i> Login\n    <\/a>\n    <a class=\"acq-top-btn enquire-btn popup-trigger\">\n      <i class=\"fas fa-paper-plane\"><\/i> Enquire Now\n    <\/a>\n  <\/div>\n\n  <!-- Main Content -->\n  <div class=\"acq-content\">\n    <h1 class=\"acq-title\">\n      Simplify, Streamline &#038; Scale <br> with <span>Acquilix<\/span>\n    <\/h1>\n    <div class=\"acq-divider\"><\/div>\n    <p class=\"acq-subtext\">\n      A next-generation Business Management System that integrates CRM, Projects, HRMS, and Operations \u2014 crafted for enterprise excellence.\n    <\/p>\n\n    <a href=\"https:\/\/app.acquilix.com\/\" class=\"acq-btnn\">\n      <i class=\"fas fa-arrow-right\"><\/i> Login to Dashboard\n    <\/a>\n  <\/div>\n<\/section>\n\n<!-- Dependencies -->\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/gsap.min.js\"><\/script>\n<script src=\"https:\/\/kit.fontawesome.com\/a2e0e9e55f.js\" crossorigin=\"anonymous\"><\/script>\n\n<style>\n\n.acq-hero::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background-image: \n    linear-gradient(90deg, rgba(0,22,124,0.05) 1px, transparent 1px),\n    linear-gradient(rgba(0,22,124,0.05) 1px, transparent 1px);\n  background-size: 60px 60px;\n  z-index: 0;\n}\n\n\n\n\/* RESET *\/\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\n\/* HERO SECTION *\/\n.acq-hero {\n  position: relative;\n  height: 100vh;\n  background: linear-gradient(160deg, #ffffff 0%, #f6f8fb 100%);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  font-family: 'Poppins', sans-serif;\n  overflow: hidden;\n}\n\n\/* Fix button click issue *\/\n.acq-top-buttons,\n.acq-logo,\n.acq-content {\n  position: relative;\n  z-index: 2;\n}\n\n\/* Keep background below everything *\/\n.acq-hero::before {\n  z-index: 0;\n}\n\n\n\/* Floating Logo *\/\n.acq-logo {\n  position: absolute;\n  top: 40px;\n  left: 60px;\n  background: rgba(255, 255, 255, 0.85);\n  backdrop-filter: blur(8px);\n  border-radius: 12px;\n  padding: 10px 18px;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n  animation: floatLogo 6s ease-in-out infinite;\n}\n.acq-logo img {\n  width: 100px;\n  height: auto;\n}\n@keyframes floatLogo {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-5px); }\n}\n\n\/* Top Right Buttons *\/\n.acq-top-buttons {\n  position: absolute;\n  top: 35px;\n  right: 60px;\n  display: flex;\n  gap: 16px;\n}\n\n.acq-top-btn {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 14px;\n  font-weight: 600;\n  text-decoration: none;\n  color: #00167C;\n  border: 1.5px solid #00167C;\n  padding: 10px 22px;\n  border-radius: 50px;\n  transition: all 0.3s ease;\n  background: #fff;\n}\n\n.acq-top-btn i {\n  font-size: 14px;\n}\n\n.login-btn:hover {\n  background: #00167C;\n  color: #fff;\n}\n\n.enquire-btn {\n  border-color: #e73b33;\n  color: #e73b33;\n  position: relative;\n  overflow: hidden;\n}\n\n.enquire-btn i {\n  animation: moveIcon 2s infinite ease-in-out;\n}\n\n@keyframes moveIcon {\n  0%, 100% { transform: translateX(0); }\n  50% { transform: translateX(5px); }\n}\n\n.enquire-btn:hover {\n  background: #e73b33;\n  color: #fff;\n}\n\n\/* Main Content *\/\n.acq-content {\n  max-width: 800px;\n  padding: 0 20px;\n}\n\n.acq-title {\n  font-size: 3.5rem;\n  color: #00167C;\n  font-weight: 700;\n  line-height: 1.25;\n}\n\n.acq-title span {\n  color: #41BFBB;\n}\n\n.acq-divider {\n  width: 90px;\n  height: 4px;\n  background: #e73b33;\n  border-radius: 4px;\n  margin: 30px auto 25px;\n  box-shadow: 0 0 10px rgba(231,59,51,0.3);\n}\n\n.acq-subtext {\n  font-family: 'Inter', sans-serif;\n  color: #2a3759;\n  font-size: 1.2rem;\n  line-height: 1.8;\n  margin-bottom: 45px;\n}\n\n.acq-btnn {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: #00167C;\n  color: #fff;\n  padding: 15px 40px;\n  border-radius: 50px;\n  font-weight: 600;\n  text-decoration: none;\n  letter-spacing: 0.5px;\n  transition: all 0.3s ease;\n  box-shadow: 0 4px 12px rgba(0,22,124,0.3);\n}\n\n.acq-btnn:hover {\n  background: #41BFBB;\n  box-shadow: 0 6px 18px rgba(65,191,187,0.4);\n  transform: translateY(-2px);\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .acq-logo {\n    top: 20px;\n    left: 20px;\n    padding: 8px 14px;\n  }\n  .acq-logo img {\n    width: 70px;\n  }\n  .acq-top-buttons {\n    top: 20px;\n    right: 20px;\n    flex-direction: column;\n    gap: 8px;\n  }\n  .acq-title {\n    font-size: 2.4rem;\n  }\n  .acq-subtext {\n    font-size: 1rem;\n  }\n}\n<\/style>\n\n<script>\n\/* Entry Animation *\/\ngsap.from(\".acq-logo\", {opacity:0, y:-20, duration:1});\ngsap.from(\".acq-top-buttons\", {opacity:0, y:-20, duration:1, delay:0.2});\ngsap.from(\".acq-title\", {opacity:0, y:40, duration:1, delay:0.4});\ngsap.from(\".acq-divider\", {opacity:0, scaleX:0, duration:0.8, delay:0.7});\ngsap.from(\".acq-subtext\", {opacity:0, y:30, duration:1, delay:0.9});\ngsap.from(\".acq-btn\", {opacity:0, y:20, duration:1, delay:1.1});\n<\/script>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_5 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_5 et_pb_column et-last-child et_flex_column_24_24 et_flex_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_5 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!-- \ud83c\udf10 About Acquilix Section -->\n<section id=\"about-acquilix\" class=\"about-acq\">\n  <div class=\"about-container\">\n    \n    <!-- Left Side: Text & CTA -->\n    <div class=\"about-text\">\n      <h2 class=\"about-title\">\n        About <span>Acquilix<\/span>\n      <\/h2>\n      <p class=\"about-desc\">\n        Acquilix is a <strong>unified Business Management System<\/strong> designed to bring together every key operation \u2014 from <strong>CRM and HR<\/strong> to <strong>Projects, Tasks, and Invoicing<\/strong> \u2014 into one efficient and user-friendly interface.\n      <\/p>\n      <a href=\"https:\/\/app.acquilix.com\/\" class=\"about-btn popup-trigger\">\n        <i class=\"fas fa-circle-arrow-right\"><\/i> Get Started\n      <\/a>\n    <\/div>\n\n    <!-- Right Side: Logo \/ Illustration -->\n    <div class=\"about-visual\">\n      <div class=\"illustration-bg\">\n        <img decoding=\"async\" src=\"https:\/\/acquilix.com\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-12-at-16.48.21_347146f3.jpg\" alt=\"Acquilix Logo\">\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n\/* -------- ABOUT ACQUILIX SECTION -------- *\/\n.about-acq {\n  background: linear-gradient(180deg, # 0%, # 100%);\n  padding: 20px 5%;\n  font-family: 'Poppins', sans-serif;\n}\n\n.about-container {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 60px;\n  flex-wrap: wrap;\n}\n\n\/* Left Side *\/\n.about-text {\n  flex: 1;\n  min-width: 300px;\n}\n.about-title {\n  font-size: 2.6rem;\n  color: #00167C;\n  font-weight: 700;\n  margin-bottom: 25px;\n  line-height: 1.2;\n}\n.about-title span {\n  color: #41BFBB;\n}\n.about-desc {\n  font-size: 1.1rem;\n  color: #3a4a6b;\n  line-height: 1.8;\n  margin-bottom: 35px;\n  max-width: 550px;\n}\n.about-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: #00167C;\n  color: #fff;\n  padding: 14px 32px;\n  border-radius: 50px;\n  font-weight: 600;\n  text-decoration: none;\n  transition: all 0.3s ease;\n  box-shadow: 0 4px 12px rgba(0,22,124,0.3);\n}\n.about-btn:hover {\n  background: #41BFBB;\n  box-shadow: 0 6px 20px rgba(65,191,187,0.4);\n  transform: translateY(-3px);\n}\n\n\/* Right Side *\/\n.about-visual {\n  flex: 1;\n  display: flex;\n  justify-content: center;\n  position: relative;\n  min-width: 280px;\n}\n.illustration-bg {\n  position: relative;\n  background: radial-gradient(circle at center, rgba(65,191,187,0.15), transparent 70%);\n  border-radius: 50%;\n  padding: 40px;\n  animation: floatLogo 6s ease-in-out infinite;\n}\n.illustration-bg img {\n  width: 260px;\n  border-radius: 50%;\n  box-shadow: 0 8px 30px rgba(0,0,0,0.08);\n}\n@keyframes floatLogo {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-6px); }\n}\n\n\/* Responsive *\/\n@media (max-width: 992px) {\n  .about-container {\n    flex-direction: column-reverse;\n    text-align: center;\n  }\n  .about-text {\n    align-items: center;\n  }\n  .about-desc {\n    margin: 0 auto 30px;\n  }\n  .about-btn {\n    justify-content: center;\n  }\n}\n<\/style>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_6 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_6 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_6 et_pb_column et-last-child et_flex_column_24_24 et_flex_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_6 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><section id=\"core-modules\" class=\"modules-sectionm\">\n  <div class=\"modules-container\">\n    <h2 class=\"section-title\">\n      Explore Core Modules\n    <\/h2>\n    <p class=\"section-subtitle\">\n      Discover how <strong>Acquilix<\/strong> unifies every part of your business into one intelligent system.\n    <\/p>\n\n    <div class=\"modules-grid\">\n      <div class=\"module-card\">\n        <div class=\"icon-box\"><i class=\"fas fa-home\"><\/i><\/div>\n        <h3>Home<\/h3>\n        <p>Centralized dashboard giving you a snapshot of all business activities in one place.<\/p>\n      <\/div>\n\n      <div class=\"module-card\">\n        <div class=\"icon-box\"><i class=\"fas fa-tasks\"><\/i><\/div>\n        <h3>Tasks<\/h3>\n        <p>Manage and monitor task workflows, priorities, and deadlines efficiently.<\/p>\n      <\/div>\n\n      <div class=\"module-card\">\n        <div class=\"icon-box\"><i class=\"fas fa-comments\"><\/i><\/div>\n        <h3>Enquiries<\/h3>\n        <p>Track and convert leads seamlessly with real-time enquiry updates.<\/p>\n      <\/div>\n\n      <div class=\"module-card\">\n        <div class=\"icon-box\"><i class=\"fas fa-chart-line\"><\/i><\/div>\n        <h3>Projects<\/h3>\n        <p>Plan, assign, and track projects with milestones and time logs.<\/p>\n      <\/div>\n\n      <div class=\"module-card\">\n        <div class=\"icon-box\"><i class=\"fas fa-users\"><\/i><\/div>\n        <h3>CRM<\/h3>\n        <p>Simplify customer relationship management \u2014 from contacts to invoices.<\/p>\n      <\/div>\n\n      <div class=\"module-card\">\n        <div class=\"icon-box\"><i class=\"fas fa-user-tie\"><\/i><\/div>\n        <h3>Recruitment<\/h3>\n        <p>Streamline hiring, interviews, and applicant tracking effortlessly.<\/p>\n      <\/div>\n\n      <div class=\"module-card\">\n        <div class=\"icon-box\"><i class=\"fas fa-briefcase\"><\/i><\/div>\n        <h3>HRMS<\/h3>\n        <p>Manage employee records, attendance, and leaves in one secure hub.<\/p>\n      <\/div>\n\n      <div class=\"module-card\">\n        <div class=\"icon-box\"><i class=\"fas fa-cogs\"><\/i><\/div>\n        <h3>Setup<\/h3>\n        <p>Configure system preferences, roles, and master data for your organization.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n.modules-sectionm {\n  width: 100%;\n  max-width: 2000px;\n  margin: 0 auto;\n  background: linear-gradient(180deg, # 0%, # 100%);\n  font-family: 'Poppins', sans-serif;\n  color: #0D1A2D;\n  text-align: left;\n  padding: 60px 0;\n}\n\n.modules-container {\n  width: 100%;\n  max-width: 1800px;\n  margin: 0 auto;\n  padding: 0 2%;\n}\n\n.section-title {\n  font-size: 2.2rem;\n  font-weight: 700;\n  color: #00167C;\n  margin-bottom: 8px;\n}\n\n.section-subtitle {\n  font-size: 1rem;\n  color: #4a5568;\n  margin-bottom: 45px;\n  max-width: 700px;\n}\n\n.modules-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n  width: 100%;\n}\n\n.module-card {\n  background: rgba(255, 255, 255, 0.85);\n  border-radius: 14px;\n  padding: 25px;\n  border: 1px solid rgba(0,0,0,0.05);\n  box-shadow: 0 5px 18px rgba(0,0,0,0.05);\n  transition: all 0.3s ease;\n}\n\n.module-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 10px 25px rgba(0,0,0,0.1);\n}\n\n.icon-box {\n  width: 45px;\n  height: 45px;\n  background: rgba(0, 119, 182, 0.08);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 10px;\n  margin-bottom: 15px;\n}\n\n.icon-box i {\n  font-size: 18px;\n  color: #0077B6;\n}\n\n.module-card h3 {\n  font-size: 1rem;\n  font-weight: 600;\n  color: #00167C;\n  margin-bottom: 8px;\n}\n\n.module-card p {\n  font-size: 0.9rem;\n  color: #333;\n  line-height: 1.6;\n}\n\n@media (min-width: 992px) {\n  .modules-grid {\n    grid-template-columns: repeat(4, 1fr);\n  }\n}\n\n@media (max-width: 768px) {\n  .modules-sectionm {\n    padding: 40px 0;\n  }\n  .section-title {\n    font-size: 1.8rem;\n  }\n}\n<\/style>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_7 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_7 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_7 et_pb_column et-last-child et_flex_column_24_24 et_flex_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_7 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!-- \ud83d\udfe8 WHY BUSINESSES CHOOSE ACQUILIX -->\n<section id=\"why-acquilix\" class=\"why-section\">\n  <div class=\"container\">\n    <div class=\"text-center\">\n      <h2 class=\"section-title\">Why Businesses Choose Acquilix<\/h2>\n      <p class=\"section-subtitle\">\n        Designed to simplify complex operations \u2014 Acquilix empowers organizations with security, intelligence, and seamless collaboration.\n      <\/p>\n    <\/div>\n\n    <div class=\"features-list\">\n      <div class=\"feature-item\">\n        <div class=\"icon-wrap\"><i class=\"fas fa-cloud\"><\/i><\/div>\n        <div class=\"feature-text\">\n          <h3>Secure Cloud-Based Architecture<\/h3>\n          <p>Enjoy enterprise-grade security with encrypted, scalable, and compliant infrastructure built for global operations.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"feature-item\">\n        <div class=\"icon-wrap\"><i class=\"fas fa-brain\"><\/i><\/div>\n        <div class=\"feature-text\">\n          <h3>Intelligent Data Insights<\/h3>\n          <p>Empower smarter decisions with data-driven insights and predictive analytics powered by Acquilix Intelligence Engine.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"feature-item\">\n        <div class=\"icon-wrap\"><i class=\"fas fa-bolt\"><\/i><\/div>\n        <div class=\"feature-text\">\n          <h3>Real-Time Collaboration<\/h3>\n          <p>Bring teams together on one unified platform to share updates, track tasks, and collaborate across modules instantly.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"feature-item\">\n        <div class=\"icon-wrap\"><i class=\"fas fa-network-wired\"><\/i><\/div>\n        <div class=\"feature-text\">\n          <h3>Multi-Module Integration<\/h3>\n          <p>Integrate CRM, HR, Finance, and Projects effortlessly \u2014 enabling seamless data flow across every business function.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2b1b CTA FOOTER SECTION -->\n<section id=\"cta-footer\" class=\"cta-footer\">\n  <div class=\"cta-container\">\n    <h2 class=\"cta-title\">Ready to manage your business smarter?<\/h2>\n    <a href=\"http:\/\/app.acquilix.com\" class=\"cta-button\">Login to Acquilix Dashboard<\/a>\n    <p class=\"cta-subtext popup-trigger\">Need help? <a href=\"#\">Contact our support team<\/a>.<\/p>\n  <\/div>\n<\/section>\n\n<style>\n\/* WHY BUSINESSES CHOOSE ACQUILIX *\/\n.why-section {\n  background: #F2F8FF;\n  padding: 40px 4%;\n  font-family: 'Poppins', sans-serif;\n  color: #0D1A2D;\n}\n\n.why-section .container {\n  max-width: 2000px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 2.2rem;\n  font-weight: 700;\n  color: #00167C;\n  margin-bottom: 10px;\n  text-align: center;\n}\n\n.section-subtitle {\n  font-size: 1rem;\n  color: #4a5568;\n  margin-bottom: 60px;\n  text-align: center;\n  max-width: 700px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.features-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));\n  gap: 40px 60px;\n  border-top: 1px solid rgba(0,0,0,0.05);\n  padding-top: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 20px;\n  background: #fff;\n  padding: 25px 30px;\n  border-radius: 16px;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.05);\n  transition: all 0.3s ease;\n}\n\n.feature-item:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 12px 30px rgba(0,0,0,0.1);\n}\n\n.icon-wrap {\n  min-width: 55px;\n  height: 55px;\n  background: rgba(0,119,182,0.08);\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.icon-wrap i {\n  color: #0077B6;\n  font-size: 22px;\n}\n\n.feature-text h3 {\n  font-size: 1.15rem;\n  font-weight: 600;\n  color: #00167C;\n  margin-bottom: 6px;\n}\n\n.feature-text p {\n  font-size: 0.95rem;\n  color: #333;\n  line-height: 1.6;\n}\n\n\/* CTA FOOTER *\/\n.cta-footer {\n  background-color: #00167C;\n  color: #fff;\n  text-align: center;\n  padding: 100px 20px 80px;\n}\n\n.cta-container {\n  max-width: 1000px;\n  margin: 0 auto;\n}\n\n.cta-title {\n  font-size: 2rem;\n color: #fff;\n  font-weight: 700;\n  margin-bottom: 25px;\n}\n\n.cta-button {\n  display: inline-block;\n  background-color: #E73B33;\n  color: #fff;\n  padding: 14px 38px;\n  border-radius: 8px;\n  font-weight: 600;\n  font-size: 1rem;\n  text-decoration: none;\n  transition: all 0.3s ease;\n}\n\n.cta-button:hover {\n  background-color: #c52e2a;\n  transform: translateY(-3px);\n}\n\n.cta-subtext {\n  margin-top: 20px;\n  font-size: 0.95rem;\n  color: #dce3f7;\n}\n\n.cta-subtext a {\n  color: #00B4D8;\n  text-decoration: underline;\n}\n\n\/* Responsive *\/\n@media (max-width: 992px) {\n  .features-list { grid-template-columns: 1fr; }\n}\n\n@media (max-width: 768px) {\n  .section-title { font-size: 1.8rem; }\n  .cta-title { font-size: 1.6rem; }\n}\n<\/style>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/acquilix.com\/index.php\/wp-json\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/acquilix.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/acquilix.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/acquilix.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/acquilix.com\/index.php\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":40,"href":"https:\/\/acquilix.com\/index.php\/wp-json\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":74,"href":"https:\/\/acquilix.com\/index.php\/wp-json\/wp\/v2\/pages\/11\/revisions\/74"}],"wp:attachment":[{"href":"https:\/\/acquilix.com\/index.php\/wp-json\/wp\/v2\/media?parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}