{"id":542,"date":"2026-04-29T22:00:02","date_gmt":"2026-04-29T14:00:02","guid":{"rendered":"https:\/\/dgtide.com\/?page_id=542"},"modified":"2026-05-22T20:53:29","modified_gmt":"2026-05-22T12:53:29","slug":"service","status":"publish","type":"page","link":"https:\/\/dgtide.com\/?page_id=542","title":{"rendered":"Service"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"542\" class=\"elementor elementor-542\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5523ca e-flex e-con-boxed e-con e-parent\" data-id=\"e5523ca\" 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-5f1ab8f elementor-widget elementor-widget-html\" data-id=\"5f1ab8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>TAIDE - Our Services<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            background: #f5f5f5;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .services-section {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 60px 20px;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .section-header h2 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 15px;\n            letter-spacing: 2px;\n        }\n\n        .section-header p {\n            font-size: 1.1rem;\n            color: #666;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        \/* Service Cards Grid *\/\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n            margin-bottom: 60px;\n        }\n\n        .service-card {\n            background: #fff;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .service-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 40px rgba(0,0,0,0.12);\n        }\n\n        .service-card img {\n            width: 100%;\n            height: 220px;\n            object-fit: cover;\n            display: block;\n        }\n\n        .service-content {\n            padding: 25px;\n        }\n\n        .service-content h3 {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            margin-bottom: 10px;\n        }\n\n        .service-content p {\n            font-size: 0.95rem;\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Featured Service - Large Layout *\/\n        .featured-service {\n            display: flex;\n            background: #fff;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.1);\n            margin-bottom: 60px;\n        }\n\n        .featured-image {\n            width: 50%;\n            min-height: 400px;\n            object-fit: cover;\n        }\n\n        .featured-content {\n            width: 50%;\n            padding: 50px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        .featured-content h3 {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 20px;\n        }\n\n        .featured-content p {\n            font-size: 1.05rem;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 25px;\n        }\n\n        .feature-list {\n            list-style: none;\n        }\n\n        .feature-list li {\n            padding: 10px 0;\n            font-size: 1rem;\n            color: #444;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .feature-list li::before {\n            content: \"\u2713\";\n            width: 24px;\n            height: 24px;\n            background: #1a1a1a;\n            color: #fff;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.8rem;\n            flex-shrink: 0;\n        }\n\n        \/* Two Column Services *\/\n        .two-col-services {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n        }\n\n        .col-service {\n            display: flex;\n            background: #fff;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n        }\n\n        .col-service img {\n            width: 45%;\n            object-fit: cover;\n        }\n\n        .col-content {\n            width: 55%;\n            padding: 30px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        .col-content h3 {\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: #1a1a1a;\n            margin-bottom: 12px;\n        }\n\n        .col-content p {\n            font-size: 0.95rem;\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 992px) {\n            .services-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .featured-service {\n                flex-direction: column;\n            }\n\n            .featured-image,\n            .featured-content {\n                width: 100%;\n            }\n\n            .featured-image {\n                min-height: 300px;\n            }\n\n            .two-col-services {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 576px) {\n            .section-header h2 {\n                font-size: 1.8rem;\n            }\n\n            .services-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .col-service {\n                flex-direction: column;\n            }\n\n            .col-service img,\n            .col-content {\n                width: 100%;\n            }\n\n            .col-service img {\n                height: 200px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"services-section\">\n        <!-- Section Header -->\n        <div class=\"section-header\">\n            <h2>TAIDE SERVICES<\/h2>\n            <p>From design to delivery, we provide comprehensive menswear solutions tailored to your brand needs<\/p>\n        <\/div>\n\n        <!-- Top 3 Service Cards -->\n        <div class=\"services-grid\">\n            <div class=\"service-card\">\n                <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/dgtide.com\/wp-content\/uploads\/2026\/05\/2.1-2.jpg?w=1220&#038;ssl=1\" alt=\"Custom Tailoring\">\n                <div class=\"service-content\">\n                    <h3>Custom Tailoring<\/h3>\n                    <p>Precision measurements and bespoke craftsmanship to create perfectly fitted menswear that reflects your unique style and brand identity.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"service-card\">\n                <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/dgtide.com\/wp-content\/uploads\/2026\/05\/2.2-2.jpg?w=1220&#038;ssl=1\" alt=\"Quality Craftsmanship\">\n                <div class=\"service-content\">\n                    <h3>Quality Craftsmanship<\/h3>\n                    <p>Expert stitching and attention to detail ensure every garment meets the highest standards of durability and refined finishing.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"service-card\">\n                <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/dgtide.com\/wp-content\/uploads\/2026\/05\/2.3-2.jpg?w=1220&#038;ssl=1\" alt=\"Manufacturing\">\n                <div class=\"service-content\">\n                    <h3>Large-Scale Manufacturing<\/h3>\n                    <p>State-of-the-art production facilities with skilled workforce capable of handling bulk orders while maintaining consistent quality.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Featured Service - Brand Customization -->\n        <div class=\"featured-service\">\n            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/dgtide.com\/wp-content\/uploads\/2026\/05\/2.4-1.jpg?w=1220&#038;ssl=1\" alt=\"Brand Customization\" class=\"featured-image\">\n            <div class=\"featured-content\">\n                <h3>Brand Customization<\/h3>\n                <p>Elevate your brand with our comprehensive private label and OEM services. From logo embroidery to custom packaging, we help you build a distinctive brand presence in the competitive menswear market.<\/p>\n                <ul class=\"feature-list\">\n                    <li>Custom labels and tags<\/li>\n                    <li>Logo embroidery and printing<\/li>\n                    <li>Branded packaging solutions<\/li>\n                    <li>Complete brand identity support<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <!-- Bottom 2 Column Services -->\n        <div class=\"two-col-services\">\n            <div class=\"col-service\">\n                <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/dgtide.com\/wp-content\/uploads\/2026\/05\/2.5-1.jpg?w=1220&#038;ssl=1\" alt=\"Global Logistics\">\n                <div class=\"col-content\">\n                    <h3>Global Logistics<\/h3>\n                    <p>Reliable worldwide shipping via sea and air freight. We ensure timely delivery to your doorstep, wherever your business operates.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"col-service\">\n                <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/dgtide.com\/wp-content\/uploads\/2026\/05\/2.6-1.jpg?w=1220&#038;ssl=1\" alt=\"Visual Content\">\n                <div class=\"col-content\">\n                    <h3>Visual Content Creation<\/h3>\n                    <p>Professional photography and videography services to showcase your products with stunning visuals that drive sales and engagement.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\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>TAIDE &#8211; Our Services TAIDE SERVICES From design to delivery, we provide comprehensive menswear solutions tailored to your brand needs Custom Tailoring<span class=\"excerpt-hellip\"> [\u2026]<\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_wpcom_ai_launchpad_about_page":false,"_wpcom_ai_launchpad_gallery_page":false,"_wpcom_ai_launchpad_contact_page":false,"_wpcom_ai_launchpad_events_page":false,"_wpcom_ai_launchpad_video_page":false,"_wpcom_ai_launchpad_portfolio_piece":false,"footnotes":""},"class_list":["post-542","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/dgtide.com\/index.php?rest_route=\/wp\/v2\/pages\/542","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dgtide.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dgtide.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dgtide.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dgtide.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=542"}],"version-history":[{"count":4,"href":"https:\/\/dgtide.com\/index.php?rest_route=\/wp\/v2\/pages\/542\/revisions"}],"predecessor-version":[{"id":1498,"href":"https:\/\/dgtide.com\/index.php?rest_route=\/wp\/v2\/pages\/542\/revisions\/1498"}],"wp:attachment":[{"href":"https:\/\/dgtide.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=542"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}