{"id":398,"date":"2022-12-07T14:04:37","date_gmt":"2022-12-07T14:04:37","guid":{"rendered":"http:\/\/wp2.efforttech.com\/newwp\/colaz\/?page_id=398"},"modified":"2025-09-18T08:24:02","modified_gmt":"2025-09-18T08:24:02","slug":"services","status":"publish","type":"page","link":"https:\/\/demo.zoomintoweb.com\/nexus\/services\/","title":{"rendered":"Services"},"content":{"rendered":"<body>\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"398\" class=\"elementor elementor-398\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0acdcc6 e-flex e-con-boxed e-con e-parent\" data-id=\"0acdcc6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-310e691 elementor-widget elementor-widget-text-editor\" data-id=\"310e691\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>WHAT WE OFFER<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f68585d elementor-widget elementor-widget-heading\" data-id=\"f68585d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11fd9d1 elementor-widget elementor-widget-html\" data-id=\"11fd9d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* Container for steps *\/\n\/* Flex container *\/\n.steps-container {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 30px;\n  justify-content: center;\n  padding: 0 10px\n}\n\/* Box styling *\/\n.step-box {\n  position: relative;\n  overflow: hidden;\n  padding: 30px;\n  border-radius: 10px;\n  background: #fff;\n  border: 2px solid #000; \/* \ud83d\udc48 black border *\/\n  transition: all 0.3s ease;\n  cursor: pointer;\n  z-index: 1;\n  text-align: center;\n}\n\n\n\/* Each step item *\/\n.step-item {\n  flex: 1 1 calc(33.333% - 20px); \/* 3 per row on desktop *\/\n  max-width: calc(33.333% - 20px);\n  box-sizing: border-box;\n}\n\n\/* Tablet (2 per row) *\/\n@media (max-width: 991px) {\n  .step-item {\n    flex: 1 1 calc(50% - 20px);\n    max-width: calc(50% - 20px);\n  }\n}\n\n\/* Mobile (1 per row) *\/\n@media (max-width: 576px) {\n  .step-item {\n    flex: 1 1 100%;\n    max-width: 100%;\n  }\n}\n\n\/* Box styling *\/\n.step-box {\n  position: relative;\n  overflow: hidden;\n  padding: 30px;\n  border-radius: 10px;\n  background: #fff;\n  transition: color 0.3s ease;\n  cursor: pointer;\n  z-index: 1;\n  text-align: center;\n}\n\n\/* Overlay fill animation *\/\n.step-box::before {\n  content: \"\";\n  position: absolute;\n  top: 100%;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: #00A5DF;\n  transition: top 0.5s ease;\n  z-index: -1;\n}\n\n.step-box:hover::before {\n  top: 0;\n}\n\n\/* Circle for icons *\/\n.icon-circle {\n  width: 70px;\n  height: 70px;\n  margin: 0 auto 15px auto;\n  background: none !important;\n  border:1px solid #00A5DF;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: background 0.3s ease;\n}\n\n.icon-circle img {\n  width: 40px;\n  height: 40px;\n  transition: filter 0.3s ease;\n}\n\n\/* Text *\/\n.step-box h3,\n.step-box .text {\n  transition: color 0.3s ease;\n  padding-top: 10px;\n}\n\n\/* Hover effects *\/\n.step-box:hover h3,\n.step-box:hover .text {\n  color: #fff !important;\n}\n\n.step-box:hover .icon-circle {\n  background: #fff !important;\n}\n\n.step-box:hover .icon-circle img {\n  filter: brightness(0) saturate(100%) invert(42%) sepia(92%) saturate(1400%) hue-rotate(173deg) brightness(96%) contrast(101%);\n}\n\/* ---------- Equal-height step boxes ---------- *\/\n\/* Make the row items stretch to the same height *\/\n.steps-container {\n  align-items: stretch; \/* ensure children (.step-item) stretch to the tallest item in the row *\/\n}\n\n\/* Make each grid item a flex column so it can stretch *\/\n.step-item {\n  display: flex;\n  flex-direction: column;\n  \/* allow items to shrink\/grow consistently *\/\n  flex: 1 1 calc(33.333% - 20px);\n  min-width: 0; \/* prevent overflow of long words *\/\n}\n\n\/* Let the inner box fill the full height of its parent *\/\n.step-box {\n  height: 100%;\n  display: flex;\n  flex-direction: column;\n  justify-content: flex-start; \/* keep content starting from top *\/\n  align-items: stretch;\n  box-sizing: border-box;\n}\n\n\/* Keep icon and heading from stretching *\/\n.icon-circle { flex: 0 0 auto; }\n.step-box h3 { flex: 0 0 auto; margin: 0.5rem 0; }\n\n\/* Let the description take remaining space if you want equal spacing *\/\n.step-box .text {\n  flex: 1 1 auto;   \/* this makes shorter descriptions use same vertical space as longer ones *\/\n  margin-top: 0.5rem;\n}\n\n\/* Small tweak: ensure mobile rules still stack correctly *\/\n@media (max-width: 576px) {\n  .step-item { flex: 1 1 100%; }\n}\n\n\n<\/style>\n<!-- Step Block -->\n<section class=\"steps-section\">\n  <div class=\"steps-container\">\n    \n    <!-- Step Block -->\n   <div class=\"step-item\" onclick=\"window.location.href='https:\/\/demo.zoomintoweb.com\/nexus\/software-development\/';\" style=\"cursor: pointer;\">\n  <div class=\"step-box\">\n    <div class=\"icon-circle\">\n      <img decoding=\"async\" src=\"https:\/\/demo.zoomintoweb.com\/nexus\/wp-content\/uploads\/2025\/09\/web.png\" alt=\"Character Icon\" loading=\"lazy\">\n    <\/div>\n    <h3>Custom Software<\/h3>\n    <div class=\"text\">We design, build, test, and maintain applications, frameworks, digital solutions to perfectly<\/div>\n  <\/div>\n<\/div>\n\n\n    <!-- Step Block -->\n    <div class=\"step-item\" onclick=\"window.location.href='https:\/\/demo.zoomintoweb.com\/nexus\/it-consulting\/';\" style=\"cursor: pointer;\">\n      <div class=\"step-box\">\n        <div class=\"icon-circle\">\n          <img decoding=\"async\" src=\"https:\/\/demo.zoomintoweb.com\/nexus\/wp-content\/uploads\/2025\/09\/consultation.png\" alt=\"Positive Result Icon\" loading=\"lazy\">\n        <\/div>\n        <h3>Consulting<\/h3>\n        <div class=\"text\">Nexus helps businesses to leverage technology effectively by analyzing existing systems<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Step Block -->\n    <div class=\"step-item\" onclick=\"window.location.href='https:\/\/demo.zoomintoweb.com\/nexus\/sow\/';\" style=\"cursor: pointer;\">\n      <div class=\"step-box\">\n        <div class=\"icon-circle\">\n          <img decoding=\"async\" src=\"https:\/\/demo.zoomintoweb.com\/nexus\/wp-content\/uploads\/2025\/09\/results.png\" alt=\"Respect Icon\" loading=\"lazy\">\n        <\/div>\n        <h3>SOW<\/h3>\n        <div class=\"text\">Ensure structured, milestone-driven project delivery with clear accountability and outcomes.<br><\/div>\n      <\/div>\n    <\/div>\n    \n      <!-- Step Block -->\n    <div class=\"step-item\" onclick=\"window.location.href='https:\/\/demo.zoomintoweb.com\/nexus\/contingent-workforce\/';\" style=\"cursor: pointer;\">\n      <div class=\"step-box\">\n        <div class=\"icon-circle\">\n          <img decoding=\"async\" src=\"https:\/\/demo.zoomintoweb.com\/nexus\/wp-content\/uploads\/2025\/09\/management.png\" alt=\"Respect Icon\" loading=\"lazy\">\n        <\/div>\n        <h3>Contingent Workforce<\/h3>\n        <div class=\"text\">Providing skilled professionals through flexible staffing models to meet dynamic project requirements.<\/div>\n      <\/div>\n    <\/div>\n    \n       <!-- Step Block -->\n    <div class=\"step-item\" onclick=\"window.location.href='https:\/\/demo.zoomintoweb.com\/nexus\/direct-hire\/';\" style=\"cursor: pointer;\">\n      <div class=\"step-box\">\n        <div class=\"icon-circle\">\n          <img decoding=\"async\" src=\"https:\/\/demo.zoomintoweb.com\/nexus\/wp-content\/uploads\/2025\/09\/hand-shake.png\" alt=\"Respect Icon\" loading=\"lazy\">\n        <\/div>\n        <h3>Direct Hire<\/h3>\n        <div class=\"text\">Specialized hiring for niche and leadership roles with a focus on retention<br><\/div>\n      <\/div>\n    <\/div>\n    <div class=\"step-item\" onclick=\"window.location.href='https:\/\/demo.zoomintoweb.com\/nexus\/payroll-service\/';\" style=\"cursor: pointer;\">\n      <div class=\"step-box\">\n        <div class=\"icon-circle\">\n          <img decoding=\"async\" src=\"https:\/\/demo.zoomintoweb.com\/nexus\/wp-content\/uploads\/2025\/09\/accounting.png\" alt=\"Respect Icon\" loading=\"lazy\">\n        <\/div>\n        <h3>Payroll Service<\/h3>\n        <div class=\"text\">Our payroll service offers businesses the chance to effectively manage their employee.<br><\/div>\n      <\/div>\n    <\/div>\n    \n   \n    \n      <!-- Step Block -->\n\n  <\/div>\n<\/section>\n\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eda6c6e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"eda6c6e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b338497\" data-id=\"b338497\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5184c80 elementor-widget elementor-widget-colaz_newsletter\" data-id=\"5184c80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"colaz_newsletter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\n\t<!-- Subscribe Section -->\n\t<section class=\"subscribe-section\">\n\t\t<!-- Pattern Outer -->\n        \t\t<div class=\"pattern-outer parallax-scene-6\">\n\t\t\t<div class=\"vector-layer\" style=\"background-image: url(https:\/\/demo.zoomintoweb.com\/nexus\/wp-content\/uploads\/2022\/12\/pattern-15-4.png)\" data-depth=\"0.20\"><\/div>\n\t\t<\/div>\n                \n\t\t<div class=\"auto-container\">\n\t\t\t<!-- Title Box -->\n            \t\t\t<div class=\"title-box\">\n\t\t\t\t<h2>We believe in making the world a <br> better experience<\/h2>\n\t\t\t<\/div>\n\t\t\t            \n            \n\t\t\t<!-- Subscribe Box -->\n\t\t\t            <div class=\"subscribe-box\">\n            \t            <\/div>\n            \t\n            \n\t\t\t\t\t\t<div class=\"lower-text\">Subsrcibe for our upcoming latest articles and resources<\/div>\n\t\t\t\t\t<\/div>\n\t<\/section>\n\t<!-- End Subscribe Section -->\n  \n  \t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/body>","protected":false},"excerpt":{"rendered":"<p>WHAT WE OFFER Our Services Custom Software We design, build, test, and maintain applications, frameworks, digital solutions to perfectly Consulting Nexus helps businesses to leverage technology effectively by analyzing existing systems SOW Ensure structured, milestone-driven project delivery with clear accountability and outcomes. Contingent Workforce Providing skilled professionals through flexible staffing models to meet dynamic project [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"tpl-default-elementor.php","meta":{"om_disable_all_campaigns":false,"footnotes":""},"class_list":["post-398","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/demo.zoomintoweb.com\/nexus\/wp-json\/wp\/v2\/pages\/398","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo.zoomintoweb.com\/nexus\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo.zoomintoweb.com\/nexus\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo.zoomintoweb.com\/nexus\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/demo.zoomintoweb.com\/nexus\/wp-json\/wp\/v2\/comments?post=398"}],"version-history":[{"count":5,"href":"https:\/\/demo.zoomintoweb.com\/nexus\/wp-json\/wp\/v2\/pages\/398\/revisions"}],"predecessor-version":[{"id":2943,"href":"https:\/\/demo.zoomintoweb.com\/nexus\/wp-json\/wp\/v2\/pages\/398\/revisions\/2943"}],"wp:attachment":[{"href":"https:\/\/demo.zoomintoweb.com\/nexus\/wp-json\/wp\/v2\/media?parent=398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}