{"id":50,"date":"2025-11-16T13:16:18","date_gmt":"2025-11-16T13:16:18","guid":{"rendered":"https:\/\/resourceby.com\/?page_id=50"},"modified":"2026-02-26T00:55:24","modified_gmt":"2026-02-26T00:55:24","slug":"home-2","status":"publish","type":"page","link":"https:\/\/resourceby.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"50\" class=\"elementor elementor-50\">\n\t\t\t\t<div class=\"elementor-element elementor-element-704e3b8 e-flex e-con-boxed e-con e-parent\" data-id=\"704e3b8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-125d32d elementor-widget elementor-widget-html\" data-id=\"125d32d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        \r\n        .resourceby-features {\r\n            font-family: 'Century Gothic', 'Futura', 'Arial', sans-serif;\r\n            background-color: #E6E7E8;\r\n            padding: 40px 20px;\r\n        }\r\n        \r\n        .features-container {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .feature-row {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 0;\r\n            margin-bottom: 50px;\r\n            background-color: #ffffff;\r\n            border-radius: 15px;\r\n            overflow: hidden;\r\n            box-shadow: 0 4px 15px rgba(47, 76, 97, 0.15);\r\n            border: 4px solid #2F4C61;\r\n            min-height: 280px;\r\n        }\r\n        \r\n        .feature-row:last-child {\r\n            margin-bottom: 0;\r\n        }\r\n        \r\n        .feature-content-left {\r\n            padding: 35px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            background-color: #2F4C61;\r\n        }\r\n        \r\n        .feature-title-left {\r\n            background-color: #EDC032;\r\n            color: #2F4C61;\r\n            padding: 15px 20px;\r\n            font-size: 22px;\r\n            font-weight: bold;\r\n            margin-bottom: 20px;\r\n            border-radius: 8px;\r\n        }\r\n        \r\n        .feature-description-left {\r\n            color: #E6E7E8;\r\n            font-size: 15px;\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        .feature-image-right {\r\n            background-color: #ffffff;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 25px;\r\n            border-left: 6px solid #EDC032;\r\n        }\r\n        \r\n        .feature-image-right img {\r\n            max-width: 100%;\r\n            height: auto;\r\n            border-radius: 10px;\r\n        }\r\n        \r\n        .feature-content-right {\r\n            padding: 35px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            background-color: #2F4C61;\r\n            text-align: right;\r\n        }\r\n        \r\n        .feature-title-right {\r\n            background-color: #EDC032;\r\n            color: #2F4C61;\r\n            padding: 15px 20px;\r\n            font-size: 22px;\r\n            font-weight: bold;\r\n            margin-bottom: 20px;\r\n            border-radius: 8px;\r\n        }\r\n        \r\n        .feature-description-right {\r\n            color: #E6E7E8;\r\n            font-size: 15px;\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        .feature-image-left {\r\n            background-color: #ffffff;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 25px;\r\n            border-right: 6px solid #EDC032;\r\n        }\r\n        \r\n        .feature-image-left img {\r\n            max-width: 100%;\r\n            height: auto;\r\n            border-radius: 10px;\r\n        }\r\n        \r\n        .feature-divider {\r\n            border-top: 3px dashed #2F4C61;\r\n            margin: 40px auto;\r\n            max-width: 90%;\r\n        }\r\n        \r\n        .collapsible-features {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.4s ease;\r\n        }\r\n        \r\n        .collapsible-features.expanded {\r\n            max-height: 10000px;\r\n        }\r\n        \r\n        .toggle-btn {\r\n            text-align: center;\r\n            margin: 40px 0;\r\n        }\r\n        \r\n        .toggle-btn button {\r\n            background-color: #EDC032;\r\n            color: #2F4C61;\r\n            border: none;\r\n            padding: 15px 40px;\r\n            font-size: 16px;\r\n            font-weight: bold;\r\n            border-radius: 8px;\r\n            cursor: pointer;\r\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\r\n            transition: all 0.3s ease;\r\n        }\r\n        \r\n        .toggle-btn button:hover {\r\n            background-color: #2F4C61;\r\n            color: #EDC032;\r\n            transform: translateY(-2px);\r\n        }\r\n        \r\n        @media (max-width: 768px) {\r\n            .feature-row {\r\n                grid-template-columns: 1fr;\r\n                min-height: auto;\r\n            }\r\n            \r\n            .feature-image-right,\r\n            .feature-image-left {\r\n                border: none;\r\n                border-top: 6px solid #EDC032;\r\n            }\r\n            \r\n            .feature-content-right {\r\n                text-align: left;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"resourceby-features\">\r\n        <div class=\"features-container\">\r\n           <!-- Feature 1: Payroll - Title LEFT, Image RIGHT -->\r\n            <div class=\"feature-row\">\r\n                <div class=\"feature-content-left\">\r\n                    <div class=\"feature-title-left\">What Is Resourceby?<\/div>\r\n                    <div class=\"feature-description-left\">\r\n                       Resourceby \u2014 Human Resources Management platform built for South African businesses. Helping you stay compliant, pay your team right, and simplify every HR process from one place.\r\n                  \r\n                       <br><br>\r\n                      \r\n                       We built Resourceby as an HR Management platform designed specifically for South African businesses \u2014 one that understands local compliance requirements like BCEA, PAYE, UIF, SDL, and Employment Equity, so you don't have to become an expert in all of them just to run your team.\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"feature-image-right\">\r\n                    <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/FAVICON-RESOURCEBY.png\" alt=\"Payroll Processing\">\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"feature-divider\"><\/div>\r\n            \r\n            \r\n            \r\n            <!-- Feature 2: Attendance Tracking - Image LEFT, Title RIGHT -->\r\n            \r\n            \r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <script>\r\n        function toggleFeatures() {\r\n            const moreFeatures = document.getElementById('moreFeatures');\r\n            const toggleBtn = document.getElementById('toggleBtn');\r\n            \r\n            if (moreFeatures.classList.contains('expanded')) {\r\n                moreFeatures.classList.remove('expanded');\r\n                toggleBtn.textContent = 'View More Features';\r\n            } else {\r\n                moreFeatures.classList.add('expanded');\r\n                toggleBtn.textContent = 'Show Less';\r\n            }\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-592feb1 e-grid e-con-boxed e-con e-parent\" data-id=\"592feb1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fb7e97 elementor-widget elementor-widget-video\" data-id=\"7fb7e97\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=oq52wJefXg8&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04de390 elementor-widget elementor-widget-image\" data-id=\"04de390\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.youtube.com\/@Resourceby\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2026\/02\/RSSBY_GFX_ICONS_HOW-TO-01-1024x576.png\" class=\"attachment-large size-large wp-image-690\" alt=\"\" srcset=\"https:\/\/resourceby.com\/wp-content\/uploads\/2026\/02\/RSSBY_GFX_ICONS_HOW-TO-01-1024x576.png 1024w, https:\/\/resourceby.com\/wp-content\/uploads\/2026\/02\/RSSBY_GFX_ICONS_HOW-TO-01-300x169.png 300w, https:\/\/resourceby.com\/wp-content\/uploads\/2026\/02\/RSSBY_GFX_ICONS_HOW-TO-01-768x432.png 768w, https:\/\/resourceby.com\/wp-content\/uploads\/2026\/02\/RSSBY_GFX_ICONS_HOW-TO-01-1536x864.png 1536w, https:\/\/resourceby.com\/wp-content\/uploads\/2026\/02\/RSSBY_GFX_ICONS_HOW-TO-01.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1304ad elementor-widget elementor-widget-video\" data-id=\"e1304ad\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=LmKkmSGdCK0&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5aaffad e-con-full e-flex e-con e-parent\" data-id=\"5aaffad\" data-element_type=\"container\" id=\"benefits\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6850cf4 elementor-widget elementor-widget-heading\" data-id=\"6850cf4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Get our complete 'HOW TO USE RESOURCEBY' manual on our YouTube channel<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b9658 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"f5b9658\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        \r\n        .resourceby-features {\r\n            font-family: 'Century Gothic', 'Futura', 'Arial', sans-serif;\r\n            background-color: #E6E7E8;\r\n            padding: 40px 20px;\r\n        }\r\n        \r\n        .features-container {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .feature-row {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 0;\r\n            margin-bottom: 50px;\r\n            background-color: #ffffff;\r\n            border-radius: 15px;\r\n            overflow: hidden;\r\n            box-shadow: 0 4px 15px rgba(47, 76, 97, 0.15);\r\n            border: 4px solid #2F4C61;\r\n            min-height: 280px;\r\n        }\r\n        \r\n        .feature-row:last-child {\r\n            margin-bottom: 0;\r\n        }\r\n        \r\n        .feature-content-left {\r\n            padding: 35px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            background-color: #2F4C61;\r\n        }\r\n        \r\n        .feature-title-left {\r\n            background-color: #EDC032;\r\n            color: #2F4C61;\r\n            padding: 15px 20px;\r\n            font-size: 22px;\r\n            font-weight: bold;\r\n            margin-bottom: 20px;\r\n            border-radius: 8px;\r\n        }\r\n        \r\n        .feature-description-left {\r\n            color: #E6E7E8;\r\n            font-size: 15px;\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        .feature-image-right {\r\n            background-color: #ffffff;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 25px;\r\n            border-left: 6px solid #EDC032;\r\n        }\r\n        \r\n        .feature-image-right img {\r\n            max-width: 100%;\r\n            height: auto;\r\n            border-radius: 10px;\r\n        }\r\n        \r\n        .feature-content-right {\r\n            padding: 35px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            background-color: #2F4C61;\r\n            text-align: right;\r\n        }\r\n        \r\n        .feature-title-right {\r\n            background-color: #EDC032;\r\n            color: #2F4C61;\r\n            padding: 15px 20px;\r\n            font-size: 22px;\r\n            font-weight: bold;\r\n            margin-bottom: 20px;\r\n            border-radius: 8px;\r\n        }\r\n        \r\n        .feature-description-right {\r\n            color: #E6E7E8;\r\n            font-size: 15px;\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        .feature-image-left {\r\n            background-color: #ffffff;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 25px;\r\n            border-right: 6px solid #EDC032;\r\n        }\r\n        \r\n        .feature-image-left img {\r\n            max-width: 100%;\r\n            height: auto;\r\n            border-radius: 10px;\r\n        }\r\n        \r\n        .feature-divider {\r\n            border-top: 3px dashed #2F4C61;\r\n            margin: 40px auto;\r\n            max-width: 90%;\r\n        }\r\n        \r\n        .collapsible-features {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.4s ease;\r\n        }\r\n        \r\n        .collapsible-features.expanded {\r\n            max-height: 10000px;\r\n        }\r\n        \r\n        .toggle-btn {\r\n            text-align: center;\r\n            margin: 40px 0;\r\n        }\r\n        \r\n        .toggle-btn button {\r\n            background-color: #EDC032;\r\n            color: #2F4C61;\r\n            border: none;\r\n            padding: 15px 40px;\r\n            font-size: 16px;\r\n            font-weight: bold;\r\n            border-radius: 8px;\r\n            cursor: pointer;\r\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\r\n            transition: all 0.3s ease;\r\n        }\r\n        \r\n        .toggle-btn button:hover {\r\n            background-color: #2F4C61;\r\n            color: #EDC032;\r\n            transform: translateY(-2px);\r\n        }\r\n        \r\n        @media (max-width: 768px) {\r\n            .feature-row {\r\n                grid-template-columns: 1fr;\r\n                min-height: auto;\r\n            }\r\n            \r\n            .feature-image-right,\r\n            .feature-image-left {\r\n                border: none;\r\n                border-top: 6px solid #EDC032;\r\n            }\r\n            \r\n            .feature-content-right {\r\n                text-align: left;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"resourceby-features\">\r\n        <div class=\"features-container\">\r\n            \r\n            <!-- Feature 1: Payroll - Title LEFT, Image RIGHT -->\r\n            <div class=\"feature-row\">\r\n                <div class=\"feature-content-left\">\r\n                    <div class=\"feature-title-left\">Quick & Easy Payroll<\/div>\r\n                    <div class=\"feature-description-left\">\r\n                        Generate accurate payslips in minutes. Calculate salaries, deductions, and bonuses automatically with customizable salary structures that fit your company's needs. Say goodbye to spreadsheet errors and late-night calculations.\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"feature-image-right\">\r\n                    <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_pix_035.jpg\" alt=\"Payroll Processing\">\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"feature-divider\"><\/div>\r\n            \r\n            <!-- Feature 2: Attendance Tracking - Image LEFT, Title RIGHT -->\r\n            <div class=\"feature-row\">\r\n                <div class=\"feature-image-left\">\r\n                    <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_pix_026.jpg\" alt=\"Attendance Tracking\">\r\n                <\/div>\r\n                <div class=\"feature-content-right\">\r\n                    <div class=\"feature-title-right\">Smart Attendance Tracking<\/div>\r\n                    <div class=\"feature-description-right\">\r\n                        Employees clock in and out directly from their dashboard. Track attendance in real-time, monitor late arrivals, and generate accurate timesheets automatically. No more manual attendance registers or missing sign-in sheets.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- COLLAPSIBLE SECTION STARTS -->\r\n            <div class=\"collapsible-features\" id=\"moreFeatures\">\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 3: Leave Management - Title LEFT, Image RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-content-left\">\r\n                        <div class=\"feature-title-left\">Leave Management Made Simple<\/div>\r\n                        <div class=\"feature-description-left\">\r\n                            Handle leave requests, approvals, and balances effortlessly. Employees submit requests online, managers approve with one click, and the system automatically updates leave balances. No more email chains or lost leave forms.\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"feature-image-right\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_pix_027.jpg\" alt=\"Leave Management\">\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 4: Employee Database - Image LEFT, Title RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-image-left\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_pix_029.jpg\" alt=\"Employee Records\">\r\n                    <\/div>\r\n                    <div class=\"feature-content-right\">\r\n                        <div class=\"feature-title-right\">All Employee Records in One Place<\/div>\r\n                        <div class=\"feature-description-right\">\r\n                            Store all employee information in one centralized system\u2014personal details, contracts, certifications, and employment history. Find any employee information instantly without digging through filing cabinets or scattered folders.\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 5: Document Storage - Title LEFT, Image RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-content-left\">\r\n                        <div class=\"feature-title-left\">Secure Document Storage<\/div>\r\n                        <div class=\"feature-description-left\">\r\n                            Upload and organize contracts, certifications, ID copies, and compliance documents in one secure location. Access employee files instantly whenever you need them\u2014perfect for audits, renewals, or compliance checks.\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"feature-image-right\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_pix_023.jpeg\" alt=\"Document Storage\">\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 6: Employee Self-Service - Image LEFT, Title RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-image-left\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_pix_032.jpg\" alt=\"Employee Portal\">\r\n                    <\/div>\r\n                    <div class=\"feature-content-right\">\r\n                        <div class=\"feature-title-right\">Employee Self-Service Portal<\/div>\r\n                        <div class=\"feature-description-right\">\r\n                            Empower employees to view payslips, request leave, update personal information, and access company documents on their own. Reduce HR admin time by up to 70% and answer fewer \"Where's my payslip?\" questions.\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 7: Performance Reviews - Title LEFT, Image RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-content-left\">\r\n                        <div class=\"feature-title-left\">Performance Reviews & Goal Setting<\/div>\r\n                        <div class=\"feature-description-left\">\r\n                            Set goals, track progress, and conduct performance reviews all within one platform. Foster employee growth with structured feedback and measurable objectives. Make review season less stressful for everyone.\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"feature-image-right\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_pix_033.jpg\" alt=\"Performance Management\">\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 8: Reporting - Image LEFT, Title RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-image-left\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_pix_028.jpg\" alt=\"HR Reports\">\r\n                    <\/div>\r\n                    <div class=\"feature-content-right\">\r\n                        <div class=\"feature-title-right\">Instant HR Reports & Insights<\/div>\r\n                        <div class=\"feature-description-right\">\r\n                            Generate comprehensive reports on attendance, leave patterns, turnover rates, and more with just a few clicks. Make informed decisions with clear insights that help you understand what's really happening in your workforce.\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 9: Mobile Access - Title LEFT, Image RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-content-left\">\r\n                        <div class=\"feature-title-left\">Access From Any Device<\/div>\r\n                        <div class=\"feature-description-left\">\r\n                            Manage your workforce on the go from your phone, tablet, or computer. Approve leave requests, check attendance, and stay connected with your team from anywhere\u2014whether you're in the office or on-site.\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"feature-image-right\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_pix_036.jpg\" alt=\"Mobile Access\">\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 10: Roles & Permissions - Image LEFT, Title RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-image-left\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Neliswa-Bam-Boardroom03.jpg\" alt=\"User Roles\">\r\n                    <\/div>\r\n                    <div class=\"feature-content-right\">\r\n                        <div class=\"feature-title-right\">Custom Access Controls<\/div>\r\n                        <div class=\"feature-description-right\">\r\n                            Create custom user roles with specific permissions. Control who can view, edit, or approve different HR functions\u2014ensuring sensitive salary information stays private and the right people can do their jobs efficiently.\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n            <\/div>\r\n            <!-- COLLAPSIBLE SECTION ENDS -->\r\n            \r\n            <!-- Toggle Button -->\r\n            <div class=\"toggle-btn\">\r\n                <button onclick=\"toggleFeatures()\" id=\"toggleBtn\">View More Features<\/button>\r\n            <\/div>\r\n            \r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <script>\r\n        function toggleFeatures() {\r\n            const moreFeatures = document.getElementById('moreFeatures');\r\n            const toggleBtn = document.getElementById('toggleBtn');\r\n            \r\n            if (moreFeatures.classList.contains('expanded')) {\r\n                moreFeatures.classList.remove('expanded');\r\n                toggleBtn.textContent = 'View More Features';\r\n            } else {\r\n                moreFeatures.classList.add('expanded');\r\n                toggleBtn.textContent = 'Show Less';\r\n            }\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db3b0c5 e-grid e-con-boxed e-con e-parent\" data-id=\"db3b0c5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c24513b e-con-full e-flex e-con e-parent\" data-id=\"c24513b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-056bc2b elementor-widget-divider--view-line_icon elementor-widget__width-inherit elementor-view-default elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"056bc2b\" data-element_type=\"widget\" id=\"benefits\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon elementor-divider__element\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-star\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"><\/path><\/svg><\/div>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-872542a e-flex e-con-boxed e-con e-parent\" data-id=\"872542a\" data-element_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<div class=\"elementor-element elementor-element-228cfe9 e-con-full e-flex e-con e-child\" data-id=\"228cfe9\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e703f7 e-con-full e-flex e-con e-child\" data-id=\"1e703f7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8482ab7 elementor-widget elementor-widget-heading\" data-id=\"8482ab7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">14 DAY FREE TRIAL<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc483e8 e-con-full e-flex e-con e-child\" data-id=\"dc483e8\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7986a36 e-con-full e-flex e-con e-parent\" data-id=\"7986a36\" data-element_type=\"container\" id=\"pricing\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9c5af58 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"9c5af58\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <style>\r\n        .resourceby-pricing-wrapper {\r\n            background-color: #E6E7E8;\r\n            padding: 60px 20px;\r\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;\r\n            margin: 0;\r\n        }\r\n        \r\n        .resourceby-pricing-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .resourceby-pricing-header {\r\n            text-align: center;\r\n            margin-bottom: 50px;\r\n        }\r\n        \r\n        .resourceby-pricing-header h1 {\r\n            color: #2F4C61;\r\n            font-size: 42px;\r\n            font-weight: bold;\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        .resourceby-pricing-header p {\r\n            color: #2F4C61;\r\n            font-size: 18px;\r\n            margin-bottom: 10px;\r\n        }\r\n        \r\n        .resourceby-pricing-trial {\r\n            color: #EDC032;\r\n            font-size: 16px;\r\n            font-weight: bold;\r\n        }\r\n        \r\n        .resourceby-pricing-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 30px;\r\n            margin-bottom: 50px;\r\n        }\r\n        \r\n        .resourceby-pricing-card {\r\n            background: white;\r\n            border-radius: 10px;\r\n            padding: 0;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\r\n            transition: transform 0.3s, box-shadow 0.3s;\r\n            position: relative;\r\n            border: 1px solid #E6E7E8;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .resourceby-pricing-header-box {\r\n            padding: 25px 25px 20px 25px;\r\n            background: #2F4C61;\r\n            color: white;\r\n        }\r\n        \r\n        .resourceby-pricing-card.featured .resourceby-pricing-header-box {\r\n            background: #EDC032;\r\n            color: #2F4C61;\r\n        }\r\n        \r\n        .resourceby-pricing-body {\r\n            padding: 30px 25px 35px 25px;\r\n        }\r\n        \r\n        .resourceby-pricing-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\r\n        }\r\n        \r\n        .resourceby-pricing-card.featured {\r\n            border: 3px solid #EDC032;\r\n            transform: scale(1.05);\r\n            box-shadow: 0 10px 30px rgba(237, 192, 50, 0.3);\r\n        }\r\n        \r\n        .resourceby-pricing-card.featured:hover {\r\n            transform: translateY(-5px) scale(1.05);\r\n        }\r\n        \r\n        .resourceby-pricing-badge {\r\n            background: rgba(255, 255, 255, 0.3);\r\n            color: #2F4C61;\r\n            font-size: 11px;\r\n            font-weight: bold;\r\n            padding: 4px 12px;\r\n            border-radius: 20px;\r\n            display: inline-block;\r\n            margin-bottom: 12px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n        }\r\n        \r\n        .resourceby-pricing-title {\r\n            color: #FFFFFF;\r\n            font-size: 28px;\r\n            font-weight: bold;\r\n            margin-bottom: 8px;\r\n        }\r\n        \r\n        .resourceby-pricing-card.featured .resourceby-pricing-title {\r\n            color: #2F4C61;\r\n        }\r\n        \r\n        .resourceby-pricing-subtitle {\r\n            color: rgba(255, 255, 255, 0.9);\r\n            font-size: 14px;\r\n            margin-bottom: 0;\r\n            font-style: italic;\r\n        }\r\n        \r\n        .resourceby-pricing-card.featured .resourceby-pricing-subtitle {\r\n            color: #2F4C61;\r\n            opacity: 0.8;\r\n        }\r\n        \r\n        .resourceby-pricing-price {\r\n            margin-bottom: 25px;\r\n        }\r\n        \r\n        .resourceby-pricing-amount {\r\n            color: #2F4C61;\r\n            font-size: 48px;\r\n            font-weight: bold;\r\n        }\r\n        \r\n        .resourceby-pricing-currency {\r\n            font-size: 24px;\r\n            vertical-align: super;\r\n        }\r\n        \r\n        .resourceby-pricing-period {\r\n            color: #666;\r\n            font-size: 16px;\r\n            display: block;\r\n            margin-top: 5px;\r\n        }\r\n        \r\n        .resourceby-pricing-employees {\r\n            background: #f5f5f5;\r\n            padding: 10px;\r\n            border-radius: 5px;\r\n            text-align: center;\r\n            margin-bottom: 25px;\r\n            color: #2F4C61;\r\n            font-weight: bold;\r\n        }\r\n        \r\n        .resourceby-pricing-features {\r\n            list-style: none;\r\n            padding: 0;\r\n            margin-bottom: 30px;\r\n        }\r\n        \r\n        .resourceby-pricing-features li {\r\n            padding: 12px 0;\r\n            border-bottom: 1px solid #f0f0f0;\r\n            color: #555;\r\n            font-size: 15px;\r\n            display: flex;\r\n            align-items: flex-start;\r\n        }\r\n        \r\n        .resourceby-pricing-features li:last-child {\r\n            border-bottom: none;\r\n        }\r\n        \r\n        .resourceby-pricing-features li::before {\r\n            content: \"\u2713\";\r\n            color: #EDC032;\r\n            font-weight: bold;\r\n            font-size: 18px;\r\n            margin-right: 10px;\r\n            flex-shrink: 0;\r\n        }\r\n        \r\n        .resourceby-pricing-features li.unavailable {\r\n            color: #ccc;\r\n        }\r\n        \r\n        .resourceby-pricing-features li.unavailable::before {\r\n            content: \"\u2717\";\r\n            color: #ccc;\r\n        }\r\n        \r\n        .resourceby-pricing-button {\r\n            width: 100%;\r\n            padding: 15px 30px;\r\n            background: #2F4C61;\r\n            color: white;\r\n            border: none;\r\n            border-radius: 5px;\r\n            font-size: 16px;\r\n            font-weight: bold;\r\n            cursor: pointer;\r\n            transition: background 0.3s, transform 0.2s;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n            text-align: center;\r\n        }\r\n        \r\n        .resourceby-pricing-button:hover {\r\n            background: #1a2d3d;\r\n            transform: scale(1.02);\r\n        }\r\n        \r\n        .resourceby-pricing-card.featured .resourceby-pricing-button {\r\n            background: #EDC032;\r\n            color: #2F4C61;\r\n        }\r\n        \r\n        .resourceby-pricing-card.featured .resourceby-pricing-button:hover {\r\n            background: #d4a82a;\r\n        }\r\n        \r\n        .resourceby-pricing-footer {\r\n            background: #2F4C61;\r\n            color: white;\r\n            padding: 40px 30px;\r\n            margin-top: 40px;\r\n            border-radius: 10px;\r\n            text-align: center;\r\n        }\r\n        \r\n        .resourceby-pricing-footer p {\r\n            color: white;\r\n        }\r\n        \r\n        .resourceby-pricing-footer a {\r\n            color: #EDC032;\r\n            text-decoration: underline;\r\n            font-weight: bold;\r\n        }\r\n        \r\n        .resourceby-pricing-footer a:hover {\r\n            color: #d4a82a;\r\n        }\r\n        \r\n        @media (max-width: 768px) {\r\n            .resourceby-pricing-header h1 {\r\n                font-size: 32px;\r\n            }\r\n            \r\n            .resourceby-pricing-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            \r\n            .resourceby-pricing-card.featured {\r\n                transform: scale(1);\r\n            }\r\n            \r\n            .resourceby-pricing-card.featured:hover {\r\n                transform: translateY(-5px);\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"resourceby-pricing-wrapper\">\r\n        <div class=\"resourceby-pricing-container\">\r\n            \r\n            <!-- Header -->\r\n            <div class=\"resourceby-pricing-header\">\r\n                <h1>Choose Your Plan<\/h1>\r\n                <p>Streamline your HR operations with Resourceby<\/p>\r\n                <p class=\"resourceby-pricing-trial\">\u2728 Start your 14-day free trial today - No credit card required<\/p>\r\n            <\/div>\r\n            \r\n            <!-- Pricing Cards -->\r\n            <div class=\"resourceby-pricing-grid\">\r\n                \r\n                <!-- STARTER PLAN -->\r\n                <div class=\"resourceby-pricing-card\">\r\n                    <div class=\"resourceby-pricing-header-box\">\r\n                        <h2 class=\"resourceby-pricing-title\">Starter<\/h2>\r\n                        <p class=\"resourceby-pricing-subtitle\">Essential Employee Management<\/p>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"resourceby-pricing-body\">\r\n                        <div class=\"resourceby-pricing-price\">\r\n                            <span class=\"resourceby-pricing-currency\">R<\/span><span class=\"resourceby-pricing-amount\">2,300<\/span>\r\n                            <span class=\"resourceby-pricing-period\">per year<\/span>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"resourceby-pricing-employees\">\r\n                            Up to 10 Employees\r\n                        <\/div>\r\n                        \r\n                        <ul class=\"resourceby-pricing-features\">\r\n                            <li>Employee Records Management<\/li>\r\n                            <li>Leave Management System<\/li>\r\n                            <li>Public Holiday Calendar<\/li>\r\n                            <li>Company Notices & Announcements<\/li>\r\n                            <li>Basic Employee Reports<\/li>\r\n                            <li class=\"unavailable\">Attendance Tracking & Clock In\/Out<\/li>\r\n                            <li class=\"unavailable\">Payroll Processing & Management<\/li>\r\n                            <li class=\"unavailable\">Employee Expense Reimbursements<\/li>\r\n                            <li class=\"unavailable\">Company Events Calendar<\/li>\r\n                            <li class=\"unavailable\">Internal Team Messaging & Chat<\/li>\r\n                        <\/ul>\r\n                        \r\n                        <a href=\"https:\/\/resourceby.com\/app\/public\/signup\" class=\"resourceby-pricing-button\">Start Free Trial<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- PROFESSIONAL PLAN (FEATURED) -->\r\n                <div class=\"resourceby-pricing-card featured\">\r\n                    <div class=\"resourceby-pricing-header-box\">\r\n                        <div class=\"resourceby-pricing-badge\">Most Popular<\/div>\r\n                        <h2 class=\"resourceby-pricing-title\">Professional<\/h2>\r\n                        <p class=\"resourceby-pricing-subtitle\">Complete HR Operations<\/p>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"resourceby-pricing-body\">\r\n                        <div class=\"resourceby-pricing-price\">\r\n                            <span class=\"resourceby-pricing-currency\">R<\/span><span class=\"resourceby-pricing-amount\">4,900<\/span>\r\n                            <span class=\"resourceby-pricing-period\">per year<\/span>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"resourceby-pricing-employees\">\r\n                            Up to 30 Employees\r\n                        <\/div>\r\n                        \r\n                        <ul class=\"resourceby-pricing-features\">\r\n                            <li>Employee Records Management<\/li>\r\n                            <li>Leave Management System<\/li>\r\n                            <li>Public Holiday Calendar<\/li>\r\n                            <li>Company Notices & Announcements<\/li>\r\n                            <li>Advanced Employee Reports & Analytics<\/li>\r\n                            <li>Attendance Tracking & Clock In\/Out<\/li>\r\n                            <li>Payroll Processing & Management<\/li>\r\n                            <li>Employee Expense Reimbursements<\/li>\r\n                            <li>Company Events Calendar<\/li>\r\n                            <li class=\"unavailable\">Internal Team Messaging & Chat<\/li>\r\n                        <\/ul>\r\n                        \r\n                        <a href=\"https:\/\/resourceby.com\/app\/public\/signup\" class=\"resourceby-pricing-button\">Start Free Trial<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- BUSINESS PLAN -->\r\n                <div class=\"resourceby-pricing-card\">\r\n                    <div class=\"resourceby-pricing-header-box\">\r\n                        <h2 class=\"resourceby-pricing-title\">Business<\/h2>\r\n                        <p class=\"resourceby-pricing-subtitle\">Enterprise HR Suite<\/p>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"resourceby-pricing-body\">\r\n                        <div class=\"resourceby-pricing-price\">\r\n                            <span class=\"resourceby-pricing-currency\">R<\/span><span class=\"resourceby-pricing-amount\">9,600<\/span>\r\n                            <span class=\"resourceby-pricing-period\">per year<\/span>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"resourceby-pricing-employees\">\r\n                            Up to 75 Employees\r\n                        <\/div>\r\n                        \r\n                        <ul class=\"resourceby-pricing-features\">\r\n                            <li>Employee Records Management<\/li>\r\n                            <li>Leave Management System<\/li>\r\n                            <li>Public Holiday Calendar<\/li>\r\n                            <li>Company Notices & Announcements<\/li>\r\n                            <li>Comprehensive Reporting Suite<\/li>\r\n                            <li>Attendance Tracking & Clock In\/Out<\/li>\r\n                            <li>Payroll Processing & Management<\/li>\r\n                            <li>Employee Expense Reimbursements<\/li>\r\n                            <li>Company Events Calendar<\/li>\r\n                            <li>Internal Team Messaging & Chat<\/li>\r\n                        <\/ul>\r\n                        \r\n                        <a href=\"https:\/\/resourceby.com\/app\/public\/signup\" class=\"resourceby-pricing-button\">Start Free Trial<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n            <\/div>\r\n            \r\n            <!-- Footer -->\r\n            <div class=\"resourceby-pricing-footer\">\r\n                <p style=\"font-size: 20px; margin-bottom: 15px;\"><strong>Enterprise Custom Installations<\/strong><\/p>\r\n                <p style=\"margin-bottom: 20px;\">For organizations requiring full CRM capabilities and custom integrations, we offer tailored Enterprise solutions starting at R65,000.<\/p>\r\n                \r\n                <p style=\"margin-bottom: 10px;\"><strong>Additional features available on request:<\/strong><\/p>\r\n                <p style=\"font-size: 14px; line-height: 1.8; margin-bottom: 25px;\">\r\n                    Client Management \u2022 Project Tracking \u2022 Time Logging \u2022 Task Management \u2022 Invoicing & Estimates \u2022 \r\n                    Contracts with E-Signatures \u2022 Products & Orders \u2022 Lead Management \u2022 Support Tickets \u2022 \r\n                    Knowledge Base \u2022 Client Portal \u2022 Bank Account Integration \u2022 Custom Workflows \u2022 \r\n                    Unlimited Employees \u2022 Dedicated Support Team\r\n                <\/p>\r\n                \r\n                <p><a href=\"#contact\" style=\"color: #EDC032; text-decoration: underline; font-weight: bold;\">Contact us for a custom Enterprise quote<\/a><\/p>\r\n            <\/div>\r\n            \r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cffdb50 e-con-full e-flex e-con e-parent\" data-id=\"cffdb50\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ed8edca e-con-full e-flex e-con e-child\" data-id=\"ed8edca\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-32fc0a2 e-con-full e-flex e-con e-child\" data-id=\"32fc0a2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-735e135 elementor-widget elementor-widget-heading\" data-id=\"735e135\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CUSTOMISED ENTERPRISE CRM FEATURES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-48f80e1 e-con-full e-flex e-con e-child\" data-id=\"48f80e1\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ac4d5c8 e-flex e-con-boxed e-con e-parent\" data-id=\"ac4d5c8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e7a241 elementor-widget elementor-widget-html\" data-id=\"3e7a241\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        \r\n        .resourceby-features {\r\n            font-family: 'Century Gothic', 'Futura', 'Arial', sans-serif;\r\n            background-color: #E6E7E8;\r\n            padding: 40px 20px;\r\n        }\r\n        \r\n        .features-container {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .feature-row {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 0;\r\n            margin-bottom: 50px;\r\n            background-color: #ffffff;\r\n            border-radius: 15px;\r\n            overflow: hidden;\r\n            box-shadow: 0 4px 15px rgba(47, 76, 97, 0.15);\r\n            border: 4px solid #2F4C61;\r\n            min-height: 280px;\r\n        }\r\n        \r\n        .feature-row:last-child {\r\n            margin-bottom: 0;\r\n        }\r\n        \r\n        .feature-content-left {\r\n            padding: 35px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            background-color: #2F4C61;\r\n        }\r\n        \r\n        .feature-title-left {\r\n            background-color: #EDC032;\r\n            color: #2F4C61;\r\n            padding: 15px 20px;\r\n            font-size: 22px;\r\n            font-weight: bold;\r\n            margin-bottom: 20px;\r\n            border-radius: 8px;\r\n        }\r\n        \r\n        .feature-description-left {\r\n            color: #E6E7E8;\r\n            font-size: 15px;\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        .feature-image-right {\r\n            background-color: #ffffff;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 25px;\r\n            border-left: 6px solid #EDC032;\r\n        }\r\n        \r\n        .feature-image-right img {\r\n            max-width: 100%;\r\n            height: auto;\r\n            border-radius: 10px;\r\n        }\r\n        \r\n        .feature-content-right {\r\n            padding: 35px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            background-color: #2F4C61;\r\n            text-align: right;\r\n        }\r\n        \r\n        .feature-title-right {\r\n            background-color: #EDC032;\r\n            color: #2F4C61;\r\n            padding: 15px 20px;\r\n            font-size: 22px;\r\n            font-weight: bold;\r\n            margin-bottom: 20px;\r\n            border-radius: 8px;\r\n        }\r\n        \r\n        .feature-description-right {\r\n            color: #E6E7E8;\r\n            font-size: 15px;\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        .feature-image-left {\r\n            background-color: #ffffff;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 25px;\r\n            border-right: 6px solid #EDC032;\r\n        }\r\n        \r\n        .feature-image-left img {\r\n            max-width: 100%;\r\n            height: auto;\r\n            border-radius: 10px;\r\n        }\r\n        \r\n        .feature-divider {\r\n            border-top: 3px dashed #2F4C61;\r\n            margin: 40px auto;\r\n            max-width: 90%;\r\n        }\r\n        \r\n        .collapsible-features {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.4s ease;\r\n        }\r\n        \r\n        .collapsible-features.expanded {\r\n            max-height: 10000px;\r\n        }\r\n        \r\n        .toggle-btn {\r\n            text-align: center;\r\n            margin: 40px 0;\r\n        }\r\n        \r\n        .toggle-btn button {\r\n            background-color: #EDC032;\r\n            color: #2F4C61;\r\n            border: none;\r\n            padding: 15px 40px;\r\n            font-size: 16px;\r\n            font-weight: bold;\r\n            border-radius: 8px;\r\n            cursor: pointer;\r\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\r\n            transition: all 0.3s ease;\r\n        }\r\n        \r\n        .toggle-btn button:hover {\r\n            background-color: #2F4C61;\r\n            color: #EDC032;\r\n            transform: translateY(-2px);\r\n        }\r\n        \r\n        @media (max-width: 768px) {\r\n            .feature-row {\r\n                grid-template-columns: 1fr;\r\n                min-height: auto;\r\n            }\r\n            \r\n            .feature-image-right,\r\n            .feature-image-left {\r\n                border: none;\r\n                border-top: 6px solid #EDC032;\r\n            }\r\n            \r\n            .feature-content-right {\r\n                text-align: left;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"resourceby-features\">\r\n        <div class=\"features-container\">\r\n            \r\n            <!-- Feature 1: Client Management - Title LEFT, Image RIGHT -->\r\n            <div class=\"feature-row\">\r\n                <div class=\"feature-content-left\">\r\n                    <div class=\"feature-title-left\">Complete Client Database (CRM)<\/div>\r\n                    <div class=\"feature-description-left\">\r\n                        Manage all your clients in one place\u2014contact details, project history, contracts, and communication logs. Build stronger relationships with organized client information at your fingertips.\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"feature-image-right\">\r\n                    <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_icon_001.jpg\" alt=\"CRM System\">\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"feature-divider\"><\/div>\r\n            \r\n            <!-- Feature 2: Project Management - Image LEFT, Title RIGHT -->\r\n            <div class=\"feature-row\">\r\n                <div class=\"feature-image-left\">\r\n                    <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_icon_002.jpg\" alt=\"Project Management\">\r\n                <\/div>\r\n                <div class=\"feature-content-right\">\r\n                    <div class=\"feature-title-right\">Advanced Project Management<\/div>\r\n                    <div class=\"feature-description-right\">\r\n                        Track multiple projects simultaneously with task assignments, milestones, timelines, and progress monitoring. Keep teams aligned and projects on schedule with visual Kanban boards and Gantt charts.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- COLLAPSIBLE SECTION STARTS -->\r\n            <div class=\"collapsible-features\" id=\"moreEnterpriseFeatures\">\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 3: Invoicing - Title LEFT, Image RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-content-left\">\r\n                        <div class=\"feature-title-left\">Professional Invoicing System<\/div>\r\n                        <div class=\"feature-description-left\">\r\n                            Create and send professional invoices directly to clients. Track payments, send reminders, and download invoices as PDFs. Streamline your billing cycle from estimate to payment.\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"feature-image-right\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_icon_003.jpg\" alt=\"Invoicing\">\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 4: Estimates & Proposals - Image LEFT, Title RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-image-left\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_icon_004.jpg\" alt=\"Estimates\">\r\n                    <\/div>\r\n                    <div class=\"feature-content-right\">\r\n                        <div class=\"feature-title-right\">Quote & Proposal Management<\/div>\r\n                        <div class=\"feature-description-right\">\r\n                            Generate professional estimates and proposals in minutes. Convert approved estimates directly into projects and invoices\u2014eliminating duplicate data entry.\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 5: Task Management - Title LEFT, Image RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-content-left\">\r\n                        <div class=\"feature-title-left\">Task Assignment & Tracking<\/div>\r\n                        <div class=\"feature-description-left\">\r\n                            Assign tasks to team members, set deadlines, and monitor progress in real-time. Use visual task boards to see what's being worked on, what's completed, and what needs attention.\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"feature-image-right\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_icon_005.jpg\" alt=\"Task Board\">\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 6: Time Tracking - Image LEFT, Title RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-image-left\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_icon_006.jpg\" alt=\"Time Tracking\">\r\n                    <\/div>\r\n                    <div class=\"feature-content-right\">\r\n                        <div class=\"feature-title-right\">Project Time Tracking<\/div>\r\n                        <div class=\"feature-description-right\">\r\n                            Track billable hours per project and task. Generate accurate timesheets for client billing and analyze where your team's time is being spent for better project costing.\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 7: Expense Management - Title LEFT, Image RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-content-left\">\r\n                        <div class=\"feature-title-left\">Project Expense Tracking<\/div>\r\n                        <div class=\"feature-description-left\">\r\n                            Record and categorize project expenses automatically. Attach receipts, track reimbursements, and monitor project profitability with real-time expense vs. income reports.\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"feature-image-right\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_icon_007.jpg\" alt=\"Expenses\">\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 8: Client Portal - Image LEFT, Title RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-image-left\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_icon_008.jpg\" alt=\"Client Portal\">\r\n                    <\/div>\r\n                    <div class=\"feature-content-right\">\r\n                        <div class=\"feature-title-right\">Dedicated Client Portal<\/div>\r\n                        <div class=\"feature-description-right\">\r\n                            Give clients secure access to view project progress, download invoices, approve estimates, and raise support tickets\u2014improving transparency and client satisfaction.\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 9: Ticket System - Title LEFT, Image RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-content-left\">\r\n                        <div class=\"feature-title-left\">Support Ticket Management<\/div>\r\n                        <div class=\"feature-description-left\">\r\n                            Handle client and employee support requests efficiently. Assign tickets to team members, track resolution times, and maintain a complete history of all support interactions.\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"feature-image-right\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_icon_009.jpg\" alt=\"Tickets\">\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 10: Contracts & E-Signatures - Image LEFT, Title RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-image-left\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_icon_0010.jpg\" alt=\"Contracts\">\r\n                    <\/div>\r\n                    <div class=\"feature-content-right\">\r\n                        <div class=\"feature-title-right\">Digital Contracts & E-Signatures<\/div>\r\n                        <div class=\"feature-description-right\">\r\n                            Create, send, and sign contracts digitally. Clients can review and sign agreements online, eliminating printing, scanning, and courier delays.\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 11: Financial Reports - Title LEFT, Image RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-content-left\">\r\n                        <div class=\"feature-title-left\">Advanced Financial Reporting<\/div>\r\n                        <div class=\"feature-description-left\">\r\n                            Generate income vs. expense reports, profit margins per project, and cash flow forecasts. Make informed business decisions with comprehensive financial analytics.\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"feature-image-right\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_icon_0011.jpg\" alt=\"Financial Reports\">\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"feature-divider\"><\/div>\r\n                \r\n                <!-- Feature 12: Team Messaging - Image LEFT, Title RIGHT -->\r\n                <div class=\"feature-row\">\r\n                    <div class=\"feature-image-left\">\r\n                        <img decoding=\"async\" src=\"https:\/\/resourceby.com\/wp-content\/uploads\/2025\/12\/Resourceby_icon_0012.jpg\" alt=\"Team Chat\">\r\n                    <\/div>\r\n                    <div class=\"feature-content-right\">\r\n                        <div class=\"feature-title-right\">Real-Time Team Messaging<\/div>\r\n                        <div class=\"feature-description-right\">\r\n                            Keep communication flowing with built-in team messaging. Discuss projects, share updates, and collaborate in real-time\u2014all within the same platform.\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n            <\/div>\r\n            <!-- COLLAPSIBLE SECTION ENDS -->\r\n            \r\n            <!-- Toggle Button -->\r\n            <div class=\"toggle-btn\">\r\n                <button onclick=\"toggleEnterpriseFeatures()\" id=\"toggleEnterpriseBtn\">View More Features<\/button>\r\n            <\/div>\r\n            \r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <script>\r\n        function toggleEnterpriseFeatures() {\r\n            const moreFeatures = document.getElementById('moreEnterpriseFeatures');\r\n            const toggleBtn = document.getElementById('toggleEnterpriseBtn');\r\n            \r\n            if (moreFeatures.classList.contains('expanded')) {\r\n                moreFeatures.classList.remove('expanded');\r\n                toggleBtn.textContent = 'View More Features';\r\n            } else {\r\n                moreFeatures.classList.add('expanded');\r\n                toggleBtn.textContent = 'Show Less';\r\n            }\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c9c0bd e-con-full e-flex e-con e-parent\" data-id=\"8c9c0bd\" data-element_type=\"container\" id=\"contact\">\n\t\t\t\t<div class=\"elementor-element elementor-element-191aa54 elementor-widget-divider--view-line_icon elementor-widget__width-inherit elementor-view-default elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"191aa54\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon elementor-divider__element\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-tools\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M501.1 395.7L384 278.6c-23.1-23.1-57.6-27.6-85.4-13.9L192 158.1V96L64 0 0 64l96 128h62.1l106.6 106.6c-13.6 27.8-9.2 62.3 13.9 85.4l117.1 117.1c14.6 14.6 38.2 14.6 52.7 0l52.7-52.7c14.5-14.6 14.5-38.2 0-52.7zM331.7 225c28.3 0 54.9 11 74.9 31l19.4 19.4c15.8-6.9 30.8-16.5 43.8-29.5 37.1-37.1 49.7-89.3 37.9-136.7-2.2-9-13.5-12.1-20.1-5.5l-74.4 74.4-67.9-11.3L334 98.9l74.4-74.4c6.6-6.6 3.4-17.9-5.7-20.2-47.4-11.7-99.6.9-136.6 37.9-28.5 28.5-41.9 66.1-41.2 103.6l82.1 82.1c8.1-1.9 16.5-2.9 24.7-2.9zm-103.9 82l-56.7-56.7L18.7 402.8c-25 25-25 65.5 0 90.5s65.5 25 90.5 0l123.6-123.6c-7.6-19.9-9.9-41.6-5-62.7zM64 472c-13.2 0-24-10.8-24-24 0-13.3 10.7-24 24-24s24 10.7 24 24c0 13.2-10.7 24-24 24z\"><\/path><\/svg><\/div>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3be5d54 e-con-full e-flex e-con e-parent\" data-id=\"3be5d54\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bfe6578 elementor-widget-divider--view-line_icon elementor-widget__width-inherit elementor-view-default elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"bfe6578\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon elementor-divider__element\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-file-invoice-dollar\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 80v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8zm144 263.88V440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-24.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V232c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v24.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07z\"><\/path><\/svg><\/div>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2a36efb e-flex e-con-boxed e-con e-parent\" data-id=\"2a36efb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e0e5dfe e-con-full e-flex e-con e-child\" data-id=\"e0e5dfe\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2818946 elementor-widget elementor-widget-shortcode\" data-id=\"2818946\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f274-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"274\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F50#wpcf7-f274-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"274\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.3\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f274-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><label> Your name<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> Your email<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n<\/p>\n<p><label> Subject<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-subject\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" \/><\/span> <\/label>\n<\/p>\n<p><label> Your message (optional)<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e4f2b25 e-con-full e-flex e-con e-child\" data-id=\"e4f2b25\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6896fda elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"6896fda\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-envelope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b653d47 elementor-widget elementor-widget-heading\" data-id=\"b653d47\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Email Us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97b393f elementor-widget elementor-widget-text-editor\" data-id=\"97b393f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"text-gray-900 font-medium mb-1\">webcontact@resourceby.com<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5078e39 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5078e39\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-dot-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6683ea7 elementor-widget elementor-widget-heading\" data-id=\"6683ea7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Find Us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d97b1b5 elementor-widget elementor-widget-text-editor\" data-id=\"d97b1b5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"text-gray-900 font-medium mb-1\">3 Waterford Place, Johannesburg, South Africa<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-71e6095 e-flex e-con-boxed e-con e-parent\" data-id=\"71e6095\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fbeb707 elementor-widget elementor-widget-wp-widget-custom_html\" data-id=\"fbeb707\" data-element_type=\"widget\" data-widget_type=\"wp-widget-custom_html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"textwidget custom-html-widget\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>What Is Resourceby? Resourceby \u2014 Human Resources Management platform built for South African businesses. Helping you stay compliant, pay your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-50","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/resourceby.com\/index.php?rest_route=\/wp\/v2\/pages\/50","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/resourceby.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/resourceby.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/resourceby.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/resourceby.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=50"}],"version-history":[{"count":430,"href":"https:\/\/resourceby.com\/index.php?rest_route=\/wp\/v2\/pages\/50\/revisions"}],"predecessor-version":[{"id":726,"href":"https:\/\/resourceby.com\/index.php?rest_route=\/wp\/v2\/pages\/50\/revisions\/726"}],"wp:attachment":[{"href":"https:\/\/resourceby.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=50"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}