{"id":25,"date":"2025-11-20T05:49:41","date_gmt":"2025-11-20T05:49:41","guid":{"rendered":"https:\/\/favorthemes.com\/demo\/roofing-solutions-wordpress-theme\/?page_id=25"},"modified":"2025-11-20T05:49:41","modified_gmt":"2025-11-20T05:49:41","slug":"faqs","status":"publish","type":"page","link":"https:\/\/favorthemes.com\/demo\/manufacturing-industry-wordpress-theme\/faqs\/","title":{"rendered":"FAQs"},"content":{"rendered":"            \n            <div class=\"faq-modern-wrapper\">\n                \n                <!-- FAQ Accordion Section -->\n                <div class=\"faq-accordion-section col-md-12 col-sm-12\">\n                    <div class=\"faq-accordion-container\">\n                                                    <div class=\"faq-accordion-item\">\n                                <button class=\"faq-accordion-header\" type=\"button\">\n                                    <span class=\"faq-question\">Preparing Your Home for a Roof Replacement<\/span>\n                                    <span class=\"faq-icon\">\n                                        <i class=\"fa fa-plus\"><\/i>\n                                    <\/span>\n                                <\/button>\n                                <div class=\"faq-accordion-content\">\n                                    <div class=\"faq-answer\">\n                                        <p class=\"text-slate-600 mb-4\">Learn how to prepare your property and family for a roof replacement project. Tips on protecting your belongings, landscaping, and managing the process.<\/p>\n&nbsp;                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"faq-accordion-item\">\n                                <button class=\"faq-accordion-header\" type=\"button\">\n                                    <span class=\"faq-question\">How Much Does a New Roof Cost in 2025?<\/span>\n                                    <span class=\"faq-icon\">\n                                        <i class=\"fa fa-plus\"><\/i>\n                                    <\/span>\n                                <\/button>\n                                <div class=\"faq-accordion-content\">\n                                    <div class=\"faq-answer\">\n                                        <p class=\"text-slate-600 mb-4\">Get detailed pricing information for different types of roofing projects. We break down costs by material, size, and complexity to help you budget effectively.<\/p>\n&nbsp;                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"faq-accordion-item\">\n                                <button class=\"faq-accordion-header\" type=\"button\">\n                                    <span class=\"faq-question\">The Complete Guide to Roof Installation Process<\/span>\n                                    <span class=\"faq-icon\">\n                                        <i class=\"fa fa-plus\"><\/i>\n                                    <\/span>\n                                <\/button>\n                                <div class=\"faq-accordion-content\">\n                                    <div class=\"faq-answer\">\n                                        <p class=\"text-slate-600 mb-4\">Understand what happens during a professional roof installation from start to finish. This comprehensive guide walks you through each step of the process.<\/p>\n&nbsp;                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"faq-accordion-item\">\n                                <button class=\"faq-accordion-header\" type=\"button\">\n                                    <span class=\"faq-question\">Essential Roof Maintenance Tips for Every Season<\/span>\n                                    <span class=\"faq-icon\">\n                                        <i class=\"fa fa-plus\"><\/i>\n                                    <\/span>\n                                <\/button>\n                                <div class=\"faq-accordion-content\">\n                                    <div class=\"faq-answer\">\n                                        <p class=\"text-slate-600 mb-4\">Discover seasonal maintenance practices that will extend your roof's lifespan and save you money on repairs. Learn what to check in spring, summer, fall, and winter.<\/p>\n&nbsp;                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"faq-accordion-item\">\n                                <button class=\"faq-accordion-header\" type=\"button\">\n                                    <span class=\"faq-question\">Choosing the Right Roofing Material for Your Home<\/span>\n                                    <span class=\"faq-icon\">\n                                        <i class=\"fa fa-plus\"><\/i>\n                                    <\/span>\n                                <\/button>\n                                <div class=\"faq-accordion-content\">\n                                    <div class=\"faq-answer\">\n                                        <p class=\"text-slate-600 mb-4\">Compare different roofing materials, their benefits, lifespan, and costs to make an informed decision for your property. We break down asphalt, metal, tile, and more.<\/p>\n&nbsp;                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"faq-accordion-item\">\n                                <button class=\"faq-accordion-header\" type=\"button\">\n                                    <span class=\"faq-question\">10 Signs Your Roof Needs Immediate Attention<\/span>\n                                    <span class=\"faq-icon\">\n                                        <i class=\"fa fa-plus\"><\/i>\n                                    <\/span>\n                                <\/button>\n                                <div class=\"faq-accordion-content\">\n                                    <div class=\"faq-answer\">\n                                        <p class=\"text-slate-600 mb-4\">Learn to identify warning signs that indicate your roof requires professional inspection or repair to prevent costly damage. From missing shingles to water stains, we cover all the red flags.<\/p>\n&nbsp;                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                <\/div>\n                <div class=\"clearfix\"><\/div>\n            <\/div>\n \n            <script>\n            (function() {\n                var accordionHeaders = document.querySelectorAll('.faq-accordion-header');\n                accordionHeaders.forEach(function(header) {\n                    header.addEventListener('click', function() {\n                        var isActive = this.classList.contains('active');\n                        var content = this.nextElementSibling;\n                        var icon = this.querySelector('.faq-icon i');\n                        \n                        \/\/ Close all other accordions (optional - remove if you want multiple open)\n                        accordionHeaders.forEach(function(otherHeader) {\n                            if (otherHeader !== header) {\n                                otherHeader.classList.remove('active');\n                                otherHeader.nextElementSibling.style.maxHeight = null;\n                                var otherIcon = otherHeader.querySelector('.faq-icon i');\n                                if (otherIcon) {\n                                    otherIcon.classList.remove('fa-minus');\n                                    otherIcon.classList.add('fa-plus');\n                                }\n                            }\n                        });\n                        \n                        \/\/ Toggle current accordion\n                        if (isActive) {\n                            this.classList.remove('active');\n                            content.style.maxHeight = null;\n                            if (icon) {\n                                icon.classList.remove('fa-minus');\n                                icon.classList.add('fa-plus');\n                            }\n                        } else {\n                            this.classList.add('active');\n                            content.style.maxHeight = content.scrollHeight + \"px\";\n                            if (icon) {\n                                icon.classList.remove('fa-plus');\n                                icon.classList.add('fa-minus');\n                            }\n                        }\n                    });\n                });\n            })();\n            <\/script>\n            \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-25","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/favorthemes.com\/demo\/manufacturing-industry-wordpress-theme\/wp-json\/wp\/v2\/pages\/25","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/favorthemes.com\/demo\/manufacturing-industry-wordpress-theme\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/favorthemes.com\/demo\/manufacturing-industry-wordpress-theme\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/favorthemes.com\/demo\/manufacturing-industry-wordpress-theme\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/favorthemes.com\/demo\/manufacturing-industry-wordpress-theme\/wp-json\/wp\/v2\/comments?post=25"}],"version-history":[{"count":0,"href":"https:\/\/favorthemes.com\/demo\/manufacturing-industry-wordpress-theme\/wp-json\/wp\/v2\/pages\/25\/revisions"}],"wp:attachment":[{"href":"https:\/\/favorthemes.com\/demo\/manufacturing-industry-wordpress-theme\/wp-json\/wp\/v2\/media?parent=25"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}