{"id":48,"date":"2026-04-17T01:44:40","date_gmt":"2026-04-17T01:44:40","guid":{"rendered":"https:\/\/sf.goodwillcoder.co.in\/?page_id=48"},"modified":"2026-04-18T01:25:50","modified_gmt":"2026-04-18T01:25:50","slug":"home_page","status":"publish","type":"page","link":"https:\/\/sf.goodwillcoder.co.in\/","title":{"rendered":"ROOT"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"48\" class=\"elementor elementor-48\">\n\t\t\t\t<div class=\"elementor-element elementor-element-91ccf8f e-flex e-con-boxed e-con e-parent\" data-id=\"91ccf8f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c02e52 elementor-widget elementor-widget-html\" data-id=\"7c02e52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\/* Container styling to create the floating pill *\/\r\n.custom-pill-nav {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    flex-wrap: wrap; \/* Added to allow menu to drop down on mobile *\/\r\n    background-color: #2a2a2a;\r\n    border: 1px solid rgba(255, 255, 255, 0.2);\r\n    border-radius: 100px;\r\n    margin: 20px auto;\r\n    max-width: 1000px;\r\n    padding: 15px 40px;\r\n    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);\r\n    font-family: sans-serif;\r\n    position: sticky;\r\n    top: 20px;\r\n    z-index: 9999;\r\n    transition: all 0.3s ease; \/* Smooth expansion for the pill *\/\r\n}\r\n\r\n\/* Left side Logo styling *\/\r\n.custom-pill-nav .brand {\r\n    color: #C6FF5E; \/* Neon Yellow *\/\r\n    font-weight: 900;\r\n    font-size: 24px;\r\n    text-decoration: none;\r\n    letter-spacing: 1px;\r\n}\r\n\r\n.custom-pill-nav .brand-dot {\r\n    color: #ffffff;\r\n}\r\n\r\n\/* Hamburger Toggle Button (Hidden on Desktop) *\/\r\n.custom-pill-nav .mobile-toggle {\r\n    display: none;\r\n    background: none;\r\n    border: none;\r\n    cursor: pointer;\r\n    padding: 5px;\r\n}\r\n\r\n.custom-pill-nav .mobile-toggle svg {\r\n    width: 28px;\r\n    height: 28px;\r\n    fill: #C6FF5E;\r\n    transition: fill 0.3s ease;\r\n}\r\n\r\n.custom-pill-nav .mobile-toggle:hover svg {\r\n    fill: #ffffff;\r\n}\r\n\r\n\/* Right side Links grouping *\/\r\n.custom-pill-nav .nav-links {\r\n    display: flex;\r\n    gap: 30px;\r\n    align-items: center;\r\n}\r\n\r\n\/* Individual links styling *\/\r\n.custom-pill-nav .nav-links a {\r\n    color: #C6FF5E; \/* Neon Yellow *\/\r\n    text-decoration: none;\r\n    font-weight: 600;\r\n    font-size: 15px;\r\n    transition: color 0.3s ease;\r\n}\r\n\r\n\/* The active link color *\/\r\n.custom-pill-nav .nav-links a.active {\r\n    color: #ffffff !important; \r\n}\r\n\r\n\/* Hover effect *\/\r\n.custom-pill-nav .nav-links a:hover {\r\n    color: #ffffff;\r\n}\r\n\r\n\/* Cart Icon SVG styling *\/\r\n.custom-pill-nav .cart-icon {\r\n    width: 22px;\r\n    height: 22px;\r\n    fill: #C6FF5E;\r\n    cursor: pointer;\r\n    transition: fill 0.3s ease;\r\n}\r\n\r\n.custom-pill-nav .cart-icon:hover {\r\n    fill: #ffffff;\r\n}\r\n\r\n\/* Mobile responsive styling (Tablet view breakpoint) *\/\r\n@media (max-width: 768px) {\r\n    .custom-pill-nav {\r\n        border-radius: 25px; \/* Slightly squarer radius looks better when expanded *\/\r\n        padding: 15px 25px;\r\n    }\r\n    \r\n    .custom-pill-nav .mobile-toggle {\r\n        display: block; \/* Show the hamburger menu *\/\r\n    }\r\n\r\n    .custom-pill-nav .nav-links {\r\n        display: none; \/* Hide links by default on mobile *\/\r\n        width: 100%; \/* Force onto a new line *\/\r\n        flex-direction: column;\r\n        gap: 20px;\r\n        padding-top: 20px;\r\n        padding-bottom: 10px;\r\n        align-items: center;\r\n    }\r\n\r\n    \/* Class toggled via JS to show the menu *\/\r\n    .custom-pill-nav .nav-links.show {\r\n        display: flex;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<nav class=\"custom-pill-nav\">\r\n    <a href=\"\/\" class=\"brand\">SYNTAX<span class=\"brand-dot\"><\/span><\/a>\r\n    \r\n    <button class=\"mobile-toggle\" aria-label=\"Toggle navigation\">\r\n        <svg viewBox=\"0 0 24 24\">\r\n            <path d=\"M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2z\"\/>\r\n        <\/svg>\r\n    <\/button>\r\n    \r\n    <div class=\"nav-links\">\r\n        <a href=\"\/\">Home<\/a>\r\n        <a href=\"\/index.php\/library\/\">Library<\/a>\r\n        \r\n        <a href=\"\/index.php\/manifesto\/\">About Us<\/a>\r\n        <a href=\"\/index.php\/contact\">Contact<\/a>\r\n         <a href=\"\/index.php\/my-account\">My Account<\/a>\r\n        \r\n        <a href=\"\/index.php\/cart\/\" aria-label=\"Cart\">\r\n            <svg class=\"cart-icon\" viewBox=\"0 0 24 24\">\r\n                <path d=\"M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z\"\/>\r\n            <\/svg>\r\n        <\/a>\r\n    <\/div>\r\n<\/nav>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n    \/\/ --- Active Link Logic ---\r\n    const currentPath = window.location.pathname.replace(\/\\\/$\/, \"\"); \r\n    const navLinks = document.querySelectorAll('.custom-pill-nav .nav-links a');\r\n\r\n    navLinks.forEach(link => {\r\n        const linkPath = new URL(link.href).pathname.replace(\/\\\/$\/, \"\");\r\n        if (currentPath === linkPath || (currentPath === \"\" && linkPath === \"\")) {\r\n            link.classList.add('active');\r\n        }\r\n    });\r\n\r\n    \/\/ --- Mobile Menu Toggle Logic ---\r\n    const mobileToggle = document.querySelector('.mobile-toggle');\r\n    const navMenu = document.querySelector('.nav-links');\r\n\r\n    mobileToggle.addEventListener('click', function() {\r\n        navMenu.classList.toggle('show');\r\n    });\r\n});\r\n<\/script>\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-71f2025 e-con-full e-flex e-con e-parent\" data-id=\"71f2025\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2c07c20 e-con-full e-flex e-con e-child\" data-id=\"2c07c20\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61eb44a elementor-widget elementor-widget-heading\" data-id=\"61eb44a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">DIRECTORY_ROOT_01<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9b8c7c elementor-widget elementor-widget-heading\" data-id=\"a9b8c7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">SYSTEM_V1.0<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49e5f52 elementor-widget elementor-widget-heading\" data-id=\"49e5f52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">\/\/<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33e3f2b elementor-widget elementor-widget-heading\" data-id=\"33e3f2b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">INITIAL_DROP<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a43bb6 elementor-widget elementor-widget-button\" data-id=\"0a43bb6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">ACCESS_COLLECTION<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5dda7aa elementor-widget elementor-widget-heading\" data-id=\"5dda7aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">DEMO_DATA\n<br>\n<br>\nHigh density tectical weave with\n<br>\npremium quality fabrics\n<br>\n<br>\nAvailable in 3 varients<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f688f28 e-con-full e-flex e-con e-child\" data-id=\"f688f28\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eb24f39 e-flex e-con-boxed e-con e-parent\" data-id=\"eb24f39\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-91896a7 e-con-full e-flex e-con e-child\" data-id=\"91896a7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-162f4b5 elementor-widget elementor-widget-heading\" data-id=\"162f4b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">METADATA_01<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-caf5bde elementor-widget elementor-widget-heading\" data-id=\"caf5bde\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Deployments<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3001b96 elementor-widget elementor-widget-heading\" data-id=\"3001b96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">View_Library\ud83d\udd17<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5cb1106 e-con-full e-flex e-con e-child\" data-id=\"5cb1106\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8acdd8d elementor-widget elementor-widget-heading\" data-id=\"8acdd8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">METADATA_02<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bfe69d1 elementor-widget elementor-widget-heading\" data-id=\"bfe69d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Deployments<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-171f5e3 elementor-widget elementor-widget-heading\" data-id=\"171f5e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">View_Library\ud83d\udd17<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cb4d17d e-con-full e-flex e-con e-child\" data-id=\"cb4d17d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a3402c9 elementor-widget elementor-widget-heading\" data-id=\"a3402c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">METADATA_03<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a2ba509 elementor-widget elementor-widget-heading\" data-id=\"a2ba509\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Deployments<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02a6140 elementor-widget elementor-widget-heading\" data-id=\"02a6140\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">View_Library\ud83d\udd17<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a0388dd e-con-full e-flex e-con e-child\" data-id=\"a0388dd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c7e4fa9 elementor-widget elementor-widget-heading\" data-id=\"c7e4fa9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">METADATA_04<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3aef283 elementor-widget elementor-widget-heading\" data-id=\"3aef283\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Deployments<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73bcfa0 elementor-widget elementor-widget-heading\" data-id=\"73bcfa0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">View_Library\ud83d\udd17<\/h6>\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-bdc528a e-con-full e-flex e-con e-parent\" data-id=\"bdc528a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8178c7a e-con-full e-flex e-con e-child\" data-id=\"8178c7a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b89d90 elementor-widget elementor-widget-heading\" data-id=\"7b89d90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">TACTICAL_ANALYSIS<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45b0144 elementor-widget elementor-widget-heading\" data-id=\"45b0144\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CORE_SCHEMATICS<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a375e8 e-con-full e-flex e-con e-child\" data-id=\"5a375e8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b109d82 e-con-full e-flex e-con e-child\" data-id=\"b109d82\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f21e62 elementor-widget elementor-widget-heading\" data-id=\"4f21e62\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">CODE_URL_AUTHENTIC\n<BR>\nVERIFICATION_SUCCESSFUL<\/h6>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5df9168 e-con-full e-flex e-con e-child\" data-id=\"5df9168\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26a1126 elementor-widget elementor-widget-heading\" data-id=\"26a1126\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">DIRECTORY_ROOT_01<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9444a17 elementor-widget elementor-widget-heading\" data-id=\"9444a17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Intelligent_Automation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cdc9da elementor-widget elementor-widget-heading\" data-id=\"3cdc9da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Because these terms are highly thematic, I recommend adding small, subtle tooltips or micro-copy underneath the technical terms <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2290df1 e-con-full e-flex e-con e-child\" data-id=\"2290df1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-faf12dd elementor-widget elementor-widget-heading\" data-id=\"faf12dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">DIRECTORY_ROOT_01<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-620d050 elementor-widget elementor-widget-heading\" data-id=\"620d050\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Intelligent_Automation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0eb66eb elementor-widget elementor-widget-heading\" data-id=\"0eb66eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Because these terms are highly thematic, I recommend adding small, subtle tooltips or micro-copy underneath the technical terms <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e294abe e-con-full e-flex e-con e-child\" data-id=\"e294abe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1b0756 elementor-widget elementor-widget-heading\" data-id=\"f1b0756\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ACCESS_MANIFESTO<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f9b711 elementor-widget elementor-widget-heading\" data-id=\"2f9b711\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Style\nthis like a GitHub repository page or a file directory tree. The items here are\nno longer\u200b<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe0c63e e-con-full e-flex e-con e-parent\" data-id=\"fe0c63e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19e385a elementor-widget elementor-widget-heading\" data-id=\"19e385a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">ONGOING_OPERATION<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72327f0 elementor-widget elementor-widget-heading\" data-id=\"72327f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ACTIVE_INVENTORY<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f40f75 eael-product-grid-column-4 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"8f40f75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid eael-product-reveal masonry\" id=\"eael-product-grid\" data-widget-id=\"8f40f75\" data-page-id=\"48\" data-nonce=\"1a00f8951a\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender eael-post-appender-8f40f75\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\" data-layout-mode=\"masonry\"> <li class=\"product \">\n<div class=\"eael-product-wrap\" data-src=\"\" data-src-hover=\"\">\n    <img fetchpriority=\"high\" decoding=\"async\" width=\"241\" height=\"300\" src=\"https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-241x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail wvs-archive-product-image\" alt=\"CARGO_PANT_MOD Modular Leg \/\/\" loading=\"eager\" srcset=\"https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-241x300.png 241w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-822x1024.png 822w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-768x957.png 768w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-1233x1536.png 1233w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-64x80.png 64w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-600x748.png 600w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704.png 1610w\" sizes=\"(max-width: 241px) 100vw, 241px\" \/><div class=\"eael-product-title\">\n    <a href=\"https:\/\/sf.goodwillcoder.co.in\/index.php\/product\/cargo_pant_mod-modular-leg-system-copy\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">CARGO_PANT_MOD Modular Leg \/\/<\/h2><\/a>\n    <\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">Rated <strong class=\"rating\">0<\/strong> out of 5<\/span><\/div><span class=\"onsale sale-preset-1 \">Sale!<\/span><div class=\"eael-product-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>499.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;499.00.<\/span><\/div>    <a data-pid=\"93\" class=\"shopengine_add_to_list_action shopengine-wishlist badge se-btn inactive\" href=\"#\" ><i class=\"shopengine-icon-add_to_favourite_1\"><\/i><\/a><a title='Quick View' class='shopengine-quickview-trigger se-btn'\n\t\t\t\t\tdata-source-url='https:\/\/sf.goodwillcoder.co.in\/index.php\/product\/cargo_pant_mod-modular-leg-system-copy\/'\n\t\t\t\t\thref='https:\/\/sf.goodwillcoder.co.in\/index.php\/product\/cargo_pant_mod-modular-leg-system-copy\/'>\n\t\t\t\t\t<i class=\"shopengine-icon-quick_view_1\"><\/i>\n\t\t\t\t<\/a><a href=\"\/index.php\/wp-json\/wp\/v2\/pages\/48?add-to-cart=93\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_93\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"93\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;CARGO_PANT_MOD Modular Leg \/\/&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;CARGO_PANT_MOD Modular Leg \/\/&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a><a data-payload='{\"pid\":93}' class=\"shopengine_comparison_add_to_list_action shopengine-comparison badge se-btn inactive\"> <i class=\"shopengine-icon-product_compare_1\"><\/i> <\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_93\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n    \n<\/div>\n\n<\/li> <li class=\"product \">\n<div class=\"eael-product-wrap\" data-src=\"\" data-src-hover=\"\">\n    <img decoding=\"async\" width=\"238\" height=\"300\" src=\"https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_hoodie-e1776389984526-238x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail wvs-archive-product-image\" alt=\"ATK_01 Tactical Articulated Hoodie\" loading=\"eager\" srcset=\"https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_hoodie-e1776389984526-238x300.png 238w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_hoodie-e1776389984526-812x1024.png 812w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_hoodie-e1776389984526-768x968.png 768w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_hoodie-e1776389984526-1219x1536.png 1219w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_hoodie-e1776389984526-63x80.png 63w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_hoodie-e1776389984526-600x756.png 600w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_hoodie-e1776389984526.png 1598w\" sizes=\"(max-width: 238px) 100vw, 238px\" \/><div class=\"eael-product-title\">\n    <a href=\"https:\/\/sf.goodwillcoder.co.in\/index.php\/product\/atk_01-tactical-articulated-hoodie\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">ATK_01 Tactical Articulated Hoodie<\/h2><\/a>\n    <\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">Rated <strong class=\"rating\">0<\/strong> out of 5<\/span><\/div><span class=\"onsale sale-preset-1 \">Sale!<\/span><div class=\"eael-product-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>499.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;499.00.<\/span><\/div>    <a data-pid=\"92\" class=\"shopengine_add_to_list_action shopengine-wishlist badge se-btn inactive\" href=\"#\" ><i class=\"shopengine-icon-add_to_favourite_1\"><\/i><\/a><a title='Quick View' class='shopengine-quickview-trigger se-btn'\n\t\t\t\t\tdata-source-url='https:\/\/sf.goodwillcoder.co.in\/index.php\/product\/atk_01-tactical-articulated-hoodie\/'\n\t\t\t\t\thref='https:\/\/sf.goodwillcoder.co.in\/index.php\/product\/atk_01-tactical-articulated-hoodie\/'>\n\t\t\t\t\t<i class=\"shopengine-icon-quick_view_1\"><\/i>\n\t\t\t\t<\/a><a href=\"\/index.php\/wp-json\/wp\/v2\/pages\/48?add-to-cart=92\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_92\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"92\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;ATK_01 Tactical Articulated Hoodie&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;ATK_01 Tactical Articulated Hoodie&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a><a data-payload='{\"pid\":92}' class=\"shopengine_comparison_add_to_list_action shopengine-comparison badge se-btn inactive\"> <i class=\"shopengine-icon-product_compare_1\"><\/i> <\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_92\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n    \n<\/div>\n\n<\/li> <li class=\"product \">\n<div class=\"eael-product-wrap\" data-src=\"\" data-src-hover=\"\">\n    <img decoding=\"async\" width=\"252\" height=\"300\" src=\"https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo-252x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail wvs-archive-product-image\" alt=\"VENT_GRID Short-Sleeve Technical Base Layer\" loading=\"eager\" srcset=\"https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo-252x300.png 252w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo-861x1024.png 861w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo-768x914.png 768w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo-1291x1536.png 1291w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo-1722x2048.png 1722w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo-67x80.png 67w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo-600x714.png 600w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo.png 1888w\" sizes=\"(max-width: 252px) 100vw, 252px\" \/><div class=\"eael-product-title\">\n    <a href=\"https:\/\/sf.goodwillcoder.co.in\/index.php\/product\/vent_grid-short-sleeve-technical-base-layer\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">VENT_GRID Short-Sleeve Technical Base Layer<\/h2><\/a>\n    <\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">Rated <strong class=\"rating\">0<\/strong> out of 5<\/span><\/div><span class=\"onsale sale-preset-1 \">Sale!<\/span><div class=\"eael-product-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>499.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;499.00.<\/span><\/div>    <a data-pid=\"90\" class=\"shopengine_add_to_list_action shopengine-wishlist badge se-btn inactive\" href=\"#\" ><i class=\"shopengine-icon-add_to_favourite_1\"><\/i><\/a><a title='Quick View' class='shopengine-quickview-trigger se-btn'\n\t\t\t\t\tdata-source-url='https:\/\/sf.goodwillcoder.co.in\/index.php\/product\/vent_grid-short-sleeve-technical-base-layer\/'\n\t\t\t\t\thref='https:\/\/sf.goodwillcoder.co.in\/index.php\/product\/vent_grid-short-sleeve-technical-base-layer\/'>\n\t\t\t\t\t<i class=\"shopengine-icon-quick_view_1\"><\/i>\n\t\t\t\t<\/a><a href=\"\/index.php\/wp-json\/wp\/v2\/pages\/48?add-to-cart=90\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_90\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"90\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;VENT_GRID Short-Sleeve Technical Base Layer&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;VENT_GRID Short-Sleeve Technical Base Layer&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a><a data-payload='{\"pid\":90}' class=\"shopengine_comparison_add_to_list_action shopengine-comparison badge se-btn inactive\"> <i class=\"shopengine-icon-product_compare_1\"><\/i> <\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_90\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n    \n<\/div>\n\n<\/li> <li class=\"product \">\n<div class=\"eael-product-wrap\" data-src=\"\" data-src-hover=\"\">\n    <img decoding=\"async\" width=\"241\" height=\"300\" src=\"https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-241x300.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail wvs-archive-product-image\" alt=\"CARGO_PANT_MOD Modular Leg System\" loading=\"eager\" srcset=\"https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-241x300.png 241w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-822x1024.png 822w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-768x957.png 768w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-1233x1536.png 1233w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-64x80.png 64w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704-600x748.png 600w, https:\/\/sf.goodwillcoder.co.in\/wp-content\/uploads\/2026\/04\/demo_trcakpant-e1776473783704.png 1610w\" sizes=\"(max-width: 241px) 100vw, 241px\" \/><div class=\"eael-product-title\">\n    <a href=\"https:\/\/sf.goodwillcoder.co.in\/index.php\/product\/cargo_pant_mod-modular-leg-system\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">CARGO_PANT_MOD Modular Leg System<\/h2><\/a>\n    <\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">Rated <strong class=\"rating\">0<\/strong> out of 5<\/span><\/div><span class=\"onsale sale-preset-1 \">Sale!<\/span><div class=\"eael-product-price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>999.00<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#8377;999.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8377;<\/span>499.00<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#8377;499.00.<\/span><\/div>    <a data-pid=\"89\" class=\"shopengine_add_to_list_action shopengine-wishlist badge se-btn inactive\" href=\"#\" ><i class=\"shopengine-icon-add_to_favourite_1\"><\/i><\/a><a title='Quick View' class='shopengine-quickview-trigger se-btn'\n\t\t\t\t\tdata-source-url='https:\/\/sf.goodwillcoder.co.in\/index.php\/product\/cargo_pant_mod-modular-leg-system\/'\n\t\t\t\t\thref='https:\/\/sf.goodwillcoder.co.in\/index.php\/product\/cargo_pant_mod-modular-leg-system\/'>\n\t\t\t\t\t<i class=\"shopengine-icon-quick_view_1\"><\/i>\n\t\t\t\t<\/a><a href=\"\/index.php\/wp-json\/wp\/v2\/pages\/48?add-to-cart=89\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_89\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"89\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;CARGO_PANT_MOD Modular Leg System&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;CARGO_PANT_MOD Modular Leg System&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a><a data-payload='{\"pid\":89}' class=\"shopengine_comparison_add_to_list_action shopengine-comparison badge se-btn inactive\"> <i class=\"shopengine-icon-product_compare_1\"><\/i> <\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_89\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n    \n<\/div>\n\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-8f40f75\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9dd6310 e-flex e-con-boxed e-con e-parent\" data-id=\"9dd6310\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t\t\t\t<p class=\"e-debc8a4-363e3a8 e-paragraph-base\" data-interaction-id=\"debc8a4\"  >\n\t\t\t\t\t\t\t\t<strong><em>Copyright \u00a9 2026 SYNTAX Clothing | Developed by Goodwill Coder<\/em><\/strong>\n\t\t\t\t\t<\/p>\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>SYNTAX Home Library About Us Contact My Account DIRECTORY_ROOT_01 SYSTEM_V1.0 \/\/ INITIAL_DROP ACCESS_COLLECTION DEMO_DATA High density tectical weave with premium quality fabrics Available in 3 varients METADATA_01 Deployments View_Library\ud83d\udd17 METADATA_02 Deployments View_Library\ud83d\udd17 METADATA_03 Deployments View_Library\ud83d\udd17 METADATA_04 Deployments View_Library\ud83d\udd17 TACTICAL_ANALYSIS CORE_SCHEMATICS CODE_URL_AUTHENTIC VERIFICATION_SUCCESSFUL DIRECTORY_ROOT_01 Intelligent_Automation Because these terms are highly thematic, I recommend adding small, subtle [&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-48","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sf.goodwillcoder.co.in\/index.php\/wp-json\/wp\/v2\/pages\/48","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sf.goodwillcoder.co.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sf.goodwillcoder.co.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sf.goodwillcoder.co.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sf.goodwillcoder.co.in\/index.php\/wp-json\/wp\/v2\/comments?post=48"}],"version-history":[{"count":121,"href":"https:\/\/sf.goodwillcoder.co.in\/index.php\/wp-json\/wp\/v2\/pages\/48\/revisions"}],"predecessor-version":[{"id":356,"href":"https:\/\/sf.goodwillcoder.co.in\/index.php\/wp-json\/wp\/v2\/pages\/48\/revisions\/356"}],"wp:attachment":[{"href":"https:\/\/sf.goodwillcoder.co.in\/index.php\/wp-json\/wp\/v2\/media?parent=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}