{"id":534,"date":"2026-04-29T21:58:06","date_gmt":"2026-04-29T13:58:06","guid":{"rendered":"https:\/\/dgtide.com\/?page_id=534"},"modified":"2026-05-21T20:49:49","modified_gmt":"2026-05-21T12:49:49","slug":"global-shipping","status":"publish","type":"page","link":"https:\/\/dgtide.com\/?page_id=534","title":{"rendered":"Global Shipping"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"534\" class=\"elementor elementor-534\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7307a07 e-con-full e-flex e-con e-parent\" data-id=\"7307a07\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-64b64b4 e-con-full e-flex e-con e-child\" data-id=\"64b64b4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2847199 elementor-widget elementor-widget-heading\" data-id=\"2847199\" 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\">Global Shipping<\/h2>\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-8c13263 e-flex e-con-boxed e-con e-parent\" data-id=\"8c13263\" 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-b964acf elementor-widget elementor-widget-html\" data-id=\"b964acf\" 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>Global Shipping<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;\n            background: #f5f5f7;\n            color: #1d1d1f;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            padding: 40px 20px;\n        }\n\n        .shipping-section {\n            max-width: 1100px;\n            width: 100%;\n        }\n\n        \/* Section Header *\/\n        .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .section-header h2 {\n            font-size: 32px;\n            font-weight: 600;\n            letter-spacing: -0.5px;\n            color: #1d1d1f;\n            margin-bottom: 12px;\n        }\n\n        .section-header p {\n            font-size: 16px;\n            color: #86868b;\n            font-weight: 400;\n            line-height: 1.5;\n        }\n\n        \/* Shipping Methods Grid *\/\n        .shipping-methods {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px;\n            margin-bottom: 48px;\n        }\n\n        .method-card {\n            background: #ffffff;\n            border-radius: 16px;\n            padding: 40px 32px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            cursor: default;\n        }\n\n        .method-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);\n        }\n\n        .method-icon {\n            width: 64px;\n            height: 64px;\n            margin: 0 auto 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #f5f5f7;\n            border-radius: 16px;\n        }\n\n        .method-icon img {\n            width: 36px;\n            height: 36px;\n            object-fit: contain;\n        }\n\n        .method-card h3 {\n            font-size: 18px;\n            font-weight: 600;\n            color: #1d1d1f;\n            margin-bottom: 8px;\n        }\n\n        .method-card p {\n            font-size: 14px;\n            color: #86868b;\n            line-height: 1.5;\n        }\n\n        \/* Services Row *\/\n        .services-row {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 24px;\n        }\n\n        .service-card {\n            background: #ffffff;\n            border-radius: 16px;\n            padding: 36px 32px;\n            display: flex;\n            align-items: center;\n            gap: 24px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            cursor: default;\n        }\n\n        .service-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);\n        }\n\n        .service-icon {\n            width: 56px;\n            height: 56px;\n            min-width: 56px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #f5f5f7;\n            border-radius: 14px;\n        }\n\n        .service-icon img {\n            width: 32px;\n            height: 32px;\n            object-fit: contain;\n        }\n\n        .service-info h3 {\n            font-size: 17px;\n            font-weight: 600;\n            color: #1d1d1f;\n            margin-bottom: 6px;\n        }\n\n        .service-info p {\n            font-size: 14px;\n            color: #86868b;\n            line-height: 1.5;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .shipping-methods {\n                grid-template-columns: 1fr;\n                gap: 16px;\n            }\n\n            .services-row {\n                grid-template-columns: 1fr;\n                gap: 16px;\n            }\n\n            .section-header h2 {\n                font-size: 26px;\n            }\n\n            .section-header {\n                margin-bottom: 36px;\n            }\n\n            .method-card {\n                padding: 32px 24px;\n            }\n\n            .service-card {\n                padding: 28px 24px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            body {\n                padding: 24px 16px;\n            }\n        }\n    <\/style>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n<\/head>\n<body>\n\n    <section class=\"shipping-section\">\n        <!-- Header -->\n        <div class=\"section-header\">\n            <h2>Global Shipping<\/h2>\n            <p>Reliable delivery solutions across air, sea, and land \u2014 worldwide.<\/p>\n        <\/div>\n\n        <!-- Shipping Methods -->\n        <div class=\"shipping-methods\">\n            <!-- Air Freight -->\n            <div class=\"method-card\">\n                <div class=\"method-icon\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/dgtide.com\/wp-content\/uploads\/2026\/05\/2.1.png?w=1220&#038;ssl=1\" alt=\"Air Freight\">\n                <\/div>\n                <h3>Air Freight<\/h3>\n                <p>Fast and efficient air transportation for time-sensitive shipments worldwide.<\/p>\n            <\/div>\n\n            <!-- Ocean Freight -->\n            <div class=\"method-card\">\n                <div class=\"method-icon\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/dgtide.com\/wp-content\/uploads\/2026\/05\/2.2.png?w=1220&#038;ssl=1\" alt=\"Ocean Freight\">\n                <\/div>\n                <h3>Ocean Freight<\/h3>\n                <p>Cost-effective sea shipping solutions for bulk and containerized cargo.<\/p>\n            <\/div>\n\n            <!-- Land Transport -->\n            <div class=\"method-card\">\n                <div class=\"method-icon\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/dgtide.com\/wp-content\/uploads\/2026\/05\/2.3.png?w=1220&#038;ssl=1\" alt=\"Land Transport\">\n                <\/div>\n                <h3>Land Transport<\/h3>\n                <p>Reliable ground delivery with full truckload and less-than-truckload options.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Additional Services -->\n        <div class=\"services-row\">\n            <!-- Tax & Customs -->\n            <div class=\"service-card\">\n                <div class=\"service-icon\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/dgtide.com\/wp-content\/uploads\/2026\/05\/2.4.png?w=1220&#038;ssl=1\" alt=\"Tax & Customs\">\n                <\/div>\n                <div class=\"service-info\">\n                    <h3>Tax & Customs<\/h3>\n                    <p>Hassle-free customs clearance and tax compliance for international shipments.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Payment & Logistics -->\n            <div class=\"service-card\">\n                <div class=\"service-icon\">\n                    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/dgtide.com\/wp-content\/uploads\/2026\/05\/2.5.png?w=1220&#038;ssl=1\" alt=\"Payment & Logistics\">\n                <\/div>\n                <div class=\"service-info\">\n                    <h3>Payment & Logistics<\/h3>\n                    <p>Secure financial logistics with transparent pricing and flexible payment options.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\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>Global Shipping Global Shipping Global Shipping Reliable delivery solutions across air, sea, and land \u2014 worldwide. Air Freight Fast and efficient air<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-534","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/dgtide.com\/index.php?rest_route=\/wp\/v2\/pages\/534","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=534"}],"version-history":[{"count":7,"href":"https:\/\/dgtide.com\/index.php?rest_route=\/wp\/v2\/pages\/534\/revisions"}],"predecessor-version":[{"id":1435,"href":"https:\/\/dgtide.com\/index.php?rest_route=\/wp\/v2\/pages\/534\/revisions\/1435"}],"wp:attachment":[{"href":"https:\/\/dgtide.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=534"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}