{"id":123,"date":"2025-08-14T17:10:42","date_gmt":"2025-08-14T17:10:42","guid":{"rendered":"https:\/\/movingstaffer.com\/?page_id=123"},"modified":"2025-08-14T17:20:46","modified_gmt":"2025-08-14T17:20:46","slug":"claims","status":"publish","type":"page","link":"https:\/\/movingstaffer.com\/?page_id=123","title":{"rendered":"Claim"},"content":{"rendered":"\n<!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    <!-- SEO Meta Tags -->\n    <title>Submit a Claim | On Time Moving LLC<\/title>\n    <meta name=\"robots\" content=\"noindex, nofollow\" \/> <!-- Prevents search engines from indexing this private page -->\n    \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;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n          --primary-color: #3a7ba7;\n          --secondary-color: #b6965d;\n          --background-color: #f7f6f5;\n          --border-gray: #e1e4e8;\n          --text-secondary: #555;\n          --white: #fff;\n        }\n        * {margin: 0; padding: 0; box-sizing: border-box;}\n        body {font-family: 'Inter', sans-serif; line-height: 1.6; color: var(--primary-color); background: var(--background-color);}\n        \n        \/* Navigation Buttons *\/\n        .nav-button {\n            display: inline-block;\n            background: var(--secondary-color);\n            color: var(--white);\n            padding: 12px 24px;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            margin: 10px;\n        }\n        .nav-button:hover {\n            opacity: 0.9;\n            transform: translateY(-2px);\n        }\n        .nav-buttons-top {\n            text-align: center;\n            padding: 20px 0;\n            background: var(--white);\n            border-bottom: 1px solid var(--border-gray);\n        }\n        .nav-buttons-bottom {\n            text-align: center;\n            padding: 40px 0;\n            background: var(--white);\n            border-top: 1px solid var(--border-gray);\n        }\n        \n        \/* General Section Styles *\/\n        .section {padding: 80px 0;}\n        .container {max-width: 1100px; margin: 0 auto; padding: 0 1rem;}\n        .section-title {text-align: center; font-size: 2.5rem; color: var(--primary-color); margin-bottom: 1rem;}\n        .section-subtitle {text-align: center; font-size: 1.1rem; color: var(--text-secondary); max-width: 700px; margin: 0 auto 4rem;}\n        .bg-light {background-color: var(--white);}\n\n        \/* Integrated Page Header *\/\n        .page-header-integrated {\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n        .page-header-integrated h1 {\n            font-size: 3rem;\n            color: var(--primary-color);\n            margin-bottom: 1rem;\n        }\n        .page-header-integrated p {\n            font-size: 1.2rem;\n            color: var(--text-secondary);\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        \/* \"Before You Begin\" Section *\/\n        .instructions-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        .instructions-box {\n            background: var(--white);\n            border: 1px solid var(--border-gray);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 3rem;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n        .instructions-box h3 {\n            font-size: 1.25rem;\n            margin-bottom: 1rem;\n            color: var(--primary-color);\n        }\n        .instructions-box ul {\n            list-style: none;\n            padding-left: 0;\n        }\n        .instructions-box li {\n            position: relative;\n            padding-left: 1.75rem;\n            margin-bottom: 0.75rem;\n        }\n        .instructions-box li::before {\n            content: '\u2713';\n            position: absolute;\n            left: 0;\n            color: var(--secondary-color);\n            font-weight: 700;\n        }\n        \n        \/* Application Form Section *\/\n        .claim-form-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        .claim-form-card {\n            background: var(--white);\n            padding: 2.5rem;\n            border-radius: 12px;\n            border: 1px solid var(--border-gray);\n            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);\n        }\n\n        \/* STYLING FOR FLUENT FORM [id=\"7\"] *\/\n        .claim-form-card .fluentform .ff-title--primary {\n            display: none;\n        }\n        .claim-form-card .ff-el-input--label {\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        .claim-form-card .ff-el-form-control {\n            background: var(--background-color);\n            border-color: #ccc;\n            padding-top: 0.75rem;\n            padding-bottom: 0.75rem;\n            font-size: 1rem;\n        }\n        .claim-form-card .ff-el-form-control:focus {\n            border-color: var(--primary-color);\n            box-shadow: 0 0 0 3px rgba(58, 123, 167, 0.15);\n        }\n        .claim-form-card .ff-el-group .ff_upload_btn,\n        .claim-form-card .ff-btn-submit {\n            background: var(--secondary-color);\n            color: var(--white);\n            font-weight: 600;\n            padding: 0.85rem 1.5rem;\n            border-radius: 5px;\n            transition: all 0.3s ease;\n        }\n        .claim-form-card .ff-el-group .ff_upload_btn:hover,\n        .claim-form-card .ff-btn-submit:hover {\n            opacity: 0.9;\n            transform: translateY(-2px);\n        }\n        .claim-form-card .ff-btn-submit {\n            width: 100%;\n            font-size: 1.1rem;\n        }\n\n        \/* \"Our Process\" Section *\/\n        .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }\n        .process-step { text-align: center; padding: 1.5rem; }\n        .process-icon {\n            width: 80px; height: 80px; margin: 0 auto 1.5rem; border-radius: 50%;\n            background-color: var(--secondary-color); display: grid; place-items: center;\n            font-size: 2.5rem; color: var(--white); border: 1px solid var(--border-gray);\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);\n        }\n        .process-step h3 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 0.5rem; }\n        \n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .page-header-integrated h1 { font-size: 2.2rem; }\n            .section-title { font-size: 2rem; }\n            .section { padding: 60px 0; }\n            .process-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    \n    <main class=\"main-content\">\n\n        <div class=\"nav-buttons-top\">\n            <a href=\"\/\" class=\"nav-button\">\u2190 Return to Homepage<\/a>\n        <\/div>\n\n        <section id=\"claim-form-section\" class=\"section\" style=\"padding-top: 40px;\">\n            <div class=\"container\">\n                <div class=\"page-header-integrated\">\n                    <h1>Submit a Claim<\/h1>\n                    <p>We&#8217;re sorry to hear about the issue and are here to help make it right. Please provide the details of your claim below.<\/p>\n                <\/div>\n\n                <div class=\"instructions-container\">\n                    <div class=\"instructions-box\">\n                        <h3>Before You Begin, Please Have the Following Ready:<\/h3>\n                        <ul>\n                            <li>Your Booking ID or Bill of Lading Number.<\/li>\n                            <li>A detailed description of the item(s) and the damage.<\/li>\n                            <li>Clear photos of the damaged item(s). Please include one photo showing the overall item and close-up photos showing the specific damage.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"claim-form-container\">\n                    <div class=\"claim-form-card\">\n                        <!-- Your claims form shortcode goes here -->\n                        \n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"claims-process\" class=\"section bg-light\">\n            <div class=\"container\">\n                <h2 class=\"section-title\">Our Claims Process<\/h2>\n                <p class=\"section-subtitle\">We&#8217;ve designed our process to be transparent and straightforward to resolve your claim as efficiently as possible.<\/p>\n                <div class=\"process-grid\">\n                    <div class=\"process-step\">\n                        <div class=\"process-icon\">1<\/div>\n                        <h3>Submit Your Claim<\/h3>\n                        <p>Fill out the form above with all the required details and photos. You will receive an email confirmation once submitted.<\/p>\n                    <\/div>\n                    <div class=\"process-step\">\n                        <div class=\"process-icon\">2<\/div>\n                        <h3>Claim Review<\/h3>\n                        <p>Our dedicated claims department will review your submission. This typically takes 5-7 business days.<\/p>\n                    <\/div>\n                    <div class=\"process-step\">\n                        <div class=\"process-icon\">3<\/div>\n                        <h3>Resolution<\/h3>\n                        <p>A claims specialist will contact you directly to discuss the next steps and work towards a fair resolution.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"nav-buttons-bottom\">\n            <a href=\"\/\" class=\"nav-button\">\u2190 Return to Homepage<\/a>\n        <\/div>\n\n    <\/main>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Submit a Claim | On Time Moving LLC \u2190 Return to Homepage Submit a Claim We&#8217;re sorry to hear about the issue and are here to help make it right. Please provide the details of your claim below. Before You Begin, Please Have the Following Ready: Your Booking ID or Bill of Lading Number. A &#8230; <a title=\"Claim\" class=\"read-more\" href=\"https:\/\/movingstaffer.com\/?page_id=123\" aria-label=\"Read more about Claim\">Read more<\/a><\/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-123","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/movingstaffer.com\/index.php?rest_route=\/wp\/v2\/pages\/123","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/movingstaffer.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/movingstaffer.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/movingstaffer.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/movingstaffer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=123"}],"version-history":[{"count":2,"href":"https:\/\/movingstaffer.com\/index.php?rest_route=\/wp\/v2\/pages\/123\/revisions"}],"predecessor-version":[{"id":125,"href":"https:\/\/movingstaffer.com\/index.php?rest_route=\/wp\/v2\/pages\/123\/revisions\/125"}],"wp:attachment":[{"href":"https:\/\/movingstaffer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}