{"id":60,"date":"2023-12-02T16:11:51","date_gmt":"2023-12-02T16:11:51","guid":{"rendered":"http:\/\/localhost:8080\/novacraft\/?page_id=60"},"modified":"2025-10-30T18:06:44","modified_gmt":"2025-10-30T18:06:44","slug":"about-us","status":"publish","type":"page","link":"https:\/\/novacraftsystems.com\/index.php\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\n<!DOCTYPE html><html lang=\"en\"><style>:root { --primary-color: #3773fe; --primary-dark: #2a5fd8; --primary-light: #5d8eff; --text-dark: #222; --text-light: #555; --text-lighter: #777; --bg-light: #f8f9fa; --bg-white: #ffffff; --shadow: 0 4px 20px rgba(0, 0, 0, 0.08); --shadow-hover: 0 10px 30px rgba(0, 0, 0, 0.12); --border-radius: 12px; --transition: all 0.3s ease;}.nova-about-page { font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: var(--text-dark); line-height: 1.6; overflow-x: hidden;}.nova-about-page .container { max-width: 1200px; margin: 0 auto; padding: 0 20px;}.nova-about-page h1, .nova-about-page h2, .nova-about-page h3 { font-weight: 700; line-height: 1.2; margin-bottom: 15px;}.nova-about-page p { margin-bottom: 15px; color: var(--text-light);}@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; }}@keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); }}@keyframes slideLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); }}@keyframes slideRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); }}@keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); }}.animate-fade-in { opacity: 0; animation: fadeIn 1s ease forwards;}.animate-slide-up { opacity: 0; animation: slideUp 0.8s ease forwards;}.animate-slide-left { opacity: 0; animation: slideLeft 0.8s ease forwards;}.animate-slide-right { opacity: 0; animation: slideRight 0.8s ease forwards;}.section-header { text-align: center; max-width: 800px; margin: 0 auto 60px;}.section-header h2 { font-size: 2.5rem; margin-bottom: 20px; color: var(--text-dark);}.section-header p { font-size: 1.1rem; color: var(--text-light);}.about-hero { padding: 140px 0 100px; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); position: relative; overflow: hidden;}.hero-content { max-width: 800px; margin: 0 auto; text-align: center;}.hero-content h1 { font-size: 3.2rem; margin-bottom: 20px; color: var(--text-dark);}.hero-content p { font-size: 1.3rem; margin-bottom: 40px; color: var(--text-light);}.hero-stats { display: flex; justify-content: center; gap: 50px; margin-top: 50px;}.stat { text-align: center;}.stat .number { display: block; font-size: 2.5rem; font-weight: 700; color: var(--primary-color); margin-bottom: 5px;}.stat .label { font-size: 1rem; color: var(--text-light); font-weight: 500;}.hero-visual { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none;}.floating-shape { position: absolute; border-radius: 50%; background: linear-gradient(135deg, rgba(55, 115, 254, 0.05) 0%, rgba(55, 115, 254, 0.02) 100%); animation: float 15s ease-in-out infinite;}.shape-1 { width: 300px; height: 300px; top: 10%; right: 5%; animation-delay: 0s;}.shape-2 { width: 200px; height: 200px; top: 60%; left: 10%; animation-delay: 5s;}.shape-3 { width: 150px; height: 150px; bottom: 20%; right: 15%; animation-delay: 10s;}.our-story { padding: 100px 0; background-color: var(--bg-white);}.story-timeline { max-width: 900px; margin: 0 auto; position: relative;}.story-timeline:before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: rgba(55, 115, 254, 0.2); transform: translateX(-50%);}.timeline-item { display: flex; margin-bottom: 60px; position: relative;}.timeline-item:nth-child(odd) { flex-direction: row;}.timeline-item:nth-child(even) { flex-direction: row-reverse;}.timeline-year { width: 100px; height: 100px; background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 1.5rem; flex-shrink: 0; z-index: 2; box-shadow: 0 4px 10px rgba(55, 115, 254, 0.3);}.timeline-content { flex: 1; padding: 0 40px;}.timeline-item:nth-child(odd) .timeline-content { text-align: right;}.timeline-content h3 { font-size: 1.5rem; margin-bottom: 10px; color: var(--text-dark);}.timeline-content p { color: var(--text-light);}.mission-vision { padding: 100px 0; background-color: var(--bg-light);}.mv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 40px;}.mv-card { background: var(--bg-white); border-radius: var(--border-radius); padding: 50px 40px; text-align: center; box-shadow: var(--shadow); transition: var(--transition);}.mv-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover);}.mv-icon { width: 100px; height: 100px; background-color: rgba(55, 115, 254, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px;}.mv-card h3 { font-size: 1.8rem; margin-bottom: 20px; color: var(--text-dark);}.mv-card p { font-size: 1.1rem; color: var(--text-light);}.our-values { padding: 100px 0; background-color: var(--bg-white);}.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px;}.value-card { text-align: center; padding: 40px 30px; border-radius: var(--border-radius); transition: var(--transition);}.value-card:hover { transform: translateY(-5px); background: rgba(55, 115, 254, 0.03);}.value-icon { width: 80px; height: 80px; background-color: rgba(55, 115, 254, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;}.value-card h3 { font-size: 1.4rem; margin-bottom: 15px; color: var(--text-dark);}.value-card p { color: var(--text-light);}.our-approach { padding: 100px 0; background-color: var(--bg-light);}.approach-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;}.approach-text h3 { font-size: 1.8rem; margin-bottom: 20px; color: var(--text-dark);}.approach-points { margin-top: 30px;}.point { display: flex; align-items: center; margin-bottom: 15px;}.point-icon { width: 24px; height: 24px; background-color: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; font-size: 0.9rem; flex-shrink: 0;}.comparison-card { background: var(--bg-white); border-radius: var(--border-radius); overflow: hidden; box-shadow: var(--shadow);}.comparison-header { background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%); color: white; padding: 20px; text-align: center;}.comparison-header h4 { color: white; margin: 0;}.comparison-items { display: grid; grid-template-columns: 1fr 1fr;}.comparison-item { padding: 25px;}.comparison-item.custom { border-right: 1px solid #eee;}.comparison-item h5 { font-size: 1.2rem; margin-bottom: 15px; color: var(--text-dark);}.comparison-item ul { margin: 0; padding: 0; list-style: none;}.comparison-item li { margin-bottom: 10px; padding-left: 20px; position: relative;}.comparison-item.custom li:before { content: \"\u2713\"; position: absolute; left: 0; color: var(--primary-color); font-weight: bold;}.comparison-item.generic li:before { content: \"\u2717\"; position: absolute; left: 0; color: #ff4757; font-weight: bold;}.team-section { padding: 100px 0; background-color: var(--bg-white);}.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px;}.team-member { text-align: center; padding: 40px 30px; border-radius: var(--border-radius); transition: var(--transition);}.team-member:hover { transform: translateY(-5px); background: rgba(55, 115, 254, 0.03);}.member-photo { margin-bottom: 25px;}.photo-placeholder { width: 150px; height: 150px; background-color: rgba(55, 115, 254, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto;}.member-info h3 { font-size: 1.4rem; margin-bottom: 5px; color: var(--text-dark);}.position { color: var(--primary-color); font-weight: 600; margin-bottom: 15px;}.bio { color: var(--text-light); font-size: 0.95rem;}.about-cta { padding: 100px 0; background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%); color: white; text-align: center; position: relative; overflow: hidden;}.about-cta:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(\"data:image\/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'\/%3E%3C\/svg%3E\");}.cta-content h2 { color: white; font-size: 2.5rem; margin-bottom: 20px;}.cta-content p { color: rgba(255, 255, 255, 0.9); font-size: 1.2rem; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto;}.cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;}.cta-button { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: var(--border-radius); text-decoration: none; font-weight: 600; transition: var(--transition); border: none; cursor: pointer; font-size: 1rem;}.cta-button.primary { background-color: white; color: var(--primary-color); box-shadow: 0 4px 14px rgba(255, 255, 255, 0.3);}.cta-button.primary:hover { background-color: rgba(255, 255, 255, 0.9); transform: translateY(-3px); box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);}.cta-button.secondary { background-color: transparent; color: white; border: 2px solid white;}.cta-button.secondary:hover { background-color: rgba(255, 255, 255, 0.1); transform: translateY(-3px);}@media (max-width: 992px) { .approach-content { grid-template-columns: 1fr; gap: 40px; } .story-timeline:before { left: 50px; } .timeline-item { flex-direction: row !important; } .timeline-item .timeline-content { text-align: left !important; padding-left: 80px; padding-right: 0; } .timeline-year { width: 80px; height: 80px; font-size: 1.2rem; }}@media (max-width: 768px) { .hero-content h1 { font-size: 2.5rem; } .section-header h2 { font-size: 2rem; } .mv-grid { grid-template-columns: 1fr; } .hero-stats { flex-direction: column; gap: 30px; } .cta-buttons { flex-direction: column; align-items: center; } .cta-button { width: 100%; max-width: 300px; justify-content: center; } .comparison-items { grid-template-columns: 1fr; } .comparison-item.custom { border-right: none; border-bottom: 1px solid #eee; }}@media (max-width: 480px) { .about-hero, .our-story, .mission-vision, .our-values, .our-approach, .team-section, .about-cta { padding: 60px 0; } .hero-content h1 { font-size: 2rem; } .section-header h2 { font-size: 1.8rem; } .values-grid { grid-template-columns: 1fr; } .team-grid { grid-template-columns: 1fr; } .timeline-content { padding: 0 20px; }}<\/style><div class=\"nova-about-page\"><section class=\"about-hero\"><div class=\"container\"><div class=\"hero-content\"><h1 class=\"animate-fade-in\">Crafting Technology Solutions That Drive Business Success<\/h1><p class=\"animate-fade-in\" style=\"animation-delay: 0.2s\">At NovaCraft Systems, we blend technical expertise with deep industry knowledge to deliver custom software solutions that transform businesses and drive growth.<\/p><div class=\"hero-stats animate-fade-in\" style=\"animation-delay: 0.4s\"><div class=\"stat\"><span class=\"number\">12+<\/span><span class=\"label\">Years Experience<\/span><\/div><div class=\"stat\"><span class=\"number\">150+<\/span><span class=\"label\">Projects Delivered<\/span><\/div><div class=\"stat\"><span class=\"number\">95%<\/span><span class=\"label\">Client Satisfaction<\/span><\/div><\/div><\/div><\/div><div class=\"hero-visual\"><div class=\"floating-shape shape-1\"><\/div><div class=\"floating-shape shape-2\"><\/div><div class=\"floating-shape shape-3\"><\/div><\/div><\/section><section class=\"our-story\"><div class=\"container\"><div class=\"section-header animate-fade-in\"><h2>Our Story<\/h2><p>From humble beginnings to becoming a trusted technology partner for businesses across industries<\/p><\/div><div class=\"story-timeline\"><div class=\"timeline-item animate-slide-left\"><div class=\"timeline-year\">2012<\/div><div class=\"timeline-content\"><h3>The Beginning<\/h3><p>NovaCraft Systems was founded with a simple vision: to provide businesses with software solutions that actually work for their unique needs, not generic one-size-fits-all systems.<\/p><\/div><\/div><div class=\"timeline-item animate-slide-right\" style=\"animation-delay: 0.2s\"><div class=\"timeline-year\">2015<\/div><div class=\"timeline-content\"><h3>Industry Specialization<\/h3><p>We recognized that different industries have unique challenges. We began developing specialized solutions for retail, hospitality, transportation, and property management sectors.<\/p><\/div><\/div><div class=\"timeline-item animate-slide-left\" style=\"animation-delay: 0.4s\"><div class=\"timeline-year\">2018<\/div><div class=\"timeline-content\"><h3>Expanding Our Reach<\/h3><p>With a growing team of experts, we expanded our service offerings to include comprehensive ERP implementations, API integrations, and advisory services.<\/p><\/div><\/div><div class=\"timeline-item animate-slide-right\" style=\"animation-delay: 0.6s\"><div class=\"timeline-year\">Today<\/div><div class=\"timeline-content\"><h3>Trusted Technology Partner<\/h3><p>Today, we&#8217;re proud to be the technology partner of choice for businesses seeking custom solutions that drive efficiency, growth, and competitive advantage.<\/p><\/div><\/div><\/div><\/div><\/section><section class=\"mission-vision\"><div class=\"container\"><div class=\"mv-grid\"><div class=\"mv-card mission animate-slide-up\"><div class=\"mv-icon\"><svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2L3 7V12C3 16.97 7.03 21 12 21C16.97 21 21 16.97 21 12V7L12 2Z\" stroke=\"#3773fe\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z\" stroke=\"#3773fe\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M12 12V13.5\" stroke=\"#3773fe\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><h3>Our Mission<\/h3><p>To empower businesses with custom technology solutions that solve real-world challenges, drive efficiency, and foster sustainable growth through innovation and partnership.<\/p><\/div><div class=\"mv-card vision animate-slide-up\" style=\"animation-delay: 0.2s\"><div class=\"mv-icon\"><svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1 12C1 12 5 4 12 4C19 4 23 12 23 12C23 12 19 20 12 20C5 20 1 12 1 12Z\" stroke=\"#3773fe\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"#3773fe\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><h3>Our Vision<\/h3><p>To be the leading provider of industry-specific software solutions in East Africa, recognized for our commitment to quality, innovation, and client success.<\/p><\/div><\/div><\/div><\/section><section class=\"our-values\"><div class=\"container\"><div class=\"section-header animate-fade-in\"><h2>Our Values<\/h2><p>The principles that guide everything we do<\/p><\/div><div class=\"values-grid\"><div class=\"value-card animate-slide-up\"><div class=\"value-icon\"><svg width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 12L11 14L15 10M12 3C13.1819 3 14.3522 3.23279 15.4442 3.68508C16.5361 4.13738 17.5282 4.80031 18.364 5.63604C19.1997 6.47177 19.8626 7.46392 20.3149 8.55585C20.7672 9.64778 21 10.8181 21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3Z\" stroke=\"#3773fe\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><h3>Excellence<\/h3><p>We&#8217;re committed to delivering high-quality solutions that exceed expectations and stand the test of time.<\/p><\/div><div class=\"value-card animate-slide-up\" style=\"animation-delay: 0.1s\"><div class=\"value-icon\"><svg width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M17 21V19C17 17.9391 16.5786 16.9217 15.8284 16.1716C15.0783 15.4214 14.0609 15 13 15H5C3.93913 15 2.92172 15.4214 2.17157 16.1716C1.42143 16.9217 1 17.9391 1 19V21M16 3.13C16.8604 3.35031 17.623 3.85071 18.1676 4.55232C18.7122 5.25392 19.0078 6.11683 19.0078 7.005C19.0078 7.89318 18.7122 8.75608 18.1676 9.45769C17.623 10.1593 16.8604 10.6597 16 10.88M23 21V19C22.9949 17.9084 22.6979 16.8383 22.145 15.9093C21.5921 14.9803 20.8066 14.2291 19.88 13.74M13 7C13 9.20914 11.2091 11 9 11C6.79086 11 5 9.20914 5 7C5 4.79086 6.79086 3 9 3C11.2091 3 13 4.79086 13 7Z\" stroke=\"#3773fe\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><h3>Partnership<\/h3><p>We view our clients as partners and work collaboratively to achieve their business objectives.<\/p><\/div><div class=\"value-card animate-slide-up\" style=\"animation-delay: 0.2s\"><div class=\"value-icon\"><svg width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M13 10V3L4 14H11V21L20 10H13Z\" stroke=\"#3773fe\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><h3>Innovation<\/h3><p>We stay at the forefront of technology to deliver cutting-edge solutions that provide competitive advantage.<\/p><\/div><div class=\"value-card animate-slide-up\" style=\"animation-delay: 0.3s\"><div class=\"value-icon\"><svg width=\"40\" height=\"40\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4 5H20M4 12H20M4 19H20\" stroke=\"#3773fe\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><h3>Transparency<\/h3><p>We believe in open communication, clear processes, and honest advice throughout our engagement.<\/p><\/div><\/div><\/div><\/section><section class=\"our-approach\"><div class=\"container\"><div class=\"section-header animate-fade-in\"><h2>Our Approach<\/h2><p>Why we believe custom solutions deliver better results than off-the-shelf software<\/p><\/div><div class=\"approach-content\"><div class=\"approach-text animate-slide-left\"><h3>No Size Fits All<\/h3><p>After years of experience across multiple industries, we&#8217;ve learned that different businesses have unique processes, challenges, and opportunities. Generic software often forces companies to change their efficient workflows to fit the software&#8217;s limitations.<\/p><p>At NovaCraft Systems, we flip this approach. We start by understanding your business inside and out, then craft a solution that enhances your existing strengths and addresses your specific pain points.<\/p><div class=\"approach-points\"><div class=\"point\"><span class=\"point-icon\">\u2713<\/span><span>Industry-specific expertise<\/span><\/div><div class=\"point\"><span class=\"point-icon\">\u2713<\/span><span>Tailored to your workflow<\/span><\/div><div class=\"point\"><span class=\"point-icon\">\u2713<\/span><span>Scalable as your business grows<\/span><\/div><div class=\"point\"><span class=\"point-icon\">\u2713<\/span><span>Ongoing support and updates<\/span><\/div><\/div><\/div><div class=\"approach-visual animate-slide-right\"><div class=\"comparison-card\"><div class=\"comparison-header\"><h4>Custom vs. Off-the-Shelf<\/h4><\/div><div class=\"comparison-items\"><div class=\"comparison-item custom\"><h5>Custom Solutions<\/h5><ul><li>Built around your business<\/li><li>Flexible and adaptable<\/li><li>Competitive advantage<\/li><li>Long-term cost efficiency<\/li><\/ul><\/div><div class=\"comparison-item generic\"><h5>Generic Software<\/h5><ul><li>You adapt to the software<\/li><li>Rigid and limited<\/li><li>Same as competitors<\/li><li>Ongoing license fees<\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"team-section\"><div class=\"container\"><div class=\"section-header animate-fade-in\"><h2>Our Leadership<\/h2><p>The experienced professionals behind NovaCraft Systems<\/p><\/div><div class=\"team-grid\"><div class=\"team-member animate-slide-up\"><div class=\"member-photo\"><div class=\"photo-placeholder\"><svg width=\"60\" height=\"60\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z\" stroke=\"#3773fe\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div><\/div><div class=\"member-info\"><h3>Samuel Nganju<\/h3><p class=\"position\">Founder &#038; CEO<\/p><p class=\"bio\">With over 15 years in software development and business consulting, John leads our vision of delivering transformative technology solutions.<\/p><\/div><\/div><\/div><\/div><\/section><section class=\"about-cta\"><div class=\"container\"><div class=\"cta-content animate-fade-in\"><h2>Ready to Transform Your Business with Custom Technology?<\/h2><p>Let&#8217;s discuss how we can create a solution tailored to your unique business needs and challenges.<\/p><div class=\"cta-buttons\"><a href=\"\/contact\" class=\"cta-button primary\"><span>Get In Touch<\/span><svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M5 12H19M19 12L12 5M19 12L12 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/a><a href=\"\/solutions\" class=\"cta-button secondary\"><span>View Our Solutions<\/span><\/a><\/div><\/div><\/div><\/section><\/div><script>document.addEventListener('DOMContentLoaded', function() { const animatedElements = document.querySelectorAll('.animate-slide-up, .animate-slide-left, .animate-slide-right, .animate-fade-in'); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.style.animationPlayState = 'running'; observer.unobserve(entry.target); } }); }, { threshold: 0.1 }); animatedElements.forEach(el => { const rect = el.getBoundingClientRect(); if (rect.top > window.innerHeight) { observer.observe(el); } });});<\/script><\/html>\n\n\n\n<div class=\"wp-block-group alignwide has-global-padding is-layout-constrained wp-container-core-group-is-layout-8c9a4250 wp-block-group-is-layout-constrained has-background\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;background-image:url(&apos;https:\/\/novacraftsystems.com\/wp-content\/uploads\/2024\/02\/chart-trading-courses-forex.jpg&apos;);background-size:cover;\">\n<div class=\"wp-block-group alignfull has-primary-blue-gradient-background has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-a5c76ed7 wp-block-group-is-layout-constrained\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px\">\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-style-no-padding\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;grid-template-columns:auto 33%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div style=\"margin-top:0px;margin-bottom:0px;height:112px\" aria-hidden=\"true\" class=\"wp-block-spacer is-style-has-mb-40\"><\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-14e04634 wp-block-group-is-layout-constrained\" style=\"margin-top:0px;margin-bottom:0px\">\n<div class=\"wp-block-group alignwide has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-1c2f5119 wp-block-group-is-layout-constrained\" style=\"margin-top:0px;margin-bottom:0px\">\n<h2 class=\"wp-block-heading has-white-color has-transparent-background-color has-text-color has-background has-xxxx-large-font-size\" style=\"margin-top:0px;margin-right:0px;margin-bottom:24px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;letter-spacing:-0.02em;line-height:1.1\">Get Free Tech Consultation With Us.<\/h2>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-14e04634 wp-block-group-is-layout-constrained\" style=\"margin-top:0px;margin-bottom:0px\">\n<div class=\"wp-block-group alignwide has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-1c2f5119 wp-block-group-is-layout-constrained\" style=\"margin-top:0px;margin-bottom:0px\">\n<p class=\"has-text-color has-medium-font-size wp-block-paragraph\" style=\"color:#ffffffcc;margin-top:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">Call to action is a marketing term for any device designed to prompt an immediate response.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\" style=\"margin-top:40px\">\n<div class=\"wp-block-button is-style-bs-button-2 is-style-blockscape-button-icon-after\"><a class=\"wp-block-button__link has-small-font-size has-custom-font-size wp-element-button\" href=\"#\" style=\"font-style:normal;font-weight:600\">Let&#8217;s get Started<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:112px\" aria-hidden=\"true\" class=\"wp-block-spacer is-style-has-mb-40\"><\/div>\n<\/div>\n<\/div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https:\/\/novacraftsystems.com\/wp-content\/themes\/blockscape\/assets\/images\/cta-img.png\" alt=\"\" class=\"wp-image-1180 size-full\"\/><\/figure><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Crafting Technology Solutions That Drive Business Success At NovaCraft Systems, we blend technical expertise with deep industry knowledge to deliver custom software solutions that transform businesses and drive growth. 12+Years Experience 150+Projects Delivered 95%Client Satisfaction Our Story From humble beginnings to becoming a trusted technology partner for businesses across industries 2012 The Beginning NovaCraft Systems [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-60","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/novacraftsystems.com\/index.php\/wp-json\/wp\/v2\/pages\/60","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/novacraftsystems.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/novacraftsystems.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/novacraftsystems.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/novacraftsystems.com\/index.php\/wp-json\/wp\/v2\/comments?post=60"}],"version-history":[{"count":6,"href":"https:\/\/novacraftsystems.com\/index.php\/wp-json\/wp\/v2\/pages\/60\/revisions"}],"predecessor-version":[{"id":879,"href":"https:\/\/novacraftsystems.com\/index.php\/wp-json\/wp\/v2\/pages\/60\/revisions\/879"}],"wp:attachment":[{"href":"https:\/\/novacraftsystems.com\/index.php\/wp-json\/wp\/v2\/media?parent=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}