{"id":72,"date":"2025-08-02T12:44:19","date_gmt":"2025-08-02T11:44:19","guid":{"rendered":"https:\/\/newsonn.com\/?page_id=72"},"modified":"2025-08-02T12:44:37","modified_gmt":"2025-08-02T11:44:37","slug":"elementor-72","status":"publish","type":"page","link":"https:\/\/newsonn.com\/index.php\/elementor-72\/","title":{"rendered":"Elementor #72"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"72\" class=\"elementor elementor-72\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3930070 e-flex e-con-boxed e-con e-parent\" data-id=\"3930070\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bbc80a elementor-widget elementor-widget-html\" data-id=\"9bbc80a\" data-element_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>NEWSONN | Professional Real Estate Services<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@700&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --primary: #2a4b7c;\r\n            --secondary: #f5a623;\r\n            --light: #f8f9fa;\r\n            --dark: #343a40;\r\n            --gray: #6c757d;\r\n            --light-gray: #e9ecef;\r\n            --transition: all 0.3s ease;\r\n            --shadow: 0 5px 15px rgba(0,0,0,0.08);\r\n            --border-radius: 8px;\r\n        }\r\n        \r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        \r\n        body {\r\n            font-family: 'Poppins', sans-serif;\r\n            line-height: 1.6;\r\n            color: var(--dark);\r\n            background-color: #fff;\r\n            overflow-x: hidden;\r\n        }\r\n        \r\n        h1, h2, h3, h4, h5 {\r\n            font-family: 'Playfair Display', serif;\r\n            margin-bottom: 1rem;\r\n            color: var(--primary);\r\n        }\r\n        \r\n        a {\r\n            text-decoration: none;\r\n            color: inherit;\r\n            transition: var(--transition);\r\n        }\r\n        \r\n        .container {\r\n            width: 100%;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 15px;\r\n        }\r\n        \r\n        .btn {\r\n            display: inline-block;\r\n            padding: 12px 28px;\r\n            border-radius: var(--border-radius);\r\n            font-weight: 500;\r\n            text-align: center;\r\n            cursor: pointer;\r\n            transition: var(--transition);\r\n            border: none;\r\n            font-size: 16px;\r\n        }\r\n        \r\n        .btn-primary {\r\n            background: var(--primary);\r\n            color: white;\r\n        }\r\n        \r\n        .btn-primary:hover {\r\n            background: #1d3a62;\r\n            transform: translateY(-3px);\r\n            box-shadow: var(--shadow);\r\n        }\r\n        \r\n        .btn-secondary {\r\n            background: var(--secondary);\r\n            color: white;\r\n        }\r\n        \r\n        .btn-secondary:hover {\r\n            background: #e6950f;\r\n            transform: translateY(-3px);\r\n            box-shadow: var(--shadow);\r\n        }\r\n        \r\n        .btn-outline {\r\n            background: transparent;\r\n            border: 2px solid var(--primary);\r\n            color: var(--primary);\r\n        }\r\n        \r\n        .btn-outline:hover {\r\n            background: var(--primary);\r\n            color: white;\r\n        }\r\n        \r\n        \/* Header Styles *\/\r\n        header {\r\n            background-color: white;\r\n            box-shadow: var(--shadow);\r\n            position: sticky;\r\n            top: 0;\r\n            z-index: 1000;\r\n        }\r\n        \r\n        .navbar {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            padding: 20px 0;\r\n        }\r\n        \r\n        .logo {\r\n            font-size: 28px;\r\n            font-weight: 700;\r\n            color: var(--primary);\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n        \r\n        .logo i {\r\n            color: var(--secondary);\r\n            margin-right: 10px;\r\n        }\r\n        \r\n        .nav-links {\r\n            display: flex;\r\n            list-style: none;\r\n        }\r\n        \r\n        .nav-links li {\r\n            margin-left: 30px;\r\n        }\r\n        \r\n        .nav-links a {\r\n            font-weight: 500;\r\n            position: relative;\r\n        }\r\n        \r\n        .nav-links a:after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -5px;\r\n            left: 0;\r\n            width: 0;\r\n            height: 2px;\r\n            background: var(--secondary);\r\n            transition: var(--transition);\r\n        }\r\n        \r\n        .nav-links a:hover:after {\r\n            width: 100%;\r\n        }\r\n        \r\n        .nav-links a.active {\r\n            color: var(--secondary);\r\n        }\r\n        \r\n        .nav-btns .btn {\r\n            margin-left: 15px;\r\n        }\r\n        \r\n        .mobile-menu-btn {\r\n            display: none;\r\n            font-size: 24px;\r\n            cursor: pointer;\r\n        }\r\n        \r\n        \/* Hero Section *\/\r\n        .hero {\r\n            background: linear-gradient(rgba(42, 75, 124, 0.85), rgba(42, 75, 124, 0.85)), url('https:\/\/images.unsplash.com\/photo-1564013799919-ab600027ffc6?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80') center\/cover no-repeat;\r\n            color: white;\r\n            padding: 120px 0;\r\n            text-align: center;\r\n        }\r\n        \r\n        .hero h1 {\r\n            font-size: 3.5rem;\r\n            margin-bottom: 20px;\r\n            color: white;\r\n        }\r\n        \r\n        .hero p {\r\n            font-size: 1.2rem;\r\n            max-width: 700px;\r\n            margin: 0 auto 40px;\r\n            opacity: 0.9;\r\n        }\r\n        \r\n        .hero-btns .btn {\r\n            margin: 0 10px;\r\n        }\r\n        \r\n        .search-box {\r\n            background: white;\r\n            border-radius: var(--border-radius);\r\n            padding: 25px;\r\n            margin-top: 50px;\r\n            box-shadow: var(--shadow);\r\n        }\r\n        \r\n        .search-box h3 {\r\n            text-align: left;\r\n            color: var(--primary);\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .search-filters {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\r\n            gap: 15px;\r\n        }\r\n        \r\n        .filter-group {\r\n            text-align: left;\r\n        }\r\n        \r\n        .filter-group label {\r\n            display: block;\r\n            margin-bottom: 8px;\r\n            color: var(--gray);\r\n            font-size: 14px;\r\n        }\r\n        \r\n        .filter-group select, \r\n        .filter-group input {\r\n            width: 100%;\r\n            padding: 12px 15px;\r\n            border: 1px solid var(--light-gray);\r\n            border-radius: var(--border-radius);\r\n            font-family: inherit;\r\n            font-size: 16px;\r\n        }\r\n        \r\n        .search-btn {\r\n            align-self: flex-end;\r\n        }\r\n        \r\n        \/* Featured Properties *\/\r\n        .section {\r\n            padding: 80px 0;\r\n        }\r\n        \r\n        .section-header {\r\n            text-align: center;\r\n            max-width: 700px;\r\n            margin: 0 auto 50px;\r\n        }\r\n        \r\n        .section-header h2 {\r\n            font-size: 2.5rem;\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        .section-header p {\r\n            color: var(--gray);\r\n        }\r\n        \r\n        .properties-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\r\n            gap: 30px;\r\n        }\r\n        \r\n        .property-card {\r\n            background: white;\r\n            border-radius: var(--border-radius);\r\n            overflow: hidden;\r\n            box-shadow: var(--shadow);\r\n            transition: var(--transition);\r\n        }\r\n        \r\n        .property-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 15px 30px rgba(0,0,0,0.15);\r\n        }\r\n        \r\n        .property-img {\r\n            height: 220px;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .property-img img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            transition: var(--transition);\r\n        }\r\n        \r\n        .property-card:hover .property-img img {\r\n            transform: scale(1.05);\r\n        }\r\n        \r\n        .property-tag {\r\n            position: absolute;\r\n            top: 15px;\r\n            left: 15px;\r\n            background: var(--secondary);\r\n            color: white;\r\n            padding: 5px 15px;\r\n            border-radius: 30px;\r\n            font-size: 14px;\r\n            font-weight: 500;\r\n        }\r\n        \r\n        .property-price {\r\n            position: absolute;\r\n            bottom: 15px;\r\n            left: 15px;\r\n            background: var(--primary);\r\n            color: white;\r\n            padding: 8px 15px;\r\n            border-radius: var(--border-radius);\r\n            font-weight: 600;\r\n            font-size: 1.2rem;\r\n        }\r\n        \r\n        .property-content {\r\n            padding: 20px;\r\n        }\r\n        \r\n        .property-title {\r\n            font-size: 1.3rem;\r\n            margin-bottom: 10px;\r\n        }\r\n        \r\n        .property-address {\r\n            color: var(--gray);\r\n            margin-bottom: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n        \r\n        .property-address i {\r\n            margin-right: 8px;\r\n            color: var(--secondary);\r\n        }\r\n        \r\n        .property-features {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            border-top: 1px solid var(--light-gray);\r\n            padding-top: 15px;\r\n            margin-top: 15px;\r\n        }\r\n        \r\n        .feature {\r\n            text-align: center;\r\n        }\r\n        \r\n        .feature i {\r\n            color: var(--secondary);\r\n            margin-bottom: 5px;\r\n        }\r\n        \r\n        .feature span {\r\n            display: block;\r\n            font-size: 14px;\r\n            color: var(--gray);\r\n        }\r\n        \r\n        \/* Agents Section *\/\r\n        .agents {\r\n            background-color: var(--light);\r\n        }\r\n        \r\n        .agents-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\r\n            gap: 30px;\r\n        }\r\n        \r\n        .agent-card {\r\n            background: white;\r\n            border-radius: var(--border-radius);\r\n            overflow: hidden;\r\n            box-shadow: var(--shadow);\r\n            text-align: center;\r\n        }\r\n        \r\n        .agent-img {\r\n            height: 220px;\r\n        }\r\n        \r\n        .agent-img img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n        }\r\n        \r\n        .agent-info {\r\n            padding: 20px;\r\n        }\r\n        \r\n        .agent-name {\r\n            font-size: 1.4rem;\r\n            margin-bottom: 5px;\r\n        }\r\n        \r\n        .agent-title {\r\n            color: var(--secondary);\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        .agent-contact {\r\n            display: flex;\r\n            justify-content: center;\r\n            margin-top: 20px;\r\n        }\r\n        \r\n        .agent-contact a {\r\n            width: 40px;\r\n            height: 40px;\r\n            border-radius: 50%;\r\n            background: var(--light-gray);\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 5px;\r\n            transition: var(--transition);\r\n        }\r\n        \r\n        .agent-contact a:hover {\r\n            background: var(--primary);\r\n            color: white;\r\n            transform: translateY(-3px);\r\n        }\r\n        \r\n        \/* Services Section *\/\r\n        .services-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 30px;\r\n        }\r\n        \r\n        .service-card {\r\n            text-align: center;\r\n            padding: 40px 25px;\r\n            border-radius: var(--border-radius);\r\n            background: white;\r\n            box-shadow: var(--shadow);\r\n            transition: var(--transition);\r\n        }\r\n        \r\n        .service-card:hover {\r\n            transform: translateY(-10px);\r\n            background: var(--primary);\r\n            color: white;\r\n        }\r\n        \r\n        .service-card:hover h3,\r\n        .service-card:hover p,\r\n        .service-card:hover .service-icon {\r\n            color: white;\r\n        }\r\n        \r\n        .service-icon {\r\n            font-size: 3rem;\r\n            color: var(--secondary);\r\n            margin-bottom: 20px;\r\n            transition: var(--transition);\r\n        }\r\n        \r\n        .service-card h3 {\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        \/* Testimonials *\/\r\n        .testimonials {\r\n            background: linear-gradient(rgba(42, 75, 124, 0.9), rgba(42, 75, 124, 0.9)), url('https:\/\/images.unsplash.com\/photo-1582407947304-fd86f028f716?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80') center\/cover no-repeat;\r\n            color: white;\r\n        }\r\n        \r\n        .testimonials .section-header h2,\r\n        .testimonials .section-header p {\r\n            color: white;\r\n        }\r\n        \r\n        .testimonials-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 30px;\r\n        }\r\n        \r\n        .testimonial-card {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            border-radius: var(--border-radius);\r\n            padding: 30px;\r\n            backdrop-filter: blur(10px);\r\n        }\r\n        \r\n        .testimonial-text {\r\n            font-style: italic;\r\n            margin-bottom: 20px;\r\n            position: relative;\r\n        }\r\n        \r\n        .testimonial-text:before {\r\n            content: '\"';\r\n            position: absolute;\r\n            top: -20px;\r\n            left: -15px;\r\n            font-size: 4rem;\r\n            color: rgba(255, 255, 255, 0.2);\r\n            font-family: Georgia, serif;\r\n        }\r\n        \r\n        .client-info {\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n        \r\n        .client-img {\r\n            width: 60px;\r\n            height: 60px;\r\n            border-radius: 50%;\r\n            overflow: hidden;\r\n            margin-right: 15px;\r\n            border: 3px solid var(--secondary);\r\n        }\r\n        \r\n        .client-img img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n        }\r\n        \r\n        .client-name h4 {\r\n            color: white;\r\n            margin-bottom: 5px;\r\n        }\r\n        \r\n        .client-name p {\r\n            color: var(--light-gray);\r\n            font-size: 14px;\r\n        }\r\n        \r\n        \/* Contact Section *\/\r\n        .contact-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 40px;\r\n        }\r\n        \r\n        .contact-info {\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n        \r\n        .contact-item {\r\n            display: flex;\r\n            margin-bottom: 30px;\r\n        }\r\n        \r\n        .contact-icon {\r\n            width: 60px;\r\n            height: 60px;\r\n            background: var(--light);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 24px;\r\n            color: var(--secondary);\r\n            margin-right: 20px;\r\n            flex-shrink: 0;\r\n        }\r\n        \r\n        .contact-text h4 {\r\n            margin-bottom: 5px;\r\n        }\r\n        \r\n        .contact-form .form-group {\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .contact-form input,\r\n        .contact-form textarea,\r\n        .contact-form select {\r\n            width: 100%;\r\n            padding: 15px;\r\n            border: 1px solid var(--light-gray);\r\n            border-radius: var(--border-radius);\r\n            font-family: inherit;\r\n            font-size: 16px;\r\n        }\r\n        \r\n        .contact-form textarea {\r\n            height: 150px;\r\n            resize: vertical;\r\n        }\r\n        \r\n        \/* Footer *\/\r\n        footer {\r\n            background: var(--dark);\r\n            color: white;\r\n            padding: 70px 0 0;\r\n        }\r\n        \r\n        .footer-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 40px;\r\n            margin-bottom: 50px;\r\n        }\r\n        \r\n        .footer-col h4 {\r\n            color: white;\r\n            margin-bottom: 25px;\r\n            position: relative;\r\n            padding-bottom: 10px;\r\n        }\r\n        \r\n        .footer-col h4:after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 0;\r\n            width: 50px;\r\n            height: 2px;\r\n            background: var(--secondary);\r\n        }\r\n        \r\n        .footer-links {\r\n            list-style: none;\r\n        }\r\n        \r\n        .footer-links li {\r\n            margin-bottom: 12px;\r\n        }\r\n        \r\n        .footer-links a {\r\n            color: var(--light-gray);\r\n            transition: var(--transition);\r\n        }\r\n        \r\n        .footer-links a:hover {\r\n            color: var(--secondary);\r\n            padding-left: 5px;\r\n        }\r\n        \r\n        .footer-contact li {\r\n            display: flex;\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .footer-contact i {\r\n            color: var(--secondary);\r\n            margin-right: 15px;\r\n            font-size: 18px;\r\n        }\r\n        \r\n        .footer-bottom {\r\n            border-top: 1px solid rgba(255,255,255,0.1);\r\n            padding: 20px 0;\r\n            text-align: center;\r\n            color: var(--light-gray);\r\n            font-size: 14px;\r\n        }\r\n        \r\n        .social-links {\r\n            display: flex;\r\n            margin-top: 20px;\r\n        }\r\n        \r\n        .social-links a {\r\n            width: 40px;\r\n            height: 40px;\r\n            border-radius: 50%;\r\n            background: rgba(255,255,255,0.1);\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-right: 10px;\r\n            transition: var(--transition);\r\n        }\r\n        \r\n        .social-links a:hover {\r\n            background: var(--secondary);\r\n            transform: translateY(-3px);\r\n        }\r\n        \r\n        \/* Mobile Responsiveness *\/\r\n        @media (max-width: 992px) {\r\n            .hero h1 {\r\n                font-size: 2.8rem;\r\n            }\r\n            \r\n            .nav-links {\r\n                display: none;\r\n            }\r\n            \r\n            .mobile-menu-btn {\r\n                display: block;\r\n            }\r\n            \r\n            .nav-btns .btn {\r\n                display: none;\r\n            }\r\n        }\r\n        \r\n        @media (max-width: 768px) {\r\n            .hero {\r\n                padding: 80px 0;\r\n            }\r\n            \r\n            .hero h1 {\r\n                font-size: 2.3rem;\r\n            }\r\n            \r\n            .section {\r\n                padding: 60px 0;\r\n            }\r\n            \r\n            .section-header h2 {\r\n                font-size: 2rem;\r\n            }\r\n            \r\n            .search-filters {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            \r\n            .hero-btns .btn {\r\n                margin-bottom: 10px;\r\n                display: block;\r\n                width: 100%;\r\n                max-width: 300px;\r\n                margin: 10px auto;\r\n            }\r\n        }\r\n        \r\n        @media (max-width: 576px) {\r\n            .logo {\r\n                font-size: 24px;\r\n            }\r\n            \r\n            .hero h1 {\r\n                font-size: 2rem;\r\n            }\r\n            \r\n            .property-features {\r\n                flex-wrap: wrap;\r\n            }\r\n            \r\n            .feature {\r\n                width: 50%;\r\n                margin-bottom: 10px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Header -->\r\n    <header>\r\n        <div class=\"container\">\r\n            <nav class=\"navbar\">\r\n                <a href=\"#\" class=\"logo\">\r\n                    <i class=\"fas fa-home\"><\/i>\r\n                    NEWSONN\r\n                <\/a>\r\n                \r\n                <ul class=\"nav-links\">\r\n                    <li><a href=\"#\" class=\"active\">Home<\/a><\/li>\r\n                    <li><a href=\"#\">Buy<\/a><\/li>\r\n                    <li><a href=\"#\">Rent<\/a><\/li>\r\n                    <li><a href=\"#\">Agents<\/a><\/li>\r\n                    <li><a href=\"#\">Services<\/a><\/li>\r\n                    <li><a href=\"#\">Contact<\/a><\/li>\r\n                <\/ul>\r\n                \r\n                <div class=\"nav-btns\">\r\n                    <a href=\"#\" class=\"btn btn-outline\">Login<\/a>\r\n                    <a href=\"#\" class=\"btn btn-primary\">Add Listing<\/a>\r\n                <\/div>\r\n                \r\n                <div class=\"mobile-menu-btn\">\r\n                    <i class=\"fas fa-bars\"><\/i>\r\n                <\/div>\r\n            <\/nav>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <!-- Hero Section -->\r\n    <section class=\"hero\">\r\n        <div class=\"container\">\r\n            <h1>Find Your Dream Property<\/h1>\r\n            <p>Discover the perfect home from thousands of listings with our trusted real estate experts<\/p>\r\n            \r\n            <div class=\"hero-btns\">\r\n                <a href=\"#\" class=\"btn btn-primary\">Browse Properties<\/a>\r\n                <a href=\"#\" class=\"btn btn-secondary\">Sell Property<\/a>\r\n            <\/div>\r\n            \r\n            <div class=\"search-box\">\r\n                <h3>Search Properties<\/h3>\r\n                <div class=\"search-filters\">\r\n                    <div class=\"filter-group\">\r\n                        <label>Location<\/label>\r\n                        <select>\r\n                            <option>Any Location<\/option>\r\n                            <option>Downtown<\/option>\r\n                            <option>Suburbs<\/option>\r\n                            <option>Waterfront<\/option>\r\n                        <\/select>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"filter-group\">\r\n                        <label>Property Type<\/label>\r\n                        <select>\r\n                            <option>Any Type<\/option>\r\n                            <option>Apartment<\/option>\r\n                            <option>House<\/option>\r\n                            <option>Villa<\/option>\r\n                            <option>Commercial<\/option>\r\n                        <\/select>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"filter-group\">\r\n                        <label>Price Range<\/label>\r\n                        <select>\r\n                            <option>Any Price<\/option>\r\n                            <option>$100k - $200k<\/option>\r\n                            <option>$200k - $500k<\/option>\r\n                            <option>$500k - $1M<\/option>\r\n                            <option>Over $1M<\/option>\r\n                        <\/select>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"filter-group\">\r\n                        <label>Bedrooms<\/label>\r\n                        <select>\r\n                            <option>Any<\/option>\r\n                            <option>1<\/option>\r\n                            <option>2<\/option>\r\n                            <option>3<\/option>\r\n                            <option>4+<\/option>\r\n                        <\/select>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"filter-group search-btn\">\r\n                        <button class=\"btn btn-primary\" style=\"width: 100%\">Search Now<\/button>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Featured Properties -->\r\n    <section class=\"section\">\r\n        <div class=\"container\">\r\n            <div class=\"section-header\">\r\n                <h2>Featured Properties<\/h2>\r\n                <p>Explore our handpicked selection of premium properties<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"properties-grid\">\r\n                <!-- Property 1 -->\r\n                <div class=\"property-card\">\r\n                    <div class=\"property-img\">\r\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1560448204-e02f11c3d0e2?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80\" alt=\"Modern Apartment\">\r\n                        <span class=\"property-tag\">For Sale<\/span>\r\n                        <div class=\"property-price\">$425,000<\/div>\r\n                    <\/div>\r\n                    <div class=\"property-content\">\r\n                        <h3 class=\"property-title\">Modern Luxury Apartment<\/h3>\r\n                        <div class=\"property-address\">\r\n                            <i class=\"fas fa-map-marker-alt\"><\/i> 123 Main St, Downtown, NY\r\n                        <\/div>\r\n                        <p>Stunning modern apartment with panoramic city views and premium finishes throughout.<\/p>\r\n                        <div class=\"property-features\">\r\n                            <div class=\"feature\">\r\n                                <i class=\"fas fa-bed\"><\/i>\r\n                                <span>3 Beds<\/span>\r\n                            <\/div>\r\n                            <div class=\"feature\">\r\n                                <i class=\"fas fa-bath\"><\/i>\r\n                                <span>2 Baths<\/span>\r\n                            <\/div>\r\n                            <div class=\"feature\">\r\n                                <i class=\"fas fa-vector-square\"><\/i>\r\n                                <span>1,250 sq.ft.<\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- Property 2 -->\r\n                <div class=\"property-card\">\r\n                    <div class=\"property-img\">\r\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1575517111839-3a3843ee7f5d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80\" alt=\"Family House\">\r\n                        <span class=\"property-tag\">For Rent<\/span>\r\n                        <div class=\"property-price\">$2,800\/mo<\/div>\r\n                    <\/div>\r\n                    <div class=\"property-content\">\r\n                        <h3 class=\"property-title\">Suburban Family House<\/h3>\r\n                        <div class=\"property-address\">\r\n                            <i class=\"fas fa-map-marker-alt\"><\/i> 456 Oak Ave, Suburbs, NY\r\n                        <\/div>\r\n                        <p>Beautiful family home in a quiet neighborhood with large backyard and modern amenities.<\/p>\r\n                        <div class=\"property-features\">\r\n                            <div class=\"feature\">\r\n                                <i class=\"fas fa-bed\"><\/i>\r\n                                <span>4 Beds<\/span>\r\n                            <\/div>\r\n                            <div class=\"feature\">\r\n                                <i class=\"fas fa-bath\"><\/i>\r\n                                <span>3 Baths<\/span>\r\n                            <\/div>\r\n                            <div class=\"feature\">\r\n                                <i class=\"fas fa-vector-square\"><\/i>\r\n                                <span>2,400 sq.ft.<\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- Property 3 -->\r\n                <div class=\"property-card\">\r\n                    <div class=\"property-img\">\r\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80\" alt=\"Waterfront Villa\">\r\n                        <span class=\"property-tag\">For Sale<\/span>\r\n                        <div class=\"property-price\">$1,250,000<\/div>\r\n                    <\/div>\r\n                    <div class=\"property-content\">\r\n                        <h3 class=\"property-title\">Luxury Waterfront Villa<\/h3>\r\n                        <div class=\"property-address\">\r\n                            <i class=\"fas fa-map-marker-alt\"><\/i> 789 Beach Blvd, Waterfront, NY\r\n                        <\/div>\r\n                        <p>Exclusive waterfront property with private beach access and breathtaking ocean views.<\/p>\r\n                        <div class=\"property-features\">\r\n                            <div class=\"feature\">\r\n                                <i class=\"fas fa-bed\"><\/i>\r\n                                <span>5 Beds<\/span>\r\n                            <\/div>\r\n                            <div class=\"feature\">\r\n                                <i class=\"fas fa-bath\"><\/i>\r\n                                <span>4.5 Baths<\/span>\r\n                            <\/div>\r\n                            <div class=\"feature\">\r\n                                <i class=\"fas fa-vector-square\"><\/i>\r\n                                <span>3,800 sq.ft.<\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div style=\"text-align: center; margin-top: 40px;\">\r\n                <a href=\"#\" class=\"btn btn-outline\">View All Properties<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Agents Section -->\r\n    <section class=\"section agents\">\r\n        <div class=\"container\">\r\n            <div class=\"section-header\">\r\n                <h2>Meet Our Agents<\/h2>\r\n                <p>Our team of experienced agents is ready to assist you<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"agents-grid\">\r\n                <!-- Agent 1 -->\r\n                <div class=\"agent-card\">\r\n                    <div class=\"agent-img\">\r\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1556157382-97eda2f9e946?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80\" alt=\"Agent Sarah\">\r\n                    <\/div>\r\n                    <div class=\"agent-info\">\r\n                        <h3 class=\"agent-name\">Sarah Johnson<\/h3>\r\n                        <div class=\"agent-title\">Senior Real Estate Agent<\/div>\r\n                        <p>With over 12 years of experience, Sarah specializes in luxury waterfront properties.<\/p>\r\n                        <div class=\"agent-contact\">\r\n                            <a href=\"#\"><i class=\"fas fa-phone\"><\/i><\/a>\r\n                            <a href=\"#\"><i class=\"fas fa-envelope\"><\/i><\/a>\r\n                            <a href=\"#\"><i class=\"fab fa-linkedin\"><\/i><\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- Agent 2 -->\r\n                <div class=\"agent-card\">\r\n                    <div class=\"agent-img\">\r\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1544005313-94ddf0286df2?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80\" alt=\"Agent Michael\">\r\n                    <\/div>\r\n                    <div class=\"agent-info\">\r\n                        <h3 class=\"agent-name\">Michael Chen<\/h3>\r\n                        <div class=\"agent-title\">Commercial Real Estate<\/div>\r\n                        <p>Michael has helped hundreds of businesses find their perfect commercial spaces.<\/p>\r\n                        <div class=\"agent-contact\">\r\n                            <a href=\"#\"><i class=\"fas fa-phone\"><\/i><\/a>\r\n                            <a href=\"#\"><i class=\"fas fa-envelope\"><\/i><\/a>\r\n                            <a href=\"#\"><i class=\"fab fa-linkedin\"><\/i><\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- Agent 3 -->\r\n                <div class=\"agent-card\">\r\n                    <div class=\"agent-img\">\r\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80\" alt=\"Agent David\">\r\n                    <\/div>\r\n                    <div class=\"agent-info\">\r\n                        <h3 class=\"agent-name\">David Rodriguez<\/h3>\r\n                        <div class=\"agent-title\">Residential Specialist<\/div>\r\n                        <p>David excels in helping families find their dream homes in the perfect neighborhoods.<\/p>\r\n                        <div class=\"agent-contact\">\r\n                            <a href=\"#\"><i class=\"fas fa-phone\"><\/i><\/a>\r\n                            <a href=\"#\"><i class=\"fas fa-envelope\"><\/i><\/a>\r\n                            <a href=\"#\"><i class=\"fab fa-linkedin\"><\/i><\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Services Section -->\r\n    <section class=\"section\">\r\n        <div class=\"container\">\r\n            <div class=\"section-header\">\r\n                <h2>Our Services<\/h2>\r\n                <p>Comprehensive real estate solutions for all your needs<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"services-grid\">\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\">\r\n                        <i class=\"fas fa-home\"><\/i>\r\n                    <\/div>\r\n                    <h3>Property Sales<\/h3>\r\n                    <p>Expert assistance in buying or selling residential and commercial properties.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\">\r\n                        <i class=\"fas fa-key\"><\/i>\r\n                    <\/div>\r\n                    <h3>Property Rental<\/h3>\r\n                    <p>Find the perfect rental property or lease your property with our management services.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\">\r\n                        <i class=\"fas fa-building\"><\/i>\r\n                    <\/div>\r\n                    <h3>Property Management<\/h3>\r\n                    <p>Comprehensive management services for landlords and property investors.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\">\r\n                        <i class=\"fas fa-chart-line\"><\/i>\r\n                    <\/div>\r\n                    <h3>Investment Consulting<\/h3>\r\n                    <p>Strategic advice for real estate investors to maximize returns and minimize risks.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Testimonials -->\r\n    <section class=\"section testimonials\">\r\n        <div class=\"container\">\r\n            <div class=\"section-header\">\r\n                <h2>Client Testimonials<\/h2>\r\n                <p>What our clients say about our services<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"testimonials-grid\">\r\n                <div class=\"testimonial-card\">\r\n                    <div class=\"testimonial-text\">\r\n                        Working with NEWSONN was the best decision we made. They found us our dream home in just 3 weeks and negotiated a great price.\r\n                    <\/div>\r\n                    <div class=\"client-info\">\r\n                        <div class=\"client-img\">\r\n                            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1494790108377-be9c29b29330?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80\" alt=\"Client\">\r\n                        <\/div>\r\n                        <div class=\"client-name\">\r\n                            <h4>Jennifer Martinez<\/h4>\r\n                            <p>Home Buyer<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"testimonial-card\">\r\n                    <div class=\"testimonial-text\">\r\n                        As a first-time investor, I was nervous about entering the real estate market. The NEWSONN team guided me through every step and helped me secure a property with excellent ROI.\r\n                    <\/div>\r\n                    <div class=\"client-info\">\r\n                        <div class=\"client-img\">\r\n                            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1500648767791-00dcc994a43e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80\" alt=\"Client\">\r\n                        <\/div>\r\n                        <div class=\"client-name\">\r\n                            <h4>Robert Williams<\/h4>\r\n                            <p>Property Investor<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"testimonial-card\">\r\n                    <div class=\"testimonial-text\">\r\n                        Their property management services have taken all the stress out of being a landlord. My properties are well-maintained and always occupied with quality tenants.\r\n                    <\/div>\r\n                    <div class=\"client-info\">\r\n                        <div class=\"client-img\">\r\n                            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80\" alt=\"Client\">\r\n                        <\/div>\r\n                        <div class=\"client-name\">\r\n                            <h4>David Thompson<\/h4>\r\n                            <p>Property Owner<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact Section -->\r\n    <section class=\"section\">\r\n        <div class=\"container\">\r\n            <div class=\"section-header\">\r\n                <h2>Contact Us<\/h2>\r\n                <p>Get in touch with our team for any inquiries<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"contact-grid\">\r\n                <div class=\"contact-info\">\r\n                    <div class=\"contact-item\">\r\n                        <div class=\"contact-icon\">\r\n                            <i class=\"fas fa-map-marker-alt\"><\/i>\r\n                        <\/div>\r\n                        <div class=\"contact-text\">\r\n                            <h4>Our Office<\/h4>\r\n                            <p>123 Real Estate Avenue, New York, NY 10001<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"contact-item\">\r\n                        <div class=\"contact-icon\">\r\n                            <i class=\"fas fa-phone\"><\/i>\r\n                        <\/div>\r\n                        <div class=\"contact-text\">\r\n                            <h4>Phone Number<\/h4>\r\n                            <p>+1 (555) 123-4567<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"contact-item\">\r\n                        <div class=\"contact-icon\">\r\n                            <i class=\"fas fa-envelope\"><\/i>\r\n                        <\/div>\r\n                        <div class=\"contact-text\">\r\n                            <h4>Email Address<\/h4>\r\n                            <p>info@newsonn.com<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"contact-item\">\r\n                        <div class=\"contact-icon\">\r\n                            <i class=\"fas fa-clock\"><\/i>\r\n                        <\/div>\r\n                        <div class=\"contact-text\">\r\n                            <h4>Working Hours<\/h4>\r\n                            <p>Monday - Friday: 9AM - 6PM<\/p>\r\n                            <p>Saturday: 10AM - 4PM<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"contact-form\">\r\n                    <form>\r\n                        <div class=\"form-group\">\r\n                            <input type=\"text\" placeholder=\"Your Name\" required>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"form-group\">\r\n                            <input type=\"email\" placeholder=\"Your Email\" required>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"form-group\">\r\n                            <input type=\"text\" placeholder=\"Subject\">\r\n                        <\/div>\r\n                        \r\n                        <div class=\"form-group\">\r\n                            <select required>\r\n                                <option value=\"\" disabled selected>Service Interested In<\/option>\r\n                                <option>Buying Property<\/option>\r\n                                <option>Selling Property<\/option>\r\n                                <option>Renting Property<\/option>\r\n                                <option>Property Management<\/option>\r\n                                <option>Investment Consulting<\/option>\r\n                            <\/select>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"form-group\">\r\n                            <textarea placeholder=\"Your Message\" required><\/textarea>\r\n                        <\/div>\r\n                        \r\n                        <button type=\"submit\" class=\"btn btn-primary\">Send Message<\/button>\r\n                    <\/form>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Footer -->\r\n    <footer>\r\n        <div class=\"container\">\r\n            <div class=\"footer-grid\">\r\n                <div class=\"footer-col\">\r\n                    <h4>About NEWSONN<\/h4>\r\n                    <p>NEWSONN is a premier real estate agency specializing in residential and commercial properties across New York.<\/p>\r\n                    <div class=\"social-links\">\r\n                        <a href=\"#\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\r\n                        <a href=\"#\"><i class=\"fab fa-twitter\"><\/i><\/a>\r\n                        <a href=\"#\"><i class=\"fab fa-instagram\"><\/i><\/a>\r\n                        <a href=\"#\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"footer-col\">\r\n                    <h4>Quick Links<\/h4>\r\n                    <ul class=\"footer-links\">\r\n                        <li><a href=\"#\">Home<\/a><\/li>\r\n                        <li><a href=\"#\">About Us<\/a><\/li>\r\n                        <li><a href=\"#\">Properties<\/a><\/li>\r\n                        <li><a href=\"#\">Agents<\/a><\/li>\r\n                        <li><a href=\"#\">Blog<\/a><\/li>\r\n                        <li><a href=\"#\">Contact<\/a><\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                \r\n                <div class=\"footer-col\">\r\n                    <h4>Property Types<\/h4>\r\n                    <ul class=\"footer-links\">\r\n                        <li><a href=\"#\">Apartments<\/a><\/li>\r\n                        <li><a href=\"#\">Houses<\/a><\/li>\r\n                        <li><a href=\"#\">Commercial<\/a><\/li>\r\n                        <li><a href=\"#\">Vacation Homes<\/a><\/li>\r\n                        <li><a href=\"#\">Luxury Estates<\/a><\/li>\r\n                        <li><a href=\"#\">New Developments<\/a><\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                \r\n                <div class=\"footer-col\">\r\n                    <h4>Contact Info<\/h4>\r\n                    <ul class=\"footer-contact\">\r\n                        <li>\r\n                            <i class=\"fas fa-map-marker-alt\"><\/i>\r\n                            <span>123 Real Estate Avenue, New York, NY 10001<\/span>\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-phone\"><\/i>\r\n                            <span>+1 (555) 123-4567<\/span>\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-envelope\"><\/i>\r\n                            <span>info@newsonn.com<\/span>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"footer-bottom\">\r\n                <p>&copy; 2023 NEWSONN Real Estate. All Rights Reserved.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/footer>\r\n\r\n    <script>\r\n        \/\/ Mobile menu toggle\r\n        document.querySelector('.mobile-menu-btn').addEventListener('click', function() {\r\n            document.querySelector('.nav-links').classList.toggle('show');\r\n        });\r\n        \r\n        \/\/ Property card hover effect\r\n        const propertyCards = document.querySelectorAll('.property-card');\r\n        propertyCards.forEach(card => {\r\n            card.addEventListener('mouseenter', function() {\r\n                this.style.transform = 'translateY(-10px)';\r\n            });\r\n            \r\n            card.addEventListener('mouseleave', function() {\r\n                this.style.transform = 'translateY(0)';\r\n            });\r\n        });\r\n        \r\n        \/\/ Form submission\r\n        document.querySelector('.contact-form form').addEventListener('submit', function(e) {\r\n            e.preventDefault();\r\n            alert('Thank you for your message! We will contact you shortly.');\r\n            this.reset();\r\n        });\r\n        \r\n        \/\/ Search functionality\r\n        document.querySelector('.search-btn button').addEventListener('click', function() {\r\n            const location = document.querySelector('.filter-group:nth-child(1) select').value;\r\n            const propertyType = document.querySelector('.filter-group:nth-child(2) select').value;\r\n            const priceRange = document.querySelector('.filter-group:nth-child(3) select').value;\r\n            const bedrooms = document.querySelector('.filter-group:nth-child(4) select').value;\r\n            \r\n            alert(`Searching properties:\\nLocation: ${location}\\nType: ${propertyType}\\nPrice: ${priceRange}\\nBedrooms: ${bedrooms}`);\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>NEWSONN | Professional Real Estate Services NEWSONN Home Buy Rent Agents Services Contact Login Add Listing Find Your Dream Property [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-72","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/newsonn.com\/index.php\/wp-json\/wp\/v2\/pages\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/newsonn.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/newsonn.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/newsonn.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/newsonn.com\/index.php\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":4,"href":"https:\/\/newsonn.com\/index.php\/wp-json\/wp\/v2\/pages\/72\/revisions"}],"predecessor-version":[{"id":76,"href":"https:\/\/newsonn.com\/index.php\/wp-json\/wp\/v2\/pages\/72\/revisions\/76"}],"wp:attachment":[{"href":"https:\/\/newsonn.com\/index.php\/wp-json\/wp\/v2\/media?parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}