{"id":57,"date":"2025-11-09T13:12:06","date_gmt":"2025-11-09T13:12:06","guid":{"rendered":"https:\/\/metalmindglobal.com\/?page_id=57"},"modified":"2025-11-09T22:20:39","modified_gmt":"2025-11-09T22:20:39","slug":"services","status":"publish","type":"page","link":"https:\/\/metalmindglobal.com\/index.php\/services\/","title":{"rendered":"Services"},"content":{"rendered":"\n\n<!-- \n    FINAL OPTIMIZATION FOR WORDPRESS:\n    1. CRITICAL FIX: Switched the layout logic from Flexbox to CSS Grid. Grid is often more resilient to external WordPress theme style conflicts.\n    2. The Dark Blue Hero Banner is kept to fill the white space below the main navigation.\n    3. All external dependencies (Tailwind and Bootstrap Icons) are included at the top.\n-->\n\n<!-- Load External Dependencies (REQUIRED) -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap-icons@1.11.3\/font\/bootstrap-icons.min.css\">\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n<script>\n    \/\/ Must re-define the colors for Tailwind classes to work\n    tailwind.config = {\n        theme: {\n            extend: {\n                colors: {\n                    'mmg-blue': '#0A2540',\n                    'mmg-orange': '#FF6600',\n                },\n                fontFamily: {\n                    sans: ['Inter', 'sans-serif'],\n                },\n            }\n        }\n    }\n<\/script>\n\n<style>\n    \/* CRITICAL FIX: Ensure full width on mobile devices, then 3 columns on desktop using CSS Grid. *\/\n    .service-pillars {\n        display: grid !important; \/* Force Grid display *\/\n        \/* Default: 1 Column on Mobile *\/\n        grid-template-columns: 1fr !important;\n        \n        gap: 2.5rem !important; \/* Equivalent to Tailwind gap-10 (40px) *\/\n        margin-top: 3rem !important; \/* Equivalent to Tailwind mt-12 (48px) *\/\n        padding: 0 !important; \n        margin-left: auto !important;\n        margin-right: auto !important;\n    }\n\n    \/* Apply 3-column layout only on screens 768px (md: equivalent) and wider *\/\n    @media (min-width: 768px) {\n        .service-pillars {\n             \/* Desktop: 3 equal columns *\/\n            grid-template-columns: repeat(3, 1fr) !important;\n        }\n    }\n    \n    .service-item {\n        \/* Reset any conflicting flex\/width properties *\/\n        width: 100% !important; \n        box-sizing: border-box;\n        transition: all 0.3s ease;\n        transform: translateY(0);\n    }\n    \n    .service-item:hover {\n        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);\n        transform: translateY(-5px);\n    }\n\n    \/* Standard Icon and Typography styles *\/\n    .bi { font-size: 2rem; }\n    .bi-check-circle-fill { font-size: 1.25rem; }\n\n    \/* Fix for hero to start immediately after the WordPress header *\/\n    .hero-banner {\n        padding-top: 0 !important; \n        margin-top: 0 !important;\n    }\n<\/style>\n\n\n<!-- Core Services Overview Section (CONTENT AREA) -->\n<div class=\"pt-16 pb-24 sm:pb-32 bg-white\"> \n    <!-- \n        *** UPDATED *** Removed mobile\/tablet padding (px-4 sm:px-6). \n        Padding (lg:px-8) now only applies on large screens.\n    -->\n    <div class=\"max-w-7xl mx-auto lg:px-8\">\n        <div class=\"text-center px-4 sm:px-0\"> <!-- Added padding here just for the centered text -->\n            <h2 class=\"text-base text-mmg-orange font-semibold tracking-wide uppercase\">Our Expertise<\/h2>\n            <p class=\"mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl\">\n                Services Built on Reliability and Global Standards\n            <\/p>\n        <\/div>\n\n        <!-- Service Pillars Grid - USES FORCED CSS GRID LAYOUT -->\n        <div class=\"service-pillars px-4 sm:px-6 lg:px-0\"> <!-- Added padding for mobile\/tablet here -->\n            \n            <!-- Pillar 1: End-to-End Equipment Integration -->\n            <div class=\"service-item bg-white p-8 rounded-xl shadow-lg border-t-4 border-mmg-orange\">\n                <!-- Icon remains centered -->\n                <div class=\"flex items-center justify-center h-16 w-16 rounded-full bg-mmg-orange\/10 text-mmg-orange mx-auto\">\n                    <i class=\"bi bi-gear-fill\"><\/i>\n                <\/div>\n                <!-- *** FIXED: text-center removed, text-left added *** -->\n                <h3 class=\"mt-6 text-xl font-bold text-gray-900 text-left\">End-to-End Equipment Integration<\/h3>\n                <!-- Paragraph is left-aligned -->\n                <p class=\"mt-4 text-base text-gray-600 text-left\">\n                    We handle the entire process from initial consultation and procurement to on-site installation and commissioning. This ensures your new machinery is integrated seamlessly with existing operations, minimizing downtime and maximizing output quality. Includes full testing and staff training.\n                <\/p>\n            <\/div>\n\n            <!-- Pillar 2: Cross-Border Supply Chain Optimization -->\n            <div class=\"service-item bg-white p-8 rounded-xl shadow-lg border-t-4 border-mmg-orange\">\n                <!-- Icon remains centered -->\n                <div class=\"flex items-center justify-center h-16 w-16 rounded-full bg-mmg-orange\/10 text-mmg-orange mx-auto\">\n                    <i class=\"bi bi-truck\"><\/i>\n                <\/div>\n                <!-- *** FIXED: text-center removed, text-left added *** -->\n                <h3 class=\"mt-6 text-xl font-bold text-gray-900 text-left\">Global Sourcing &#038; Logistics<\/h3>\n                <!-- Paragraph is left-aligned -->\n                <p class=\"mt-4 text-base text-gray-600 text-left\">\n                    Leverage our international network to source specialized industrial equipment, spare parts, and components. We streamline import documentation, customs clearance, and secure transportation to ensure your supply chain is resilient, timely, and cost-effective.\n                <\/p>\n            <\/div>\n            \n            <!-- Pillar 3: After-Sales Support & Maintenance -->\n            <div class=\"service-item bg-white p-8 rounded-xl shadow-lg border-t-4 border-mmg-orange\">\n                <!-- Icon remains centered -->\n                <div class=\"flex items-center justify-center h-16 w-16 rounded-full bg-mmg-orange\/10 text-mmg-orange mx-auto\">\n                    <i class=\"bi bi-tools\"><\/i> \n                <\/div>\n                <!-- *** FIXED: text-center removed, text-left added *** -->\n                <h3 class=\"mt-6 text-xl font-bold text-gray-900 text-left\">Certified After-Sales Support<\/h3>\n                <!-- Paragraph is left-aligned -->\n                <p class=\"mt-4 text-base text-gray-600 text-left\">\n                    Ensure the longevity and peak performance of your investment. We provide authorized warranty fulfillment, routine preventative maintenance contracts, and on-demand technical support from certified engineers. Our focus is on minimizing unexpected breakdowns.\n                <\/p>\n            <\/div>\n        <\/div>\n        \n        <!-- Trust and Compliance Bar -->\n        <div class=\"mt-16 text-center px-4 sm:px-0\"> <!-- Added padding here just for the centered text -->\n            <p class=\"text-lg font-medium text-gray-700\">\n                <span class=\"text-mmg-orange font-bold\">Compliance Assured:<\/span> We operate with full <strong>SGS, ISO &#038; safety adherence.<\/strong>\n            <\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n<!-- Full Width Feature Highlight (Image Section) -->\n<div class=\"bg-white py-20\">\n    <!-- \n        *** UPDATED *** Removed mobile\/tablet padding (px-4 sm:px-6). \n        Padding (lg:px-8) now only applies on large screens.\n    -->\n    <div class=\"max-w-7xl mx-auto lg:px-8\">\n        <div class=\"lg:grid lg:grid-cols-12 lg:gap-8 px-4 sm:px-6 lg:px-0\"> <!-- Added padding for mobile\/tablet here -->\n            <div class=\"lg:col-span-6\">\n                <h2 class=\"text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl\">\n                    Why Choose MMG for Industrial Equipment?\n                <\/h2>\n                <!-- \n                    *** UPDATED SECTION ***\n                    Each <li> now contains a <div> to group the text,\n                    ensuring it wraps correctly on mobile devices and doesn't \n                    flow under the icon.\n                -->\n                <ul class=\"mt-8 space-y-4 text-lg text-gray-700\">\n                    <li class=\"flex items-start\">\n                        <i class=\"bi bi-check-circle-fill flex-shrink-0 h-6 w-6 text-mmg-orange mr-2 mt-1\"><\/i>\n                        <!-- This <div> groups the text so it wraps correctly -->\n                        <div>\n                            <span class=\"font-semibold\">Local Expertise:<\/span> Deep understanding of Pakistani industrial requirements and compliance.\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i class=\"bi bi-check-circle-fill flex-shrink-0 h-6 w-6 text-mmg-orange mr-2 mt-1\"><\/i>\n                        <!-- This <div> groups the text so it wraps correctly -->\n                        <div>\n                            <span class=\"font-semibold\">Global Reach:<\/span> Trusted sourcing partners across Asia, Europe, and North America.\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i class=\"bi bi-check-circle-fill flex-shrink-0 h-6 w-6 text-mmg-orange mr-2 mt-1\"><\/i>\n                        <!-- This <div> groups the text so it wraps correctly -->\n                        <div>\n                            <span class=\"font-semibold\">Dedicated Aftercare:<\/span> We stand by our products long after installation with prompt, qualified support.\n                        <\/div>\n                    <\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"mt-12 lg:mt-0 lg:col-span-6 flex items-center justify-center\">\n                <img decoding=\"async\" src=\"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-08-at-21.06.28_ce73b435.jpg\" alt=\"Industrial Equipment\" class=\"w-full h-full object-cover rounded-xl shadow-lg\">\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<!-- Call to Action Section (Link updated) -->\n<div class=\"bg-mmg-orange py-20\">\n    <!-- \n        *** UPDATED *** Removed mobile\/tablet padding (px-4 sm:px-6). \n        Padding (lg:px-8) now only applies on large screens.\n        Added px-4 sm:px-6 directly to the content div for mobile.\n    -->\n    <div class=\"max-w-7xl mx-auto lg:px-8 text-center text-white px-4 sm:px-6 lg:px-0\">\n        <h2 class=\"text-3xl font-bold sm:text-4xl text-white\">\n            Ready to Optimize Your Operations?\n        <\/h2>\n        <p class=\"mt-4 text-xl max-w-4xl mx-auto text-white opacity-90\">\n            Contact our B2B team today to schedule a consultation and see how our integrated solutions can deliver real value to your bottom line.\n        <\/p>\n        <a href=\"https:\/\/metalmindglobal.com\/index.php\/contact-us\/\" class=\"mt-8 inline-flex items-center justify-center px-8 py-4 border border-transparent text-base font-bold rounded-full shadow-lg text-mmg-orange bg-white hover:bg-gray-100 transition duration-300 ease-in-out transform hover:scale-105\">\n            Request a Consultation\n        <\/a>\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Our Expertise Services Built on Reliability and Global Standards End-to-End Equipment Integration We handle the entire process from initial consultation and procurement to on-site installation and commissioning. This ensures your new machinery is integrated seamlessly with existing operations, minimizing downtime and maximizing output quality. Includes full testing and staff training. Global Sourcing &#038; Logistics Leverage [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-57","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Services - Metal Mind Global<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/metalmindglobal.com\/index.php\/services\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Services - Metal Mind Global\" \/>\n<meta property=\"og:description\" content=\"Our Expertise Services Built on Reliability and Global Standards End-to-End Equipment Integration We handle the entire process from initial consultation and procurement to on-site installation and commissioning. This ensures your new machinery is integrated seamlessly with existing operations, minimizing downtime and maximizing output quality. Includes full testing and staff training. Global Sourcing &#038; Logistics Leverage [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/metalmindglobal.com\/index.php\/services\/\" \/>\n<meta property=\"og:site_name\" content=\"Metal Mind Global\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-09T22:20:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-08-at-21.06.28_ce73b435.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/metalmindglobal.com\/index.php\/services\/\",\"url\":\"https:\/\/metalmindglobal.com\/index.php\/services\/\",\"name\":\"Services - Metal Mind Global\",\"isPartOf\":{\"@id\":\"https:\/\/metalmindglobal.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/metalmindglobal.com\/index.php\/services\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/metalmindglobal.com\/index.php\/services\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-08-at-21.06.28_ce73b435.jpg\",\"datePublished\":\"2025-11-09T13:12:06+00:00\",\"dateModified\":\"2025-11-09T22:20:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/metalmindglobal.com\/index.php\/services\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/metalmindglobal.com\/index.php\/services\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/metalmindglobal.com\/index.php\/services\/#primaryimage\",\"url\":\"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-08-at-21.06.28_ce73b435.jpg\",\"contentUrl\":\"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-08-at-21.06.28_ce73b435.jpg\",\"width\":1279,\"height\":788},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/metalmindglobal.com\/index.php\/services\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/metalmindglobal.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Services\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/metalmindglobal.com\/#website\",\"url\":\"https:\/\/metalmindglobal.com\/\",\"name\":\"Metal Mind Global\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/metalmindglobal.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/metalmindglobal.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/metalmindglobal.com\/#organization\",\"name\":\"Metal Mind Global\",\"url\":\"https:\/\/metalmindglobal.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/metalmindglobal.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/mmg-logo-horizontal-png-white-scaled.png\",\"contentUrl\":\"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/mmg-logo-horizontal-png-white-scaled.png\",\"width\":2560,\"height\":812,\"caption\":\"Metal Mind Global\"},\"image\":{\"@id\":\"https:\/\/metalmindglobal.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Services - Metal Mind Global","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/metalmindglobal.com\/index.php\/services\/","og_locale":"en_US","og_type":"article","og_title":"Services - Metal Mind Global","og_description":"Our Expertise Services Built on Reliability and Global Standards End-to-End Equipment Integration We handle the entire process from initial consultation and procurement to on-site installation and commissioning. This ensures your new machinery is integrated seamlessly with existing operations, minimizing downtime and maximizing output quality. Includes full testing and staff training. Global Sourcing &#038; Logistics Leverage [&hellip;]","og_url":"https:\/\/metalmindglobal.com\/index.php\/services\/","og_site_name":"Metal Mind Global","article_modified_time":"2025-11-09T22:20:39+00:00","og_image":[{"url":"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-08-at-21.06.28_ce73b435.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/metalmindglobal.com\/index.php\/services\/","url":"https:\/\/metalmindglobal.com\/index.php\/services\/","name":"Services - Metal Mind Global","isPartOf":{"@id":"https:\/\/metalmindglobal.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/metalmindglobal.com\/index.php\/services\/#primaryimage"},"image":{"@id":"https:\/\/metalmindglobal.com\/index.php\/services\/#primaryimage"},"thumbnailUrl":"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-08-at-21.06.28_ce73b435.jpg","datePublished":"2025-11-09T13:12:06+00:00","dateModified":"2025-11-09T22:20:39+00:00","breadcrumb":{"@id":"https:\/\/metalmindglobal.com\/index.php\/services\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/metalmindglobal.com\/index.php\/services\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/metalmindglobal.com\/index.php\/services\/#primaryimage","url":"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-08-at-21.06.28_ce73b435.jpg","contentUrl":"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-08-at-21.06.28_ce73b435.jpg","width":1279,"height":788},{"@type":"BreadcrumbList","@id":"https:\/\/metalmindglobal.com\/index.php\/services\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/metalmindglobal.com\/"},{"@type":"ListItem","position":2,"name":"Services"}]},{"@type":"WebSite","@id":"https:\/\/metalmindglobal.com\/#website","url":"https:\/\/metalmindglobal.com\/","name":"Metal Mind Global","description":"","publisher":{"@id":"https:\/\/metalmindglobal.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/metalmindglobal.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/metalmindglobal.com\/#organization","name":"Metal Mind Global","url":"https:\/\/metalmindglobal.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/metalmindglobal.com\/#\/schema\/logo\/image\/","url":"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/mmg-logo-horizontal-png-white-scaled.png","contentUrl":"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/mmg-logo-horizontal-png-white-scaled.png","width":2560,"height":812,"caption":"Metal Mind Global"},"image":{"@id":"https:\/\/metalmindglobal.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/pages\/57","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/comments?post=57"}],"version-history":[{"count":9,"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/pages\/57\/revisions"}],"predecessor-version":[{"id":157,"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/pages\/57\/revisions\/157"}],"wp:attachment":[{"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/media?parent=57"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}