{"id":9,"date":"2019-10-29T10:04:28","date_gmt":"2019-10-29T10:04:28","guid":{"rendered":"https:\/\/demo.casethemes.net\/consultio-corporate2\/?page_id=9"},"modified":"2026-07-22T22:04:52","modified_gmt":"2026-07-22T21:04:52","slug":"home","status":"publish","type":"page","link":"https:\/\/melendezinspect.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\" data-elementor-post-type=\"page\">\n\t\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-0ca3ab4 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"0ca3ab4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0a0ffda\" data-id=\"0a0ffda\" data-element_type=\"column\" data-e-type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-3788f75 elementor-widget elementor-widget-html\" data-id=\"3788f75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Home Slider - Melendez Home Inspections LLC<\/title>\r\n    <!-- Google Fonts & Font Awesome -->\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@800;900&family=Plus+Jakarta+Sans:wght@500;600;700&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n\r\n    <style>\r\n        \/* Scoped Container Styles *\/\r\n        .mhi-slider-section {\r\n            --mhi-gold: #D4AF37;\r\n            --mhi-gold-hover: #F0C435;\r\n            --mhi-dark-overlay: rgba(10, 10, 10, 0.65);\r\n            --mhi-white: #FFFFFF;\r\n            \r\n            position: relative;\r\n            width: 100%;\r\n            height: 85vh;\r\n            min-height: 550px;\r\n            max-height: 800px;\r\n            overflow: hidden;\r\n            background-color: #121212;\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        .mhi-slider-section * {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        \/* Radio Controllers for CSS-only Slide Switch *\/\r\n        .mhi-slider-section input[type=\"radio\"] {\r\n            display: none;\r\n        }\r\n\r\n        \/* Slides Wrapper *\/\r\n        .mhi-slides-container {\r\n            width: 100%;\r\n            height: 100%;\r\n            position: relative;\r\n        }\r\n\r\n        \/* Individual Slide Layout *\/\r\n        .mhi-slide {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            opacity: 0;\r\n            visibility: hidden;\r\n            transition: opacity 1s ease-in-out, visibility 1s ease-in-out;\r\n            background-size: cover;\r\n            background-position: center center;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n\r\n        \/* Slide Background Images *\/\r\n        .mhi-slide-1 {\r\n            background-image: linear-gradient(var(--mhi-dark-overlay), var(--mhi-dark-overlay)), \r\n                              url('https:\/\/melendezinspect.com\/wp-content\/uploads\/2026\/07\/Gemini_Generated_Image_c3dctwc3dctwc3dc-2.png');\r\n        }\r\n\r\n        .mhi-slide-2 {\r\n            background-image: linear-gradient(var(--mhi-dark-overlay), var(--mhi-dark-overlay)), \r\n                              url('https:\/\/melendezinspect.com\/wp-content\/uploads\/2026\/07\/Gemini_Generated_Image_c3dctwc3dctwc3dc-1.png');\r\n        }\r\n\r\n        \/* Active Slide Switching Logic *\/\r\n        #slide-1:checked ~ .mhi-slides-container .mhi-slide-1,\r\n        #slide-2:checked ~ .mhi-slides-container .mhi-slide-2 {\r\n            opacity: 1;\r\n            visibility: visible;\r\n        }\r\n\r\n        \/* Content Container & Animations *\/\r\n        .mhi-slide-content {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 30px;\r\n            width: 100%;\r\n            color: var(--mhi-white);\r\n            transform: translateY(30px);\r\n            transition: transform 0.8s ease, opacity 0.8s ease;\r\n            opacity: 0;\r\n        }\r\n\r\n        #slide-1:checked ~ .mhi-slides-container .mhi-slide-1 .mhi-slide-content,\r\n        #slide-2:checked ~ .mhi-slides-container .mhi-slide-2 .mhi-slide-content {\r\n            transform: translateY(0);\r\n            opacity: 1;\r\n        }\r\n\r\n        \/* Badge Styling *\/\r\n        .mhi-slide-badge {\r\n            display: inline-block;\r\n            background: rgba(212, 175, 55, 0.2);\r\n            color: var(--mhi-gold);\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-weight: 800;\r\n            font-size: 0.85rem;\r\n            letter-spacing: 2.5px;\r\n            text-transform: uppercase;\r\n            padding: 8px 20px;\r\n            border-radius: 30px;\r\n            border: 1px solid var(--mhi-gold);\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        \/* Big Bold Business Name Heading *\/\r\n        .mhi-main-heading {\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-size: clamp(2.5rem, 5vw, 4.5rem);\r\n            font-weight: 900;\r\n            line-height: 1.1;\r\n            text-transform: uppercase;\r\n            color: var(--mhi-white);\r\n            margin-bottom: 15px;\r\n            text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);\r\n        }\r\n\r\n        .mhi-main-heading span {\r\n            color: var(--mhi-gold);\r\n            display: block;\r\n        }\r\n\r\n        \/* Slide Description Text *\/\r\n        .mhi-slide-description {\r\n            font-size: clamp(1rem, 1.8vw, 1.25rem);\r\n            color: #E0E0E0;\r\n            max-width: 650px;\r\n            line-height: 1.6;\r\n            margin-bottom: 35px;\r\n            text-shadow: 0 2px 8px rgba(0,0,0,0.5);\r\n        }\r\n\r\n        \/* Action Buttons *\/\r\n        .mhi-btn-group {\r\n            display: flex;\r\n            gap: 20px;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .mhi-btn-primary {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            background: var(--mhi-gold);\r\n            color: #121212;\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-weight: 800;\r\n            font-size: 1rem;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n            padding: 16px 36px;\r\n            border-radius: 8px;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);\r\n        }\r\n\r\n        .mhi-btn-primary:hover {\r\n            background: var(--mhi-gold-hover);\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6);\r\n        }\r\n\r\n        .mhi-btn-primary i {\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .mhi-btn-primary:hover i {\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        \/* Navigation Dots & Arrow Controls *\/\r\n        .mhi-slider-nav {\r\n            position: absolute;\r\n            bottom: 30px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            display: flex;\r\n            gap: 15px;\r\n            z-index: 10;\r\n        }\r\n\r\n        .mhi-nav-dot {\r\n            width: 14px;\r\n            height: 14px;\r\n            border-radius: 50%;\r\n            background: rgba(255, 255, 255, 0.4);\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            border: 2px solid transparent;\r\n        }\r\n\r\n        #slide-1:checked ~ .mhi-slider-nav label[for=\"slide-1\"],\r\n        #slide-2:checked ~ .mhi-slider-nav label[for=\"slide-2\"] {\r\n            background: var(--mhi-gold);\r\n            width: 38px;\r\n            border-radius: 10px;\r\n            box-shadow: 0 0 10px rgba(212, 175, 55, 0.8);\r\n        }\r\n\r\n        \/* Responsive adjustments *\/\r\n        @media (max-width: 768px) {\r\n            .mhi-slider-section {\r\n                height: 75vh;\r\n            }\r\n            .mhi-btn-primary {\r\n                width: 100%;\r\n                justify-content: center;\r\n                padding: 14px 24px;\r\n            }\r\n            .mhi-slide-content {\r\n                padding: 0 20px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <section class=\"mhi-slider-section\">\r\n        <!-- Switch Controls -->\r\n        <input type=\"radio\" name=\"mhi-slider\" id=\"slide-1\" checked>\r\n        <input type=\"radio\" name=\"mhi-slider\" id=\"slide-2\">\r\n\r\n        <!-- Slides Container -->\r\n        <div class=\"mhi-slides-container\">\r\n            \r\n            <!-- Slide 1 -->\r\n            <div class=\"mhi-slide mhi-slide-1\">\r\n                <div class=\"mhi-slide-content\">\r\n                    <span class=\"mhi-slide-badge\">Tampa & Central Florida<\/span>\r\n                    <h1 class=\"mhi-main-heading\">\r\n                        Melendez <span>Home Inspections LLC<\/span>\r\n                    <\/h1>\r\n                    <p class=\"mhi-slide-description\">\r\n                        Professional, reliable, and detail-oriented home inspection services. Protecting your property investment with clarity and confidence.\r\n                    <\/p>\r\n                    <div class=\"mhi-btn-group\">\r\n                        <a href=\"https:\/\/melendezinspect.com\/index.php\/contact-v-4\/\" class=\"mhi-btn-primary\">\r\n                            <span>Contact Us<\/span>\r\n                            <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                        <\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Slide 2 -->\r\n            <div class=\"mhi-slide mhi-slide-2\">\r\n                <div class=\"mhi-slide-content\">\r\n                    <span class=\"mhi-slide-badge\">Advanced Technology<\/span>\r\n                    <h1 class=\"mhi-main-heading\">\r\n                        Thermal Imaging <span>& Precision Inspection<\/span>\r\n                    <\/h1>\r\n                    <p class=\"mhi-slide-description\">\r\n                        Looking beyond what is visible. Uncovering hidden moisture, electrical hot spots, and insulation gaps using modern infrared technology.\r\n                    <\/p>\r\n                    <div class=\"mhi-btn-group\">\r\n                        <a href=\"https:\/\/melendezinspect.com\/index.php\/contact-v-4\/\" class=\"mhi-btn-primary\">\r\n                            <span>Contact Us<\/span>\r\n                            <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                        <\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n        <!-- Slider Navigation Dots -->\r\n        <div class=\"mhi-slider-nav\">\r\n            <label for=\"slide-1\" class=\"mhi-nav-dot\" title=\"Slide 1\"><\/label>\r\n            <label for=\"slide-2\" class=\"mhi-nav-dot\" title=\"Slide 2\"><\/label>\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                <section class=\"elementor-section elementor-top-section elementor-element elementor-element-89a3404 elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"89a3404\" data-element_type=\"section\" data-e-type=\"section\">\n            \n                        <div class=\"elementor-container elementor-column-gap-extended \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-463cbd5\" data-id=\"463cbd5\" data-element_type=\"column\" data-e-type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n                <section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1f95258 elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"1f95258\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-extended \">\n                    <div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0a56ef4\" data-id=\"0a56ef4\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-9b0c8bd elementor-invisible elementor-widget elementor-widget-ct_fancy_box\" data-id=\"9b0c8bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"ct_fancy_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"ct_fancy_box-9b0c8bd\" class=\"ct-fancy-box ct-fancy-box-layout10 \" data-wow-delay=\"ms\">\r\n        \r\n            <div class=\"item--icon\">\r\n                    <\/div>\r\n            <div class=\"item--holder\">\r\n        <h3 class=\"item--title\">\r\n            Licensed &amp; Certified Expertise        <\/h3>\r\n        <div class=\"item--description\">Professional, industry-certified inspections delivered with precision and attention to detail on every property.<\/div>\r\n            <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                <div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-ad984cf\" data-id=\"ad984cf\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-a6701aa elementor-invisible elementor-widget elementor-widget-ct_fancy_box\" data-id=\"a6701aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"ct_fancy_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"ct_fancy_box-a6701aa\" class=\"ct-fancy-box ct-fancy-box-layout10 \" data-wow-delay=\"ms\">\r\n        \r\n            <div class=\"item--icon\">\r\n                    <\/div>\r\n            <div class=\"item--holder\">\r\n        <h3 class=\"item--title\">\r\n            Honest &amp; Detailed Reporting        <\/h3>\r\n        <div class=\"item--description\">Clear, comprehensive reports with easy-to-understand findings and visual evidence to help you make informed decisions.<\/div>\r\n            <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                <div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-68b97c9\" data-id=\"68b97c9\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-3ed999a elementor-invisible elementor-widget elementor-widget-ct_fancy_box\" data-id=\"3ed999a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"ct_fancy_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"ct_fancy_box-3ed999a\" class=\"ct-fancy-box ct-fancy-box-layout10 \" data-wow-delay=\"ms\">\r\n        \r\n            <div class=\"item--icon\">\r\n                    <\/div>\r\n            <div class=\"item--holder\">\r\n        <h3 class=\"item--title\">\r\n            Fast Turnaround Times        <\/h3>\r\n        <div class=\"item--description\">Prompt scheduling and rapid report delivery so your real estate or insurance timeline stays on track.<\/div>\r\n            <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                    <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                <section class=\"elementor-section elementor-top-section elementor-element elementor-element-a358560 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"a358560\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4f60f72\" data-id=\"4f60f72\" data-element_type=\"column\" data-e-type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-22b2cee elementor-widget elementor-widget-html\" data-id=\"22b2cee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Homepage About Section - Melendez Home Inspections LLC<\/title>\r\n    <!-- Google Fonts & Font Awesome Icons -->\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n\r\n    <style>\r\n        \/* =========================================================\r\n           SCOPED HOMEPAGE ABOUT SECTION\r\n           ========================================================= *\/\r\n        .mhi-hp-about-section {\r\n            --mhi-gold: #D4AF37;\r\n            --mhi-gold-hover: #B89320;\r\n            --mhi-gold-light: #FBF6E9;\r\n            --mhi-dark: #1A1A1A;\r\n            --mhi-text-dark: #2B2B2B;\r\n            --mhi-text-muted: #555555;\r\n            --mhi-bg: #FFFFFF;\r\n            --mhi-card-bg: #F9F9FB;\r\n            --mhi-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);\r\n            --mhi-radius: 16px;\r\n\r\n            background-color: var(--mhi-bg);\r\n            padding: 80px 20px;\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            color: var(--mhi-text-dark);\r\n            line-height: 1.7;\r\n            width: 100%;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        \/* Isolated Reset *\/\r\n        .mhi-hp-about-section *,\r\n        .mhi-hp-about-section *::before,\r\n        .mhi-hp-about-section *::after {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        .mhi-hp-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        \/* Modern Split Layout *\/\r\n        .mhi-hp-split {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1.1fr;\r\n            gap: 60px;\r\n            align-items: center;\r\n        }\r\n\r\n        \/* Image Column with Floating Experience Badge *\/\r\n        .mhi-hp-media {\r\n            position: relative;\r\n        }\r\n\r\n        .mhi-hp-img-container {\r\n            position: relative;\r\n            border-radius: var(--mhi-radius);\r\n            overflow: hidden;\r\n            box-shadow: var(--mhi-shadow);\r\n            border-bottom: 5px solid var(--mhi-gold);\r\n        }\r\n\r\n        .mhi-hp-img-container img {\r\n            width: 100%;\r\n            height: 100%;\r\n            max-height: 520px;\r\n            object-fit: cover;\r\n            display: block;\r\n            transition: transform 0.6s ease;\r\n        }\r\n\r\n        .mhi-hp-media:hover .mhi-hp-img-container img {\r\n            transform: scale(1.04);\r\n        }\r\n\r\n        \/* Floating Highlight Badge *\/\r\n        .mhi-hp-floating-badge {\r\n            position: absolute;\r\n            bottom: -25px;\r\n            right: -25px;\r\n            background: var(--mhi-dark);\r\n            color: #FFFFFF;\r\n            padding: 22px 28px;\r\n            border-radius: 12px;\r\n            border-left: 4px solid var(--mhi-gold);\r\n            box-shadow: 0 15px 30px rgba(0,0,0,0.25);\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 15px;\r\n            z-index: 2;\r\n        }\r\n\r\n        .mhi-hp-floating-badge i {\r\n            font-size: 2.2rem;\r\n            color: var(--mhi-gold);\r\n        }\r\n\r\n        .mhi-hp-floating-badge-text strong {\r\n            display: block;\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-size: 1.1rem;\r\n            color: #FFFFFF;\r\n            font-weight: 800;\r\n        }\r\n\r\n        .mhi-hp-floating-badge-text span {\r\n            font-size: 0.85rem;\r\n            color: #B0B0B0;\r\n        }\r\n\r\n        \/* Content Column *\/\r\n        .mhi-hp-content {\r\n            padding-left: 10px;\r\n        }\r\n\r\n        .mhi-hp-badge {\r\n            display: inline-block;\r\n            background: var(--mhi-gold-light);\r\n            color: var(--mhi-gold);\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-weight: 800;\r\n            font-size: 0.85rem;\r\n            letter-spacing: 2px;\r\n            text-transform: uppercase;\r\n            padding: 8px 18px;\r\n            border-radius: 30px;\r\n            border: 1px solid rgba(212, 175, 55, 0.3);\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .mhi-hp-title {\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-size: clamp(2rem, 3.5vw, 2.7rem);\r\n            font-weight: 900;\r\n            line-height: 1.2;\r\n            color: var(--mhi-dark);\r\n            margin-bottom: 22px;\r\n        }\r\n\r\n        .mhi-hp-title span {\r\n            color: var(--mhi-gold);\r\n        }\r\n\r\n        .mhi-hp-description {\r\n            font-size: 1.05rem;\r\n            color: var(--mhi-text-muted);\r\n            margin-bottom: 25px;\r\n            line-height: 1.8;\r\n        }\r\n\r\n        \/* Compact Features List *\/\r\n        .mhi-hp-features {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 15px;\r\n            margin-bottom: 35px;\r\n        }\r\n\r\n        .mhi-hp-feature-item {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            background: var(--mhi-card-bg);\r\n            padding: 14px 18px;\r\n            border-radius: 10px;\r\n            border: 1px solid #EDEDF2;\r\n        }\r\n\r\n        \/* Special styling for Spanish badge to stand out *\/\r\n        .mhi-hp-feature-item.spanish-highlight {\r\n            background: #FFFDF0;\r\n            border: 1.5px solid var(--mhi-gold);\r\n            grid-column: span 2;\r\n        }\r\n\r\n        .mhi-hp-feature-item i {\r\n            color: var(--mhi-gold);\r\n            font-size: 1.2rem;\r\n        }\r\n\r\n        .mhi-hp-feature-item span {\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-weight: 700;\r\n            font-size: 0.92rem;\r\n            color: var(--mhi-dark);\r\n        }\r\n\r\n        \/* CTA Button *\/\r\n        .mhi-hp-btn {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            background: var(--mhi-gold);\r\n            color: var(--mhi-dark);\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-weight: 800;\r\n            font-size: 0.95rem;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n            padding: 16px 32px;\r\n            border-radius: 8px;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);\r\n        }\r\n\r\n        .mhi-hp-btn:hover {\r\n            background: var(--mhi-gold-hover);\r\n            color: #FFFFFF;\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 12px 25px rgba(212, 175, 55, 0.4);\r\n        }\r\n\r\n        .mhi-hp-btn i {\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .mhi-hp-btn:hover i {\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 992px) {\r\n            .mhi-hp-split {\r\n                grid-template-columns: 1fr;\r\n                gap: 50px;\r\n            }\r\n            .mhi-hp-floating-badge {\r\n                right: 15px;\r\n                bottom: -20px;\r\n                padding: 16px 20px;\r\n            }\r\n            .mhi-hp-content {\r\n                padding-left: 0;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 576px) {\r\n            .mhi-hp-about-section {\r\n                padding: 50px 15px;\r\n            }\r\n            .mhi-hp-features {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            .mhi-hp-feature-item.spanish-highlight {\r\n                grid-column: span 1;\r\n            }\r\n            .mhi-hp-btn {\r\n                width: 100%;\r\n                justify-content: center;\r\n            }\r\n            .mhi-hp-floating-badge {\r\n                position: relative;\r\n                right: auto;\r\n                bottom: auto;\r\n                margin-top: -30px;\r\n                margin-left: 15px;\r\n                margin-right: 15px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <section class=\"mhi-hp-about-section\">\r\n        <div class=\"mhi-hp-container\">\r\n            <div class=\"mhi-hp-split\">\r\n                \r\n                <!-- Left: Visual Column with Floating Highlight Card -->\r\n                <div class=\"mhi-hp-media\">\r\n                    <div class=\"mhi-hp-img-container\">\r\n                        <img decoding=\"async\" src=\"https:\/\/melendezinspect.com\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-22-at-2.01.19-PM.jpeg\" alt=\"Melendez Home Inspections LLC Inspection Service\">\r\n                    <\/div>\r\n                    <div class=\"mhi-hp-floating-badge\">\r\n                        <i class=\"fa-solid fa-temperature-arrow-up\"><\/i>\r\n                        <div class=\"mhi-hp-floating-badge-text\">\r\n                            <strong>Thermal Imaging<\/strong>\r\n                            <span>Advanced Infrared Tech<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Right: Content Column -->\r\n                <div class=\"mhi-hp-content\">\r\n                    <span class=\"mhi-hp-badge\">About Our Company<\/span>\r\n                    <h2 class=\"mhi-hp-title\">Your Trusted Home Inspectors in <span>Tampa & Central FL<\/span><\/h2>\r\n                    \r\n                    <p class=\"mhi-hp-description\">\r\n                        At <strong>Melendez Home Inspections LLC<\/strong>, we provide professional, reliable, and detail-oriented home inspection services. Whether you are buying, selling, or maintaining your investment, we deliver thorough property evaluations with clear, easy-to-understand reports. We proudly serve our community with bilingual services \u2014 <strong>Hablamos Espa\u00f1ol!<\/strong>\r\n                    <\/p>\r\n\r\n                    <!-- Feature Grid Highlights -->\r\n                    <div class=\"mhi-hp-features\">\r\n                        <!-- Prominent Spanish Speaker Badge -->\r\n                        <div class=\"mhi-hp-feature-item spanish-highlight\">\r\n                            <i class=\"fa-solid fa-language\"><\/i>\r\n                            <span>Bilingual Service: We Speak Spanish & English (Hablamos Espa\u00f1ol)<\/span>\r\n                        <\/div>\r\n\r\n                        <div class=\"mhi-hp-feature-item\">\r\n                            <i class=\"fa-solid fa-shield-halved\"><\/i>\r\n                            <span>Licensed & Certified<\/span>\r\n                        <\/div>\r\n                        <div class=\"mhi-hp-feature-item\">\r\n                            <i class=\"fa-solid fa-file-circle-check\"><\/i>\r\n                            <span>Detailed Reports<\/span>\r\n                        <\/div>\r\n                        <div class=\"mhi-hp-feature-item\">\r\n                            <i class=\"fa-solid fa-bolt\"><\/i>\r\n                            <span>Fast Turnaround<\/span>\r\n                        <\/div>\r\n                        <div class=\"mhi-hp-feature-item\">\r\n                            <i class=\"fa-solid fa-location-dot\"><\/i>\r\n                            <span>Tampa & Central FL<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Call To Action -->\r\n                    <a href=\"https:\/\/melendezinspect.com\/index.php\/contact-v-4\/\" class=\"mhi-hp-btn\">\r\n                        <span>Contact Us<\/span>\r\n                        <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                <section class=\"elementor-section elementor-top-section elementor-element elementor-element-d7e5fc1 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"d7e5fc1\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7f68b9d\" data-id=\"7f68b9d\" data-element_type=\"column\" data-e-type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-9f7397f elementor-widget elementor-widget-html\" data-id=\"9f7397f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Our Services - Melendez Home Inspections LLC<\/title>\r\n    <!-- Google Fonts & Font Awesome Icons -->\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n\r\n    <style>\r\n        \/* Scoped Container Styles *\/\r\n        .mhi-services-section {\r\n            --mhi-gold: #D4AF37;\r\n            --mhi-gold-hover: #F0C435;\r\n            --mhi-dark: #121212;\r\n            --mhi-card-bg: #1A1A1A;\r\n            --mhi-text-muted: #A0A0A0;\r\n            --mhi-white: #FFFFFF;\r\n            \r\n            background-color: var(--mhi-dark);\r\n            padding: 80px 20px;\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            color: var(--mhi-white);\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        .mhi-services-section * {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        .mhi-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        \/* Header Styling *\/\r\n        .mhi-header {\r\n            text-align: center;\r\n            margin-bottom: 60px;\r\n        }\r\n\r\n        .mhi-badge {\r\n            display: inline-block;\r\n            background: rgba(212, 175, 55, 0.12);\r\n            color: var(--mhi-gold);\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-weight: 800;\r\n            font-size: 0.85rem;\r\n            letter-spacing: 2px;\r\n            text-transform: uppercase;\r\n            padding: 8px 18px;\r\n            border-radius: 30px;\r\n            border: 1px solid rgba(212, 175, 55, 0.3);\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .mhi-title {\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-size: 2.8rem;\r\n            font-weight: 900;\r\n            color: var(--mhi-white);\r\n            text-transform: uppercase;\r\n            letter-spacing: -0.5px;\r\n        }\r\n\r\n        .mhi-title span {\r\n            color: var(--mhi-gold);\r\n        }\r\n\r\n        \/* Animated Grid Layout *\/\r\n        .mhi-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));\r\n            gap: 30px;\r\n        }\r\n\r\n        \/* Interactive Service Card *\/\r\n        .mhi-card {\r\n            background: var(--mhi-card-bg);\r\n            border-radius: 16px;\r\n            padding: 40px 30px;\r\n            border: 1px solid rgba(255, 255, 255, 0.06);\r\n            position: relative;\r\n            overflow: hidden;\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: space-between;\r\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* Glowing Accent Line Top *\/\r\n        .mhi-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 4px;\r\n            background: linear-gradient(90deg, transparent, var(--mhi-gold), transparent);\r\n            opacity: 0.3;\r\n            transition: opacity 0.3s ease;\r\n        }\r\n\r\n        \/* Hover Animation & Motion *\/\r\n        .mhi-card:hover {\r\n            transform: translateY(-10px);\r\n            border-color: var(--mhi-gold);\r\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(212, 175, 55, 0.2);\r\n        }\r\n\r\n        .mhi-card:hover::before {\r\n            opacity: 1;\r\n        }\r\n\r\n        \/* Icon Container Animation *\/\r\n        .mhi-icon-wrapper {\r\n            width: 70px;\r\n            height: 70px;\r\n            background: rgba(212, 175, 55, 0.1);\r\n            border-radius: 14px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-bottom: 25px;\r\n            transition: all 0.4s ease;\r\n            border: 1px solid rgba(212, 175, 55, 0.2);\r\n        }\r\n\r\n        .mhi-icon-wrapper i {\r\n            font-size: 1.8rem;\r\n            color: var(--mhi-gold);\r\n            transition: transform 0.4s ease;\r\n        }\r\n\r\n        .mhi-card:hover .mhi-icon-wrapper {\r\n            background: var(--mhi-gold);\r\n            transform: scale(1.08) rotate(-3deg);\r\n        }\r\n\r\n        .mhi-card:hover .mhi-icon-wrapper i {\r\n            color: var(--mhi-dark);\r\n            transform: scale(1.1);\r\n        }\r\n\r\n        \/* Card Content Typography *\/\r\n        .mhi-card-title {\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-size: 1.4rem;\r\n            font-weight: 800;\r\n            color: var(--mhi-white);\r\n            margin-bottom: 15px;\r\n            line-height: 1.3;\r\n        }\r\n\r\n        .mhi-card-text {\r\n            color: var(--mhi-text-muted);\r\n            font-size: 0.98rem;\r\n            line-height: 1.6;\r\n            margin-bottom: 30px;\r\n            flex-grow: 1;\r\n        }\r\n\r\n        \/* Interactive Call-To-Action Button *\/\r\n        .mhi-btn {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 10px;\r\n            background: transparent;\r\n            color: var(--mhi-gold);\r\n            border: 2px solid var(--mhi-gold);\r\n            padding: 12px 22px;\r\n            border-radius: 8px;\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-weight: 700;\r\n            font-size: 0.9rem;\r\n            text-decoration: none;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n            transition: all 0.3s ease;\r\n            width: 100%;\r\n        }\r\n\r\n        .mhi-btn i {\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .mhi-btn:hover {\r\n            background: var(--mhi-gold);\r\n            color: var(--mhi-dark);\r\n            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);\r\n        }\r\n\r\n        .mhi-btn:hover i {\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        \/* Responsive Breakpoints *\/\r\n        @media (max-width: 768px) {\r\n            .mhi-services-section {\r\n                padding: 50px 15px;\r\n            }\r\n            .mhi-title {\r\n                font-size: 2.1rem;\r\n            }\r\n            .mhi-card {\r\n                padding: 30px 20px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <section class=\"mhi-services-section\">\r\n        <div class=\"mhi-container\">\r\n            \r\n            <!-- Section Header -->\r\n            <div class=\"mhi-header\">\r\n                <span class=\"mhi-badge\">What We Offer<\/span>\r\n                <h2 class=\"mhi-title\">Our Specialized <span>Services<\/span><\/h2>\r\n            <\/div>\r\n\r\n            <!-- Services Grid -->\r\n            <div class=\"mhi-grid\">\r\n\r\n                <!-- Service 1: Home Inspections -->\r\n                <div class=\"mhi-card\">\r\n                    <div>\r\n                        <div class=\"mhi-icon-wrapper\">\r\n                            <i class=\"fa-solid fa-house-chimney\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"mhi-card-title\">Home Inspections<\/h3>\r\n                        <p class=\"mhi-card-text\">\r\n                            A comprehensive inspection of your home's major systems and components, helping you understand the property's current condition before buying, selling, or maintaining your investment.\r\n                        <\/p>\r\n                    <\/div>\r\n                    <a href=\"https:\/\/melendezinspect.com\/index.php\/contact-v-4\/\" class=\"mhi-btn\">\r\n                        <span>Contact Us<\/span>\r\n                        <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <!-- Service 2: Insurance Inspections -->\r\n                <div class=\"mhi-card\">\r\n                    <div>\r\n                        <div class=\"mhi-icon-wrapper\">\r\n                            <i class=\"fa-solid fa-file-shield\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"mhi-card-title\">Insurance Inspections<\/h3>\r\n                        <p class=\"mhi-card-text\">\r\n                            We perform insurance-related inspections that help homeowners meet insurance requirements and provide the documentation needed by insurance providers.\r\n                        <\/p>\r\n                    <\/div>\r\n                    <a href=\"https:\/\/melendezinspect.com\/index.php\/contact-v-4\/\" class=\"mhi-btn\">\r\n                        <span>Contact Us<\/span>\r\n                        <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <!-- Service 3: Second Set of Eyes -->\r\n                <div class=\"mhi-card\">\r\n                    <div>\r\n                        <div class=\"mhi-icon-wrapper\">\r\n                            <i class=\"fa-solid fa-magnifying-glass-plus\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"mhi-card-title\">Second Set of Eyes<\/h3>\r\n                        <p class=\"mhi-card-text\">\r\n                            Already had an inspection? Our Second Set of Eyes service provides an independent evaluation, giving you additional confidence before making an important decision.\r\n                        <\/p>\r\n                    <\/div>\r\n                    <a href=\"https:\/\/melendezinspect.com\/index.php\/contact-v-4\/\" class=\"mhi-btn\">\r\n                        <span>Contact Us<\/span>\r\n                        <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <!-- Service 4: Thermal Imaging -->\r\n                <div class=\"mhi-card\">\r\n                    <div>\r\n                        <div class=\"mhi-icon-wrapper\">\r\n                            <i class=\"fa-solid fa-temperature-arrow-up\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"mhi-card-title\">Thermal Imaging<\/h3>\r\n                        <p class=\"mhi-card-text\">\r\n                            Using advanced infrared thermal imaging technology, we can identify hidden moisture, insulation gaps, electrical hot spots, and other issues that may not be visible during a standard visual inspection.\r\n                        <\/p>\r\n                    <\/div>\r\n                    <a href=\"https:\/\/melendezinspect.com\/index.php\/contact-v-4\/\" class=\"mhi-btn\">\r\n                        <span>Contact Us<\/span>\r\n                        <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <!-- Service 5: 11-Month Warranty Inspections -->\r\n                <div class=\"mhi-card\">\r\n                    <div>\r\n                        <div class=\"mhi-icon-wrapper\">\r\n                            <i class=\"fa-solid fa-calendar-check\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"mhi-card-title\">11-Month Warranty Inspections<\/h3>\r\n                        <p class=\"mhi-card-text\">\r\n                            Designed for new construction homes before the builder's one-year warranty expires. We identify hidden defects so you can have them repaired under warranty at no extra cost.\r\n                        <\/p>\r\n                    <\/div>\r\n                    <a href=\"https:\/\/melendezinspect.com\/index.php\/contact-v-4\/\" class=\"mhi-btn\">\r\n                        <span>Contact Us<\/span>\r\n                        <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <!-- Service 6: Condo Inspections -->\r\n                <div class=\"mhi-card\">\r\n                    <div>\r\n                        <div class=\"mhi-icon-wrapper\">\r\n                            <i class=\"fa-solid fa-building-user\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"mhi-card-title\">Condo Inspections<\/h3>\r\n                        <p class=\"mhi-card-text\">\r\n                            Focused inspections tailored specifically to condominium units, covering interior components, plumbing, electrical, HVAC, and visible structural elements unique to condo living.\r\n                        <\/p>\r\n                    <\/div>\r\n                    <a href=\"https:\/\/melendezinspect.com\/index.php\/contact-v-4\/\" class=\"mhi-btn\">\r\n                        <span>Contact Us<\/span>\r\n                        <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <!-- Service 7: Mobile Home Inspections -->\r\n                <div class=\"mhi-card\">\r\n                    <div>\r\n                        <div class=\"mhi-icon-wrapper\">\r\n                            <i class=\"fa-solid fa-caravan\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"mhi-card-title\">Mobile Home Inspections<\/h3>\r\n                        <p class=\"mhi-card-text\">\r\n                            Specialized evaluations for manufactured and mobile homes, focusing on tie-downs, piers, vapor barriers, plumbing, and structural integrity unique to factory-built housing.\r\n                        <\/p>\r\n                    <\/div>\r\n                    <a href=\"https:\/\/melendezinspect.com\/index.php\/contact-v-4\/\" class=\"mhi-btn\">\r\n                        <span>Contact Us<\/span>\r\n                        <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                <section class=\"elementor-section elementor-top-section elementor-element elementor-element-338320f elementor-section-full_width elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"338320f\" data-element_type=\"section\" data-e-type=\"section\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-983073b\" data-id=\"983073b\" data-element_type=\"column\" data-e-type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e72d01b elementor-widget elementor-widget-ct_heading\" data-id=\"e72d01b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ct_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ct-heading h-align-center  sub-style1 ct-heading-left item-st-default\">\r\n\t    <h3 class=\"item--title st-default \" data-wow-delay=\"ms\">\r\n                <span class=\"sp-main\">\r\n            \r\n            Testimonials\r\n            \r\n                    <\/span>\r\n            <\/h3>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b36315 elementor-widget elementor-widget-shortcode\" data-id=\"0b36315\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><pre class=\"ti-widget\" style=\"display: none\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"%d %s ago|today|day|days|week|weeks|month|months|year|years\" data-plugin-version=\"13.3.1\" data-layout-id=\"16\" data-layout-category=\"grid\" data-set-id=\"light-background\" data-pid=\"\" data-language=\"en\" data-close-locale=\"Close\" data-review-target-width=\"300\" data-css-version=\"2\" data-reply-by-locale=\"Owner&apos;s reply\" data-only-rating-locale=\"This user only left a rating.\" data-load-more-rows=\"3\"> <div class=\"ti-widget-container ti-col-3\"> <div class=\"ti-reviews-container\"> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1775865600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjU1ctGPvXD2DAgCq2ycCn6DRAmEocP7LwulsRoldlrvDOEsaGsEDw=w40-h40-c-rp-mo-br100\" alt=\"Jose profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Jose <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Buena atencion, cumplimiento y seriedad<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1775779200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjX6Q0PI1jNznfurPYvG79WFx5gnXAGvDke8rKrLIrYyrhk8R-nk=w40-h40-c-rp-mo-ba12-br100\" alt=\"Julie Johnson profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Julie Johnson <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Professional and on time. Saved me a ton of money on my homeowners insurance due to Melendez Home Inspections.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1775692800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJ0tpGCJGVfjtNUS1SgBB4FUj_uB-7yB0AJOcu0MmeYhWuKXQ=w40-h40-c-rp-mo-br100\" alt=\"Michael Calero profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Michael Calero <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Mr. Melendez, was truly extremely professional, communication was excellent and conducted the inspection in a timely matter besides supplying me with the report within 24 hours. I would recommend him to friends and family.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1775692800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocK_WGG1ZGLnqcNKSLv9RfbKCZKw2PntKpS_IVo4vv2h1wq7Hw=w40-h40-c-rp-mo-br100\" alt=\"Dennis Morgenstern profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Dennis Morgenstern <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->After adding a third nail (by The Third Nail of Florida) to my roof\/wall (hurricane straps) at my home,  I needed a new wind mitigation report. Ruben Menendez was recommended and I hired Ruben  to inspect\/photograph the addition of the 3rd nail to my hurricane straps and prepare a wind mitigation report . I set up an inspection appointment time with Ruben and he showed up on time and quickly got to work. Ruben was friendly, yet professional, and very knowledgeable. Ruben promptly prepared a wind mitigation report (with photographs) which I submitted to my homeowners insurance company (through my insurance agent) resulting  in an annual reduction of approximately $1500 in my homeowners insurance premium. I would strongly recommend Ruben Menendez of Menendez Inspection for any 4 point or wind mitigation inspections you need. In<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1775692800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUblgoBAJ3XJ4MUNFDRf28UuAEZMIYPuUk1cKrl1PWVoxG-2bB1=w40-h40-c-rp-mo-ba12-br100\" alt=\"Corinne M profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Corinne M <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Ruben, owner of Melendez Home Inspections was recommended by the company that retro-fitted our roof, to provide the inspection needed to earn a healthy discount with our new Home Insurance Company.  Ruben came the next day.  He was very personable and extremely knowledgeable.  He offered his experience and opinion about on-going projects, saving us time and money.  He never tried to ?up-sell?, but when I asked if he also did 4 pt inspections, usually required when switching insurers, he indicated that did, and offered the service at a reduced rate as he was already at our home.  We received a concise, detailed report accompanied by photographs via e-mail the next day, and because of the reports we were able to save over 33% on our insurance!  We highly recommend Melendez Home Inspections llc.  As an added bonus, he?s such a nice guy!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1769817600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVZVZaz1nl-K5B-HTkuY3vibnHSaojgCTOMyXpR7FzCb62656W53w=w40-h40-c-rp-mo-br100\" alt=\"MITCHELL SMITH profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> MITCHELL SMITH <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->I had to postpone on Rubin on 3 occasion and each time he handled\nIt with class.His IS a professional. When we finally got our home and notified he that we were ready for the inspection he arrived early and gave us a very thorough report..<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1758758400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjV4BMsW6b8WCsqSEVS_ysI2ArXV1eCkHH2lpjz8S_mVEmOQUZXF=w40-h40-c-rp-mo-br100\" alt=\"Rick A profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Rick A <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Very professional , courteous and knowledgeable. I highly recommend his work, and I?m very happy with the results . I?ll definitely be using for future projects and recommend to family and friends . Keep up the good work .<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1743033600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVGdSaBnVaG8xiF5wTL0Hr6mKCZE6BEmV9ymf5A_XMXmR_WW1bZ=w40-h40-c-rp-mo-ba12-br100\" alt=\"Thomas Rowell profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Thomas Rowell <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Excellent service and very friendly and professional and explain how everything is and works. I would recommend him to anyone who's in need of an inspection.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1693180800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUQyxBfpwsITZFK0gsXe-o_lgz0-wMZWSnxqx0B5J93NPfhE3cP=w40-h40-c-rp-mo-br100\" alt=\"Tom Nicholson profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Tom Nicholson <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Ruben is very thorough and his attention to detail no matter how small is of the upmost importance. Using Melendez Home Inspections gave us peace of mind that we hired the right company that had our best interest in mind.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1683936000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLvV_B_9XfJzobzm6mm2sd7qEtJs7nSGsLAhgzk4UVetPSnQA=w40-h40-c-rp-mo-br100\" alt=\"Stephany Galarza profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Stephany Galarza <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Super professional and polite, totally recommend. ????<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-load-more-reviews-container\"> <div class=\"ti-load-more-reviews-button\" style=\"display: none\">Load more<\/div> <\/div> <\/div>    <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/melendezinspect.com\/wp-content\/uploads\/trustindex-google-widget.css?1784836972\"><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                <section class=\"elementor-section elementor-top-section elementor-element elementor-element-f31fe76 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"f31fe76\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n                            <div class=\"elementor-background-overlay\"><\/div>\n                \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ce172aa\" data-id=\"ce172aa\" data-element_type=\"column\" data-e-type=\"column\">\n        <div class=\"elementor-widget-wrap\">\n                    \n                    <\/div>\n        <\/div>\n                <div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-aae2892 col-offset-right\" data-id=\"aae2892\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    <div class=\"elementor-background-overlay\"><\/div>\n                    \n        \t\t<div class=\"elementor-element elementor-element-ffef273 elementor-widget elementor-widget-spacer\" data-id=\"ffef273\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd91106 elementor-widget elementor-widget-ct_heading\" data-id=\"fd91106\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ct_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ct-heading h-align-  sub-style1 ct-heading-left item-st-default\">\r\n\t    <h3 class=\"item--title st-default \" data-wow-delay=\"ms\">\r\n                <span class=\"sp-main\">\r\n            \r\n            Melendez Home Inspections \r\n            \r\n                    <\/span>\r\n            <\/h3>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ed7a5a elementor-widget elementor-widget-ct_text_editor\" data-id=\"1ed7a5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ct_text_editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"ct_text_editor-1ed7a5a\" class=\"ct-text-editor \" data-wow-delay=\"ms\">\n\t<div class=\"ct-inline-css\"  data-css=\"\n        \t\t\">\n\n    <\/div>\n\t<div class=\"ct-text-editor elementor-clearfix\">\n\t\t<p>We take the time to answer your questions, walk you through key findings, and prioritize your peace of mind. At <b data-path-to-node=\"9\" data-index-in-node=\"104\">Melendez Home Inspections LLC<\/b>, we go beyond standard visual checks to provide you with complete clarity and confidence in your property.<\/p>\t\t\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9278aae elementor-align-left elementor-invisible elementor-widget elementor-widget-ct_button\" data-id=\"9278aae\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"ct_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ct-button-wrapper ct-button-layout1 icon-right btn--inline \">\r\n            <span class=\"ct-icon-active\"><\/span>\r\n        <a href=\"https:\/\/demo.weblv.xyz\/index.php\/contact-v-4\/\" class=\"btn btn-default icon-active btn-inline-block  \" data-wow-delay=\"ms\">\r\n                            <span class=\"ct-button-icon ct-align-icon-right\">\r\n                <i aria-hidden=\"true\" class=\"fas fa-angle-right\"><\/i>            <\/span>\r\n                <span class=\"ct-button-text\">Contact us<\/span>\r\n    <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fda3c8e elementor-widget elementor-widget-spacer\" data-id=\"fda3c8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n                <section class=\"elementor-section elementor-top-section elementor-element elementor-element-43100a0 elementor-section-content-middle elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"43100a0\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n                            <div class=\"elementor-background-overlay\"><\/div>\n                \n                        <div class=\"elementor-container elementor-column-gap-narrow \">\n                    <div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8e069b1\" data-id=\"8e069b1\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-9885b0a elementor-widget elementor-widget-icon-box\" data-id=\"9885b0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tGET IN TOUCH \t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tFeel free to get in touch with us for any questions, feedback, or inquiries. We're here to help!\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                <div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cd29353\" data-id=\"cd29353\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-9f21717 elementor-widget elementor-widget-shortcode\" data-id=\"9f21717\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"forminator-ui forminator-custom-form forminator-custom-form-4778 forminator-design--material  forminator_ajax\" data-forminator-render=\"0\" data-form=\"forminator-module-4778\" data-uid=\"6a9e02ff767be\"><br\/><\/div><form\n\t\t\t\tid=\"forminator-module-4778\"\n\t\t\t\tclass=\"forminator-ui forminator-custom-form forminator-custom-form-4778 forminator-design--material  forminator_ajax\"\n\t\t\t\tmethod=\"post\"\n\t\t\t\tdata-forminator-render=\"0\"\n\t\t\t\tdata-form-id=\"4778\"\n\t\t\t\t data-color-option=\"default\" data-design=\"material\" data-grid=\"open\" style=\"display: none;\"\n\t\t\t\tdata-uid=\"6a9e02ff767be\"\n\t\t\t><div role=\"alert\" aria-live=\"polite\" class=\"forminator-response-message forminator-error\" aria-hidden=\"true\"><\/div><div class=\"forminator-row\"><div id=\"name-1\" class=\"forminator-field-name forminator-col forminator-col-12 \"><div class=\"forminator-row forminator-no-margin\" data-multiple=\"true\"><div class=\"forminator-col forminator-col-md-6\"><div class=\"forminator-field\"><label for=\"forminator-field-first-name-1_6a9e02ff767be\" id=\"forminator-field-first-name-1_6a9e02ff767be-label\" class=\"forminator-label\">First Name<\/label><input type=\"text\" name=\"name-1-first-name\" placeholder=\"E.g. John\" id=\"forminator-field-first-name-1_6a9e02ff767be\" class=\"forminator-input\" aria-required=\"false\" data-multi=\"1\" autocomplete=\"given-name\" value=\"\" \/><\/div><\/div><div class=\"forminator-col forminator-col-md-6\"><div class=\"forminator-field\"><label for=\"forminator-field-last-name-1_6a9e02ff767be\" id=\"forminator-field-last-name-1_6a9e02ff767be-label\" class=\"forminator-label\">Last Name<\/label><input type=\"text\" name=\"name-1-last-name\" placeholder=\"E.g. Doe\" id=\"forminator-field-last-name-1_6a9e02ff767be\" class=\"forminator-input\" aria-required=\"false\" data-multi=\"1\" autocomplete=\"family-name\" value=\"\" \/><\/div><\/div><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"phone-1\" class=\"forminator-field-phone forminator-col forminator-col-6 \"><div class=\"forminator-field\"><label for=\"forminator-field-phone-1_6a9e02ff767be\" id=\"forminator-field-phone-1_6a9e02ff767be-label\" class=\"forminator-label\">Phone Number<\/label><input type=\"text\" name=\"phone-1\" value=\"\" placeholder=\"E.g. +1 3004005000\" id=\"forminator-field-phone-1_6a9e02ff767be\" class=\"forminator-input forminator-field--phone\" data-required=\"\" aria-required=\"false\" autocomplete=\"off\" \/><\/div><\/div><div id=\"email-1\" class=\"forminator-field-email forminator-col forminator-col-6 \"><div class=\"forminator-field\"><label for=\"forminator-field-email-1_6a9e02ff767be\" id=\"forminator-field-email-1_6a9e02ff767be-label\" class=\"forminator-label\">Email Address <span class=\"forminator-required\">*<\/span><\/label><input type=\"email\" name=\"email-1\" value=\"\" placeholder=\"E.g. john@doe.com\" id=\"forminator-field-email-1_6a9e02ff767be\" class=\"forminator-input forminator-email--field\" data-required=\"true\" aria-required=\"true\" autocomplete=\"email\" \/><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-1\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-1_6a9e02ff767be\" id=\"forminator-field-textarea-1_6a9e02ff767be-label\" class=\"forminator-label\">Message<\/label><textarea name=\"textarea-1\" placeholder=\"Enter your message...\" id=\"forminator-field-textarea-1_6a9e02ff767be\" class=\"forminator-textarea\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><input type=\"hidden\" name=\"referer_url\" value=\"\" \/><div class=\"forminator-row forminator-row-last\"><div class=\"forminator-col\"><div class=\"forminator-field\"><button class=\"forminator-button forminator-button-submit\"><span>Send Message<\/span><span aria-hidden=\"true\"><\/span><\/button><\/div><\/div><\/div><input type=\"hidden\" id=\"forminator_nonce\" name=\"forminator_nonce\" value=\"5469ca06e3\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php\/wp-json\/wp\/v2\/pages\/9\" \/><input type=\"hidden\" name=\"form_id\" value=\"4778\"><input type=\"hidden\" name=\"page_id\" value=\"9\"><input type=\"hidden\" name=\"form_type\" value=\"default\"><input type=\"hidden\" name=\"current_url\" value=\"https:\/\/melendezinspect.com\/\"><input type=\"hidden\" name=\"render_id\" value=\"0\"><input type=\"hidden\" name=\"action\" value=\"forminator_submit_form_custom-forms\"><\/form><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home Slider &#8211; Melendez Home Inspections LLC Tampa &#038; Central Florida Melendez Home Inspections LLC Professional, reliable, and detail-oriented home inspection services. Protecting your property investment with clarity and confidence. Contact Us Advanced Technology Thermal Imaging &#038; Precision Inspection Looking beyond what is visible. Uncovering hidden moisture, electrical hot spots, and insulation gaps using modern [&hellip;]<\/p>\n","protected":false},"author":2,"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-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/melendezinspect.com\/index.php\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/melendezinspect.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/melendezinspect.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/melendezinspect.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/melendezinspect.com\/index.php\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":10,"href":"https:\/\/melendezinspect.com\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":5869,"href":"https:\/\/melendezinspect.com\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions\/5869"}],"wp:attachment":[{"href":"https:\/\/melendezinspect.com\/index.php\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}